header a {
    color: inherit;
}

header a:hover {
    color: inherit;
}

#page__header .nav-item.active {
    text-decoration: underline;
}

#page__jumbotron {
    background-color: white !important;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#page__jumbotron h1 {
    overflow-wrap: break-word;
}

#page__footer a {
    color: inherit;
}

#card-newsletter {
    background-image: url(/static/trail/images/background/news/news.jpg);
    background-position: bottom;
    background-size: cover;

    height: auto;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}


.info-card .card-body {
    line-height: normal;
}

.info-card .card-body p {
    margin-bottom: 0;
}

.highlight {
    background-position: bottom;
    background-size: cover;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #89a831!Important;
    border-color: #89a831!Important;
}

/* ID Selector */

/*.step01 #map-nav > .nav-item {
	cursor:default;
}*/
#map-nav > .nav-item {
    display: flex;
    flex-wrap: inherit;
    justify-content: center;
    margin-right: 0;

    opacity: 0.5;
    border-bottom: 2px solid rgba(137, 168, 49, 0.5);
}

#map-nav > .nav-item.active {
    opacity: 1.0;
    border-bottom: 2px solid rgba(137, 168, 49, 1.0);
}
#map-nav > .nav-item.active.isClicked {
    background-color: #89a831!Important;
    color: #fff!Important;
}

/* TODO: add comment to explain this */
.bg-light.bg-light.bg-light.bg-light.bg-light.bg-light {
    background-color: #f2f2f2 !important;
}

.info-card {
    min-height: 160px;
}

.info-card.card .card-header {
    border: 0;
    min-height: 72px;
}

.info-card.card .card-header header {
    margin-top: 0 !important;
}

.info-card.card .border-white {
    border-width: 1px;
    width: 100%;
}

.anchor {
    position: relative;
    top: -90px;
}

.news-preview__item {
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.news-preview__item .header {
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-preview__item__link:hover {
    text-decoration: none;
}

.info-card .card-body figure {
    height: 100%;
    margin: 0 auto;
}

.info-card .card-body img {
    max-width: 100%;
    max-height: 120px;
}

.module-list .icon:before {
    font-size: 42px !important;
    width: 100% !important;
}

.carousel-indicators li.active {
    font-weight: bold;
}