@import url("../../../static/fontawesome-free-6/css/all.min.css");
.eds_news_Galore {
  --edNewsG_primaryColor: #187cc2;
  --edNewsG_primaryColorDarker: #00549a;
  --edNewsG_primaryColorTransparent: rgba(24, 124, 194, 0.8);
  --edNewsG_defaultColor: #888;
  --edNewsG_darkColor: #2d2d2d;
  --edNewsG_greyColor: #c1c1c1;
  --edNewsG_lightGreyColor: #d4d4d4;
  --edNewsG_headingsFont: "Exo", sans-serif;
  --edNewsG_defaultFont: "PT Sans", sans-serif;
}

/* exo-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: url("StyleWizard/font/exo-v24-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Exo";
  font-style: normal;
  font-weight: 600;
  src: url("StyleWizard/font/exo-v24-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  src: url("StyleWizard/font/exo-v24-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("StyleWizard/font/pt-sans-v17-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("StyleWizard/font/pt-sans-v17-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.eds_news_Galore {
  font-family: var(--edNewsG_defaultFont);
}
.eds_news_Galore h1,
.eds_news_Galore h2,
.eds_news_Galore h3,
.eds_news_Galore h4,
.eds_news_Galore h5,
.eds_news_Galore h6,
.eds_news_Galore th,
.eds_news_Galore .in_article_image .image_title {
  font-family: var(--edNewsG_headingsFont);
}
.eds_news_Galore h1, .eds_news_Galore h2, .eds_news_Galore h3, .eds_news_Galore h4, .eds_news_Galore h5, .eds_news_Galore h6 {
  margin: 0 0 15px;
  padding: 0;
  font-weight: normal;
  letter-spacing: normal;
  color: var(--edNewsG_primaryColor);
  line-height: 1.1;
}
.eds_news_Galore h1 {
  font-size: 36px;
}
.eds_news_Galore h2 {
  font-size: 30px;
}
.eds_news_Galore h3 {
  font-size: 24px;
}
.eds_news_Galore h4 {
  font-size: 18px;
}
.eds_news_Galore h5 {
  font-size: 14px;
}
.eds_news_Galore h6 {
  font-size: 12px;
}
.eds_news_Galore p {
  margin: 0 0 10px;
  padding: 0;
}
.eds_news_Galore ul, .eds_news_Galore ol {
  margin-left: 15px;
}
.eds_news_Galore ul {
  list-style-type: disc;
}
.eds_news_Galore ul ul {
  list-style-type: circle;
}
.eds_news_Galore ul ul ul {
  list-style-type: square;
}
.eds_news_Galore ol {
  list-style-type: decimal;
}
.eds_news_Galore ol ol {
  list-style-type: upper-roman;
}
.eds_news_Galore ol ol ol {
  list-style-type: lower-roman;
}

.eds_news_Galore.eds_subCollection_news .fa {
  font-family: "FontAwesome";
  line-height: 1;
}
.eds_news_Galore.eds_subCollection_news .glyphicon {
  font-family: "Glyphicons Halflings";
  line-height: 1;
}
.eds_news_Galore.eds_subCollection_news .edn_printButton {
  float: left;
  background: #F5F4F4 url("assets/images/common/print.png") 4px 1px no-repeat;
  cursor: pointer;
  padding: 5px 5px 3px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2 #bfbfbf #bfbfbf #e2e2e2;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  margin-left: 10px;
}
.eds_news_Galore.eds_subCollection_news .edn_printButton > span {
  color: #333;
  line-height: 1;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 0 1px #fff;
}
.eds_news_Galore.eds_subCollection_news .edn_printButton:hover {
  background-color: #eee;
}
.eds_news_Galore.eds_subCollection_news .fb-comments, .eds_news_Galore.eds_subCollection_news .fb-comments iframe[style], .eds_news_Galore.eds_subCollection_news .fb-comments > span {
  width: 100% !important;
}
.eds_news_Galore.eds_subCollection_news .fb_comments_count {
  margin: 0 !important;
  display: inline !important;
}
.eds_news_Galore.eds_subCollection_news .addthis_toolbox {
  float: left;
}
.eds_news_Galore.eds_subCollection_news .addthis_toolbox > a {
  height: 30px !important;
}
.eds_news_Galore.eds_subCollection_news .addthis_toolbox .addthis_button_linkedin_counter {
  margin-right: 15px;
}
.eds_news_Galore.eds_subCollection_news .edn_isotopeLayout {
  margin-left: -30px;
}
.eds_news_Galore.eds_subCollection_news .edn_isotopeLayout > div {
  margin: 0 auto;
  max-width: 100%;
}
.eds_news_Galore.eds_subCollection_news .eds_openModal {
  cursor: pointer;
}
.eds_news_Galore.eds_subCollection_news .edn_article_gallery,
.eds_news_Galore.eds_subCollection_news .article_gallery,
.eds_news_Galore.eds_subCollection_news .edn_article_map {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.eds_news_Galore .edNews_textRight {
  text-align: right;
}
.eds_news_Galore .edNews_defaultButton {
  display: inline-block;
  border: 1px solid var(--edNewsG_primaryColorDarker);
  text-decoration: none;
  line-height: 1;
  font-family: var(--edNewsG_headingsFont);
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  background-color: var(--edNewsG_primaryColor);
  transition: all 200ms linear;
  cursor: pointer;
}
.eds_news_Galore .edNews_defaultButton:hover {
  background-color: var(--edNewsG_primaryColorDarker);
  text-decoration: none;
  color: #fff;
}
.eds_news_Galore .edNews_defaultButton.edNews_small {
  font-size: 13px;
  padding: 5px 10px;
}
.eds_news_Galore .edn_socialPrintWrapper {
  padding: 10px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.eds_news_Galore .edn_socialPrintWrapper .sharethis-inline-share-buttons {
  flex-grow: 1;
}
.eds_news_Galore .edn_toolTip {
  position: relative;
}
.eds_news_Galore .edn_toolTip .edn_toolTipContent {
  position: absolute;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity linear 400ms;
  line-height: 0;
  font-size: 0;
  z-index: 9999;
  margin-bottom: 3px;
  overflow: hidden;
}
.eds_news_Galore .edn_toolTip:hover .edn_toolTipContent {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px transparent;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
  max-width: 400px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.eds_news_Galore .edn_toolTip.edn_tooltipLeft .edn_toolTipContent {
  left: 0;
}
.eds_news_Galore .edn_toolTip.edn_tooltipRight .edn_toolTipContent {
  right: 0;
}
.eds_news_Galore .edn_calendarExport::before {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  margin-left: 5px;
  color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .edn_calendarExport:hover::after {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_calendarExport.edn_toolTip .edn_toolTipContent {
  white-space: nowrap;
}
.eds_news_Galore .edn_module_title {
  background: none transparent;
  border-bottom: 1px solid var(--edNewsG_greyColor);
  padding: 1rem;
}
.eds_news_Galore .edn_module_title .edNews_moduleTitle {
  color: var(--edNewsG_darkColor);
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.eds_news_Galore .edn_module_title .edn_moduleTitleIcon {
  color: var(--edNewsG_primaryColorDarker);
  margin-left: auto;
  font-size: 1.5rem;
}
.eds_news_Galore .edn_moduleWrapper {
  border: 1px solid var(--edNewsG_lightGreyColor);
  border-radius: 0.5rem;
}
.eds_news_Galore .edn_moduleList,
.eds_news_Galore .archive_list ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .edn_moduleList li,
.eds_news_Galore .archive_list ul li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edn_moduleList li.hasChild,
.eds_news_Galore .archive_list ul li.hasChild {
  cursor: pointer;
}
.eds_news_Galore .edn_moduleList li ul,
.eds_news_Galore .archive_list ul li ul {
  margin-left: 1rem;
}
.eds_news_Galore .edn_moduleList li > div,
.eds_news_Galore .archive_list ul li > div {
  position: relative;
  padding: 0.5rem 1rem;
  overflow: hidden;
}
.eds_news_Galore .edn_moduleList li > div a,
.eds_news_Galore .archive_list ul li > div a {
  display: none;
  outline: none;
  text-decoration: none;
}
.eds_news_Galore .edn_moduleList li > div.edn_hasCount,
.eds_news_Galore .archive_list ul li > div.edn_hasCount {
  padding-right: 5rem;
}
.eds_news_Galore .edn_moduleList li.active > div .edn_link,
.eds_news_Galore .archive_list ul li.active > div .edn_link {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_moduleList li + li > div,
.eds_news_Galore .archive_list ul li + li > div {
  border-top: solid 1px var(--edNewsG_lightGreyColor);
}
.eds_news_Galore .edn_moduleList .edn_link,
.eds_news_Galore .edn_moduleList > li > a,
.eds_news_Galore .archive_list ul .edn_link,
.eds_news_Galore .archive_list ul > li > a {
  font: 0.9rem/1.1 var(--edNewsG_defaultFont);
  color: var(--edNewsG_darkColor);
  text-decoration: none;
  transition: color 300ms;
  display: inline;
}
.eds_news_Galore .edn_moduleList .edn_link:hover,
.eds_news_Galore .edn_moduleList > li > a:hover,
.eds_news_Galore .archive_list ul .edn_link:hover,
.eds_news_Galore .archive_list ul > li > a:hover {
  color: var(--edNewsG_primaryColor);
  text-decoration: none;
}
.eds_news_Galore .edn_moduleList .edn_articleCount,
.eds_news_Galore .archive_list ul .edn_articleCount {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  background-color: var(--edNewsG_primaryColor);
  text-align: center;
  padding: 0.2rem 0.5rem;
  font: 0.8rem/1.4 var(--edNewsG_defaultFont);
  color: #fff;
  display: inline-block;
  min-width: 1rem;
}
.eds_news_Galore .edn_moduleList .expand_collapse,
.eds_news_Galore .archive_list ul .expand_collapse {
  cursor: pointer;
  height: auto !important;
  visibility: visible !important;
  transition: all 0.2s ease-in-out;
  display: inline;
  vertical-align: middle;
}
.eds_news_Galore .edn_moduleList .expand_collapse > span,
.eds_news_Galore .archive_list ul .expand_collapse > span {
  display: none;
}
.eds_news_Galore .edn_moduleList .expand_collapse::before,
.eds_news_Galore .archive_list ul .expand_collapse::before {
  content: "\f107";
  font: 900 1rem/0 "FontAwesome";
  padding: 0 0.5rem;
  display: inline-block;
  color: var(--edNewsG_primaryColor);
  transition: color 300ms;
}
.eds_news_Galore .edn_moduleList .expand_collapse:hover::before,
.eds_news_Galore .archive_list ul .expand_collapse:hover::before {
  color: var(--edNewsG_darkColor);
}
.eds_news_Galore .edn_moduleList .expand_collapse.collapse::before,
.eds_news_Galore .archive_list ul .expand_collapse.collapse::before {
  content: "\f106";
}
.eds_news_Galore .edn_moduleList .edn_rss,
.eds_news_Galore .archive_list ul .edn_rss {
  display: inline;
  float: left;
  margin-right: 0.5rem;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_moduleList .edn_rss::before,
.eds_news_Galore .archive_list ul .edn_rss::before {
  font: 900 1rem/1.1 "FontAwesome";
  content: "\f143";
  display: inline-block;
}
.eds_news_Galore .edn_moduleList .edn_rss > span,
.eds_news_Galore .archive_list ul .edn_rss > span {
  display: none;
}
.eds_news_Galore .edn_moduleList .edn_image,
.eds_news_Galore .archive_list ul .edn_image {
  display: inline-block;
  float: left;
  margin-left: 0.5rem;
}
.eds_news_Galore .edn_moduleList .edn_image > img,
.eds_news_Galore .archive_list ul .edn_image > img {
  border: solid 1px var(--edNewsG_primaryColor);
  transition: border 200ms linear;
  margin-right: 5px;
}
.eds_news_Galore .edn_moduleList .edn_image:hover > img,
.eds_news_Galore .archive_list ul .edn_image:hover > img {
  border-color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .archive_list.events ul {
  background-color: #f4f4f4;
  padding: 1rem;
  border-bottom: solid 0.8rem #fc4c3b;
}
.eds_news_Galore .archive_list.events ul > li {
  border-bottom: solid 2px #dadada;
  padding: 0.5rem 0;
}
.eds_news_Galore .archive_list.events ul > li > a > span {
  font-family: var(--edNewsG_defaultFont);
  color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .edNews_moduleList2 li > div {
  padding: 1.5rem 1rem;
  transition: background 400ms;
}
.eds_news_Galore .edNews_moduleList2 li > div .edn_link {
  font-size: 1.1rem;
  font-family: var(--edNewsG_headingsFont);
  color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .edNews_moduleList2 li > div .expand_collapse {
  position: absolute;
  top: 2.1rem;
  right: 1rem;
}
.eds_news_Galore .edNews_moduleList2 li > div .expand_collapse::before {
  content: "\f107";
  font-size: 1.6rem;
}
.eds_news_Galore .edNews_moduleList2 li > div:hover {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_moduleList2 li > div:hover .edn_link,
.eds_news_Galore .edNews_moduleList2 li > div:hover .expand_collapse::before {
  color: #fff;
}
.eds_news_Galore .edNews_moduleList2 li ul {
  margin: 0 0 0 1rem;
  padding: 0;
}
.eds_news_Galore .edNews_moduleBackground {
  background-color: #fff;
}
.eds_news_Galore .edNews_overflowHidden {
  overflow: hidden;
}
.eds_news_Galore .edNews_separator1 {
  border: none;
  border-top: solid 1px var(--edNewsG_greyColor);
  margin: 0 0 1rem;
  padding: 0;
  opacity: 1;
}
.eds_news_Galore .edNews_marginTop {
  margin-top: 1rem !important;
}
.eds_news_Galore .edNews_flag {
  position: absolute;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--edNewsG_headingsFont);
}
.eds_news_Galore .edNews_flag::before, .eds_news_Galore .edNews_flag::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
}
.eds_news_Galore .edNews_flag::after {
  background-color: inherit;
}
.eds_news_Galore .edNews_flagTop {
  top: -5px;
  left: 20px;
}
.eds_news_Galore .edNews_flagTop::before {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  top: 0;
  left: -5px;
}
.eds_news_Galore .edNews_flagTop::after {
  height: 10px;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
}
.eds_news_Galore .edNews_flagRight {
  right: -5px;
  bottom: 20px;
}
.eds_news_Galore .edNews_flagRight::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  bottom: -5px;
  right: 0;
}
.eds_news_Galore .edNews_flagRight::after {
  height: 100%;
  width: 10px;
  top: 0;
  left: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
}
.eds_news_Galore .edNews_flagPrimary {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_flagPrimary::before {
  background-color: #0a2c44;
}
.eds_news_Galore .edNews_flagGreen {
  background-color: #36b557;
}
.eds_news_Galore .edNews_flagGreen::before {
  background-color: #106b28;
}
.eds_news_Galore .edn_eventLocation {
  padding: 5px 0 0;
  margin: 0;
}
.eds_news_Galore .edn_eventLocation::before {
  content: "\f041";
  font-family: "FontAwesome";
  color: var(--edNewsG_primaryColor);
  margin-right: 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.eds_news_Galore .edn_eventDetails {
  padding: 10px;
  margin: 10px 0;
  border-top: 1px solid #cac7c7;
  border-bottom: 1px solid #cac7c7;
  box-shadow: 0 2px 0 0 #fff inset, 0 -2px 0 0 #fff inset;
  background-color: #f8f8f8;
}
.eds_news_Galore .edn_eventDetails .edn_eventRegistrationModalTrigger {
  float: right;
}
.eds_news_Galore .edn_eventDetails > ul {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edn_eventDetails > ul li {
  list-style-type: disc;
  margin: 2px 0 2px 15px;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage {
  display: block;
  padding: 5px;
  font-style: italic;
  color: #3b3b3b;
  background-color: #c0dcfe;
  border: solid 1px #95c1f1;
  border-radius: 4px;
  margin-top: 10px;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage p {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage hr {
  margin: 6px 0;
  border-bottom: dashed 1px #95c1f1;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo {
  font-style: normal;
  padding: 5px;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo p {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo hr {
  margin: 7px 0;
  padding: 0;
  height: 1px;
  border: none;
  border-bottom: dashed 1px #79a8cd;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor1 {
  color: #0076b5;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor2 {
  color: #db0000;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment {
  display: inline-block;
  border: solid 1px #659ad9;
  border-radius: 4px;
  color: #0093de;
  padding: 5px;
  line-height: 1;
  margin-top: 10px;
}
.eds_news_Galore .edn_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment:hover {
  text-decoration: none;
  color: #0b65ac;
}
.eds_news_Galore .edn_eventDetails .edn_eventPrice {
  float: right;
  clear: right;
  margin: 7px;
  font-family: var(--edNewsG_headingsFont);
  font-size: 22px;
}

.eds_news_Galore .edNews_gridDisplay {
  display: grid;
  grid-gap: 1rem;
}
.eds_news_Galore .edNews_grid2items {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 992px) {
  .eds_news_Galore .edNews_grid2items {
    grid-template-columns: repeat(1, 2fr);
  }
}
.eds_news_Galore .edNews_grid2itemsMd {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_grid2itemsMd {
    grid-template-columns: repeat(1, 2fr);
  }
}
.eds_news_Galore .edNews_grid3items {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_grid3items {
    grid-template-columns: repeat(1, 3fr);
    grid-gap: 0.5rem;
  }
}
.eds_news_Galore .edNews_grid4items {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_grid4items {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_grid4items {
    grid-template-columns: repeat(1, 3fr);
    grid-gap: 0.5rem;
  }
}
.eds_news_Galore .edNews_flex {
  display: flex;
}
.eds_news_Galore .edNews_alignItemsCenter {
  align-items: center;
}
.eds_news_Galore .edNews_spaceBetween {
  justify-content: space-between;
}

.eds_news_Galore.eds_subCollection_news::after,
.eds_news_Galore.eds_subCollection_news .edNews_clearFix::after {
  display: table;
  width: 100%;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_news_Galore .edNews_article {
  color: var(--edNewsG_defaultColor);
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--edNewsG_defaultFont);
}
.eds_news_Galore a {
  color: var(--edNewsG_primaryColor);
  text-decoration: none;
}
.eds_news_Galore a:hover {
  color: var(--edNewsG_primaryColor);
  text-decoration: underline;
}
.eds_news_Galore a > img {
  border: none;
}
.eds_news_Galore h1,
.eds_news_Galore h2,
.eds_news_Galore h3,
.eds_news_Galore h4,
.eds_news_Galore h5,
.eds_news_Galore h6,
.eds_news_Galore th,
.eds_news_Galore .in_article_image .image_title {
  font-family: var(--edNewsG_headingsFont);
}
.eds_news_Galore h1, .eds_news_Galore h2, .eds_news_Galore h3, .eds_news_Galore h4, .eds_news_Galore h5, .eds_news_Galore h6 {
  margin: 0 0 15px;
  padding: 0;
  font-weight: normal;
  letter-spacing: normal;
  color: var(--edNewsG_primaryColor);
  line-height: 1.1;
}
.eds_news_Galore h1 {
  font-size: 36px;
}
.eds_news_Galore h2 {
  font-size: 30px;
}
.eds_news_Galore h3 {
  font-size: 24px;
}
.eds_news_Galore h4 {
  font-size: 18px;
}
.eds_news_Galore h5 {
  font-size: 14px;
}
.eds_news_Galore h6 {
  font-size: 12px;
}
.eds_news_Galore p {
  margin: 0 0 10px;
  padding: 0;
}
.eds_news_Galore ul, .eds_news_Galore ol {
  margin-left: 15px;
}
.eds_news_Galore ul {
  list-style-type: disc;
}
.eds_news_Galore ul ul {
  list-style-type: circle;
}
.eds_news_Galore ul ul ul {
  list-style-type: square;
}
.eds_news_Galore ol {
  list-style-type: decimal;
}
.eds_news_Galore ol ol {
  list-style-type: upper-roman;
}
.eds_news_Galore ol ol ol {
  list-style-type: lower-roman;
}
.eds_news_Galore .edNews_adminActions > a,
.eds_news_Galore .admin_action {
  display: inline-block;
  margin: 10px 5px 10px 0;
  border: solid 1px #a1a1a1;
  text-decoration: none !important;
  line-height: 1;
  padding-right: 5px;
  color: #a1a1a1 !important;
  transition: all 300ms ease;
}
.eds_news_Galore .edNews_adminActions > a:hover,
.eds_news_Galore .admin_action:hover {
  text-decoration: none;
  background-color: #b5b5b5;
  color: #fff !important;
}
.eds_news_Galore .edNews_adminActions > a::before,
.eds_news_Galore .admin_action::before {
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  background-color: #a1a1a1;
  color: #fff;
  padding: 5px;
  text-decoration: none !important;
}
.eds_news_Galore .edNews_adminActions > a.edit::before,
.eds_news_Galore .admin_action.edit::before {
  content: "\f040";
}
.eds_news_Galore .edNews_adminActions > a.publish_article::before,
.eds_news_Galore .admin_action.publish_article::before {
  content: "\f00c";
}
.eds_news_Galore .edNews_mediaContainer {
  position: relative;
  max-width: 100%;
  line-height: 0;
  font-size: 0;
}
.eds_news_Galore .edNews_mediaContainer .edNews_articleLink {
  font-size: 0;
  line-height: 0;
  float: left;
  font-size: 0;
  line-height: 0;
  margin-bottom: 15px;
}
.eds_news_Galore .edNews_mediaContainer .edNews_articleLink > img {
  float: none;
  margin-bottom: 0;
}
.eds_news_Galore .edNews_mediaContainer img {
  max-width: 100%;
  height: auto;
  margin-right: 30px;
  float: left;
  margin-bottom: 15px;
}
.eds_news_Galore .edNews_mediaContainer.edNews_embedMedia {
  margin-bottom: 15px;
}
.eds_news_Galore .edNews_articleTitle {
  font-family: var(--edNewsG_headingsFont);
  color: var(--edNewsG_darkColor);
  line-height: 1.1;
  font-size: 39px;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_articleTitle {
    font-size: 25px;
  }
}
.eds_news_Galore .edNews_articleTitle > a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}
.eds_news_Galore .edNews_articleTitle:hover > a {
  color: var(--edNewsG_primaryColorDarker);
  text-decoration: none;
}
.eds_news_Galore .edNews_articleTitle.edNews_articleSubTitle {
  font-size: 20px;
  color: #a1a1a1;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_articleTitle.edNews_articleSubTitle {
    font-size: 16px;
  }
}
.eds_news_Galore .edNews_authorAvatarLink {
  position: relative;
}
.eds_news_Galore .edNews_authorAvatarLink > img {
  max-width: 100%;
  height: auto;
  border: solid 1px #d1d1d1;
  border-radius: 1px;
}
.eds_news_Galore .edNews_authorAvatarLink > a {
  background-image: url("assets/images/common/blank.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .edNews_readMore::after {
  content: "...";
}
.eds_news_Galore .edNews_authorAndDate {
  float: left;
  width: 158px;
}
.eds_news_Galore .edNews_authorAndDate .edNews_authorAvatarLink {
  margin-bottom: 5px;
}
.eds_news_Galore .edNews_authorAndDate > a,
.eds_news_Galore .edNews_authorAndDate > time {
  display: block;
  margin: 3px 0;
  line-height: 1;
  text-align: center;
}
.eds_news_Galore .edNews_authorAndDate > a {
  font-family: var(--edNewsG_headingsFont);
  font-size: 15px;
}
.eds_news_Galore .edNews_authorAndDate > time {
  color: #939393;
  font-size: 12px;
}
.eds_news_Galore .edNews_imageWithDate {
  position: relative;
}
.eds_news_Galore .edNews_dateOverImage {
  text-align: center;
  font-family: var(--edNewsG_headingsFont);
  vertical-align: middle;
  width: 100px;
  top: 0;
  bottom: 0;
  position: absolute;
  padding: 5px;
  color: #fff;
  line-height: 1;
  background-color: var(--edNewsG_primaryColorTransparent);
}
.eds_news_Galore .edNews_dateOverImage .edNews_dateWrapper {
  margin-top: -50%;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
}
.eds_news_Galore .edNews_dateOverImage .edNews_dateWrapper > span {
  display: block;
}
.eds_news_Galore .edNews_dateOverImage .edNews_day {
  font-size: 40px;
}
.eds_news_Galore .edNews_dateOverImage .edNews_month {
  font-size: 30px;
}
.eds_news_Galore .edNews_dateOverImage .edNews_year {
  font-size: 20px;
}
.eds_news_Galore .edNews_noArticleImage {
  background-color: var(--edNewsG_primaryColorTransparent);
  padding: 20px;
}
.eds_news_Galore .edNews_noArticleImage .edNews_noImageDate > span {
  font-family: var(--edNewsG_headingsFont);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-right: 7px;
}
.eds_news_Galore .edNews_noArticleImage .edNews_metaDetails {
  float: right;
}
.eds_news_Galore .edNews_noArticleImage .edNews_metaDetails i,
.eds_news_Galore .edNews_noArticleImage .edNews_metaDetails span {
  color: #fff;
  line-height: 1.4;
}
.eds_news_Galore .edNews_boxedArticlesWrapper {
  margin-left: -30px;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .edNews_boxedArticleWrapper {
  padding: 0 0 30px 30px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.eds_news_Galore .edNews_article.edNews_defaultList {
  overflow: hidden;
  margin-bottom: 60px;
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_authorAndDate {
  border: solid 1px #d6d6d6;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -6px 0 5px -6px rgba(0, 0, 0, 0.3) inset;
  padding: 20px 25px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_defaultList .edNews_authorAndDate {
    float: none;
    width: auto;
    overflow: hidden;
    text-align: right;
    margin-bottom: 7px;
    padding: 8px 15px;
  }
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_defaultList .edNews_authorAndDate .edNews_authorAvatarLink {
    float: left;
    width: 60px;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content {
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #d6d6d6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_articleTitle,
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_articleSummary {
  padding: 20px 50px 0;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_articleTitle,
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_articleSummary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_articleTitle + .edNews_articleTitle, .eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_articleTitle + .edNews_articleSummary {
  margin-top: -10px;
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_categories {
  text-align: center;
  padding: 5px 50px 0;
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_categories + .edNews_articleTitle {
  margin-top: -20px;
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_content .edNews_metaDetails {
  border-top: solid 1px #d6d6d6;
  padding: 10px 50px;
  margin-top: 20px;
}
.eds_news_Galore .edNews_article.edNews_defaultList .edNews_mediaContainer .edNews_articleLink {
  margin-bottom: 0;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle {
  background-color: #fff;
  overflow: hidden;
  border: solid 1px #e9e9e9;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle .edNews_adminActions {
  padding: 0 15px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("assets/images/common/blank.png");
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section > figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section > figure > img {
  position: relative;
  transition: all 0.4s ease-in;
  width: 100%;
  height: auto;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section > figure .edNews_defaultButton {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s ease-in;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section > figure .edNews_defaultButton,
.eds_news_Galore .edNews_article.edNews_boxedArticle > section > figure .edNews_defaultButton:hover {
  background: transparent none;
  border-color: #fff;
  color: #fff;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section > figure .edNews_defaultButton:hover {
  box-shadow: 0 0 5px #fff;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section:hover .edNews_articleTitle {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section:hover > figure > img {
  transform: scale(1.2);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle > section:hover > figure .edNews_defaultButton {
  opacity: 1;
  transform: scale(1);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section .edNews_metaDetails {
  padding: 10px 15px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section .edNews_metaDetails + .edNews_articleTitle {
  padding-top: 5px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section .edNews_articleTitle {
  font-size: 18px;
  padding: 15px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section .edNews_articleTitle.edNews_biggerTitle {
  font-size: 25px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section > figure > figcaption {
  position: absolute;
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  top: 20%;
  right: 0;
  bottom: 30%;
  left: 0;
  overflow: hidden;
  transform: scale(0.7);
  transition: all 0.4s ease-in;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section > figure > figcaption,
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section > figure .edNews_defaultButton {
  opacity: 0;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section > figure + .edNews_metaDetails {
  padding-top: 0;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section:hover .edNews_articleTitle {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section:hover > figure > img {
  transform: scale(1.2);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 > section:hover > figure > figcaption {
  opacity: 1;
  transform: scale(1);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 .edNews_articleSummary {
  padding: 20px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 .edNews_authorAndDate {
  width: auto;
  float: none;
  padding: 15px;
  border-top: solid 1px #e9e9e9;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 .edNews_authorAndDate .edNews_authorAvatarLink {
  float: left;
  margin-right: 10px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 .edNews_authorAndDate .edNews_authorAvatarLink > img {
  max-height: 40px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 .edNews_authorAndDate > a,
.eds_news_Galore .edNews_article.edNews_boxedArticle_1 .edNews_authorAndDate > time {
  text-align: left;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 > section > figure .edNews_metaDetails {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: left;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 > section > figure .edNews_metaDetails i,
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 > section > figure .edNews_metaDetails span {
  color: #fff;
  line-height: 1.4;
  margin-right: 0;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 > section > figure .edNews_metaDetails i + span {
  margin-left: 5px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 > section > figure .edNews_metaDetails > div {
  display: inline-block;
  margin: 5px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 .edNews_eventDetails {
  position: relative;
  z-index: 1;
  border: none;
  padding: 10px 20px;
  margin: 0;
  color: #8e8e8e;
  font-size: 13px;
  line-height: 1.1;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 .edNews_eventDetails .edNews_eventLocation {
  margin-right: 40px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 .edNews_articleTitle,
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 .edNews_articleSummary {
  padding: 5px 20px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 .edNews_articleTitle {
  font-size: 22px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_2 .edNews_articleSummary {
  font-size: 14px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 {
  margin: 30px 0 0;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_boxedArticle_3 {
    width: 100% !important;
  }
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header {
  position: relative;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header > figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header > figure > img {
  position: relative;
  transition: all 0.4s ease-in;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header > figure > img {
    width: 100%;
  }
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header h2.edNews_articleTitle {
  font-size: 18px;
  margin: 15px 0;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header > a {
  background-image: url("assets/images/common/blank.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header .edNews_lastCategorie {
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header time {
  font-size: 13px;
  margin-right: 10px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header .edNews_metaDetails {
  float: right;
  margin-top: 5px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header .edNews_metaDetails span {
  font-size: 13px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header .edNews_eventDetails {
  padding: 5px;
  font-size: 13px;
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header:hover h2.edNews_articleTitle {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 > header:hover > figure > img {
  transform: scale(1.1);
}
.eds_news_Galore .edNews_article.edNews_boxedArticle_3 .edNews_articleSummary {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: solid 1px #d4d4d4;
}
.eds_news_Galore .edNews_article.edNews_simpleList {
  padding: 20px;
  border-bottom: solid 1px #d0d0d0;
  transition: background 300ms ease;
}
.eds_news_Galore .edNews_article.edNews_simpleList .edNews_eventDetails {
  border: none;
  padding: 10px 0;
  color: var(--edNewsG_defaultColor);
  font-size: 13px;
}
.eds_news_Galore .edNews_article.edNews_simpleList .edNews_eventDetails time {
  float: right;
}
.eds_news_Galore .edNews_article.edNews_simpleList h2.edNews_articleTitle {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edNews_simpleList .edNews_articleSubTitle {
  font-size: 16px;
  margin: 0 0 10px;
}
.eds_news_Galore .edNews_article.edNews_simpleList .edNews_defaultButton {
  float: right;
  background-color: transparent;
  border-color: var(--edNewsG_primaryColor);
  color: #393535;
  margin-top: -20px;
}
.eds_news_Galore .edNews_article.edNews_simpleList .edNews_defaultButton:hover {
  color: var(--edNewsG_primaryColorDarker);
  background-color: transparent;
  border-color: var(--edNewsG_primaryColorDarker);
}
.eds_news_Galore .edNews_article.edNews_simpleList > time {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edNews_simpleList:hover {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_articleTitle,
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_articleSubTitle {
  color: #fff;
}
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_eventDetails time,
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_eventDetails .edNews_eventLocation {
  color: var(--edNewsG_primaryColorDarker);
}
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_eventDetails time::before,
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_eventDetails .edNews_eventLocation::before {
  color: #fff;
}
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_defaultButton {
  border-color: var(--edNewsG_primaryColorDarker);
  color: #fff;
}
.eds_news_Galore .edNews_article.edNews_simpleList:hover .edNews_defaultButton:hover {
  color: var(--edNewsG_primaryColorDarker);
}
.eds_news_Galore .edNews_article.edNews_simpleList:hover > time {
  color: var(--edNewsG_primaryColorDarker);
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section {
  position: relative;
  font-size: 13px;
  padding: 20px 0 15px;
  border-bottom: solid 1px #d4d4d4;
  overflow: hidden;
  transition: all 200ms ease;
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section::after {
  position: absolute;
  content: "";
  width: 10px;
  right: -10px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: block;
  background-color: transparent;
  transition: all 200ms ease;
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section > a {
  background-image: url("assets/images/common/blank.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section .edNews_mediaContainer img {
  margin-right: 15px;
  margin-bottom: 5px;
  border: solid 1px #d3d3d3;
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section h2.edNews_articleTitle {
  font-size: 15px;
  color: var(--edNewsG_darkColor);
  margin-bottom: 7px;
  padding-right: 20px;
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section .edNews_lastCategorie {
  position: relative;
  z-index: 1;
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section time {
  color: #939393;
  margin-right: 10px;
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section:hover {
  border-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edNews_simpleList2 > section:hover::after {
  right: 0;
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edsAccordion_section {
  position: relative;
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title {
  float: right;
  clear: right;
  display: block;
  padding: 20px;
  position: relative;
  z-index: 2;
  border-bottom: solid 1px #1d1d1d;
  transition: all 200ms linear;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title {
    float: none;
    width: auto !important;
    clear: both;
  }
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  content: "";
  background-color: var(--edNewsG_primaryColor);
  transition: all 300ms ease;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title::before {
    right: 0;
    bottom: 100%;
  }
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  right: auto;
  border-width: 14px 7px;
  border-style: solid;
  border-right-color: var(--edNewsG_primaryColor);
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  top: 50%;
  margin-top: -14px;
  bottom: auto;
  display: block;
  z-index: 1;
  visibility: hidden;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title::after {
    display: none;
  }
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title > h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: color 300ms ease;
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_title:hover > h3 {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper {
    position: static;
    width: auto !important;
  }
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper .edNews_adminActions {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 5%;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper .edNews_adminActions {
    position: static;
  }
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper img {
  opacity: 0;
  transition: opacity 300ms ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper .edNews_accordionContent {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper .edNews_accordionContent .edNews_eventDetails {
  margin: 0 0 10px;
  padding: 5px 0;
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper .edNews_accordionContent .edNews_eventDetails time,
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper .edNews_accordionContent .edNews_eventDetails .edNews_eventLocation {
  color: #fff;
}
.eds_news_Galore .edNews_article.edsAccordion_section .edsAccordion_contentWrapper .edNews_accordionContent .edNews_articleSummary {
  color: #d6d6d6;
  font-size: 13px;
  transition: bottom 900ms ease 300ms;
  margin-bottom: 0.5rem;
}
.eds_news_Galore .edNews_article.edsAccordion_section.edsAccordion_active .edsAccordion_title:hover > h3 {
  color: #fff;
}
.eds_news_Galore .edNews_article.edsAccordion_section.edsAccordion_active .edsAccordion_title::before {
  right: 0;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edsAccordion_section.edsAccordion_active .edsAccordion_title::before {
    right: 0;
    bottom: 0;
  }
}
.eds_news_Galore .edNews_article.edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  left: -14px;
  visibility: visible;
}
.eds_news_Galore .edNews_article.edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper {
  opacity: 1;
  visibility: visible;
}
.eds_news_Galore .edNews_article.edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper img,
.eds_news_Galore .edNews_article.edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper .edNews_accordionContent {
  opacity: 1;
  visibility: visible;
}
.eds_news_Galore .edNews_article.edNews_articleDetails {
  position: relative;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer img {
  margin-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer img + .edNews_mainImageTitle, .eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer img + .edNews_mainImageDescription {
  margin-top: -15px;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer .edNews_mainImageTitle,
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer .edNews_mainImageDescription {
  float: left;
  width: 100%;
  margin: 0 30px 15px 0;
  border: solid 1px #E8E8E8;
  border-top: none;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer .edNews_mainImageTitle {
  font-size: 13px;
  line-height: 1;
  color: #333;
  background-color: #f9f9f9;
  padding: 10px;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer .edNews_mainImageTitle + .edNews_mainImageDescription {
  margin-top: -15px;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_mediaContainer .edNews_mainImageDescription {
  font-size: 11px;
  line-height: 1;
  color: #666;
  background-color: #fff;
  padding: 6px 10px;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_metaDetails {
  float: right;
  margin-left: 15px;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_metaDetails .article_rating {
  float: right;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_eventDetails {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_categories {
  margin-bottom: 20px;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_authorAndDate {
  margin: 6px 30px 30px 0;
  width: 112px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_articleDetails .edNews_authorAndDate {
    float: none;
    width: auto;
    margin: 5px 0 15px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_articleDetails .edNews_authorAndDate .edNews_authorAvatarLink {
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_articleDetails .edNews_authorAndDate .edNews_authorAvatarLink > img {
    max-height: 60px;
  }
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_authorAndDate > a,
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_authorAndDate > time {
  text-align: left;
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_articleContent {
  padding: 0 50px;
  color: var(--edNewsG_darkColor);
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_articleDetails .edNews_articleContent {
    padding: 0 25px;
  }
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_articleTitle {
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_articleDetails .edNews_articleTitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.eds_news_Galore .edNews_article.edNews_articleDetails .edNews_articleTitle.edNews_articleSubTitle {
  font-size: 28px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_article.edNews_articleDetails .edNews_articleTitle.edNews_articleSubTitle {
    font-size: 20px;
  }
}
.eds_news_Galore .edNews_article.edNews_articleDetails2 {
  border: solid 1px var(--edNewsG_lightGreyColor);
}
.eds_news_Galore .edNews_article.edNews_articleDetails2 .edNews_articleContent {
  padding: 0 1.5rem;
}
.eds_news_Galore .edNews_article.edNews_articleDetails2 .edNews_articleContent .edNews_negativeMargins {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.eds_news_Galore .edNews_article.edNews_articleDetails2 .edNews_mediaContainer img {
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}
.eds_news_Galore .edNews_article.edNews_articleDetails2 .edNews_articleTitle {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.eds_news_Galore .edNews_article.edNews_articleDetails2 .edNews_articleSubTitle {
  margin: 1rem 0;
  font-size: 1.4rem;
}
.eds_news_Galore .edNews_metaDetails {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.eds_news_Galore .edNews_metaDetails * {
  vertical-align: middle;
}
.eds_news_Galore .edNews_metaDetails span,
.eds_news_Galore .edNews_metaDetails time {
  margin-right: 15px;
  font-family: var(--edNewsG_defaultFont);
  font-size: 13px;
  line-height: 1;
}
.eds_news_Galore .edNews_metaDetails i {
  color: var(--edNewsG_primaryColor);
  font-size: 15px;
  margin-right: 5px;
}
.eds_news_Galore .edNews_metaDetails .EDN_article_rateit,
.eds_news_Galore .edNews_metaDetails .edNews_rating {
  float: right;
}
.eds_news_Galore .edNews_articlesRssWrapper {
  margin: 20px 0;
  text-align: right;
}
.eds_news_Galore .edNews_articlesRssWrapper > a {
  background-color: var(--edNewsG_primaryColor);
  padding: 0.2rem 0.5rem;
  display: inline-block;
  border: solid 1px var(--edNewsG_primaryColor);
  border-radius: 0.3rem;
  transition: all 300ms ease;
}
.eds_news_Galore .edNews_articlesRssWrapper > a span {
  display: none;
}
.eds_news_Galore .edNews_articlesRssWrapper > a::before {
  content: "\f09e";
  font-family: "FontAwesome";
  line-height: 0;
  color: var(--edNewsG_primaryColor);
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  transition: color 500ms ease;
}
.eds_news_Galore .edNews_articlesRssWrapper > a:hover {
  background-color: var(--edNewsG_primaryColorTransparent);
}
.eds_news_Galore .edNews_articlesRssWrapper > a:hover::before {
  color: #fff;
}
.eds_news_Galore .edn_article_gallery ul {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edn_article_gallery ul li {
  padding: 0;
  margin: 10px;
  list-style: none;
  display: inline-block;
}
.eds_news_Galore .edn_article_gallery ul li a {
  display: inline-block;
}
.eds_news_Galore .edn_article_gallery ul li a img {
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  transition: all 400ms ease;
}
.eds_news_Galore .edn_article_gallery ul li a:hover img {
  border-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_tags {
  margin: 25px 0;
}
.eds_news_Galore .edNews_tags * {
  vertical-align: top;
}
.eds_news_Galore .edNews_tags > span {
  font-size: 18px;
  font-family: var(--edNewsG_headingsFont);
  color: var(--edNewsG_darkColor);
  margin-right: 10px;
}
.eds_news_Galore .edNews_tags > span::before {
  font-family: "FontAwesome";
  color: var(--edNewsG_primaryColor);
  margin-right: 5px;
  content: "\f02b";
}
.eds_news_Galore .edNews_tags > a {
  vertical-align: middle;
  text-decoration: none;
  line-height: 28px;
  font-size: 15px;
  color: var(--edNewsG_primaryColor);
  text-align: center;
  margin-right: 5px;
  transition: all 200ms ease;
}
.eds_news_Galore .edNews_tags > a::after {
  content: ",";
}
.eds_news_Galore .edNews_tags > a:hover {
  color: var(--edNewsG_primaryColor);
  text-decoration: underline;
}
.eds_news_Galore .edNews_tags > a:last-child::after {
  display: none;
}
.eds_news_Galore.eds_subCollection_tagCloud .edNews_tags {
  padding-right: 1rem;
  padding-left: 1rem;
}
.eds_news_Galore .edNews_categories > a {
  font-size: 15px;
}
.eds_news_Galore .edNews_categories > a + a {
  margin-left: 5px;
}
.eds_news_Galore .edNews_categories > a::after {
  content: ",";
  text-decoration: none !important;
}
.eds_news_Galore .edNews_categories > a:last-child::after {
  display: none;
}
.eds_news_Galore .edNews_eventDetails {
  margin: 10px 0;
  padding: 10px 50px;
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
  display: table;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  color: #272621;
  font-size: 13px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_eventDetails {
    display: block;
    overflow: hidden;
  }
}
.eds_news_Galore .edNews_eventDetails .edNews_dpLeft,
.eds_news_Galore .edNews_eventDetails .edNews_dpRight {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_eventDetails .edNews_dpLeft,
.eds_news_Galore .edNews_eventDetails .edNews_dpRight {
    display: block;
  }
}
.eds_news_Galore .edNews_eventDetails .edNews_dpRight {
  text-align: right;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_eventDetails .edNews_dpRight {
    float: right;
  }
}
.eds_news_Galore .edNews_eventDetails time,
.eds_news_Galore .edNews_eventDetails .edNews_eventLocation {
  margin: 0;
  padding: 5px 0;
  vertical-align: middle;
  vertical-align: middle;
}
.eds_news_Galore .edNews_eventDetails time::before,
.eds_news_Galore .edNews_eventDetails .edNews_eventLocation::before {
  color: var(--edNewsG_primaryColor);
  font-family: "FontAwesome";
  margin-right: 7px;
}
.eds_news_Galore .edNews_eventDetails time > strong,
.eds_news_Galore .edNews_eventDetails .edNews_eventLocation > strong {
  font-weight: normal;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_eventDetails time::before {
  content: "\f017";
}
.eds_news_Galore .edNews_eventDetails .edNews_eventLocation::before {
  content: "\f041";
}
.eds_news_Galore .edNews_eventDetails + .edNews_articleSummary {
  margin-top: 0;
}
.eds_news_Galore .edNews_eventDetails p {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edNews_eventDetails ul {
  margin-bottom: 0;
}
.eds_news_Galore .edNews_eventDetails .edNews_eventPrice {
  float: right;
  margin-left: 20px;
  font-family: var(--edNewsG_headingsFont);
  line-height: 1;
  font-size: 40px;
  color: var(--edNewsG_primaryColor);
  padding: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  clear: right;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage {
  display: block;
  padding: 5px;
  font-style: italic;
  color: #3b3b3b;
  background-color: #c0dcfe;
  border: solid 1px #95c1f1;
  border-radius: 4px;
  margin-top: 10px;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo {
  font-style: normal;
  padding: 5px;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo p {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo hr {
  margin: 7px 0;
  padding: 0;
  height: 1px;
  border: none;
  border-bottom: dashed 1px #79a8cd;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor1 {
  color: #0076b5;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_infoColor2 {
  color: #db0000;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment {
  display: inline-block;
  border: solid 1px #659ad9;
  border-radius: 4px;
  color: #0093de;
  padding: 5px;
  line-height: 1;
  margin-top: 10px;
}
.eds_news_Galore .edNews_eventDetails .edn_eventInfoMessage .eds_paymentInfo .edn_eventPayPalPayment:hover {
  text-decoration: none;
  color: #0b65ac;
}
.eds_news_Galore .edNews_calendarExport {
  text-decoration: none;
  margin-left: 20px;
}
.eds_news_Galore .edNews_calendarExport span {
  color: #272621;
  text-transform: uppercase;
  font-size: 11px;
  vertical-align: middle;
}
.eds_news_Galore .edNews_calendarExport::before {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
  color: var(--edNewsG_primaryColor);
  vertical-align: middle;
}
.eds_news_Galore .edNews_calendarExport:hover::before,
.eds_news_Galore .edNews_calendarExport:hover span {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_listOfAttendants {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  clear: both;
  margin: 15px 0;
  overflow: hidden;
}
.eds_news_Galore .edn_listOfAttendants > table {
  border: none;
  outline: none;
  width: 100%;
}
.eds_news_Galore .edn_listOfAttendants > table tr:first-child.edn_listOfAttendantsHeader {
  border-bottom: solid 1px #d2d2d2;
  background-color: #fff;
}
.eds_news_Galore .edn_listOfAttendants > table tr:nth-child(even) {
  background-color: #FBFBFB;
}
.eds_news_Galore .edn_listOfAttendants > table tr:nth-child(odd) {
  background-color: #fff;
}
.eds_news_Galore .edn_listOfAttendants > table tr:hover {
  background-color: #F7F7F7;
}
.eds_news_Galore .edn_listOfAttendants > table tr:hover td {
  color: #000;
}
.eds_news_Galore .edn_listOfAttendants > table tr th {
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  padding: 10px;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_listOfAttendants > table tr th.edn_eventUserName {
  width: 80%;
}
.eds_news_Galore .edn_listOfAttendants > table tr th.edn_eventNumberOfTickets {
  text-align: center;
  width: 20%;
}
.eds_news_Galore .edn_listOfAttendants > table tr td {
  padding: 3px 10px;
  border: none;
  font-size: 13px;
}
.eds_news_Galore .edn_listOfAttendants > table tr td.edn_eventUserName {
  padding-right: 20px;
}
.eds_news_Galore .edn_listOfAttendants > table tr td.edn_eventNumberOfTickets {
  text-align: center;
}
.eds_news_Galore .edNews_toolTip {
  position: relative;
}
.eds_news_Galore .edNews_toolTip .edNews_toolTipContent {
  position: absolute;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity linear 400ms;
  line-height: 0;
  font-size: 0;
  z-index: 9999;
  margin-bottom: 3px;
  overflow: hidden;
}
.eds_news_Galore .edNews_toolTip:hover .edNews_toolTipContent {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px transparent;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
  max-width: 400px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.eds_news_Galore .edNews_toolTip.edNews_tooltipLeft .edNews_toolTipContent {
  left: 0;
}
.eds_news_Galore .edNews_toolTip.edNews_tooltipRight .edNews_toolTipContent {
  right: 0;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation {
    margin: 25px 0;
    overflow: hidden;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a {
  font-size: 0;
  line-height: 0;
  position: fixed;
  display: inline-block;
  width: 250px;
  top: 50%;
  margin-top: -70px;
  z-index: 9999;
  transition: all 500ms ease;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a {
    position: relative;
    top: auto;
    width: 130px;
    margin-top: 0;
    z-index: auto;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage {
    height: 70px !important;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage > img {
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage > img {
    height: 70px !important;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage::after {
  background-color: #fff;
  box-shadow: 0 0 0 1px #d2d2d2;
  font-family: "FontAwesome";
  line-height: 140px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  color: var(--edNewsG_primaryColor);
  z-index: 1;
  position: absolute;
  border-radius: 4px;
  transition: background 400ms ease, color 400ms ease, padding 600ms ease;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage::after {
    line-height: 70px !important;
    top: 1px;
    bottom: 1px;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage .edNews_fixedNavTitle {
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
  border-style: none;
  z-index: 2;
  text-align: left;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavImage .edNews_fixedNavTitle {
    border-style: solid;
    width: 220px !important;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavTitle {
  font-size: 16px;
  line-height: 1.1;
  color: var(--edNewsG_defaultColor);
  font-family: var(--edNewsG_headingsFont);
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-top-style: none;
  width: 240px;
  padding: 10px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a .edNews_fixedNavTitle {
    top: 0;
    bottom: 0;
    border-top-style: solid;
    z-index: 2;
    overflow: hidden;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a:hover .edNews_fixedNavTitle {
  opacity: 1;
  visibility: visible;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a:hover .edNews_fixedNavImage::after {
  background-color: var(--edNewsG_primaryColor);
  color: #fff;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle {
  left: -190px;
  border-left: none !important;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle {
    left: auto !important;
    float: left;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle .edNews_fixedNavImage::after {
  content: "\f100";
  text-align: right;
  padding-right: 20px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle .edNews_fixedNavTitle {
  left: -100%;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  transition: left 500ms ease, opacity 800ms;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle:hover {
  left: 0;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle:hover .edNews_fixedNavTitle {
  left: 0;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle:hover .edNews_fixedNavImage::after {
  padding-right: 45px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_previusArticle:hover .edNews_fixedNavImage::after {
    padding-right: 25px;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle {
  right: -190px;
  border-right: none !important;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle {
    right: auto !important;
    float: right;
  }
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle .edNews_fixedNavImage {
  text-align: right;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle .edNews_fixedNavImage::after {
  content: "\f101";
  text-align: left;
  padding-left: 20px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle .edNews_fixedNavTitle {
  right: -100%;
  border-right: none !important;
  border-top-right-radius: 0 !important;
  transition: right 500ms ease, opacity 800ms;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle:hover {
  right: 0;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle:hover .edNews_fixedNavTitle {
  right: 0;
}
.eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle:hover .edNews_fixedNavImage::after {
  padding-left: 45px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_fixedPrevNextArticleNavigation > a.edNews_nextArticle:hover .edNews_fixedNavImage::after {
    padding-left: 25px;
  }
}
.eds_news_Galore .edNews_aditionalBox {
  border: solid 1px #d8d8d8;
  border-radius: 6px;
  margin: 15px 0;
  padding: 20px;
  clear: both;
}
.eds_news_Galore .edNews_aditionalBox > h2 {
  font-size: 20px;
  color: var(--edNewsG_darkColor);
  line-height: 1;
  margin: -20px -20px 20px;
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.eds_news_Galore .edNews_aditionalBox > h2 i {
  color: var(--edNewsG_primaryColor);
  font-size: 27px;
  margin-right: 10px;
}
.eds_news_Galore .edNews_aditionalBox > h2 span,
.eds_news_Galore .edNews_aditionalBox > h2 i {
  vertical-align: middle;
}
.eds_news_Galore .edNews_aditionalBox > ul {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edNews_aditionalBox > ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 20px;
  position: relative;
  font-size: 13px;
}
.eds_news_Galore .edNews_aditionalBox > ul li::before {
  color: var(--edNewsG_primaryColor);
  content: "\f105";
  font: 13px/1 "FontAwesome";
  left: 0;
  position: absolute;
  top: 3px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_Galore .edNews_aditionalBox > ul li a {
  margin-right: 7px;
  color: var(--edNewsG_primaryColor);
  text-decoration: none;
}
.eds_news_Galore .edNews_aditionalBox > ul li a:hover {
  color: #9c9c9c;
  text-decoration: none;
}
.eds_news_Galore .edNews_aditionalBox > ul li span {
  font-style: italic;
  color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage {
  padding-bottom: 10px;
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul {
  margin-left: -9px;
  margin-right: -9px;
  line-height: 0;
  font-size: 0;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li {
  padding: 0 9px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  line-height: 0;
  height: 180px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li {
    display: block;
    border: none;
    padding: 0 0 6px;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
  }
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li + li {
  border-left: dashed 1px #D9D9D9;
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li a {
  max-width: 100%;
  display: block;
  margin: 0;
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li a img {
  width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li a img {
    float: left;
    margin: 2px 10px 5px 0;
  }
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li a span {
  display: block;
  font-size: 13px;
  font-family: var(--edNewsG_headingsFont);
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 5px;
}
.eds_news_Galore .edNews_aditionalBox.edNews_aditionalBoxImage > ul li::before {
  display: none;
}
.eds_news_Galore .edNews_aditionalBox.edNews_relatedArticles {
  border-color: #e7e7e7;
  background-color: #FCFBFB;
}
.eds_news_Galore .edNews_aditionalBox.edNews_relatedArticles > ul li a {
  text-decoration: none;
}
.eds_news_Galore .edNews_aditionalBox.edNews_relatedArticles > ul li a > span {
  color: var(--edNewsG_primaryColor);
  transition: color 200ms ease;
}
.eds_news_Galore .edNews_aditionalBox.edNews_relatedArticles > ul li a:hover {
  text-decoration: none;
}
.eds_news_Galore .edNews_aditionalBox.edNews_relatedArticles > ul li a:hover > span {
  color: #9c9c9c;
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: solid 1px #F7F5F5;
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li::before {
  content: "\f016";
  font-size: 16px;
  color: var(--edNewsG_defaultColor);
  top: 1px;
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_doc::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_docx::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_odt::before {
  content: "\f1c2";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_xls::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_xlsx::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_ods::before {
  content: "\f1c3";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_zip::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_rar::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_7z::before {
  content: "\f1c6";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_wav::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_wma::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_ogg::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_flac::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_mp3::before {
  content: "\f1c7";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_png::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_gif::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_jpg::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_jpeg::before {
  content: "\f1c5";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_mpg::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_mpeg::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_mp4::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_xvid::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_wmv::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_ogv::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_mov::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_avi::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_mkv::before {
  content: "\f1c8";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_pdf::before {
  content: "\f1c1";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_ppt::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_pptx::before, .eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_odp::before {
  content: "\f1c4";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li.edNews_docType_txt::before {
  content: "\f0f6";
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li .edNews_docDetails {
  font-style: normal;
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li .edNews_docDetails .edNews_docFileSize {
  color: #000;
  font-style: normal;
}
.eds_news_Galore .edNews_aditionalBox.edNews_articleDocuments > ul li .edNews_documentDescription {
  color: #999;
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edNews_aditionalBox.edNews_comments {
  border-right: none;
  border-left: none;
  border-radius: 0;
  margin: 0 -1.5rem 1rem;
}
.eds_news_Galore .edNews_aditionalBox.edNews_comments > h2 {
  background-color: #FCFBFB;
}
.eds_news_Galore .edNews_aditionalBox.edNews_review {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.eds_news_Galore .edNews_aditionalBox.edNews_review > h2 {
  margin: 0 1rem 0 0;
  border-bottom: 0;
  padding: 0;
}
.eds_news_Galore .in_article_image {
  overflow: hidden;
  max-width: 100%;
  border: solid 1px #d1d1d1;
  display: inline-block;
  background-color: #F9F9F9;
}
.eds_news_Galore .in_article_image .image_wrapper {
  max-width: 100%;
}
.eds_news_Galore .in_article_image .image_wrapper img {
  max-width: 100%;
  height: auto;
}
.eds_news_Galore .in_article_image .image_title {
  padding: 10px 15px;
  font-size: 17px;
  margin: 0;
  color: var(--edNewsG_primaryColor);
  background-color: #fff;
}
.eds_news_Galore .in_article_image .image_title + .image_description {
  border-top: solid 1px #d1d1d1;
}
.eds_news_Galore .in_article_image .image_description {
  padding: 10px 15px;
  font-size: 13px;
  color: #b1b1b1;
}
.eds_news_Galore .in_article_image.left {
  float: left;
  margin: 7px 25px 10px 0;
}
.eds_news_Galore .in_article_image.right {
  float: right;
  margin: 7px 0 10px 25px;
}
.eds_news_Galore .edNews_signUpActionBarWrapper {
  margin-top: 15px;
}
.eds_news_Galore .edNews_signUpActionBarWrapper > h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Galore .eds_signUpActionBar {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.eds_news_Galore .eds_signUpActionBar > div > span {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.eds_news_Galore .eds_signUpActionBar > div > span > input[type=radio] {
  display: none;
}
.eds_news_Galore .eds_signUpActionBar > div > span > input[type=radio]:checked + label::before {
  opacity: 1;
}
.eds_news_Galore .eds_signUpActionBar > div > span > label {
  position: relative;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms linear;
}
.eds_news_Galore .eds_signUpActionBar > div > span > label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 29px;
  line-height: 1.2;
  opacity: 0;
  display: inline-block;
  cursor: default;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue1 > label {
  border-color: #1ecd97;
  color: #1ecd97;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue1 > label:hover {
  color: #fff;
  background-color: #1ecd97;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue2 > label {
  border-color: #e44d54;
  color: #e44d54;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue2 > label:hover {
  color: #fff;
  background-color: #e44d54;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue3 > label {
  border-color: #bec3c7;
  color: #bec3c7;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue3 > label:hover {
  color: #fff;
  background-color: #bec3c7;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label {
  color: #1ecd97;
  border-color: #1ecd97;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue1 > input[type=radio]:checked + label::before {
  background-color: #1ecd97;
  content: "\f00c";
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label {
  color: #e44d54;
  border-color: #e44d54;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue2 > input[type=radio]:checked + label::before {
  background-color: #e44d54;
  content: "\f00d";
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label {
  color: #bec3c7;
  border-color: #bec3c7;
}
.eds_news_Galore .eds_signUpActionBar > div > span.eds_optionValue3 > input[type=radio]:checked + label::before {
  background-color: #bec3c7;
  content: "\f128";
}
.eds_news_Galore .edNews_authorGroupDetails {
  font-size: 0.9rem;
  padding: 1rem 0;
  margin: 2rem 0;
  border-top: solid 1px var(--edNewsG_greyColor);
  border-bottom: solid 1px var(--edNewsG_greyColor);
}
.eds_news_Galore .edNews_authorGroupDetails .edn_authorLink {
  font-weight: 700;
  color: var(--edNewsG_darkColor);
  font-size: 1.5rem;
}
.eds_news_Galore .edNews_authorGroupDetails .edn_authorLink a {
  color: inherit;
  text-decoration: none;
}
.eds_news_Galore .edNews_authorGroupDetails .edn_authorLink a:hover {
  color: var(--edNewsG_primaryColor);
  text-decoration: none;
}
.eds_news_Galore .edNews_authorGroupDetails > img {
  float: left;
  margin: 1.5rem 1rem 2rem 0;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_authorGroupDetails > img {
    max-width: 50%;
  }
}
.eds_news_Galore .edNews_authorGroupDetails .edNews_connectWith {
  margin-top: 1rem;
}
.eds_news_Galore .edNews_authorGroupDetails .edNews_connectWith > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3rem;
}
.eds_news_Galore .edNews_authorGroupDetails .button {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 5px;
  font-size: 0;
  color: var(--edNewsG_darkColor);
  text-decoration: none;
  transition: all 300ms;
}
.eds_news_Galore .edNews_authorGroupDetails .button ~ .button {
  margin-left: 1rem;
}
.eds_news_Galore .edNews_authorGroupDetails .button::before {
  font: 400 1rem/1 "Font Awesome 6 Brands";
}
.eds_news_Galore .edNews_authorGroupDetails .button:hover {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_authorGroupDetails .button.author_rss, .eds_news_Galore .edNews_authorGroupDetails .button.contact, .eds_news_Galore .edNews_authorGroupDetails .button.full_bio {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_authorGroupDetails .button.author_rss::before, .eds_news_Galore .edNews_authorGroupDetails .button.contact::before, .eds_news_Galore .edNews_authorGroupDetails .button.full_bio::before {
  font: 900 1rem/1 "FontAwesome";
}
.eds_news_Galore .edNews_authorGroupDetails .button.author_rss:hover, .eds_news_Galore .edNews_authorGroupDetails .button.contact:hover, .eds_news_Galore .edNews_authorGroupDetails .button.full_bio:hover {
  color: var(--edNewsG_darkColor);
}
.eds_news_Galore .edNews_authorGroupDetails .button.author_rss::before {
  content: "\f09e";
}
.eds_news_Galore .edNews_authorGroupDetails .button.contact::before {
  content: "\f003";
}
.eds_news_Galore .edNews_authorGroupDetails .button.full_bio {
  color: #fff;
  font-size: inherit;
  background-color: var(--edNewsG_primaryColor);
  border-radius: 4px;
  padding: 8px 15px;
  line-height: 1;
}
@media (max-width: 768px) {
  .eds_news_Galore .edNews_authorGroupDetails .button.full_bio {
    padding: 0.4rem 1rem;
  }
}
.eds_news_Galore .edNews_authorGroupDetails .button.full_bio:hover {
  color: var(--edNewsG_darkColor);
}
.eds_news_Galore .edNews_authorGroupDetails .button.full_bio::before {
  display: none;
}
.eds_news_Galore .edNews_authorGroupDetails .button.social.facebook::before {
  content: "\f09a";
}
.eds_news_Galore .edNews_authorGroupDetails .button.social.twitter::before {
  content: "\f099";
}
.eds_news_Galore .edNews_authorGroupDetails .button.social.linked_in::before {
  content: "\f0e1";
}
.eds_news_Galore .edNews_authorGroupDetails .button.social.google_plus::before {
  content: "\f0d5";
}
.eds_news_Galore .edNews_authorGroupDetails .button.social.youtube::before {
  content: "\f167";
}
.eds_news_Galore .edNews_authorGroupDetails .button.social.instagram::before {
  content: "\f16d";
}
.eds_news_Galore .edNews_authorGroupDetails .button.social.website::before {
  font: 900 1rem/1 "FontAwesome";
  content: "\f0c1";
}
.eds_news_Galore .edNews_authorGroupDetails .button:hover {
  text-decoration: none;
}
.eds_news_Galore.eds_template_List_Article_Simple_Framed {
  background-color: #fff;
  border: solid 1px #d0d0d0;
  border-radius: 10px;
  overflow: hidden;
}
.eds_news_Galore.eds_template_List_Article_Simple_Framed .edNews_articlesRssWrapper {
  padding: 0 20px;
}
.eds_news_Galore [class*=edn_accordionWrapper] {
  overflow: hidden;
}
@media (max-width: 768px) {
  .eds_news_Galore [class*=edn_accordionWrapper] {
    height: auto !important;
  }
}
.eds_news_Galore [class*=edn_accordionWrapper].edn_articleAccordion {
  background-color: var(--edNewsG_darkColor);
}
.eds_news_Galore [class*=edn_accordionWrapper] .edsAccordion_section .edsAccordion_title {
  cursor: pointer;
}
.eds_news_Galore .edn_timeline {
  display: flex;
  margin: 0;
}
@media (max-width: 576px) {
  .eds_news_Galore .edn_timeline {
    flex-wrap: wrap;
  }
}
.eds_news_Galore .edn_timeline .edn_timelineTimeLocation {
  width: 150px;
  flex: 0 0 150px;
}
.eds_news_Galore .edn_timeline .edn_timelineTimeLocation > time {
  display: block;
  font-family: var(--edNewsG_headingsFont);
  line-height: 1;
}
.eds_news_Galore .edn_timeline .edn_timelineTimeLocation > time.edn_timelineDate {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_timeline .edn_timelineTimeLocation > time.edn_timelineClock {
  color: var(--edNewsG_darkColor);
  font-size: 3.5rem;
  margin: 5px 0;
  letter-spacing: -0.2rem;
}
.eds_news_Galore .edn_timeline .edn_timelineTimeLocation .edn_eventPrice {
  font-family: var(--edNewsG_headingsFont);
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
}
.eds_news_Galore .edn_timeline .edn_timeLineImage {
  position: relative;
  text-align: center;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edn_timeline .edn_timeLineImage {
    flex: 0 0 calc(100% - 150px);
  }
}
.eds_news_Galore .edn_timeline .edn_timeLineImage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.5rem);
  width: 1rem;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 576px) {
  .eds_news_Galore .edn_timeline .edn_timeLineImage::after {
    display: none;
  }
}
.eds_news_Galore .edn_timeline .edn_timeLineImage.edn_noImage {
  padding: 0 8px;
  flex-shrink: 0;
}
.eds_news_Galore .edn_timeline .edn_timeLineImage.edn_noImage > a {
  width: 40px;
  height: 40px;
}
@media (max-width: 576px) {
  .eds_news_Galore .edn_timeline .edn_timeLineImage.edn_noImage > a {
    display: none;
  }
}
.eds_news_Galore .edn_timeline .edn_timeLineImage > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 0.6rem;
  border: solid 1px var(--edNewsG_lightGreyColor);
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  max-width: 100%;
}
.eds_news_Galore .edn_timeline .edn_timeLineImage > a > img {
  width: 100%;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent {
  margin-left: 30px;
  background-color: #fff;
  border-radius: 1rem;
  border: solid 1px #f4f4f4;
  margin-bottom: 35px;
  margin-top: -5px;
  position: relative;
}
@media (max-width: 576px) {
  .eds_news_Galore .edn_timeline .edn_timeLineContent {
    margin-left: 0;
    margin-top: 10px;
    flex: 0 0 100%;
  }
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header,
.eds_news_Galore .edn_timeline .edn_timeLineContent > footer {
  padding: 10px 25px;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header {
  border-bottom: solid 1px #f4f4f4;
  background: transparent;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header > time {
  float: right;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header > time::before {
  content: "\f017";
  color: var(--edNewsG_primaryColor);
  margin-right: 5px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header .edn_calendarExport {
  margin-right: 20px;
  float: right;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header .edn_calendarExport::after {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header .edn_calendarExport:hover::after {
  color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header .edn_articleTitle {
  font-size: 18px;
  margin: 0;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header .edn_articleTitle > a {
  color: #666161;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > header .edn_articleTitle > a:hover {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > div {
  padding: 5px 25px;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent > footer {
  border-top: solid 1px #f4f4f4;
  display: flex;
  justify-content: space-between;
}
.eds_news_Galore .edn_timeline .edn_timeLineContent .edn_articleSummary {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8a8a8a;
}
.eds_news_Galore .edn_timeline:last-child .edn_timeLineImage::after {
  display: none;
}
.eds_news_Galore .edn_timeline:nth-child(even) .edn_timeLineContent {
  background-color: #ececec;
}
.eds_news_Galore .edn_timeline:nth-child(even) .edn_timeLineContent::before {
  background-color: #ececec;
}

.eds_news_Galore .EDN_cf_all_fields_container {
  margin: 15px 15px 15px 0;
  border: solid 1px #d4d4d4;
  display: inline-block;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.9em;
}
.eds_news_Galore .EDN_cf_all_fields_container > table {
  width: 100%;
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr td {
  padding: 5px 30px;
  border-bottom: solid 1px #d4d4d4;
  vertical-align: top;
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
  font-family: var(--edNewsG_headingsFont);
  font-size: 1em;
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label::after {
  content: ":";
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr td .EDN_cf_checkbox .EDN_cf_checkbox_icon::before {
  content: "\f00d";
  font-family: "FontAwesome";
  color: var(--edNewsG_primaryColor);
  margin-right: 5px;
  font-size: 14px;
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr td .EDN_cf_checkbox.EDN_cf_checkbox_checked .EDN_cf_checkbox_icon::before {
  content: "\f046";
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr td .EDN_cf_checkboxList {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr td .EDN_cf_checkboxList li {
  list-style-type: none;
  padding: 0 0 3px;
  margin: 0;
  line-height: 1.5;
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.eds_news_Galore .EDN_cf_all_fields_container > table tr:last-child td {
  border: none;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup + .EDN_cf_listGroup {
  margin-top: 0.7rem;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup .EDN_cf_listGroupName {
  padding: 0 0 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  font-size: 1em;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup img {
  max-width: 100%;
  height: auto;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup .in_article_image {
  margin: 0.1rem 0 0;
  padding: 0;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup > ul {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup > ul > li {
  margin: 0 0 0.2rem;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  font-size: 0.9em;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup > ul > li > div:empty {
  display: none;
}
.eds_news_Galore .EDN_cf_all_fields_container .EDN_cf_listGroup.verticalList > ul > li {
  flex-flow: column;
  gap: 0;
}
.eds_news_Galore .edNews_cfDetails {
  display: flex;
  border-bottom: 1px solid var(--edNewsG_lightGreyColor);
  border-top: 1px solid var(--edNewsG_lightGreyColor);
  margin: 0;
  padding: 0;
  align-items: stretch;
  flex-wrap: wrap;
}
.eds_news_Galore .edNews_cfDetails li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.eds_news_Galore .edNews_cfDetails li + li {
  border-left: 1px solid var(--edNewsG_lightGreyColor);
}
.eds_news_Galore .edNews_cfDetails .edNews_cfPrice {
  background-color: var(--edNewsG_primaryColor);
  color: white;
  font-weight: bold;
  display: flex;
  border-right: none;
  margin-top: -1px;
  margin-bottom: -1px;
}
.eds_news_Galore .edNews_cfDetails .edNews_cfInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eds_news_Galore .edNews_cfDetails .edNews_cfInfo span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--edNewsG_greyColor);
}
.eds_news_Galore .edNews_cfDetails .edNews_cfInfo strong {
  font-weight: normal;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_cfDetails + .edNews_cfDetails {
  border-top: none;
}
.eds_news_Galore .edNews_compactDetails {
  border-bottom: none;
}
.eds_news_Galore .edNews_compactDetails + .edNews_cfDetails {
  border-top: 1px solid var(--edNewsG_lightGreyColor);
}
.eds_news_Galore .edNews_compactDetails li {
  padding: 5px;
  font-size: 0.8em;
}
.eds_news_Galore .edNews_compactDetails li + li {
  border-left: none;
}
.eds_news_Galore .edNews_centered {
  justify-content: space-around;
}

.eds_news_Galore .article_pager {
  text-align: center;
  border: solid 1px var(--edNewsG_greyColor);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .eds_news_Galore .article_pager {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.eds_news_Galore .article_pager > a {
  display: inline-block;
  line-height: 36px;
  font-size: 18px;
  font-family: var(--edNewsG_headingsFont);
  text-decoration: none;
  color: var(--edNewsG_primaryColor);
  min-width: 36px;
  padding: 0 15px;
  border: solid 1px var(--edNewsG_greyColor);
  border-top: none !important;
  border-bottom: none !important;
}
@media (max-width: 576px) {
  .eds_news_Galore .article_pager > a {
    min-width: 0;
    padding: 0 10px;
    line-height: 27px;
  }
}
.eds_news_Galore .article_pager > a:hover {
  background-color: var(--edNewsG_primaryColor);
  color: #fff;
  text-decoration: none;
}
.eds_news_Galore .article_pager > a.page {
  font-size: 15px;
  transition: all 300ms ease;
}
@media (max-width: 576px) {
  .eds_news_Galore .article_pager > a.page {
    font-size: 13px;
  }
}
.eds_news_Galore .article_pager > a.page.active {
  background-color: var(--edNewsG_primaryColor);
  color: #fff;
}
.eds_news_Galore .article_pager > a.page + .page {
  border-left-style: none !important;
}
.eds_news_Galore .article_pager > a.prev, .eds_news_Galore .article_pager > a.next {
  width: 40px;
  font-size: 0;
  padding: 0;
  background-color: var(--edNewsG_primaryColor);
  text-align: center;
  position: relative;
}
.eds_news_Galore .article_pager > a.prev::before, .eds_news_Galore .article_pager > a.next::before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0;
}
.eds_news_Galore .article_pager > a.prev:hover, .eds_news_Galore .article_pager > a.next:hover {
  background-color: transparent;
}
.eds_news_Galore .article_pager > a.prev:hover::before, .eds_news_Galore .article_pager > a.next:hover::before {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .article_pager > a.prev {
  float: left;
  border-right: solid 1px var(--edNewsG_greyColor);
  border-left: none !important;
}
.eds_news_Galore .article_pager > a.prev::before {
  content: "\f053";
}
.eds_news_Galore .article_pager > a.next {
  float: right;
  border-left: solid 1px var(--edNewsG_greyColor);
  border-right: none !important;
}
.eds_news_Galore .article_pager > a.next::before {
  content: "\f054";
}
.eds_news_Galore .article_pager > a.first, .eds_news_Galore .article_pager > a.last {
  min-width: 80px;
  max-width: 110px;
  font-size: 15px;
}
@media (max-width: 576px) {
  .eds_news_Galore .article_pager > a.first, .eds_news_Galore .article_pager > a.last {
    min-width: 0;
  }
}
.eds_news_Galore .article_pager > a.first {
  float: left;
  border-right: solid 1px var(--edNewsG_greyColor);
  border-left: none !important;
}
.eds_news_Galore .article_pager > a.last {
  float: right;
  border-left: solid 1px var(--edNewsG_greyColor);
  border-right: none !important;
}
.eds_news_Galore .article_pagination table {
  float: right;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.eds_news_Galore .article_pagination table td:first-child span {
  border-left: none;
  margin-left: 0;
}
.eds_news_Galore .article_pagination table td:last-child span {
  border-right: none;
  margin-right: 0;
}
.eds_news_Galore .article_pagination table span,
.eds_news_Galore .article_pagination table a {
  display: inline-block;
  padding: 10px 15px;
  border: solid 1px transparent;
  border-top: none;
  border-bottom: none;
  line-height: 1;
}
.eds_news_Galore .article_pagination table span {
  margin: 0 10px;
  font-weight: bold;
  border-color: rgba(0, 0, 0, 0.3);
}
.eds_news_Galore .loadingOverlay,
.eds_news_Galore .edsgg__loadMediaTriggerOverlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0;
  transition: opacity 200ms linear;
}
.eds_news_Galore .loadingOverlay::after,
.eds_news_Galore .edsgg__loadMediaTriggerOverlay::after {
  color: #fff;
  content: "\f1ce";
  display: inline-block;
  margin-left: 10px;
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Galore .loadingOverlay.edn_loadingBlock,
.eds_news_Galore .edsgg__loadMediaTriggerOverlay.edn_loadingBlock {
  text-align: center;
}
.eds_news_Galore .loadingOverlay.edn_loadingBlock::after,
.eds_news_Galore .edsgg__loadMediaTriggerOverlay.edn_loadingBlock::after {
  position: absolute;
  top: 50%;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper,
.eds_news_Galore .edsgg__loadMediaWrapper {
  text-align: center;
  line-height: 0;
  font-size: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger,
.eds_news_Galore .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger {
  position: relative;
  padding: 0;
  background: none transparent;
  box-shadow: none;
  -webkit-appearance: none;
  overflow: hidden;
  width: 100%;
  outline: none;
  border: none;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger > span,
.eds_news_Galore .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger > span {
  color: var(--edNewsG_greyColor);
  font-family: var(--edNewsG_headingsFont);
  line-height: 1;
  font-size: 18px;
  display: block;
  padding: 8px 30px;
  border: solid 1px var(--edNewsG_greyColor);
  border-radius: 10px;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger .actionTextContainer,
.eds_news_Galore .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger .edsgg__loadMediaTriggerText {
  background-color: #fff;
  transition: all 200ms linear;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger .actionTextContainer::before,
.eds_news_Galore .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger .edsgg__loadMediaTriggerText::before {
  font-family: "FontAwesome";
  color: var(--edNewsG_primaryColor);
  margin-right: 5px;
  content: "\f055";
  transition: color 300ms linear;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger .loadingOverlay,
.eds_news_Galore .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger .edsgg__loadMediaTriggerOverlay {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger:hover .actionTextContainer,
.eds_news_Galore .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger:hover .edsgg__loadMediaTriggerText {
  color: #fff;
  background-color: var(--edNewsG_primaryColor);
  border-color: var(--edNewsG_primaryColorDarker);
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger:hover .actionTextContainer::before,
.eds_news_Galore .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger:hover .edsgg__loadMediaTriggerText::before {
  color: #fff;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper.loading .edNews_loadMoreTrigger .loadingOverlay,
.eds_news_Galore .edsgg__loadMediaWrapper.loading .edsgg__loadMediaTrigger .edsgg__loadMediaTriggerOverlay {
  opacity: 1;
  top: 0;
  border-color: var(--edNewsG_primaryColorDarker);
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper.loading .edNews_loadMoreTrigger .loadingOverlay > span,
.eds_news_Galore .edsgg__loadMediaWrapper.loading .edsgg__loadMediaTrigger .edsgg__loadMediaTriggerOverlay > span {
  color: #fff;
}
.eds_news_Galore .edNews_loadMoreTriggerWrapper.hide,
.eds_news_Galore .edsgg__loadMediaWrapper.hide {
  display: none;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager {
  border: none;
  border-radius: 0;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a {
  background: none transparent;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 5px;
  vertical-align: middle;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.page, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.next, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.page, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.next, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last {
  min-width: 0;
  max-width: none;
  padding: 5px;
  width: auto;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.page, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.page {
  border: solid 3px var(--edNewsG_primaryColor) !important;
  border-radius: 50%;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.page:hover, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.page:hover {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.next, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.next, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last {
  border: none !important;
  border-radius: 0 !important;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.next, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.next {
  margin-right: 30px;
  margin-left: 30px;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.next, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.prev, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.next, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last {
  float: none;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.prev::before, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.next::before, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first::before, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.prev::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.next::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last::before {
  color: var(--edNewsG_primaryColor);
  font-size: 29px;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.prev:hover::before, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.next:hover::before, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first:hover::before, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last:hover::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.prev:hover::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.next:hover::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first:hover::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last:hover::before {
  color: var(--edNewsG_primaryColorDarker);
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.prev::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.prev::before {
  content: "\f104";
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.next::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.next::before {
  content: "\f105";
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last {
  position: relative;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first::before, .eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last::before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0;
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.first::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.first::before {
  content: "\f100";
}
.eds_news_Galore.eds_template_List_Article_Simple .article_pager > a.last::before, .eds_news_Galore.eds_template_List_Article_Simple_Framed .article_pager > a.last::before {
  content: "\f101";
}
.eds_news_Galore.eds_template_List_Article_Simple_Framed .edNews_loadMoreTriggerWrapper {
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
}

.eds_news_Galore .rateit .rateit-range,
.eds_news_Galore .rateit .rateit-selected,
.eds_news_Galore .rateit .rateit-hover {
  background: none transparent;
  vertical-align: middle;
  overflow: hidden;
}
.eds_news_Galore .rateit .rateit-range::before,
.eds_news_Galore .rateit .rateit-selected::before,
.eds_news_Galore .rateit .rateit-hover::before {
  display: block;
  font: 900 15px/1 "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  letter-spacing: 2px;
  transition: color 300ms;
}
.eds_news_Galore .rateit .rateit-range::before {
  color: var(--edNewsG_greyColor);
}
.eds_news_Galore .rateit .rateit-hover::before,
.eds_news_Galore .rateit .rateit-selected::before {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .article_rating + .edn_ArticleVoting {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .eds_news_Galore .article_rating + .edn_ArticleVoting {
    margin-left: 0;
    display: block;
    text-align: right;
  }
}
.eds_news_Galore .edn_ArticleVoting {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Galore .edn_ArticleVoting > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  font: 13px/1 var(--edNewsG_defaultFont);
  cursor: pointer;
}
.eds_news_Galore .edn_ArticleVoting > span > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  color: #bababa;
  padding-right: 7px;
}
.eds_news_Galore .edn_ArticleVoting > span .edn_voteTooltip {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  background-color: #4c4c4c;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 2px;
  transition: all 400ms;
}
.eds_news_Galore .edn_ArticleVoting > span .edn_voteTooltip::before {
  content: "";
  bottom: calc(100% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-color: #4c4c4c;
  position: absolute;
  transform: rotate(45deg);
}
.eds_news_Galore .edn_ArticleVoting > span:hover .edn_voteTooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 130%;
}
.eds_news_Galore .edn_ArticleVoting > span.edn__voted {
  cursor: default;
}
.eds_news_Galore .edn_ArticleVoting > span.edn__voted > i {
  color: #bababa;
}
.eds_news_Galore .edn_ArticleVoting > span.edn__voted .edn_voteTooltip {
  display: none;
}
.eds_news_Galore .edn_ArticleVoting > span.edn__voted:hover > i {
  color: #bababa;
}
.eds_news_Galore .edn_ArticleVoting > span.edn__votedUp > i, .eds_news_Galore .edn_ArticleVoting > span.edn__votedDown > i, .eds_news_Galore .edn_ArticleVoting > span.edn__votedUp:hover > i, .eds_news_Galore .edn_ArticleVoting > span.edn__votedDown:hover > i, .eds_news_Galore .edn_ArticleVoting > span:hover > i {
  color: #37b1ab;
}
.eds_news_Galore .edNews_rating5stars {
  display: flex;
}
.eds_news_Galore .edNews_rating5stars > fieldset::after {
  display: table;
  clear: both;
  content: "";
}
.eds_news_Galore .edNews_rating5stars > fieldset .edNews_starRadio {
  display: none;
}
.eds_news_Galore .edNews_rating5stars > fieldset .edNews_starRadio:checked ~ .edNews_starLabel::before {
  color: var(--edNewsG_primaryColor);
  transition: all 0.25s;
}
.eds_news_Galore .edNews_rating5stars > fieldset .edNews_starLabel {
  float: right;
  padding: 0.3rem;
  font-size: 1.6rem;
  color: var(--edNewsG_greyColor);
  transition: all 0.2s;
  cursor: pointer;
}
.eds_news_Galore .edNews_rating5stars > fieldset .edNews_starLabel::before {
  content: "\f005";
  font-family: "FontAwesome";
  font-weight: 900;
}
.eds_news_Galore .edNews_rating5stars > fieldset .edNews_starLabel:hover {
  transform: rotate(-15deg) scale(1.3);
}
.eds_news_Galore .edNews_rating5stars > fieldset:hover .edNews_starRadio:hover ~ .edNews_starLabel::before {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_rating {
  display: inline-flex;
}
.eds_news_Galore .edNews_rating::before, .eds_news_Galore .edNews_rating::after {
  font-family: "FontAwesome";
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_rating::before {
  font-weight: 900;
}
.eds_news_Galore .edNews_rating::after {
  font-weight: 400;
}
.eds_news_Galore .edNews_rating.edNews_ratingValue1::before {
  content: "\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue1::after {
  content: "\f005\f005\f005\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue2::before {
  content: "\f005\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue2::after {
  content: "\f005\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue3::before {
  content: "\f005\f005\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue3::after {
  content: "\f005\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue4::before {
  content: "\f005\f005\f005\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue4::after {
  content: "\f005";
}
.eds_news_Galore .edNews_rating.edNews_ratingValue5::before {
  content: "\f005\f005\f005\f005\f005";
}

.eds_news_Galore .edNews__itemCommentsWrapper {
  border-top: 1px solid #d7d7d7;
  padding-top: 2rem;
  clear: both;
  margin: 0 auto;
}
.eds_news_Galore .edNews__itemCommentsWrapper.edNews__showComments .edNews__itemCommentContainer {
  display: block;
}
.eds_news_Galore .edNews__itemCommentContainer:first-child, .eds_news_Galore .edNews__itemCommentContainer:nth-child(2) {
  display: block;
}
.eds_news_Galore .edNews__itemCommentContainer::after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.eds_news_Galore .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_adminEdit .edNews__commentContent {
  display: none;
}
.eds_news_Galore .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_adminEdit .edNews__editCommentContainer {
  display: block;
}
.eds_news_Galore .edNews__itemCommentContainer.edNews__editingComment > .edNews__commentContentWrapper .edNews_adminEdit .edNews_commentActions.main {
  display: none;
}
.eds_news_Galore .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_adminEdit {
  opacity: 0.5;
  margin: 0 0 0 9%;
}
.eds_news_Galore .edNews__itemCommentContainer.edNews__deleted > .edNews__commentContentWrapper .edNews_votes {
  display: none;
}
.eds_news_Galore .edNews__editCommentContainer {
  display: none;
  overflow: hidden;
  border: dashed 1px #ddd;
  border-top: none;
  border-bottom: solid 2px var(--edNewsG_primaryColor);
  background-color: #fff3ec;
  padding: 1rem;
}
.eds_news_Galore .edNews__editCommentContainer .edNews_commentActions {
  margin: 1rem 0 0;
  border-top: solid 1px var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews__editCommentContainer .edNews__editCommentContent {
  width: 100%;
  padding: 1rem;
  outline: none;
  box-shadow: none;
  border: solid 1px #ddd;
  font: 0.9rem/1.3 Arial;
  resize: vertical;
  color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .edNews__editCommentContainer .edNews__editCommentContent:hover, .eds_news_Galore .edNews__editCommentContainer .edNews__editCommentContent:focus {
  border-color: #333;
}
.eds_news_Galore .edNews__editCommentContainer .edNews_errorMessage {
  margin: 0;
  border: 0;
  padding: 5px;
  text-align: right;
  padding: 10px 0;
}
.eds_news_Galore .edNews__editCommentContainer .edNews_errorMessage > span {
  background: #F0F0F0;
  border: 1px solid #CCCCCC;
  padding: 4px 14px 3px;
  text-decoration: none;
  margin-left: 5px;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
}
.eds_news_Galore .edNews__editCommentContainer .edNews_errorMessage > span > span {
  text-shadow: 0 1px #FFFFFF;
  color: #5F5F5F;
  font-weight: bold;
  white-space: nowrap;
  font-size: 11px;
}
.eds_news_Galore .edNews__editCommentContainer .edNews_errorMessage > span:hover {
  background-color: #fff;
}
.eds_news_Galore .edNews__editCommentContainer .edNews_errorMessage > span:hover > span {
  color: #5F5F5F;
}
.eds_news_Galore .edNews__childCommentsContainer {
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
}
.eds_news_Galore .edNews__childCommentsContainer::before {
  content: "\f148";
  position: absolute;
  top: 1rem;
  left: 2rem;
  transform: rotate(90deg);
  display: inline-block;
  font: 900 1.5rem/1 "FontAwesome";
}
.eds_news_Galore .edNews__itemCommentContainer .edNews__childCommentsContainer {
  padding-left: 3rem;
}
.eds_news_Galore .edNews__itemCommentContainer .edNews__childCommentsContainer .edNews__itemCommentContainer {
  padding: 1rem;
}
.eds_news_Galore .edNews__itemCommentContainer.edNews__noChildComments .edNews__childCommentsContainer {
  display: none;
}
.eds_news_Galore .edNews__commentsListContainer > .edNews__itemCommentContainer > .edNews__childCommentsContainer > .edNews__itemCommentContainer > .edNews__childCommentsContainer > .edNews__itemCommentContainer .edNews__childCommentsContainer {
  padding-left: 0;
  margin-left: 4%;
  padding-top: 3rem;
}
.eds_news_Galore .edNews__commentsListContainer > .edNews__itemCommentContainer > .edNews__childCommentsContainer > .edNews__itemCommentContainer > .edNews__childCommentsContainer > .edNews__itemCommentContainer .edNews__childCommentsContainer::before {
  top: 0;
  left: 0;
}
.eds_news_Galore .edNews_userAvatar {
  float: left;
  width: 8%;
  padding-right: 2%;
}
.eds_news_Galore .edNews_userAvatar > a {
  display: block;
  border: solid 1px #d2d2d2;
}
.eds_news_Galore .edNews_userAvatar img {
  width: 100%;
  height: auto;
  max-width: none;
}
.eds_news_Galore .edNews_commentDetails {
  overflow: hidden;
}
.eds_news_Galore .edNews_commentDetails .edNews_commentersName {
  color: var(--edNewsG_darkColor);
  margin: 0 0 0.5rem;
}
.eds_news_Galore .edNews_commentDetails .edNews_commentDateAdded {
  color: var(--edNewsG_defaultColor);
}
.eds_news_Galore .edNews_commentDetails > div {
  margin: 1rem 0;
}
.eds_news_Galore .edNews__commentsListContainer {
  margin: 30px 0 30px;
  display: block;
}
.eds_news_Galore .edNews__commentsListContainer.noComments {
  display: none;
}
.eds_news_Galore .edNews__commentsListContainer.noComments + .edNews__showCommentsTrigger {
  display: none;
}
.eds_news_Galore .edNews_errorMessage {
  top: 10px;
  display: none;
  border-top: solid 1px #e2252d;
  padding: 6px;
  margin-bottom: -4px;
  font-size: 11px;
  font-weight: normal;
  font-family: var(--edNewsG_defaultFont);
  color: #ac171e;
}
.eds_news_Galore .edNews_errorMessage.show {
  display: block;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_clear {
  clear: both;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_leaveaComment {
  color: #8E8E8E;
  font-size: 1.2rem;
  line-height: 53px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px 0 53px;
  font-family: var(--edNewsG_headingsFont);
  letter-spacing: normal;
  background: url("assets/images/common/comments/comment.png") no-repeat 13px center rgba(0, 0, 0, 0.08);
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__replyingToMessage,
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval {
  display: none;
  margin: 20px 0;
  text-align: left;
  font-family: var(--edNewsG_defaultFont);
  color: var(--edNewsG_defaultColor);
  border-top: solid 1px #eee;
  border-bottom: solid 1px var(--edNewsG_primaryColor);
  background-color: #fcfcfc;
  padding: 10px;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__replyingToMessage > a,
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval > a {
  text-decoration: underline;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval {
  background: #FFFCE3;
  color: #444;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews__commentPendingApproval.show {
  display: block;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper {
  margin-bottom: 10px;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper::after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper label {
  float: left;
  width: 23%;
  padding: 7px 2% 0 0;
  vertical-align: top;
  font-size: 1rem;
  font-weight: normal;
  color: #7b7b7b;
  font-family: var(--edNewsG_defaultFont);
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper label {
    float: none;
    width: auto;
    display: block;
    text-align: left;
  }
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text] {
  font-family: var(--edNewsG_defaultFont);
  background: none #fdfdfd;
  border: 2px solid #e8e8e8 !important;
  border-radius: 0;
  color: #C6C6C6;
  outline: medium none;
  padding: 8px;
  width: 75%;
  box-shadow: none !important;
  margin: 0;
  resize: vertical;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text] {
    width: 100%;
  }
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus, .eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:hover,
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:focus,
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:hover {
  color: #9fa0a2;
  background: none #fdfdfd;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea:focus,
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text]:focus {
  background-color: #fff;
  color: #9fa0a2;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper > label {
  display: none;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage {
  width: 65px;
  height: 65px;
  background-color: #ccc;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage::before {
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  content: "\f007";
  position: absolute;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div {
  position: relative;
  z-index: 2;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper .edNews_commenterImage > div img {
  width: 65px;
  height: 65px;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper .edNews_addComment.edNews_registeredUser .edNews_inputWrapper textarea {
  float: left;
  height: 65px;
  margin-top: -65px;
  padding-left: 75px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews_addComment .edNews__replyingToMessage {
  display: block;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper.edNews__addingComment,
.eds_news_Galore .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_adminEdit,
.eds_news_Galore .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_adminEdit {
  position: relative;
}
.eds_news_Galore .edNews__commentsCommentFormWrapper.edNews__addingComment::after,
.eds_news_Galore .edNews__itemCommentContainer.edNews__savingChanges > .edNews__commentContentWrapper .edNews_adminEdit::after,
.eds_news_Galore .edNews__itemCommentContainer.edNews__deletingComment > .edNews__commentContentWrapper .edNews_adminEdit::after {
  position: absolute;
  background: #fff url("assets/images/common/comments/loadingBigger.gif") center center no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
}
.eds_news_Galore .edNews_votes {
  text-align: right;
}
.eds_news_Galore .edNews_votes .edNews_actionIcon {
  color: #bababa;
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: color 300ms;
}
.eds_news_Galore .edNews_votes .edNews__commentVoting_trigger {
  display: inline-block;
  cursor: pointer;
}
.eds_news_Galore .edNews_votes .edNews__commentVoting_trigger > * {
  vertical-align: middle;
}
.eds_news_Galore .edNews_votes .edNews__commentVoting_trigger + .edNews__commentVoting_trigger {
  margin-left: 2rem;
}
.eds_news_Galore .edNews_votes .edNews__commentVoting_trigger:hover .edNews_actionIcon {
  color: #36b557;
}
.eds_news_Galore .edNews_votes .edNews__commentVoting_trigger.edNews__commentVoting_voted .edNews_actionIcon {
  color: #36b557;
}
.eds_news_Galore .edNews_votes .edNews__commentVoting_trigger.edNews__commentVoting_downvote:hover .edNews_actionIcon {
  color: #db313c;
}
.eds_news_Galore .edNews_votes .edNews__commentVoting_trigger.edNews__commentVoting_downvote.edNews__commentVoting_voted .edNews_actionIcon {
  color: #db313c;
}
.eds_news_Galore .edNews_adminEdit {
  box-shadow: 0 2px 0 var(--edNewsG_primaryColor) inset;
}
.eds_news_Galore .edNews_commentActions {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .edNews_commentActions > span {
  display: inline-block;
  font: 1.2rem/2rem var(--edNewsG_headingsFont);
  color: var(--edNewsG_darkColor);
  cursor: pointer;
  height: 2rem;
  text-align: center;
  vertical-align: top;
  border-style: solid;
  border-width: 2px;
  border-top-width: 0 !important;
  transition: all 300ms;
}
.eds_news_Galore .edNews_commentActions > span + span {
  border-left: none !important;
}
.eds_news_Galore .edNews_commentActions > span:hover {
  color: #fff;
}
.eds_news_Galore .edNews_commentActions .edNews__replyComment {
  border-color: var(--edNewsG_primaryColor);
  padding: 0 1rem;
}
.eds_news_Galore .edNews_commentActions .edNews__replyComment:hover {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews_commentActions .edNews__editComment {
  border-color: #ff6a00;
}
.eds_news_Galore .edNews_commentActions .edNews__editComment:hover {
  background-color: #ff6a00;
}
.eds_news_Galore .edNews_commentActions .edNews__editComment::before {
  content: "\f044";
}
.eds_news_Galore .edNews_commentActions .edNews__deleteComment {
  border-color: #db313c;
}
.eds_news_Galore .edNews_commentActions .edNews__deleteComment:hover {
  background-color: #db313c;
}
.eds_news_Galore .edNews_commentActions .edNews__deleteComment::before {
  content: "\f014";
}
.eds_news_Galore .edNews_commentActions .edNews__editComment,
.eds_news_Galore .edNews_commentActions .edNews__deleteComment {
  font-size: 0;
  width: 3rem;
}
.eds_news_Galore .edNews_commentActions .edNews__editComment::before,
.eds_news_Galore .edNews_commentActions .edNews__deleteComment::before {
  font: 1.3rem/2rem "FontAwesome";
}
.eds_news_Galore .edNews_commentActions .edNews__editCommentSaveTrigger,
.eds_news_Galore .edNews_commentActions .edNews__editCommentCancelTrigger {
  border-width: 1px;
  padding: 0 1rem;
  line-height: 2rem;
  height: auto;
}
.eds_news_Galore .edNews_commentActions .edNews__editCommentSaveTrigger {
  border-color: #37cbcb;
}
.eds_news_Galore .edNews_commentActions .edNews__editCommentSaveTrigger:hover {
  background-color: #37cbcb;
}
.eds_news_Galore .edNews_commentActions .edNews__editCommentCancelTrigger {
  border-color: #db313c;
}
.eds_news_Galore .edNews_commentActions .edNews__editCommentCancelTrigger:hover {
  background-color: #db313c;
}
.eds_news_Galore .edNews__showCommentsTrigger {
  margin: 0 0 2rem;
  border-bottom: solid 2px var(--edNewsG_primaryColor);
  color: var(--edNewsG_darkColor);
  font: 700 1.1rem/1.1 var(--edNewsG_headingsFont);
  padding: 1rem;
  cursor: pointer;
  transition: all 200ms ease;
  position: relative;
  padding-right: 5rem;
}
.eds_news_Galore .edNews__showCommentsTrigger > span > strong {
  font-weight: normal;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews__showCommentsTrigger .edNews_commentCollapsed {
  display: none;
}
.eds_news_Galore .edNews__showCommentsTrigger .edNews_expandCollapseIcon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4.5rem;
  text-align: center;
  color: var(--edNewsG_darkColor);
}
.eds_news_Galore .edNews__showCommentsTrigger .edNews_expandCollapseIcon > i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  line-height: 0;
  font-size: 2rem;
  transition: all 300ms;
}
.eds_news_Galore .edNews__showCommentsTrigger .edNews_expandCollapseIcon .edNews_collapsed {
  visibility: hidden;
  opacity: 0;
}
.eds_news_Galore .edNews__showCommentsTrigger:hover {
  border-color: var(--edNewsG_primaryColor);
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edNews__commentscollapsed .edNews_commentCollapsed {
  display: inline;
}
.eds_news_Galore .edNews__commentscollapsed .edNews_commentExpanded {
  display: none;
}
.eds_news_Galore .edNews__commentscollapsed .edNews__showCommentsTrigger .edNews_expandCollapseIcon .edNews_expanded {
  visibility: hidden;
  opacity: 0;
}
.eds_news_Galore .edNews__commentscollapsed .edNews__showCommentsTrigger .edNews_expandCollapseIcon .edNews_collapsed {
  visibility: visible;
  opacity: 1;
}
.eds_news_Galore .edn__recentCommentsListContainer {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Galore .edn__recentCommentsListContainer::before, .eds_news_Galore .edn__recentCommentsListContainer::after {
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: opacity 400ms;
}
.eds_news_Galore .edn__recentCommentsListContainer::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  z-index: 1;
}
.eds_news_Galore .edn__recentCommentsListContainer::after {
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font-family: "FontAwesome";
  font-weight: 900;
  line-height: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  z-index: 2;
  color: var(--edNewsG_primaryColor);
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.eds_news_Galore .edn_recentCommentContainer {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #bfbfbf;
  opacity: 0;
  transition: opacity 500ms;
}
.eds_news_Galore .edn_recentCommentContainer:last-child {
  border-bottom: none;
}
.eds_news_Galore .edn_recentCommentContainer .edn_commentRight {
  overflow: hidden;
}
.eds_news_Galore .edn_recentCommentContainer .edNews_userAvatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.eds_news_Galore .edn_recentCommentContainer .edNews_userAvatar > a {
  display: block;
}
.eds_news_Galore .edn_recentCommentContainer .edNews_userAvatar img {
  max-width: 100%;
  height: auto;
}
.eds_news_Galore .edn_recentCommentContainer .edn_commentAuthor {
  font: 14px/1.2 var(--edNewsG_headingsFont);
  color: #424242;
  text-decoration: none;
  float: left;
  margin-right: 7px;
}
.eds_news_Galore .edn_recentCommentContainer .edn_commentAuthor:hover {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .edn_recentCommentContainer .edn_commentDate {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.eds_news_Galore .edn_recentCommentContainer .edNews__commentContent {
  color: #424242;
  font-style: italic;
}
.eds_news_Galore .edn_recentCommentContainer .edNews__commentContent p {
  margin: 0;
  padding: 0;
}
.eds_news_Galore .edn_recentCommentContainer .edNews__commentContent p + p {
  margin-top: 7px;
}
.eds_news_Galore .edn_recentCommentContainer .edn_articleLink {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  color: var(--edNewsG_primaryColor);
  text-decoration: none;
  font-style: normal;
}
.eds_news_Galore .edn_recentCommentContainer .edn_articleLink::before {
  font: 14px/1 "FontAwesome";
  color: #2c2c2c;
  content: "\f0da";
  margin-right: 5px;
}
.eds_news_Galore .edn_recentCommentContainer .edn_articleLink:hover {
  color: #2c2c2c;
  text-decoration: none;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_disablePreviousPage .edn__recentComments_previousPage {
  display: none;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_disableNextPage .edn__recentComments_nextPage {
  display: none;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_disableNextPage.edn__recentComments_disablePreviousPage .edn_prevNextPagination, .eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_contentError .edn_prevNextPagination, .eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_noContent .edn_prevNextPagination {
  display: none;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer {
  opacity: 0.5;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer::after {
  opacity: 1;
  visibility: visible;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_loading .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 0;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_ready .edn__recentCommentsListContainer {
  opacity: 1;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_pageReady .edn__recentCommentsListContainer .edn_recentCommentContainer {
  opacity: 1;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_triggeredNextPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_triggeredPreviousPage.edn__recentComments_pageReady .edn__recentCommentsListContainer {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_noContent .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}
.eds_news_Galore.eds_subCollection_recentComments.edn__recentComments_contentError .edn__recentCommentsListContainer .edn_recentCommentContainer {
  display: none;
}
.eds_news_Galore .edNews_latestCommentsOnForum {
  padding-bottom: 0.5rem;
}
.eds_news_Galore .edNews_latestCommentsOnForum .edNews__showCommentsTrigger {
  margin-bottom: 0;
  cursor: auto;
}
.eds_news_Galore .edNews_latestCommentsOnForum .edNews__showCommentsTrigger .edNews_expandCollapseIcon {
  width: auto;
  padding: 0.9rem 1rem;
}
.eds_news_Galore .edNews_latestCommentsOnForum .edNews__showCommentsTrigger .edNews_expandCollapseIcon > a {
  font: inherit;
}

.eds_news_Galore.eds_subCollection_news .child_categories {
  margin-bottom: 40px;
}
.eds_news_Galore.eds_subCollection_news .edn_categoryInfo {
  margin: 20px 0 30px;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.eds_news_Galore.eds_subCollection_news .edn_catalogCategory {
  margin: 7px;
  padding: 5px;
  box-shadow: 0 0 0 1px #ddd inset;
  border-radius: 4px;
  background-color: #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  max-width: 100%;
}
.eds_news_Galore.eds_subCollection_news .edn_catalogCategory > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.eds_news_Galore.eds_subCollection_news .edn_catalogCategory > img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 300ms linear;
}
.eds_news_Galore.eds_subCollection_news .edn_catalogCategory > figcaption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 10px;
  right: 10px;
  text-align: center;
}
.eds_news_Galore.eds_subCollection_news .edn_catalogCategory > figcaption > span {
  display: inline-block;
  padding: 5px;
  min-width: 100px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  font-family: var(--edNewsG_headingsFont);
  font-size: 15px;
  color: var(--edNewsG_defaultColor);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
  transition: all 200ms linear;
}
.eds_news_Galore.eds_subCollection_news .edn_catalogCategory:hover > img {
  opacity: 1;
}
.eds_news_Galore.eds_subCollection_news .bread_crumbs {
  margin: 0;
  padding: 0;
}
.eds_news_Galore.eds_subCollection_news .bread_crumbs > a {
  font-family: var(--edNewsG_headingsFont);
  font-size: 14px;
  color: var(--edNewsG_defaultColor);
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 0 transparent;
  margin-bottom: 2px;
  transition: border-color 200ms linear;
}
.eds_news_Galore.eds_subCollection_news .bread_crumbs > a:hover {
  border-bottom-color: var(--edNewsG_primaryColor);
  border-bottom-width: 2px;
  margin-bottom: 0;
}
.eds_news_Galore.eds_subCollection_news .bread_crumbs > a:last-child {
  color: var(--edNewsG_darkColor);
}
.eds_news_Galore.eds_subCollection_news .bread_crumbs > i {
  display: none;
  margin: 0 7px;
  font-family: "FontAwesome";
  font-size: 17px;
}
.eds_news_Galore.eds_subCollection_news .bread_crumbs > i + a + i {
  display: inline-block;
}

.eds_news_Galore .edn_styledSelect {
  text-align: center;
  margin-bottom: 7px;
}
.eds_news_Galore .edn_styledSelect > span {
  border: solid 1px #d4d4d4;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  line-height: 2rem;
  width: 50%;
}
.eds_news_Galore .edn_styledSelect > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "\f107";
  color: var(--edNewsG_primaryColor);
  font-size: 1.5rem;
  width: 2.5rem;
  z-index: 1;
  font-weight: 900;
  font-family: "FontAwesome";
  text-align: center;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Galore .edn_styledSelect > span select {
  border: none;
  background: none transparent;
  box-shadow: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: var(--edNewsG_darkColor);
  font-size: 1rem;
  font-family: var(--edNewsG_defaultFont);
  margin: 0 2.5rem 0 0;
  height: 2rem;
}
.eds_news_Galore .edn_styledSelect > span select:focus {
  outline: none;
}
.eds_news_Galore .edn_styledSelect > span select:disabled {
  color: #ccc !important;
}
.eds_news_Galore .calendar_table,
.eds_news_Galore .fc,
.eds_news_Galore .month_selection,
.eds_news_Galore .fc-header-toolbar {
  border: solid 1px var(--edNewsG_greyColor) !important;
  background-color: #fff;
}
.eds_news_Galore .month_selection,
.eds_news_Galore .fc-header-toolbar {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.eds_news_Galore .month_selection td,
.eds_news_Galore .fc-header-toolbar {
  padding: 12px;
}
.eds_news_Galore .month_selection td,
.eds_news_Galore .fc-toolbar h2 {
  font: normal normal 2rem/1 var(--edNewsG_headingsFont);
  color: var(--edNewsG_primaryColor);
  text-transform: uppercase;
}
.eds_news_Galore .fc-toolbar h2 {
  margin: 7px 0 0;
  padding: 0;
}
.eds_news_Galore .top_calendar_actions {
  margin-bottom: 5px;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore .fc-button {
  height: auto;
  box-shadow: none;
}
.eds_news_Galore .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  position: relative;
}
.eds_news_Galore .top_calendar_actions > a,
.eds_news_Galore .fc-button {
  margin: 3px;
}
.eds_news_Galore .fc-right {
  margin-top: 6px;
}
.eds_news_Galore .top_calendar_actions > a,
.eds_news_Galore .fc-button {
  display: inline-block;
  border: solid 1px var(--edNewsG_defaultColor);
  color: var(--edNewsG_darkColor);
  font: 0.8rem/1 var(--edNewsG_headingsFont);
  text-transform: uppercase;
  background-color: #fff;
  text-decoration: none;
  transition: all 200ms linear;
  background: none #fff;
  padding: 3px 5px;
  border-radius: 0;
}
.eds_news_Galore .fc-button.fc-today-button {
  margin: 0 0 0 25px;
  padding: 0.6rem 2rem;
  border-radius: 0;
  line-height: 2.5rem;
}
.eds_news_Galore .top_calendar_actions > a:hover,
.eds_news_Galore .fc-button:hover,
.eds_news_Galore .fc-button.fc-state-hover,
.eds_news_Galore .fc-button.fc-state-down,
.eds_news_Galore .fc-button.fc-state-active {
  color: var(--edNewsG_defaultColor);
  border-color: var(--edNewsG_primaryColor);
  box-shadow: none;
}
.eds_news_Galore .top_calendar_actions > a::before {
  font-family: "FontAwesome";
  margin-right: 5px;
  color: var(--edNewsG_primaryColor);
  font-weight: 900;
}
.eds_news_Galore .top_calendar_actions > a.articles_by_month::before {
  content: "\f03a";
}
.eds_news_Galore .top_calendar_actions > a.icalendar_export::before {
  content: "\f133";
}
.eds_news_Galore .top_calendar_actions > a.articles_rss::before, .eds_news_Galore .top_calendar_actions > a.events_rss::before {
  content: "\f09e";
}
.eds_news_Galore .fc-button.fc-state-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.eds_news_Galore .month_selection td.next_prev_months a,
.eds_news_Galore .fc-button-group .fc-prev-button,
.eds_news_Galore .fc-button-group .fc-next-button {
  text-decoration: none !important;
  display: inline-block;
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-size: 0;
  line-height: 1;
  background: none transparent;
  box-shadow: none;
  text-shadow: none;
  transition: all 200ms linear;
}
.eds_news_Galore .month_selection td.next_prev_months a::before,
.eds_news_Galore .fc-button-group .fc-prev-button::before,
.eds_news_Galore .fc-button-group .fc-next-button::before {
  display: inline-block;
  color: var(--edNewsG_darkColor);
  content: "\f105";
  font: 900 2.5rem/1 "FontAwesome";
  font-style: normal;
}
.eds_news_Galore .month_selection td.next_prev_months a:hover,
.eds_news_Galore .fc-button-group .fc-prev-button:hover,
.eds_news_Galore .fc-button-group .fc-next-button:hover {
  background-color: var(--edNewsG_darkColor);
}
.eds_news_Galore .month_selection td.next_prev_months a:hover::before,
.eds_news_Galore .fc-button-group .fc-prev-button:hover::before,
.eds_news_Galore .fc-button-group .fc-next-button:hover::before {
  color: #fff;
}
.eds_news_Galore .month_selection td.next_prev_months:first-child a::before,
.eds_news_Galore .fc-button-group .fc-prev-button::before {
  content: "\f104";
}
.eds_news_Galore .fc-button-group button.fc-prev-button,
.eds_news_Galore .fc-button-group button.fc-next-button {
  margin: 0 3px;
  height: auto;
}
.eds_news_Galore .fc-button-group button.fc-prev-button > span,
.eds_news_Galore .fc-button-group button.fc-next-button > span {
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.eds_news_Galore .fc-row.fc-widget-header > table {
  border: solid 0 transparent;
}
.eds_news_Galore .calendar_table td.week_days,
.eds_news_Galore .fc .fc-day-header span,
.eds_news_Galore .fc .fc-day-header a,
.eds_news_Galore .fc .fc-week-number span,
.eds_news_Galore .fc .fc-week-number a {
  font: 700 normal 0.9rem/1 var(--edNewsG_defaultFont);
  text-transform: uppercase;
}
.eds_news_Galore .calendar_table td.week_days,
.eds_news_Galore .fc .fc-day-header span,
.eds_news_Galore .fc .fc-day-header a {
  color: #fff;
}
.eds_news_Galore .fc td.fc-week-number span,
.eds_news_Galore .fc td.fc-week-number a {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .fc .fc-day-header a {
  text-decoration: none;
  color: #fff;
}
.eds_news_Galore .fc .fc-day-header a:hover {
  text-decoration: underline;
  color: #fff;
}
.eds_news_Galore .fc td.fc-week-number a {
  text-decoration: none;
}
.eds_news_Galore .fc td.fc-week-number a:hover {
  text-decoration: underline;
}
.eds_news_Galore .calendar_table td.week_days,
.eds_news_Galore .fc .fc-day-header,
.eds_news_Galore .fc th.fc-week-number {
  padding: 8px;
}
.eds_news_Galore .fc .fc-axis {
  padding: 0 8px;
  border-right: solid 1px #ddd;
}
.eds_news_Galore .calendar_table td.week_days,
.eds_news_Galore .fc-widget-header {
  background-color: var(--edNewsG_darkColor);
}
.eds_news_Galore .fc th.fc-week-number {
  border-right: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.eds_news_Galore .fc td.fc-week-number {
  border-right: solid 1px var(--edNewsG_primaryColor);
  padding: 14px 8px;
}
.eds_news_Galore .fc,
.eds_news_Galore .fc th,
.eds_news_Galore .fc td {
  border: none;
}
.eds_news_Galore .calendar_table td.day,
.eds_news_Galore .fc td.fc-day-top a {
  color: var(--edNewsG_defaultColor);
  font: 0.9rem/1 var(--edNewsG_defaultFont);
}
.eds_news_Galore .calendar_table td.day > span,
.eds_news_Galore .calendar_table td.day > a,
.eds_news_Galore .fc td.fc-day-top a {
  display: block;
  padding: 7px;
}
.eds_news_Galore .calendar_table td.day > a,
.eds_news_Galore .fc td.fc-day-top a {
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  transition: all 150ms linear;
}
.eds_news_Galore .calendar_table td.day > a:hover,
.eds_news_Galore .fc td.fc-day-top a:hover {
  color: #fff !important;
  transform: scale(1.2);
  z-index: 2;
}
.eds_news_Galore .fc td.fc-day-top a:hover {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .fc-unthemed .fc-divider {
  background: none transparent;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
  margin: 3px 0;
  padding: 0;
  height: 1px;
}
.eds_news_Galore .fc-time-grid .fc-slats .fc-minor td {
  border-top: dotted 1px #ddd;
}
.eds_news_Galore .fc-slats .fc-widget-content {
  border-top: solid 1px #ddd;
}
.eds_news_Galore .advanced .calendar_table td.day,
.eds_news_Galore .fc td.fc-day-top {
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
.eds_news_Galore .calendar_table td.day.other_month > a,
.eds_news_Galore .calendar_table td.day.other_month > span,
.eds_news_Galore .fc-day-top.fc-other-month {
  opacity: 0.4;
}
.eds_news_Galore .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
.eds_news_Galore .fc-unthemed td.fc-today {
  background: none transparent;
  border-style: none;
}
.eds_news_Galore .calendar_table td.today,
.eds_news_Galore .fc-unthemed .fc-bg td.fc-today {
  position: relative;
}
.eds_news_Galore .calendar_table td.today::after,
.eds_news_Galore .fc-unthemed .fc-bg td.fc-today::after {
  border: solid 1px #ddd;
  border-radius: 0 0 2px 2px;
  border-top-width: 3px;
  content: "";
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 1px;
  position: absolute;
  z-index: 0;
}
.eds_news_Galore .fc-unthemed .fc-bg td.fc-today::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a,
.eds_news_Galore .fc-event {
  padding: 0.2rem;
  border: solid 1px var(--edNewsG_primaryColor);
  font-size: 0.9rem;
  color: var(--edNewsG_defaultColor);
  background: none transparent;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a:hover,
.eds_news_Galore .fc-event:hover {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a,
.eds_news_Galore .fc-event.has_events {
  border-color: #FFA100;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red,
.eds_news_Galore .fc-event.EDNcategorycolor-red {
  border-color: #db313c;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-red:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-red:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-red:hover {
  color: #db313c;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue,
.eds_news_Galore .fc-event.EDNcategorycolor-blue {
  border-color: #37cbcb;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-blue:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-blue:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-blue:hover {
  color: #37cbcb;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black,
.eds_news_Galore .fc-event.EDNcategorycolor-black {
  border-color: #000;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-black:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-black:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-black:hover {
  color: #000;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green,
.eds_news_Galore .fc-event.EDNcategorycolor-green {
  border-color: #36b557;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-green:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-green:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-green:hover {
  color: #36b557;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow,
.eds_news_Galore .fc-event.EDNcategorycolor-yellow {
  border-color: #f6c606;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-yellow:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-yellow:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-yellow:hover {
  color: #f6c606;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink,
.eds_news_Galore .fc-event.EDNcategorycolor-pink {
  border-color: #ffc0cb;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-pink:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-pink:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-pink:hover {
  color: #ffc0cb;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray,
.eds_news_Galore .fc-event.EDNcategorycolor-gray {
  border-color: #808080;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-gray:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-gray:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-gray:hover {
  color: #808080;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange,
.eds_news_Galore .fc-event.EDNcategorycolor-orange {
  border-color: #ff6a00;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-orange:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-orange:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-orange:hover {
  color: #ff6a00;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown,
.eds_news_Galore .fc-event.EDNcategorycolor-brown {
  border-color: #e49908;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a.EDNcategorycolor-brown:hover,
.eds_news_Galore .advanced .calendar_table td.day > ul > li.event > a.EDNcategorycolor-brown:hover,
.eds_news_Galore .fc-event.EDNcategorycolor-brown:hover {
  color: #e49908;
}
.eds_news_Galore .fc-list-view {
  border: none;
}
.eds_news_Galore .fc-list-heading .fc-widget-header {
  background: none transparent;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.eds_news_Galore .fc-list-heading .fc-widget-header > a {
  color: var(--edNewsG_defaultColor);
  font-weight: bold;
  font-size: 13px;
}
.eds_news_Galore .fc-list-heading .fc-widget-header > a:hover {
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .fc-list-item td {
  border-bottom: dotted 1px #ddd;
}
.eds_news_Galore .fc-list-item td a {
  color: var(--edNewsG_defaultColor);
  text-decoration: none;
}
.eds_news_Galore .fc-list-item td a:hover {
  color: var(--edNewsG_primaryColor);
  text-decoration: none;
}
.eds_news_Galore .fc-list-item:hover td {
  background: none transparent;
}
.eds_news_Galore .fc-list-item.has_posts .fc-event-dot {
  background: none var(--edNewsG_primaryColor);
}
.eds_news_Galore .fc-list-item.has_events .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-red .fc-event-dot {
  background: none #db313c;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-blue .fc-event-dot {
  background: none #37cbcb;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-black .fc-event-dot {
  background: none #000;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-green .fc-event-dot {
  background: none #36b557;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-yellow .fc-event-dot {
  background: none #f6c606;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-pink .fc-event-dot {
  background: none #ffc0cb;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-gray .fc-event-dot {
  background: none #808080;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-orange .fc-event-dot {
  background: none #ff6a00;
}
.eds_news_Galore .fc-list-item.EDNcategorycolor-brown .fc-event-dot {
  background: none #e49908;
}
.eds_news_Galore .fc {
  position: relative;
}
.eds_news_Galore .fc::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  text-align: center;
  content: "\f021";
  font-weight: 900;
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 35px;
  font-style: normal;
  color: #B0B0B0;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms;
}
.eds_news_Galore .fc .fc-view-container {
  transition: opacity 400ms;
  opacity: 1;
}
.eds_news_Galore .fc.eds_calendarLoading .fc-view-container {
  opacity: 0;
}
.eds_news_Galore .fc.eds_calendarLoading::before {
  opacity: 1;
  visibility: visible;
}
.eds_news_Galore .calendar_table {
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.eds_news_Galore .calendar_table td.day {
  padding: 4px;
}
.eds_news_Galore .calendar_table td.day > span,
.eds_news_Galore .calendar_table td.day > a {
  display: block;
  padding: 7px;
}
.eds_news_Galore .calendar_table td.day.has_posts > a {
  color: var(--edNewsG_primaryColor);
  border: solid 1px var(--edNewsG_primaryColor);
}
.eds_news_Galore .calendar_table td.day.has_posts > a:hover {
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-red > a {
  color: #db313c;
  border: solid 1px #db313c;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-red > a:hover {
  background-color: #db313c;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-blue > a {
  color: #37cbcb;
  border: solid 1px #37cbcb;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-blue > a:hover {
  background-color: #37cbcb;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-black > a {
  color: #000;
  border: solid 1px #000;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-black > a:hover {
  background-color: #000;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-green > a {
  color: #36b557;
  border: solid 1px #36b557;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-green > a:hover {
  background-color: #36b557;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_Galore .calendar_table td.day.has_posts.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_Galore .calendar_table td.day.has_events > a {
  color: #FFA100;
  border: solid 1px #FFA100;
}
.eds_news_Galore .calendar_table td.day.has_events > a:hover {
  background-color: #FFA100;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-red > a {
  color: #db313c;
  border: solid 1px #db313c;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-red > a:hover {
  background-color: #db313c;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-blue > a {
  color: #37cbcb;
  border: solid 1px #37cbcb;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-blue > a:hover {
  background-color: #37cbcb;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-black > a {
  color: #000;
  border: solid 1px #000;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-black > a:hover {
  background-color: #000;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-green > a {
  color: #36b557;
  border: solid 1px #36b557;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-green > a:hover {
  background-color: #36b557;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-yellow > a {
  color: #f6c606;
  border: solid 1px #f6c606;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-yellow > a:hover {
  background-color: #f6c606;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-pink > a {
  color: #ffc0cb;
  border: solid 1px #ffc0cb;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-pink > a:hover {
  background-color: #ffc0cb;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-gray > a {
  color: #808080;
  border: solid 1px #808080;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-gray > a:hover {
  background-color: #808080;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-orange > a {
  color: #ff6a00;
  border: solid 1px #ff6a00;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-orange > a:hover {
  background-color: #ff6a00;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-brown > a {
  color: #e49908;
  border: solid 1px #e49908;
}
.eds_news_Galore .calendar_table td.day.has_events.EDNcategorycolor-brown > a:hover {
  background-color: #e49908;
}
.eds_news_Galore .calendar_table td.day.selected > a {
  font-weight: bold;
  transform: scale(1.2);
}
@media (max-width: 576px) {
  .eds_news_Galore .advanced .calendar_table td.week_days {
    display: none;
  }
}
@media (max-width: 576px) {
  .eds_news_Galore .advanced .calendar_table td.day {
    display: none;
  }
}
@media (max-width: 576px) {
  .eds_news_Galore .advanced .calendar_table td.day.selected > a,
.eds_news_Galore .advanced .calendar_table td.day > a:hover {
    transform: none;
  }
}
.eds_news_Galore .advanced .calendar_table td.day > ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li {
  list-style-type: none;
  margin: 3px 0;
  padding: 0;
  text-align: left;
}
.eds_news_Galore .advanced .calendar_table td.day > ul > li > a {
  display: block;
}
@media (max-width: 576px) {
  .eds_news_Galore .advanced .calendar_table td.day.has_posts, .eds_news_Galore .advanced .calendar_table td.day.has_events {
    display: block;
    height: auto !important;
    width: 100% !important;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .eds_news_Galore .advanced .calendar_table td.day.other_month {
    display: none;
  }
}
.eds_news_Galore .advanced .calendar_table td.day.today::after {
  top: 5px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}
.eds_news_Galore > div + div {
  margin-top: 2rem;
}

.eds_news_Galore.eds_subCollection_search {
  float: none;
  height: auto;
  min-width: 0;
  width: auto;
  overflow: visible;
  transition: none 0 none;
}
.eds_news_Galore.eds_subCollection_search input::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_news_Galore.eds_subCollection_search input::-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_news_Galore.eds_subCollection_search input:-ms-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_news_Galore.eds_subCollection_search input:-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_news_Galore.eds_subCollection_search .acInput.acLoading {
  background-image: url("assets/images/common/indicator.gif") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}
.eds_news_Galore.eds_subCollection_search .search_input {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  background-color: #fff;
}
.eds_news_Galore.eds_subCollection_search .search_input::after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.eds_news_Galore.eds_subCollection_search .search_input .input {
  float: left;
  padding: 0 10px;
  line-height: 0;
  font-size: 0;
  width: 85%;
}
.eds_news_Galore.eds_subCollection_search .search_input .input input[type=text],
.eds_news_Galore.eds_subCollection_search .search_input .input input[type=text]:hover,
.eds_news_Galore.eds_subCollection_search .search_input .input input[type=text]:focus {
  border: none;
  outline: none;
  background: none #fff;
  box-shadow: none;
  color: #848484;
  line-height: 28px;
  height: 30px;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.eds_news_Galore.eds_subCollection_search .search_input .do_search {
  padding: 0 5px;
  line-height: 29px;
  float: right;
  min-width: 35px;
  width: 10%;
  text-align: center;
  text-decoration: none;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Galore.eds_subCollection_search .search_input .do_search:hover {
  text-decoration: none;
}
.eds_news_Galore.eds_subCollection_search .search_input .do_search > span {
  display: none;
}
.eds_news_Galore.eds_subCollection_search .search_input .do_search::before {
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
}
.eds_news_Galore.eds_subCollection_search .search_input.button_outside {
  border: none !important;
  border-radius: 0 !important;
  background: none transparent !important;
  box-shadow: none !important;
}
.eds_news_Galore.eds_subCollection_search .search_input.button_outside .input {
  float: none;
  width: auto;
  padding: 0;
}
.eds_news_Galore.eds_subCollection_search .search_input.button_outside .input input[type=text],
.eds_news_Galore.eds_subCollection_search .search_input.button_outside .input input[type=text]:hover,
.eds_news_Galore.eds_subCollection_search .search_input.button_outside .input input[type=text]:focus {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  padding: 0 10px;
}
.eds_news_Galore.eds_subCollection_search .search_input.button_outside .do_search {
  width: auto;
  clear: both;
  border: 1px solid var(--edNewsG_primaryColor) !important;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  font-family: var(--edNewsG_headingsFont);
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 18px;
  border-radius: 4px;
  box-shadow: none;
  margin-top: 10px;
  color: var(--edNewsG_primaryColor);
  transition: all 200ms linear;
}
.eds_news_Galore.eds_subCollection_search .search_input.button_outside .do_search > span {
  display: inline-block;
  padding-left: 10px;
}
.eds_news_Galore.eds_subCollection_search .search_input.button_outside .do_search:hover {
  color: #fff;
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_subCollection_search .search_input .acInput.acLoading {
  background-image: url("assets/images/common/indicator.gif");
  background-repeat: none;
  background-position: 90% 10%;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
  position: relative;
  padding: 5px 0 20px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span {
  display: block;
  margin-bottom: 10px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > div {
  margin-bottom: 10px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  line-height: 28px;
  padding-right: 35px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "\f107";
  color: var(--edNewsG_primaryColor);
  font-size: 20px;
  font-weight: bold;
  width: 35px;
  z-index: 1;
  font-family: "FontAwesome";
  text-align: center;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
  border: none;
  outline: none;
  background: none transparent;
  box-shadow: none;
  outline: none;
  width: 125%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #848484;
  font-size: 13px;
  font-family: var(--edNewsG_headingsFont);
  margin: 0;
  height: 28px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:focus {
  outline: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
  color: #ccc !important;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 100% !important;
  display: block;
  position: relative;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  display: block;
  width: 100%;
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  line-height: 28px;
  text-align: left;
  padding: 0 45px 0 10px;
  box-shadow: none;
  outline: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 28px;
  color: #848484;
  opacity: 1;
  cursor: unset;
  background: none;
  vertical-align: unset;
  display: inline;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  z-index: 1;
  text-align: center;
  border: solid 1px #d4d4d4;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div::before {
  content: "\f107";
  color: var(--edNewsG_primaryColor);
  font-size: 20px;
  font-weight: bold;
  font-family: "FontAwesome";
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div.open::before {
  content: "\f106";
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice.disabled {
  cursor: default;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1000;
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  margin-top: 1px;
  background-color: #fff;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul {
  margin: 0;
  padding: 10px;
  overflow: auto;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li {
  background-image: none;
  display: list-item;
  list-style: outside none none;
  position: static;
  padding: 0;
  margin: 0 0 3px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label {
  display: block;
  white-space: nowrap;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > input {
  display: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li label > span::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: var(--edNewsG_primaryColorDarker);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  background-image: url("assets/images/advancedSearch/checkBoxes/background/predefined/checkBoxBg.png");
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop ul > li.selected label > span::before {
  background-position: 0 bottom;
  content: "\f00c";
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.bottom {
  top: 100%;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-drop.top {
  bottom: 100%;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 28px;
  height: 30px;
  color: #848484;
  font-size: 13px;
  width: 100%;
  background: none #fff;
  font-family: var(--edNewsG_headingsFont);
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  outline: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField label,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_MultiselectGroup .ms-parent > label,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > label {
  display: block;
  margin-bottom: 5px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput > span > label {
  display: block;
  margin-bottom: 10px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
  height: 45px;
  position: relative;
  display: block;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line {
  display: block;
  position: relative;
  padding: 2px;
  background-color: #d6d6d6;
  height: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7 #c7c7c7 #d3d3d3;
  border-radius: 6px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right {
  display: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-mid {
  display: block;
  height: 7px;
  border-radius: 4px;
  background-color: #c3c3c3;
  border: solid 1px #bcbcbc;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 3px 0 rgba(0, 0, 0, 0.24) inset;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason {
  top: 3px;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #c81704;
  border-style: solid;
  border-width: 1px;
  border-color: #931103 #931103 #bf1604;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24) inset;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider {
  border: solid 1px #eeeff0;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #d4d8de;
  height: 20px;
  width: 20px;
  cursor: default;
  display: block;
  position: absolute;
  z-index: 1;
  top: -3px;
  border-radius: 50%;
  box-shadow: 0 6px 6px 0px rgba(255, 255, 255, 0.8) inset;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c71704;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single {
  color: var(--edNewsG_primaryColor);
  position: absolute;
  white-space: nowrap;
  top: 25px;
  font-size: 12px;
  line-height: 1;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  top: 25px;
  font-size: 12px;
  line-height: 1;
  color: #a8a8a8;
  position: absolute;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
  left: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
  right: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type=checkbox],
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type=checkbox] {
  display: inline;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
  padding-left: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label::before,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label::before {
  display: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type=radio] {
  display: inline;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
  padding-left: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label::before {
  display: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton {
  display: block;
  margin: 4px 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input {
  display: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::before,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: var(--edNewsG_primaryColorDarker);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label::before {
  background-image: url("assets/images/advancedSearch/checkBoxes/background/predefined/checkBoxBg.png");
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type=checkbox]:checked + label::before {
  background-position: 0 bottom;
  content: "\f00c";
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton label::before {
  background-image: url("assets/images/advancedSearch/radioButtons/background/predefined/radioButtonBg.png");
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButton input[type=radio]:checked + label::before {
  background-position: 0 bottom;
  content: "\f111";
  font-size: 8px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group {
  margin: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group + .input-group {
  margin-top: 5px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .glyphicon {
  font-family: "Glyphicons Halflings";
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .form-control {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  outline: none;
  color: #848484;
  font-size: 13px;
  font-family: var(--edNewsG_headingsFont);
  height: 30px;
  line-height: 28px;
  margin: 0;
  background-color: #fff;
  padding: 0 6px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_dateSearchField .input-group-addon {
  border: solid 1px #d4d4d4;
  border-radius: 4px;
  border-left: none;
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 30px;
  padding: 0 11px;
  color: var(--edNewsG_primaryColor);
  line-height: 26px;
  vertical-align: top;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList > span,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList > span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
  text-align: right;
  padding-top: 20px;
  margin: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a {
  display: inline-block;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  font-family: var(--edNewsG_headingsFont);
  font-size: 12px;
  line-height: 29px;
  text-transform: uppercase;
  padding: 0 18px;
  border-radius: 4px;
  box-shadow: none;
  color: var(--edNewsG_primaryColor);
  transition: all 200ms linear;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a:hover {
  text-decoration: none;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit {
  border: 1px solid var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit:hover {
  color: #fff;
  background-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_submit::before {
  content: "\f002";
  display: inline-block;
  vertical-align: top;
  font-family: "FontAwesome";
  font-size: 21px;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_reset {
  border: solid 1px #ddd;
  color: var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a.edncf_reset:hover {
  color: var(--edNewsG_defaultColor);
  border: solid 1px var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer > a + a {
  margin-left: 5px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_searchInProgressOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url("assets/images/common/searchInProgress.gif") center center no-repeat;
  opacity: 0.7;
  z-index: 999;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container {
  padding-bottom: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 15px 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span {
  min-width: 145px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span select {
  width: 160%;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-parent {
  width: 180px !important;
  display: inline-block;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
  min-width: 145px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RangeSliderInput {
  display: block;
  margin-right: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList > span,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList > span {
  display: inline-block;
  margin-bottom: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList {
  display: inline-block;
  margin-right: 15px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_CheckBox,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_CheckBoxList .edncf_RadioButton,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_CheckBox,
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_RadioButtonList .edncf_RadioButton {
  display: inline-block;
  margin: 4px 10px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField {
  display: block;
  margin-right: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group {
  float: left;
  width: 49%;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField > .input-group + .input-group {
  float: right;
  margin: 0;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_dateSearchField::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span {
  display: inline-block;
  vertical-align: middle;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Text > span + span {
  margin-left: 15px;
}
.eds_news_Galore.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_submitContainer {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_list {
  margin: 0 -3px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  transition: all 300ms;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper.ednSbl_selected .ednSbl_item {
  border-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper.ednSbl_selected .ednSbl_item .ednSbl_letter {
  background-color: var(--edNewsG_primaryColor);
  color: #fff;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item {
  border-color: var(--edNewsG_primaryColor);
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item .ednSbl_count {
  width: auto;
  padding: 7px 9px;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_itemWrapper:hover a.ednSbl_item .ednSbl_count::before {
  left: 0;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search span.ednSbl_item {
  color: #b4b4b4;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search span.ednSbl_item .ednSbl_letter + .ednSbl_count {
  display: none;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_item {
  font: 12px/1.2 var(--edNewsG_defaultFont);
  display: inline-block;
  border: solid 1px #a0a0a0;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  color: var(--edNewsG_defaultColor);
  transition: all 300ms;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_item > span {
  padding: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_item .ednSbl_letter {
  min-width: 30px;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_item .ednSbl_count {
  width: 0;
  overflow: hidden;
  background-color: var(--edNewsG_primaryColor);
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 7px 0;
  transition: all 300ms;
}
.eds_news_Galore.eds_subCollection_search .ednSbl_search .ednSbl_item .ednSbl_count::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  border: solid 4px transparent;
  border-left-color: #fff;
  margin-top: -4px;
  transition: left 300ms ease 200ms;
}
.eds_news_Galore .edn_searchInfoResults {
  margin: 30px 0 !important;
  padding: 10px 15px !important;
  background-color: #efefef;
  border: solid 1px #e8e8e8;
  color: #4A4A4A !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.eds_news_Galore .edn_searchInfoResults > span {
  font-weight: bold;
  color: #333;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.EDN_search.theme_Galore {
  padding: 0px;
  border: 1px solid var(--edNewsG_primaryColor);
  background-color: #fff;
  overflow: hidden;
  z-index: 9999999;
  margin: 0 20px;
}
.EDN_search.theme_Galore ul {
  margin: 0px;
  padding: 0px;
}
.EDN_search.theme_Galore ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.EDN_search.theme_Galore ul li span a {
  padding: 2px 10px;
  display: block;
  font-size: 12px;
  color: var(--edNewsG_defaultColor);
  text-decoration: none;
  border: solid 1px transparent;
  transition: all 300ms linear;
}
.EDN_search.theme_Galore ul li span a:hover {
  text-decoration: none;
}
.EDN_search.theme_Galore ul li.acSelect a {
  background-color: #f8f8f8;
  border-color: #d4d4d4 transparent;
  color: var(--edNewsG_primaryColor);
  transform: scale(1.05);
}

.qtip.edn_calendarbox_Galore {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  border: none;
  width: 500px;
  max-width: 95%;
  font-family: var(--edNewsG_defaultFont);
  line-height: 1.3;
  font-size: 13px;
  color: var(--edNewsG_defaultColor);
}
.qtip.edn_calendarbox_Galore p, .qtip.edn_calendarbox_Galore span, .qtip.edn_calendarbox_Galore li, .qtip.edn_calendarbox_Galore a {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.qtip.edn_calendarbox_Galore > .qtip-content {
  padding: 10px 20px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .title {
  display: block;
  font-family: var(--edNewsG_headingsFont);
  font-size: 14px;
  color: var(--edNewsG_primaryColor);
}
.qtip.edn_calendarbox_Galore > .qtip-content > .title a {
  color: var(--edNewsG_primaryColor);
  text-decoration: none;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .title a:hover {
  color: var(--edNewsG_defaultColor);
  text-decoration: none;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper {
  margin-top: 10px;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article {
  overflow: hidden;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > img {
  float: left;
  margin: 3px 10px 7px 0;
  padding: 3px;
  border: solid 1px var(--edNewsG_primaryColor);
  background: #fff;
  max-width: 100px;
  max-height: 100px;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > p.title {
  margin: 0 0 5px 0;
  padding: 0;
  color: var(--edNewsG_primaryColor);
  font: 18px/1 var(--edNewsG_headingsFont);
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > p.title a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > p.title a:hover {
  color: var(--edNewsG_darkColor);
  text-decoration: none;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > p.location {
  margin-top: 5px;
  padding: 0;
  font-weight: bold;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > p.location::before {
  content: "\f041";
  display: inline-block;
  margin-right: 2px;
  font-size: 15px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: var(--edNewsG_primaryColor);
  font-style: normal;
  font-weight: normal;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > .content p {
  margin: 0;
  padding: 0;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > .content p + p {
  margin-top: 5px;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > a {
  float: right;
  clear: both;
  border: none;
  background: none var(--edNewsG_primaryColor);
  text-shadow: none;
  text-decoration: none;
  font: 0.9rem/1 var(--edNewsG_headingsFont);
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  box-shadow: none;
  color: #fff;
  transition: all 200ms linear;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper > .article > a:hover {
  color: #fff;
  background-color: var(--edNewsG_darkColor);
  text-decoration: none;
  box-shadow: none;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper .article_list {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: circle;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper .article_list li {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: circle;
  color: var(--edNewsG_defaultColor);
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper .article_list li > a {
  color: var(--edNewsG_defaultColor);
  text-decoration: none;
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper .article_list li > a:hover {
  color: var(--edNewsG_primaryColor);
}
.qtip.edn_calendarbox_Galore > .qtip-content > .wrapper .article_list li > p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.eds_news_Galore.eds_subCollection_news.eds_print .article_gallery,
.eds_news_Galore.eds_subCollection_news.eds_print .article_comments,
.eds_news_Galore.eds_subCollection_news.eds_print .fb-comments,
.eds_news_Galore.eds_subCollection_news.eds_print #disqus_thread,
.eds_news_Galore.eds_subCollection_news.eds_print .admin_action,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_socialPrintWrapper,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_eventRegistrationModalTrigger,
.eds_news_Galore.eds_subCollection_news.eds_print .eds_signUpActionBarWrapper,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_aditionalBox,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_authorGroupDetails,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_galleryLink,
.eds_news_Galore.eds_subCollection_news.eds_print .article_pager,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_calendarExport,
.eds_news_Galore.eds_subCollection_news.eds_print .detailsArticleDefaultWithTabs,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_articleScrolling,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_fixedHeaderArticleScrolling,
.eds_news_Galore.eds_subCollection_news.eds_print .edn_buttonHolder,
.eds_news_Galore.eds_subCollection_news.eds_print [class*=eds_GravityGallery_] {
  display: none !important;
}
.eds_news_Galore.eds_subCollection_news.eds_print .edn_article.edn_fixedHeaderArticle .edn_articleBackground {
  background: transparent;
}
.eds_news_Galore.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_title {
  display: none !important;
}
.eds_news_Galore.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_contentWrapper {
  height: auto !important;
}
.eds_news_Galore.eds_subCollection_news.eds_print .edn_accordionWrapper .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 0 !important;
}
.eds_news_Galore.eds_subCollection_news.eds_print .edsTabulator .eds_tabsNav {
  display: none !important;
}
.eds_news_Galore.eds_subCollection_news.eds_print .edsTabulator .edsTabulator_tabsWrapper .edsTabulator_tab {
  position: relative !important;
  visibility: visible !important;
  top: auto !important;
  padding: 0 !important;
  border: none !important;
  opacity: 1 !important;
}