@charset "UTF-8";
:root {
  --bs-border-color: green;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --lgreen: #28E2A1;
  --dgreen: #009696;
  --purple: #A61780;
  --sand: #CAA86A;
  --gray: #97918C;
  --lgray: #F5F1F0;
  --bs-link-color-rgb: #61BA94;
}

.eds_news_Ozone p, .eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6 {
  color: black;
  font-family: "DM Sans", sans-serif !important;
}
.eds_news_Ozone a {
  color: var(--dgreen) !important;
  font-family: "DM Sans", sans-serif !important;
}
.eds_news_Ozone span {
  font-family: "DM Sans", sans-serif !important;
}

h6, .h6 {
  font-size: 1rem;
}

.eds_header {
  box-shadow: none;
}

.eds_headerTrigger:hover {
  color: var(--dgreen);
}
.eds_headerTrigger:hover > i {
  color: var(--dgreen);
}
.eds_headerTrigger.eds__headerModalTrigger {
  color: var(--dgreen);
}
.eds_headerTrigger.eds__headerModalTrigger > i {
  color: var(--dgreen);
}
.eds_headerTrigger.eds__headerModalTrigger:hover {
  color: #000000;
}
.eds_headerTrigger.eds__headerModalTrigger:hover > i {
  color: #000000;
}

.dnnPrimaryAction, a.dnnPrimaryAction, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications + .userDisplayName > a {
  color: var(--dgreen) !important;
}
.dnnPrimaryAction, a.dnnPrimaryAction, .eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong::before, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong::before, .eds_userLoginWrapper .registerGroup > ul > li.userMessages a, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a {
  color: #000000 !important;
}
.dnnPrimaryAction:hover, a.dnnPrimaryAction:hover, .eds_userLoginWrapper .registerGroup > ul > li.userMessages a:hover, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a:hover {
  color: var(--dgreen) !important;
  	text-decoration: none !important;
}
.dnnPrimaryAction, a.dnnPrimaryAction, .eds_userLoginWrapper .loginGroup > a {
	border: 0px !important;
	background: var(--dgreen) !important;
	color: #ffffff !important;
}
.dnnPrimaryAction:hover, a.dnnPrimaryAction:hover, .eds_userLoginWrapper .loginGroup > a:hover {
	border: 0px !important;
	background: #000000 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}
.dnnSecondaryAction:hover, a.dnnSecondaryAction:hover, .dnnSecondaryAction, a.dnnSecondaryAction {
	color: var(--dgreen) !important;
	text-decoration: none !important;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong::before, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong::before {
	color: #000000;
}
.dnnPrimaryAction:active, a.dnnPrimaryAction:active {
	border: 0px !important;
	background: #000000 !important;
	color: #ffffff !important;
}
.eds_containerTitle {
	visibility: hidden !important;
}
.eds_containers_NewsDaily {
	background-color: #ffffff !important;
}

.eds_loginUserMenu1 .registerGroup > ul li.userMessages a, .eds_loginUserMenu1 .registerGroup > ul li.userNotifications a {
  color: #000000;
}
.eds_loginUserMenu1 .registerGroup > ul li.userMessages a:hover, .eds_loginUserMenu1 .registerGroup > ul li.userNotifications a:hover {
  color: #8d8d8d;
}

.eds_popup.eds_searchPopup {
  background-image: none;
}

#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox {
  color: #444444;
}
#dnn_dnnSearch_ClassicSearch .SearchButton {
  background-color: var(--dgreen);
}

