.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover, a, a:visited {
    color: #309241!important;
}

.mobile-menu .button_container span {
    background-color: #309241;
}

.treemenu .toggler {
    color: #eee;    
}

body.header-fixed.header-animated #header.scrolled .navbar-section ul.langswitcher {
    margin-top: 1.5rem;
}

section.modular-text a {
    text-decoration: underline;
}

ul.langswitcher {
  list-style-type: none;
  margin: 0 0 2.5rem 0;
  padding: 0;
}

ul.langswitcher li {
  float: left;
}

ul.langswitcher li a {
  display: block;
  text-align: center;
  padding: 2px;
  text-decoration: none;
}

ul.langswitcher li a:hover {
  background-color: #eee;
}

.breadcrumb-container {
    margin-top: 1rem;
}

.breadcrumb-container #breadcrumbs {
    margin-bottom: 0;
}

#breadcrumbs {
    position: relative;
    z-index: 1;
}

a:hover {
    color: #208231;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #309241!important;
}

.btn-primary.button, .btn.btn-primary {
    color: rgba(255,255,255,.8);
    border-color: #208231;
    background: #309241;
}

.btn-primary.button:focus, .btn-primary.button:hover, .btn.btn-primary:focus, .btn.btn-primary:hover {
    color: #fff;
    border-color: #208231;
    background: #208231;
}

button.hero-button {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    height: max-content;
    padding: 1rem 1rem 1rem 1rem;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
}

section.children {
    padding-bottom: 1rem;
}

section.children h2 {
    margin-top:0;
}

.event-container .event-listing {
    width: 100%;
}

.event-container .event-listing .event-article .event .event-right-column .event-location span.location-pin {
    margin-right: 15px;
}

.events-sidebar .events-list .event-item span.location-pin {
    margin-left: 15px;
}

.events-container .events-listing .event-article .event .event-right-column .event-location span.location-pin {
    margin-right: 15px;
}

.event-meta {
    background: #ddd;
    padding: 0.5rem;
}

span.read-more::before {
    content: "\A"; /*Add new line*/
    white-space: pre-wrap;
}