.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer {
  font-family: "DM Sans";
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem > div {
  background-color: #ffffff;
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
  color: #000000;
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span .edsmm_itemContainer, .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span .edsmm_itemContainer {
  color: var(--dgreen);
}
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem .edsmm_itemContainer {
  color: #333333;
}
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem:hover > span > .edsmm_itemContainer, .responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer {
  color: var(--dgreen);
}

.eds_footerMenu > li > a:hover {
  color: var(--dgreen);
}

.eds_termsPrivacy {
  color: #000000;
}
.eds_termsPrivacy > a.eds_terms, .eds_termsPrivacy > a.eds_privacy {
  color: #000000;
}
.eds_termsPrivacy .eds_terms:hover, .eds_termsPrivacy .eds_privacy:hover {
  color: var(--dgreen);
}

ul.eds_listCircle > li::before, ul.eds_listStar > li::before, ul.eds_listCheckSquare > li::before, ul.eds_listChevronCircle > li::before, ul.eds_listCircleO > li::before, ul.eds_listCheck > li::before, ul.eds_listCheckSquareO > li::before, ul.eds_listPaperclip > li::before {
  color: var(--dgreen);
}

a:link, a:active, a:visited {
  text-decoration: none;
  color: var(--dgreen);
}
a:hover {
  text-decoration: underline;
  color: #000000;
}

.eds_titleBorder {
  border-bottom-color: var(--dgreen);
}

.EasyDNNSkin_NewsDaily .eds_btn {
  border-color: var(--dgreen);
  background-color: var(--dgreen);
}
.EasyDNNSkin_NewsDaily .eds_btn:hover {
  background-color: #000000;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: var(--dgreen);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_white:hover {
  background-color: #ffffff;
}
.EasyDNNSkin_NewsDaily .eds_link {
  color: var(--dgreen);
}

.eds_primaryBox {
  background-color: var(--dgreen);
}

.eds_menuList1 li a:hover {
  color: var(--dgreen);
}

.eds_iconMenu2 li a:link, .eds_iconMenu2 li a:active, .eds_iconMenu2 li a:visited {
  color: var(--dgreen);
}
.eds_iconMenu2 li a:hover {
  color: #000000;
}

.eds_iconMenu li a:link, .eds_iconMenu li a:active, .eds_iconMenu li a:visited {
  background-color: #000000;
}
.eds_iconMenu li a:hover {
  background-color: var(--dgreen);
}

* body, * p, * a, * h1, * h2, * h3, * h4, * h5, * h6, * ul, * li, * td {
  font-family: "DM Sans", sans-serif !important;
}

html body#Body div header.eds_header {
  z-index: 999999999;
  width: 100vw !important;
}
@media (min-width: 992px) {
  html body#Body div header.eds_header {
    position: fixed !important;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
  }
  html body#Body div header.eds_header::before {
    content: "";
    position: absolute;
    height: calc(100% + 1px);
    width: 200%;
    background-color: white;
    left: -50%;
    right: -50%;
    z-index: -9999;
    border-bottom: 1px solid black;
  }
}
html body#Body div header.eds_header .container .eds_headerTools {
  background-color: white;
  width: 100%;
  padding-bottom: 12px !important;
  display: block;
}
html body#Body div header.eds_header .container .eds_headerTools .eds_logo {
  max-width: 150px;
  margin-top: -10px;
  margin-left: 0 !important;
}
@media (min-width: 1400px) {
  html body#Body div header.eds_header .container .eds_headerTools .eds_logo {
    max-width: 200px;
  }
}
html body#Body div header.eds_header .container .eds_headerTools .eds_logo img {
  max-width: 100%;
}
html body#Body div header.eds_header .container .eds_headerTools .eds_headerLeftWrapper {
  order: 3 !important;
  text-align: right;
}
html body#Body div header.eds_header .container .eds_headerTools .eds_headerLeftWrapper .dropdown span.eds_headerTrigger span {
  display: none;
}
html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Lidmaatschap span a, html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Dienst span a, html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Diensten span a, html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Overons span a {
  color: var(--gray);
  font-weight: 300;
}
html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Lidmaatschap span a:hover, html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Dienst span a:hover, html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Diensten span a:hover, html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.Overons span a:hover {
  color: var(--dgreen) !important;
}
html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper ol li.edsmm_menuItem.edsmm_active span a {
  color: var(--dgreen) !important;
}
@media (max-width: 768px) {
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent #dnn_dnnLoginMobile_loginGroup {
    border: none;
  }
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent #dnn_dnnLoginMobile_loginGroup a#dnn_dnnLoginMobile_enhancedLoginLink {
    padding: 7px 14px 10px 14px;
    border-radius: 8px;
    margin-left: 0;
  }
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper li.edsmm_hasChild span.edsmm_childIndicator::before {
    position: relative;
    top: -8px;
    right: 0;
    border: none;
    font-size: 24px;
    font-weight: bold;
    content: "+";
    color: var(--lgreen);
  }
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper li.edsmm_hasChild.raItemOpened > span > span.edsmm_childIndicator::before {
    transform: rotate(0) !important;
    content: "−";
  }
}
@media (min-width: 992px) {
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper {
    margin-left: -50px;
  }
}
@media (min-width: 992px) and (min-width: 1040px) {
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper {
    margin-left: -35px;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper {
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (min-width: 1150px) {
  html body#Body div header.eds_header .eds_mobileModal .eds_modalContent .raMenuWrapper {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  html body#Body div header.eds_header {
    display: flex;
    position: relative;
    width: 960px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1400px) {
  html body#Body div header.eds_header {
    width: 1200px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  html body#Body div header.eds_header {
    width: 1440px;
  }
}
@media (min-width: 992px) {
  html body#Body div header.eds_header .container {
    display: flex;
  }
  html body#Body div header.eds_header .container .eds_headerTools {
    width: 100%;
    padding-bottom: 12px !important;
    display: block;
  }
  html body#Body div header.eds_header .container .eds_headerTools .eds_headerLeftWrapper {
    order: 3 !important;
    text-align: right;
  }
  html body#Body div header.eds_header .container .eds_headerTools .eds_headerLeftWrapper .dropdown span.eds_headerTrigger span {
    display: none;
  }
  html body#Body div header.eds_header .container .eds_headerTools .eds_logo {
    order: 1 !important;
    width: 200px;
    text-align: left;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  html body#Body div header.eds_header .container .eds_headerTools .eds_logo img {
    max-width: 100%;
    margin-top: -26px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html body#Body div header.eds_header .container .eds_headerTools .eds_logo img {
    margin-top: -5px;
  }
}
@media (min-width: 992px) {
  html body#Body div header.eds_header .container .eds_headerTools .d-flex.align-items-center.justify-content-end {
    order: 2 !important;
    display: flex;
  }
  html body#Body div header.eds_header .container .eds_headerTools .d-flex.align-items-center.justify-content-end .dropdown {
    order: 2 !important;
  }
  html body#Body div header.eds_header .container .eds_headerTools .d-flex.align-items-center.justify-content-end .dropdown span.eds_headerTrigger {
    margin-left: 10px;
  }
  html body#Body div header.eds_header .container .eds_headerTools .d-flex.align-items-center.justify-content-end .dropdown span.eds_headerTrigger span {
    display: none;
  }
  html body#Body div header.eds_header .container .eds_headerTools .d-flex.align-items-center.justify-content-end #dnn_headerRightPane {
    order: 1 !important;
  }
  html body#Body div header.eds_header .container .eds_headerTools #dnn_ctr385_HtmlModule_lblContent a span {
    margin-left: 5px;
  }
  html body#Body div header.eds_header .eds_headerMenu {
    position: absolute;
    left: 220px;
    top: 31px;
    border: none;
    top: 22px;
  }
  html body#Body div header.eds_header .eds_headerMenu a.edsmm_itemContainer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html body#Body div header.eds_header .eds_headerMenu a.edsmm_itemContainer {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  html body#Body div header.eds_header .eds_headerMenu a.edsmm_itemContainer {
    padding-right: 15px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html body#Body div header.eds_header .eds_headerMenu {
    left: calc(20% + 35px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  html body#Body div header.eds_header .eds_headerMenu {
    left: 310px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  html body#Body div header.eds_header .eds_headerMenu {
    left: 352px;
  }
}
html body#Body div header.eds_header #dnn_dnnLOGO2_imgLogo {
  max-width: 150px;
}
html body#Body div header.eds_header .eds_mobileMenuModalOverlay {
  background: var(--lgray);
  opacity: 0.95;
}
html body#Body div header.eds_header .eds__modalClose {
  color: var(--dgreen);
}
html body#Body div header.eds_header .edsmm_menuItem a {
  padding-left: 5px;
}
@media (max-width: 992px) {
  html body#Body div header.eds_header .edsmm_menuItem {
    padding-top: 1rem;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  html body#Body div header.eds_header .edsmm_menuItem .edsmm_level_1 {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  html body#Body div header.eds_header .edsmm_menuItem .edsmm_level_1 ol li span a {
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 1rem;
  }
}
html body#Body main.eds_main .eds_topExtrudedPanes {
  margin-top: 65px;
  width: 100vw !important;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid {
  height: auto;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 {
  margin-top: 0;
  margin-bottom: 0;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider {
  margin: 0 !important;
  width: 100% !important;
  border: 0;
  border-radius: 0;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .main_panel {
  border-radius: 0;
  width: 100% !important;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .main_panel .items_wrapper {
  width: 100vw;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .main_panel .items_wrapper .item_container {
  text-align: center;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .main_panel .items_wrapper .new_item {
  width: 100vw;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .main_panel .items_wrapper a.media_link {
  background-color: green;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .scrollable_box.item_info {
  background-image: none !important;
  width: 100vw !important;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .scrollable_box.item_info .viewport {
  max-height: 100% !important;
  height: 100% !important;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .scrollable_box.item_info .viewport .overview h2 a {
  font-size: 40px;
  color: white;
  text-decoration: underline;
  text-underline-offset: 12px;
}
@media (max-width: 768px) {
  html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .scrollable_box.item_info .viewport .overview h2 a {
    font-size: 30px;
    text-underline-offset: 6px;
  }
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .scrollable_box.item_info .viewport .overview p {
  color: white;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .scrollable_box.item_info .viewport .overview p {
    font-size: 14px;
    line-height: 1.1;
  }
}
html body#Body main.eds_main .eds_topExtrudedPanes .contaner-fluid #dnn_TopPane_Extruded_Wide .DnnModule-692 #dnn_ctr692_ModuleContent .chameleon_slider .track {
  display: none;
}
@media (min-width: 1200px) {
  html body#Body main.eds_main .eds_mdSticky {
    padding: 0 20px 0 0;
  }
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky {
  margin-top: 40px;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule.DnnModule-EasyDNNnewsCategoriesMenu:first-of-type .eds_containers_NewsDaily {
  margin-bottom: 0;
  padding-bottom: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule.DnnModule-EasyDNNnewsCategoriesMenu:first-of-type .eds_containers_NewsDaily .eds_containerContent {
  padding-bottom: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule.DnnModule-EasyDNNnewsCategoriesMenu:first-of-type .eds_containers_NewsDaily .eds_containerContent .category_menu {
  padding-bottom: 0;
  margin-bottom: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed {
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu {
  padding-left: 0;
  margin-bottom: 50px;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList::after,
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_bottomBorder::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList::after,
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_bottomBorder::after {
  border-bottom: 0px !important;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList::after {
  border-bottom: 10px !important;
  right: 1.5rem;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .node.level_0 > ul, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .node.level_0 > ul, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .node.level_0 > ul, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .node.level_0 > ul {
  margin-left: 0;
  padding-left: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .node.level_0 > .edn_hasCount > a.edn_link, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .node.level_0 > .edn_hasCount > a.edn_link, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .node.level_0 > .edn_hasCount > a.edn_link, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .node.level_0 > .edn_hasCount > a.edn_link {
  font-weight: bold;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .node.level_0 > .edn_hasCount > a.edn_link > .edn_articleCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .node.level_0 > .edn_hasCount > a.edn_link > .edn_articleCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .node.level_0 > .edn_hasCount > a.edn_link > .edn_articleCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .node.level_0 > .edn_hasCount > a.edn_link > .edn_articleCount {
  display: none;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .node.level_1 > .edn_hasCount > a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .node.level_1 > .edn_hasCount > a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .node.level_1 > .edn_hasCount > a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .node.level_1 > .edn_hasCount > a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: -2px;
  background-color: var(--gray);
  outline: 1px solid white;
  outline-offset: -2px;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .edn_hasCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .edn_hasCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .edn_hasCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .edn_hasCount {
  border-bottom: 1px solid #000;
  padding-right: 0;
  width: 100%;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .edn_hasCount a.expand_collapse.icon, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .edn_hasCount a.expand_collapse.icon, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .edn_hasCount a.expand_collapse.icon, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .edn_hasCount a.expand_collapse.icon {
  margin-right: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .edn_hasCount a.expand_collapse.icon::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .edn_hasCount a.expand_collapse.icon::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .edn_hasCount a.expand_collapse.icon::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .edn_hasCount a.expand_collapse.icon::before {
  color: #000;
  float: right;
  margin-top: 8px;
  margin-right: -8px;
  content: "+";
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper .edn_hasCount a.expand_collapse.icon.collapse::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList .edn_hasCount a.expand_collapse.icon.collapse::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper .edn_hasCount a.expand_collapse.icon.collapse::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList .edn_hasCount a.expand_collapse.icon.collapse::before {
  content: "−";
  display: none;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper ul li .edn_hasCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList ul li .edn_hasCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper ul li .edn_hasCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList ul li .edn_hasCount {
  border-bottom: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper ul li .edn_hasCount a.edn_link:hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList ul li .edn_hasCount a.edn_link:hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper ul li .edn_hasCount a.edn_link:hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList ul li .edn_hasCount a.edn_link:hover {
  color: var(--dgreen);
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_category_menu_wrapper ul li.active a.edn_link, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_moduleList ul li.active a.edn_link, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper ul li.active a.edn_link, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_moduleList ul li.active a.edn_link {
  color: var(--dgreen);
  font-weight: bold;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_box .category_menu .edn_link .edn_articleCount, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule .eds_templateGroup_boxed .category_menu .edn_link .edn_articleCount {
  padding-right: 0;
  text-align: right;
  color: var(--gray);
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_containerContent, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_containerContent {
  margin-top: 0;
  padding-top: 14px;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(1) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(1) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(1) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(1) > .edn_hasCount a::before {
  background-color: var(--dgreen);
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(2) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(2) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(2) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(2) > .edn_hasCount a::before {
  background-color: var(--lgreen);
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(3) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(3) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(3) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(3) > .edn_hasCount a::before {
  background-color: var(--purple);
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(4) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule:first-of-type .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(4) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_box .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(4) > .edn_hasCount a::before, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-538 .eds_templateGroup_boxed .category_menu .edn_category_menu_wrapper.edn_moduleList .node.level_1:nth-of-type(4) > .edn_hasCount a::before {
  background-color: var(--sand);
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerContent, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerContent, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerContent, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerContent, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerContent, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerContent {
  padding-top: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_cTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_cTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_cTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_cTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_cTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerTitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_cTitle {
  font-weight: 700;
  font-size: 0.9rem;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid black;
  color: black;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_cTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_cTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_cTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_cTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_cTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerTitle::after, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_cTitle::after {
  display: none;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_cTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_cTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_cTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_cTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_cTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerTitle span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_cTitle span {
  border-bottom: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 hr.mt-5, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 hr.mt-5, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 hr.mt-5, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 hr.mt-5, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 hr.mt-5, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 hr.mt-5 {
  display: none;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 a[title=RSS], html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 a[title=RSS], html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 a[title=RSS], html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 a[title=RSS], html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 a[title=RSS], html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 a[title=RSS] {
  display: none !important;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .agendatitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .agendatitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .agendatitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .agendatitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .agendatitle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .agendatitle {
  font-weight: bold;
  font-size: 0.9rem;
  border-bottom: 1px solid black;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle {
  vertical-align: top;
  margin-left: 45px;
  box-shadow: none;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn), html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn), html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn), html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn), html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn), html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn) {
  position: relative;
  line-height: 1.4;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn) span.edNews_smallTitle.title, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn) span.edNews_smallTitle.title, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn) span.edNews_smallTitle.title, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn) span.edNews_smallTitle.title, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn) span.edNews_smallTitle.title, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn) span.edNews_smallTitle.title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover {
  background-color: white;
  box-shadow: none;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover span, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle a:not(.btn):hover span {
  color: var(--dgreen) !important;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-569 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle img, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-719 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle img, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-668 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle img, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-670 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle img, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-671 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle img, html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .DnnModule-672 .eds_containerBox .eds_news_module_569 .edn_569_article_list_wrapper .edNews_smallCardArticle img {
  box-shadow: none;
  border-radius: 5px;
  position: absolute;
  margin-left: -45px;
  top: 13px;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch {
  box-shadow: none;
  padding: 0;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch {
    margin-left: -20px;
    margin-right: -20px;
  }
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch::before {
  display: none;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch .edncf_DropDownList {
  width: 100%;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch .edncf_DropDownList select {
  text-transform: capitalize;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch .edncf_submitContainer {
  padding-top: 0;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch .edncf_submitContainer a {
  margin: 0;
  background-color: white;
  box-shadow: none;
  border-radius: 50px;
  padding: 0px 15px;
  border: 1px solid var(--gray);
  color: var(--gray);
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch .edncf_submitContainer a::before {
  font-size: 1rem;
}
html body#Body main.eds_main .eds_mdSticky #dnn_ContentPane5_3_Left_Sticky .edncf_AdvancedSearch .edncf_submitContainer a:hover {
  background-color: var(--dgreen);
  color: white;
  border-color: var(--dgreen);
}
html body#Body main.eds_main .ModDNNHTMLC h1, html body#Body main.eds_main .ModDNNHTMLC h2 {
  margin-bottom: 40px;
}
html body#Body main.eds_main .ModDNNHTMLC h1::after, html body#Body main.eds_main .ModDNNHTMLC h2::after {
  position: absolute;
  content: "";
  width: 56px;
  width: 100%;
  max-width: 56px;
  height: 4px;
  margin-top: 8px;
  background-color: var(--gray);
  display: block;
  margin-bottom: 20px;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator {
  margin-bottom: -180px;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containers_NewsDaily .eds_containerTitle {
  display: none !important;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 70px;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper {
  border: none;
  background-color: var(--lgray);
  border-radius: 16px;
  padding: 15px 0px 15px 20px;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper {
  border: none;
  background-color: transparent;
  background: none;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper .newsticker_scroller {
  transform: translateX(-10px);
  width: calc(100% + 40px) !important;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper .newsticker_scroller ul li a {
  color: black;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper .newsticker_scroller ul li a:hover {
  color: var(--dgreen);
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper .newsticker_controls {
  width: 0px !important;
  opacity: 0;
  padding: 0;
  padding: 0 !important;
  margin: 0 !important;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper .newsticker_title {
  border-radius: 16px;
  background-color: white;
  background: none;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper .newsticker_title h4 {
  color: black;
  background-color: white !important;
  border-radius: 8px;
  background: none;
  z-index: 1;
}
html body#Body main.eds_main .DnnModule-EasyDNNrotator .eds_containerContent .eds_rotatorWrapper .newsticker_wrapper .newsticker_title::after {
  display: none;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .eds_template_Details_Article_Default_Karim, html body#Body main.eds_main #dnn_ContentPane5_9_Right .eds_template_Details_Article_Default_Karim {
  margin-bottom: 0;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .eds_containerTitle, html body#Body main.eds_main #dnn_ContentPane5_9_Right .eds_containerTitle {
  margin-bottom: 0;
  margin-top: 50px;
  display: inline-block;
  padding: 0px 20px 10px;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .eds_containerTitle span, html body#Body main.eds_main #dnn_ContentPane5_9_Right .eds_containerTitle span {
  color: var(--gray);
  font-size: 1.5rem;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr550_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr560_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr563_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr550_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr560_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr563_ContentPane {
  margin-top: -20px;
  padding-top: 0;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr742_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr742_ContentPane {
  margin-top: 45px;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr675_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr675_ContentPane {
  margin-top: 160px;
  padding-top: 0;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr675_ContentPane .edn_675_article_list_wrapper.articlesoverview, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr675_ContentPane .edn_675_article_list_wrapper.articlesoverview {
  margin-top: -60px;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-527, html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-483, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-527, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-483 {
  margin-top: 30px;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-527 .eds_containerTitle, html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-483 .eds_containerTitle, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-527 .eds_containerTitle, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-483 .eds_containerTitle {
  display: none !important;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-490, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-490 {
  margin-top: 0;
  paddintop: 0;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-490 .eds_boxedContainer h1.eds_containerTitle, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-490 .eds_boxedContainer h1.eds_containerTitle {
  display: none;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr677_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr677_ContentPane {
  margin-top: 0;
  padding-top: 0;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr677_ContentPane #dnn_ctr677_ModuleContent, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr677_ContentPane #dnn_ctr677_ModuleContent {
  margin-top: -10px;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr735_ContentPane, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr735_ContentPane {
  margin-top: 0;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr735_ContentPane img, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr735_ContentPane img {
  border-radius: 16px;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll #dnn_ctr735_ContentPane blockquote, html body#Body main.eds_main #dnn_ContentPane5_9_Right #dnn_ctr735_ContentPane blockquote {
  border: none;
  padding-left: 0;
  padding-left-background-color: var(--dgreen);
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-EasyDNNBlockBuilder .eds_containerContent, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-EasyDNNBlockBuilder .eds_containerContent {
  padding-top: 0;
  margin-top: 0;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-EasyDNNBlockBuilder ul.adreslist, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-EasyDNNBlockBuilder ul.adreslist {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-EasyDNNBlockBuilder ul.adreslist li.mail::before, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-EasyDNNBlockBuilder ul.adreslist li.mail::before {
  font-family: "Font Awesome 6 Free" !important;
  background-color: var(--purple);
  color: white;
  width: 18px;
  height: 18px;
  margin-left: -23px;
  margin-right: 7px;
  border-radius: 100px;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  padding-top: 2px;
  text-align: center;
  content: "\f0e0";
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-EasyDNNBlockBuilder ul.adreslist li.adress::before, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-EasyDNNBlockBuilder ul.adreslist li.adress::before {
  font-family: "Font Awesome 6 Free" !important;
  background-color: var(--lgreen);
  color: white;
  width: 18px;
  height: 18px;
  margin-left: -23px;
  margin-right: 5px;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  padding-top: 1px;
  text-align: center;
  content: "\f3c5";
}
html body#Body main.eds_main #dnn_ContentPane5_9_Right_Scroll .DnnModule-EasyDNNBlockBuilder ul.adreslist li.adress.second::before, html body#Body main.eds_main #dnn_ContentPane5_9_Right .DnnModule-EasyDNNBlockBuilder ul.adreslist li.adress.second::before {
  background-color: var(--dgreen);
}
html body#Body main.eds_main .articlesoverview {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 20px;
}
html body#Body main.eds_main .articlesoverview .block-article .card {
  margin-bottom: 0 !important;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-header {
  border-radius: 16px;
  overflow: hidden;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-header a img {
  aspect-ratio: 16/9;
  box-shadow: none;
  -o-object-fit: cover;
     object-fit: cover;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body {
  padding-left: 16px !important;
  padding-right: 0px !important;
  padding-bottom: 20px !important;
  z-index: 1;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body > a:last-of-type {
  display: inline-block;
  width: auto;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges {
  transform: translateY(calc(-100% - 10px));
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a {
  display: none;
  vertical-align: bottom;
  margin-bottom: 5px;
  color: green !important;
  z-index: 1;
  border-radius: 100px;
  font-weight: bold;
  text-transform: none;
  padding: 5px 10px;
  font-size: 11px;
  background-color: white;
  color: var(--gray) !important;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Aardappelen {
  background-color: var(--dgreen);
  color: white !important;
  display: inline-block;
  width: auto;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Aardappelen + .card-title a::after {
  background-color: var(--dgreen);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenten {
  background-color: var(--lgreen);
  color: white !important;
  display: inline-block;
  width: auto;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenten + .card-title a::after {
  background-color: var(--lgreen);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenvoorziening {
  background-color: var(--sand);
  display: inline-block;
  width: auto;
  color: white !important;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenvoorziening + .card-title a::after {
  background-color: var(--sand);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Sierteelt {
  background-color: var(--purple);
  color: white !important;
  display: inline-block;
  width: auto;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Sierteelt + .card-title a::after {
  background-color: var(--purple);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenten ~ a:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Aardappelen ~ a:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenvoorziening ~ a:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Sierteelt ~ a:last-of-type {
  display: none;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenten ~ a.Groenten:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenten ~ a.Aardappelen:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenten ~ a.Groenvoorziening:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenten ~ a.Sierteelt:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Aardappelen ~ a.Groenten:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Aardappelen ~ a.Aardappelen:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Aardappelen ~ a.Groenvoorziening:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Aardappelen ~ a.Sierteelt:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenvoorziening ~ a.Groenten:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenvoorziening ~ a.Aardappelen:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenvoorziening ~ a.Groenvoorziening:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Groenvoorziening ~ a.Sierteelt:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Sierteelt ~ a.Groenten:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Sierteelt ~ a.Aardappelen:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Sierteelt ~ a.Groenvoorziening:last-of-type, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .badges > a.Sierteelt ~ a.Sierteelt:last-of-type {
  display: inline-block;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .card-title a {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.1;
  margin-top: -15px;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .card-title a:hover, html body#Body main.eds_main .articlesoverview .block-article .card .card-body .card-title a:not(.export, .rss):hover {
  color: var(--dgreen) !important;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .card-title a::after {
  content: "";
  width: 56px;
  height: 4px;
  margin-top: 8px;
  background-color: var(--gray);
  display: block;
  margin-bottom: 20px;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body.Groenvoorziening a::after {
  background-color: var(--sand);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body.Aardappelen a::after {
  background-color: var(--dgreen);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body.Groenten a::after {
  background-color: var(--lgreen);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body.Sierteelt a::after {
  background-color: var(--purple);
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .card-description {
  color: black;
  margin-bottom: 0;
}
html body#Body main.eds_main .articlesoverview .block-article .card .card-body .card-description p {
  color: black;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1400px) {
  html body#Body main.eds_main .articlesoverview {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6%;
  }
  html body#Body main.eds_main .articlesoverview .block-article {
    flex-basis: 47%;
  }
  html body#Body main.eds_main .articlesoverview .block-article:nth-child(3n+1) {
    flex-basis: 100%;
  }
}
@media (min-width: 1400px) {
  html body#Body main.eds_main .articlesoverview {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 4.9%;
  }
  html body#Body main.eds_main .articlesoverview .block-article {
    flex-basis: 30%;
  }
  html body#Body main.eds_main .articlesoverview .block-article:nth-child(10n+1), html body#Body main.eds_main .articlesoverview .block-article:nth-child(10n+7) {
    flex-basis: 65%;
  }
}
html body#Body main.eds_main .ednMoreArticlesTriggerWrapper {
  text-align: center;
  margin-bottom: 50px;
}
html body#Body main.eds_main .ednMoreArticlesTriggerWrapper button {
  border-radius: 100px;
  padding: 6px 12px;
  width: auto;
  box-shadow: none;
  border: 1px solid var(--gray);
  background-color: white;
  transition: all 0.25s;
}
html body#Body main.eds_main .ednMoreArticlesTriggerWrapper button:hover {
  border-color: var(--dgreen);
  background-color: var(--dgreen);
  color: white;
}
html body#Body main.eds_main .eds_containerContent {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
html body#Body main.eds_main .eds_containerContent h1 {
  display: inline-block;
}
html body#Body main.eds_main .eds_containerContent h1 u {
  text-decoration: none;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal {
  padding: 0;
  padding-top: 15px;
  margin: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  html body#Body main.eds_main .eds_containerContent .articlelist3equal {
    flex-direction: row;
    gap: 5%;
  }
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article {
  padding: 0;
}
@media (min-width: 576px) {
  html body#Body main.eds_main .eds_containerContent .articlelist3equal article {
    max-width: 47.5%;
    width: 47.5%;
    flex-basis: 47.5%;
  }
}
@media (min-width: 1200px) {
  html body#Body main.eds_main .eds_containerContent .articlelist3equal article {
    max-width: 30%;
    width: 30%;
    flex-basis: 30%;
  }
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card {
  box-shadow: none;
  margin-bottom: 0;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-header {
  margin-left: 0;
  margin-right: 0;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-header img {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: none;
  background-position: center;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-body a:hover {
  color: var(--dgreen) !important;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-body a::after {
  content: "";
  width: 36px;
  height: 4px;
  margin-top: 8px;
  background-color: var(--gray);
  display: block;
  margin-bottom: 20px;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-body .publishdate, html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-body .eventperiode {
  background-color: var(--dgray);
  color: var(--gray);
  font-size: 0.8rem;
  margin-bottom: 1.2rem;
  margin-top: -12px;
}
html body#Body main.eds_main .eds_containerContent .articlelist3equal article .card .card-footer {
  padding: 0;
}
html body#Body main.eds_main .eds_containerContent .article_pager {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-left: -20px;
}
html body#Body main.eds_main .eds_containerContent .article_pager a.active {
  box-shadow: none;
  background-color: var(--dgreen);
}
html body#Body main.eds_main .article_pro_pub {
  font-family: "DM Sans", sans-serif !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
html body#Body main.eds_main .article_pro_pub h1.edn_articleTitle {
  order: 1;
}
html body#Body main.eds_main .article_pro_pub .edn_mediaContainer {
  order: 2;
}
html body#Body main.eds_main .article_pro_pub .articleContent {
  order: 4;
}
html body#Body main.eds_main .article_pro_pub .edn_metaDetails {
  order: 6;
}
html body#Body main.eds_main .article_pro_pub .edn_article_gallery, html body#Body main.eds_main .article_pro_pub .article_gallery {
  order: 6;
}
html body#Body main.eds_main .article_pro_pub .infowrapper {
  order: 3;
}
html body#Body main.eds_main .article_pro_pub .moreinfo {
  order: 7;
}
html body#Body main.eds_main .article_pro_pub .logos_project {
  order: 8;
}
html body#Body main.eds_main .article_pro_pub .edn_articleScrolling {
  order: 9;
}
html body#Body main.eds_main .article_pro_pub .break {
  order: 10;
}
html body#Body main.eds_main .article_pro_pub .edn_clearFix {
  order: 999;
}
@media (min-width: 992px) {
  html body#Body main.eds_main .article_pro_pub {
    flex-direction: row;
    flex-wrap: wrap;
  }
  html body#Body main.eds_main .article_pro_pub h1.edn_articleTitle {
    flex-basis: 100%;
    order: 1;
  }
  html body#Body main.eds_main .article_pro_pub .edn_mediaContainer {
    flex-basis: 48%;
    order: 2;
  }
  html body#Body main.eds_main .article_pro_pub .infowrapper {
    flex-basis: 48%;
    order: 3;
  }
  html body#Body main.eds_main .article_pro_pub .articleContent {
    order: 4;
    flex-basis: 100%;
  }
  html body#Body main.eds_main .article_pro_pub .edn_metaDetails {
    order: 5;
    flex-basis: 100%;
  }
  html body#Body main.eds_main .article_pro_pub .edn_article_gallery, html body#Body main.eds_main .article_pro_pub .article_gallery {
    order: 6;
    flex-basis: 100%;
  }
  html body#Body main.eds_main .article_pro_pub .moreinfo {
    order: 7;
    flex-basis: 100%;
  }
  html body#Body main.eds_main .article_pro_pub .logos_project {
    order: 8;
    flex-basis: 100%;
  }
  html body#Body main.eds_main .article_pro_pub .edn_articleScrolling {
    flex-basis: 100%;
    order: 9;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  html body#Body main.eds_main .article_pro_pub {
    justify-content: flex-end;
    gap: 3%;
    flex-direction: row;
    position: relative;
    align-content: flex-start;
  }
  html body#Body main.eds_main .article_pro_pub .edn_mediaContainer {
    flex-basis: 35%;
    order: 2;
    margin-top: 20px;
    align-self: flex-start;
  }
  html body#Body main.eds_main .article_pro_pub .edn_mediaContainer img {
    max-width: 100%;
  }
  html body#Body main.eds_main .article_pro_pub .infowrapper {
    flex-basis: 35%;
    max-width: 35%;
    order: 4;
    position: absolute;
    left: 0;
    height: 10px;
  }
  html body#Body main.eds_main .article_pro_pub .articleContent {
    order: 3;
    flex-basis: 60%;
  }
  html body#Body main.eds_main .article_pro_pub .edn_metaDetails {
    order: 15;
    flex-basis: 60%;
  }
  html body#Body main.eds_main .article_pro_pub .edn_article_gallery, html body#Body main.eds_main .article_pro_pub .article_gallery {
    order: 6;
    flex-basis: 60%;
  }
  html body#Body main.eds_main .article_pro_pub .moreinfo {
    order: 7;
    flex-basis: 60%;
  }
  html body#Body main.eds_main .article_pro_pub .logos_project {
    order: 8;
    flex-basis: 60%;
  }
  html body#Body main.eds_main .article_pro_pub .edn_articleScrolling {
    padding-left: 0;
    margin-left: 0px;
    flex-basis: 60%;
    order: 11;
  }
  html body#Body main.eds_main .article_pro_pub .edn_articleScrolling .edn_tooltipLeft {
    margin-left: -15px;
  }
}
html body#Body main.eds_main .article_pro_pub div {
  padding-left: 1rem;
}
html body#Body main.eds_main .article_pro_pub h1.edn_articleTitle {
  text-decoration: none;
  border-bottom: 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 1rem;
}
html body#Body main.eds_main .article_pro_pub h1.edn_articleTitle::after {
  content: "";
  width: 56px;
  height: 4px;
  margin-top: 8px;
  background-color: var(--gray);
  display: block;
  margin-bottom: 20px;
}
html body#Body main.eds_main .article_pro_pub h1.edn_articleTitle .edn_calendarExport {
  margin-right: 10px;
}
html body#Body main.eds_main .article_pro_pub h1.edn_articleTitle .edn_calendarExport::after {
  color: var(--green);
}
html body#Body main.eds_main .article_pro_pub h1.edn_articleTitle .edn_calendarExport:hover::after {
  color: var(--green);
}
html body#Body main.eds_main .article_pro_pub .edn_mediaContainer {
  border: none;
  padding: none;
  margin: none;
  width: 100%;
  padding-left: 0;
}
html body#Body main.eds_main .article_pro_pub .edn_mediaContainer img {
  width: 100%;
  border-radius: 16px;
}
html body#Body main.eds_main .article_pro_pub .infowrapper {
  padding: 0;
  margin-top: 6px;
  width: 100%;
  padding-top: 0;
}
@media (min-width: 1400px) {
  html body#Body main.eds_main .article_pro_pub .infowrapper {
    width: calc(100% + 200px) !important;
  }
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields {
  border: 0;
  margin-bottom: 0;
  width: 100%;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields table tbody {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  cellspacing: 0;
  cellpadding: 0;
  border-collapse: collapse;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields table tbody tr {
  margin: 0;
  border-bottom: 10px solid transparent;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields table tbody tr td {
  display: block;
  padding: 0;
  border: none;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields table tbody tr td p {
  margin: 0;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields table tbody tr td:first-of-type {
  color: black;
  font-weight: 900;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields .edn_eventDetails {
  border: none;
  border-radius: 16px;
  background-color: var(--lgray) !important;
  color: black;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 1400px) {
  html body#Body main.eds_main .article_pro_pub .infowrapper .customFields .edn_eventDetails {
    margin-top: 2.75rem;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 15px);
  }
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields .edn_eventDetails .edn_eventRegistrationModalTrigger {
  display: block;
  border: none;
  float: none;
  margin-bottom: 1rem;
  width: auto;
  margin-right: auto;
  background-color: transparent;
  padding-left: 0;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields .edn_eventDetails .edn_eventRegistrationModalTrigger span {
  border-radius: 50px;
  background-color: var(--dgreen);
  padding: 5px 15px;
  font-weight: bold;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .customFields .edn_eventDetails .edn_eventRegistrationModalTrigger span::after {
  content: " \f054";
  font-family: "Font Awesome 6 Free" !important;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .st-inline-share-buttons {
  tekst-align: left !important;
  padding-left: 0;
  align-items: flex-start;
  flex-grow: 0;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .st-inline-share-buttons .st-btn {
  background-color: var(--dgreen);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .st-inline-share-buttons .st-btn img {
  width: 60%;
  height: 60%;
  margin-top: -8%;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .edn_printButton {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .edn_printButton span {
  color: transparent;
}
html body#Body main.eds_main .article_pro_pub .infowrapper .edn_printButton::before {
  font-size: 18px;
  line-height: 1.8;
  width: 50px;
  position: absolute;
  left: 6px;
}
html body#Body main.eds_main .article_pro_pub .edn_articleTags {
  font-family: "DM Sans", sans-serif !important;
  color: var(--grey);
  border: none;
  padding-top: 0;
}
html body#Body main.eds_main .article_pro_pub .edn_articleTags a {
  background-color: var(--lgray);
  border: var(--lgray);
  font-size: 12px;
  padding: 0px 6px;
  border-radius: 50px;
  line-height: 2.5;
  margin-right: 5px;
}
html body#Body main.eds_main .article_pro_pub .edn_articleTags a:hover {
  background-color: var(--dgreen);
  color: white !important;
}
html body#Body main.eds_main .article_pro_pub .edn_articleTags::after {
  display: none;
}
html body#Body main.eds_main .article_pro_pub .articleContent {
  margin-top: 20px;
  margin-bottom: 20px;
}
html body#Body main.eds_main .article_pro_pub .articleContent img {
  border-radius: 16px;
}
@media (max-width: 1400px) {
  html body#Body main.eds_main .article_pro_pub .articleContent {
    margin-top: 20px !important;
  }
}
html body#Body main.eds_main .article_pro_pub .articleContent table {
  max-width: 100% !important;
  width: 100% !important;
  border-collapse: separate;
}
html body#Body main.eds_main .article_pro_pub .articleContent table td {
  padding: 0;
  min-width: 20px;
}
html body#Body main.eds_main .article_pro_pub .articleContent table .in_article_image {
  padding: 0;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
html body#Body main.eds_main .article_pro_pub .articleContent table .in_article_image div {
  padding: 0;
}
html body#Body main.eds_main .article_pro_pub .articleContent h1, html body#Body main.eds_main .article_pro_pub .articleContent h2, html body#Body main.eds_main .article_pro_pub .articleContent h3, html body#Body main.eds_main .article_pro_pub .articleContent h4, html body#Body main.eds_main .article_pro_pub .articleContent h5, html body#Body main.eds_main .article_pro_pub .articleContent h6 {
  font-size: 24px;
  font-weight: 700;
}
html body#Body main.eds_main .article_pro_pub .articleContent h2::after {
  content: "";
  width: 48px;
  height: 4px;
  margin-top: 8px;
  background-color: var(--gray);
  display: block;
  margin-bottom: 20px;
}
html body#Body main.eds_main .article_pro_pub .articleContent h3 {
  font-size: 1.5rem;
}
html body#Body main.eds_main .article_pro_pub .articleContent h4 {
  font-size: 1.2rem;
}
html body#Body main.eds_main .article_pro_pub .articleContent h5 {
  font-size: 1.1rem;
}
html body#Body main.eds_main .article_pro_pub .articleContent h6 {
  font-size: 1rem;
}
html body#Body main.eds_main .article_pro_pub .edn_metaDetails {
  margin-bottom: 10px;
  margin-top: 0;
}
html body#Body main.eds_main .article_pro_pub .edn_metaDetails .edn_articleCategories {
  padding-left: 0;
  color: var(--grey);
  padding-left: 1rem;
}
html body#Body main.eds_main .article_pro_pub .edn_metaDetails .edn_articleCategories a {
  background-color: var(--lgray);
  padding: 3px 6px;
  border-radius: 50px;
  line-height: 2.5;
  margin-right: 5px;
}
html body#Body main.eds_main .article_pro_pub .edn_metaDetails .edn_articleCategories a:hover {
  background-color: var(--dgreen);
  color: white !important;
}
html body#Body main.eds_main .article_pro_pub .article_pager {
  display: none;
}
html body#Body main.eds_main .article_pro_pub .article_pager a {
  border-color: var(--gray) !important;
  color: black var(--gray) !important;
  border-radius: 100px;
}
html body#Body main.eds_main .article_pro_pub .article_pager a:hover {
  background-color: var(--dgreen);
  color: white !important;
}
html body#Body main.eds_main .article_pro_pub .logos_project {
  margin-top: 30px;
}
html body#Body main.eds_main .article_pro_pub .logos_project table tr td {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: black;
}
html body#Body main.eds_main .article_pro_pub .logos_project table tr td img {
  margin-bottom: 1rem;
  max-width: 400px;
}
html body#Body main.eds_main .article_pro_pub .moreinfo {
  background-color: var(--lgray);
  border-radius: 16px;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox {
  padding: 0;
  border: 0;
  background-color: var(--lgrey);
  box-shadow: none;
  padding-top: 0.5rem;
  padding-bottom: 0rem;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox h2 {
  font-weight: bold;
  font-size: 1.1rem;
  border: 0;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox h2 span::after {
  border-color: var(--gray);
  width: 2.2rem;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li {
  padding-left: 28px;
  padding-bottom: 10px;
  font-weight: 600;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li p {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li a {
  color: black !important;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li a:hover {
  color: var(--dgreen) !important;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li span.edn_docDetails {
  display: block;
  font-weight: 400;
  color: var(--gray);
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li span.edn_docFileSize, html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li span.edn_docExtension {
  color: var(--gray);
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox ul li::before {
  background-color: var(--gray);
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding-top: 2px;
  text-align: center;
  font-size: 13px;
  content: "\f061";
  margin-top: -2px;
}
html body#Body main.eds_main .article_pro_pub .moreinfo .edn_aditionalBox.edn_articleDocuments ul li::before {
  background-color: var(--gray);
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding-top: 3px;
  text-align: center;
  font-size: 13px;
}
html body#Body main.eds_main .article_pro_pub .edn_article_gallery ul li {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--lgray);
}
html body#Body main.eds_main .article_pro_pub .article_comments {
  display: none;
}
@media (max-width: 768px) {
  html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar {
    display: none;
  }
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .edn_styledSelect {
  display: none;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .edn_styledSelect span {
  width: 99%;
  border-radius: 50px;
  border-color: var(--gray);
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .edn_styledSelect span select {
  font-family: "DM Sans", sans-serif !important;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .edn_styledSelect span:after {
  display: none;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table {
  border-radius: 16px;
  overflow: hidden;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection {
  background: none;
  background-image: none;
  background-color: var(--gray);
  text-shadow: none;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: none;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection tr td.next_prev_months a {
  background: white;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection tr td.next_prev_months:nth-of-type(1) a {
  margin-left: auto;
  font-weight: 400;
  font-size: 0;
  text-shadow: none;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection tr td.next_prev_months:nth-of-type(1) a::after {
  color: var(--gray);
  font-size: 20px;
  line-height: 1;
  content: "<";
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection tr td.next_prev_months:nth-of-type(3) a {
  boder: 10px solid yellow;
  font-size: 0;
  font-weight: 400;
  text-shadow: none;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection tr td.next_prev_months:nth-of-type(3) a::after {
  color: var(--gray);
  font-size: 20px;
  line-height: 1;
  content: ">";
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table .month_selection tr td:nth-of-type(2) {
  font-weight: 300;
  text-shadow: none;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table tr td.week_days {
  text-shadow: none !important;
  background: none;
  background-color: var(--lgray);
  border-bottom: 0;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table tr td.day {
  border: none;
  width: 14%;
  background-color: var(--lgray);
  text-align: center;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table tr td.day span {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 28px;
  border-radius: 50px;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table tr td.day.today span {
  background-color: var(--dgreen) !important;
  margin: 6px;
}
html body#Body main.eds_main .eds_mdSticky .DnnModule-EasyDNNnewsCalendar .callendar_table_container .calendar_table tr td.day.has_events a {
  margin: 6px;
  background-color: var(--gray) !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 28px;
  border-radius: 50px;
  border-radius: 50px;
  color: white;
}
html body#Body main.eds_main .agendaoverview:first-of-type, html body#Body main.eds_main .DnnModule-638:first-of-type, html body#Body main.eds_main .DnnModule-642:first-of-type, html body#Body main.eds_main .DnnModule-669:first-of-type, html body#Body main.eds_main .DnnModule-725:first-of-type, html body#Body main.eds_main .DnnModule-732:first-of-type, html body#Body main.eds_main .DnnModule-726:first-of-type, html body#Body main.eds_main .edn__articleListWrapper:first-of-type, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper:first-of-type {
  margin-top: 20px;
}
html body#Body main.eds_main .agendaoverview #dnn_ctr732_ModuleContent, html body#Body main.eds_main .DnnModule-638 #dnn_ctr732_ModuleContent, html body#Body main.eds_main .DnnModule-642 #dnn_ctr732_ModuleContent, html body#Body main.eds_main .DnnModule-669 #dnn_ctr732_ModuleContent, html body#Body main.eds_main .DnnModule-725 #dnn_ctr732_ModuleContent, html body#Body main.eds_main .DnnModule-732 #dnn_ctr732_ModuleContent, html body#Body main.eds_main .DnnModule-726 #dnn_ctr732_ModuleContent, html body#Body main.eds_main .edn__articleListWrapper #dnn_ctr732_ModuleContent, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper #dnn_ctr732_ModuleContent {
  margin-top: 50px;
}
html body#Body main.eds_main .agendaoverview .eds_templateGroup_box, html body#Body main.eds_main .DnnModule-638 .eds_templateGroup_box, html body#Body main.eds_main .DnnModule-642 .eds_templateGroup_box, html body#Body main.eds_main .DnnModule-669 .eds_templateGroup_box, html body#Body main.eds_main .DnnModule-725 .eds_templateGroup_box, html body#Body main.eds_main .DnnModule-732 .eds_templateGroup_box, html body#Body main.eds_main .DnnModule-726 .eds_templateGroup_box, html body#Body main.eds_main .edn__articleListWrapper .eds_templateGroup_box, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .eds_templateGroup_box {
  border: none;
}
html body#Body main.eds_main .agendaoverview .eds_containerTitle, html body#Body main.eds_main .DnnModule-638 .eds_containerTitle, html body#Body main.eds_main .DnnModule-642 .eds_containerTitle, html body#Body main.eds_main .DnnModule-669 .eds_containerTitle, html body#Body main.eds_main .DnnModule-725 .eds_containerTitle, html body#Body main.eds_main .DnnModule-732 .eds_containerTitle, html body#Body main.eds_main .DnnModule-726 .eds_containerTitle, html body#Body main.eds_main .edn__articleListWrapper .eds_containerTitle, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .eds_containerTitle {
  color: var(--gray);
  font-size: 1.5rem;
  line-height: 1.25 !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
html body#Body main.eds_main .agendaoverview .eds_containerTitle::after, html body#Body main.eds_main .DnnModule-638 .eds_containerTitle::after, html body#Body main.eds_main .DnnModule-642 .eds_containerTitle::after, html body#Body main.eds_main .DnnModule-669 .eds_containerTitle::after, html body#Body main.eds_main .DnnModule-725 .eds_containerTitle::after, html body#Body main.eds_main .DnnModule-732 .eds_containerTitle::after, html body#Body main.eds_main .DnnModule-726 .eds_containerTitle::after, html body#Body main.eds_main .edn__articleListWrapper .eds_containerTitle::after, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .eds_containerTitle::after {
  content: "";
  width: 56px;
  height: 4px;
  margin-top: 4px;
  background-color: var(--gray);
  display: block;
  margin-bottom: -25px;
}
html body#Body main.eds_main .agendaoverview .eds_subCollection_latestArticles, html body#Body main.eds_main .DnnModule-638 .eds_subCollection_latestArticles, html body#Body main.eds_main .DnnModule-642 .eds_subCollection_latestArticles, html body#Body main.eds_main .DnnModule-669 .eds_subCollection_latestArticles, html body#Body main.eds_main .DnnModule-725 .eds_subCollection_latestArticles, html body#Body main.eds_main .DnnModule-732 .eds_subCollection_latestArticles, html body#Body main.eds_main .DnnModule-726 .eds_subCollection_latestArticles, html body#Body main.eds_main .edn__articleListWrapper .eds_subCollection_latestArticles, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .eds_subCollection_latestArticles {
  margin-top: 60px;
}
html body#Body main.eds_main .agendaoverview .eds_containerContent, html body#Body main.eds_main .DnnModule-638 .eds_containerContent, html body#Body main.eds_main .DnnModule-642 .eds_containerContent, html body#Body main.eds_main .DnnModule-669 .eds_containerContent, html body#Body main.eds_main .DnnModule-725 .eds_containerContent, html body#Body main.eds_main .DnnModule-732 .eds_containerContent, html body#Body main.eds_main .DnnModule-726 .eds_containerContent, html body#Body main.eds_main .edn__articleListWrapper .eds_containerContent, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .eds_containerContent {
  padding-top: 0;
  margin-top: 0;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle {
  margin-left: 0;
  box-shadow: none;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle:hover, html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle:visited, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle:hover, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle:visited, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle:hover, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle:visited, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle:hover, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle:visited, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle:hover, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle:visited, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle:hover, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle:visited, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle:hover, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle:visited, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle:hover, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle:visited, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle:hover, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle:visited {
  background-color: transparent;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle:visited a div .title, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle:hover a div .title, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle:visited a div .title {
  color: var(--dgreen);
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a div, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a div, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a div, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a div, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a div, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a div, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a div, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a div, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a div {
  display: block;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a div time, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a div time, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a div time, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a div time, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a div time, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a div time, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a div time, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a div time, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a div time {
  padding: 3px 10px;
  background-color: var(--gray);
  margin-right: auto;
  border-radius: 50px;
  color: white !important;
  display: inline-block;
  margin-right: auto;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a div .title, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a div .title, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a div .title, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a div .title, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a div .title, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a div .title, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a div .title, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a div .title, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a div .title {
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
  margin-bottom: 12px;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a div .title::after, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a div .title::after {
  content: "";
  width: 56px;
  height: 4px;
  margin-top: 4px;
  background-color: var(--gray);
  display: block;
  margin-bottom: -25px;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a div .location p, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a div .location p {
  margin-bottom: 0;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a div .title ~ time, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a div .title ~ time {
  background-color: transparent;
  padding: 0;
  color: var(--gray) !important;
}
html body#Body main.eds_main .agendaoverview .edNews_smallCardArticle a img, html body#Body main.eds_main .DnnModule-638 .edNews_smallCardArticle a img, html body#Body main.eds_main .DnnModule-642 .edNews_smallCardArticle a img, html body#Body main.eds_main .DnnModule-669 .edNews_smallCardArticle a img, html body#Body main.eds_main .DnnModule-725 .edNews_smallCardArticle a img, html body#Body main.eds_main .DnnModule-732 .edNews_smallCardArticle a img, html body#Body main.eds_main .DnnModule-726 .edNews_smallCardArticle a img, html body#Body main.eds_main .edn__articleListWrapper .edNews_smallCardArticle a img, html body#Body main.eds_main .DnnModule-64 .edn__articleListWrapper .edNews_smallCardArticle a img {
  box-shadow: none;
  margin-left: 0;
  width: 80px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
html body#Body main.eds_main .eds_subCollection_latestArticles .ednCB_animatedArticle .edNews_smallCardArticle a div .title {
  font-size: 1rem;
}
html body#Body main.eds_main .DnnModule-709 .ModEasyDNNBlockBuilderC h2, html body#Body main.eds_main .DnnModule-709 .ModEasyDNNBlockBuilderC h3 {
  line-height: 1.5rem;
}
html body#Body main.eds_main .DnnModule-709 .ModEasyDNNBlockBuilderC h2::after, html body#Body main.eds_main .DnnModule-709 .ModEasyDNNBlockBuilderC h3::after {
  content: "";
  width: 56px;
  height: 4px;
  margin-top: 8px;
  background-color: var(--gray);
  display: block;
  margin-bottom: 20px;
}
html body#Body main.eds_main .DnnModule-709 .ModEasyDNNBlockBuilderC h3 {
  font-size: 1.5rem;
}
html body#Body main.eds_main .DnnModule-729 {
  margin-top: -60px;
}
html body#Body main.eds_main .DnnModule-729 .eds_boxedContainer {
  margin-bottom: 0;
}
html body#Body main.eds_main .DnnModule-729 h1.eds_containerTitle {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
html body#Body footer.eds_footer {
  background-color: var(--lgray);
}
html body#Body footer.eds_footer .eds_footerTop {
  display: none;
}
html body#Body footer.eds_footer .container {
  border: none;
  margin-bottom: 1rem;
}
html body#Body footer.eds_footer .container .eds_templateGroup_box.eds_template_Box {
  border: none;
}
@media (min-width: 992px) {
  html body#Body footer.eds_footer .container .eds_templateGroup_box.eds_template_Box {
    padding: 0;
  }
}
html body#Body footer.eds_footer .container .eds_containerContent {
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: var(--lgray);
}
html body#Body footer.eds_footer .container #functionalFooter {
  padding-bottom: 16px;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane .footercolumn h4 {
  font-size: 20px;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane .footercolumn ul {
  list-style-type: none;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane .footercolumn li {
  font-size: 12px;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane .footercolumn li a {
  color: black;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane .footercolumn li a:hover {
  text-decoration: none;
  color: var(--dgreen);
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerAbout {
  padding-bottom: 30px;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerAbout span {
  font-size: 12px !important;
}
@media (min-width: 992px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerAbout {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact {
  padding-left: 0;
  margin-left: -32px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact {
    margin-left: -12px;
    margin-bottom: 0;
  }
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact ul li.mail::before, html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact ul li:first-of-type::before {
  font-family: "Font Awesome 6 Free" !important;
  background-color: var(--purple);
  color: white;
  width: 18px;
  height: 18px;
  margin-left: -23px;
  margin-right: 7px;
  border-radius: 100px;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  padding-top: 2px;
  text-align: center;
  content: "\f0e0";
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact ul li.adress::before, html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact ul li:nth-child(3)::before, html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact ul li:nth-child(7)::before {
  font-family: "Font Awesome 6 Free" !important;
  background-color: var(--lgreen);
  color: white;
  width: 18px;
  height: 18px;
  margin-left: -23px;
  margin-right: 5px;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  padding-top: 1px;
  text-align: center;
  content: "\f3c5";
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact ul li.adress.second::before, html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerContact ul li:nth-child(7)::before {
  background-color: var(--dgreen);
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos p {
  flex: 100%;
  margin-bottom: 0;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos a {
  color: var(--bs-body-color);
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos a:hover {
  color: var(--dgreen);
  text-decoration: none;
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 0;
  margin-left: 0;
  gap: 12%;
}
@media (min-width: 576px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul {
    gap: 0;
  }
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li {
  margin-bottom: 10px;
  width: 25%;
}
@media (min-width: 576px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li {
    width: 15%;
  }
}
@media (min-width: 768px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li:nth-child(1) {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li:nth-child(3) {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li:nth-child(4) {
    width: 34%;
  }
}
html body#Body footer.eds_footer .container #functionalFooter .New_FooterPane #footerLogos ul li img {
  width: 100%;
}
html body#Body footer.eds_footer .eds_termsPrivacy {
  border-top: 1px solid black;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0);
}
html body#Body footer.eds_footer .eds_termsPrivacy a {
  float: left;
  padding-right: 20px;
  padding-left: 0;
  color: black;
}
html body#Body footer.eds_footer .eds_termsPrivacy .eds_copyright {
  float: right;
  color: black;
}
html body#Body.personabar-visible form#Form div.EasyDNNSkin_NewsMagazine div.container {
  margin-top: 200px;
}
html body#Body.personabar-visible form#Form div.EasyDNNSkin_NewsMagazine div.eds_fixedMenuAndTools div.container {
  margin-top: 0;
}
html body#Body.personabar-visible form#Form header.eds_header {
  display: block !important;
}
html body#Body.personabar-visible form#Form header.eds_header::before {
  height: calc(100% + 30px) !important;
}
html body#Body.personabar-visible form#Form iframe#personaBar-iframe {
  z-index: 9999999999;
}
html body#Body .qtip {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
}
html body#Body .qtip .qtip-content {
  margin-top: 10px;
  background: none;
  background-color: var(--lgray);
}
html body#Body .qtip .qtip-content .title {
  background: none;
  border-bottom: 0;
}
html body#Body .qtip .qtip-content .wrapper .article div + a {
  padding: 7px 12px;
  display: block;
  background-color: white;
  border-radius: 20px;
}
html body#Body .qtip .qtip-content .wrapper .article div + a:hover {
  background-color: var(--dgreen);
  color: white;
  text-decoration: none;
}
html body#Body div[aria-label=cookieconsent] {
  background-color: var(--dgreen);
  outline: none !important;
}
html body#Body div[aria-label=cookieconsent] .cc-compliance {
  outline: none !important;
}
html body#Body div[aria-label=cookieconsent] .cc-compliance a[role=button] {
  outline: none !important;
  background-color: white;
  text-decoration: none;
  border-radius: 8px;
  border-image-width: 0px !important;
  color: var(--dgreen);
}
html body#Body div[aria-label=cookieconsent] .cc-compliance a[role=button]:hover {
  background-color: var(--lgray);
}
html body#Body .eds_modalWrapper {
  margin-top: 50px;
}
html body#Body .eds_modalWrapper .eds_modalContent > h3 {
  background-color: var(--dgreen);
}
html body#Body .eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type=submit] {
  background: var(--dgreen) !important;
}
html body#Body .eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type=submit]:hover {
  background: var(--lgreen) !important;
}
html body#Body .eds_modalWrapper .eds_infoMessages .eds_info {
  background-color: var(--dgreen);
}
html body#Body .eds_modalWrapper .eds_styledRadio input[type=radio]:checked + label::before {
  background: var(--dgreen) !important;
}
html body#Body .eds_modalWrapper .eds_styledRadio input[type=radio]:checked + label::after {
  background: var(--dgreen) !important;
}
html body#Body .eds_modalWrapper .loading::after {
  color: var(--dgreen);
}/*# sourceMappingURL=custom.css.map */
