:root {
    --lg-middlegreen: rgb(77,183,87);
    --lg-emeraldgreen: rgb(0,115,70);
    --lg-lightblue: rgb(87,184,232);
    --lg-lightblue-faded: rgba(87,184,232,0.25);
    --lg-darkblue: rgb(30,80,105);
}

.container-fluid {
    max-width: 1140px;
}

.container-fluid.fullheight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 900px;
    box-sizing: border-box;
}

.container-fluid.fullheight > div {
    flex: 1
}

nav a.nav-link {
    color: black !important;
}

nav.admin-nav a.nav-link {
    color: white !important;
}

nav a.nav-link:hover {
    color: var(--lg-lightblue) !important;
}

#nav-modal.modal {
    background: rgb(255,255,255)
}

#article-body :not(div.lg-sp) a, #article-body li a {
    text-decoration: underline !important;
    font-weight: bold;
}

#article-body :not(div.lg-sp) a {
    color: var(--lg-lightblue);
}

#article-body a:hover {
    text-decoration: none;
    color: black;
}

#article-body p {
    line-height: 1.6em;
    font-size: 1.1em;
}

#article-body ol li, #article-body ul li {
    margin-bottom: 0.5em;
    line-height: 1.6em;

}

#article-body h2, #article-body h3, #article-body h4 {
    margin-top: 1em;
    margin-bottom: 0.4em;
    /* font-family: Baskerville, serif; */
}

a.headline, .article-headline {
    color: black;
    /* font-family: Baskerville, serif; */
}

a.headline:hover {
    /* color: var(--lg-lightblue); */
}

.teaser {
    line-height: 1.2;
}

footer a:hover {
    color: white;
}
footer a, .bg-success a {
    color: white;
    text-decoration: underline;
}

footer a:hover, .bg-success a:hover {
    color: white;
}

#social-icons a:hover, #social-icons a {
    text-decoration: none;
}
.copyright {
    text-align: center;
    font-size: 0.8em;
}


section.tall {
    min-height: 550px;
    font-weight: 200;
}

.bg-success a {
    color: white;
}

.bg-lightblue {
    background-color: var(--lg-lightblue);
    color: white;
}
.bg-darkblue {
    background-color: var(--lg-darkblue);
    color: white;
}
.lg-lightblue {
    color: var(--lg-lightblue);
}

#main-content {
    min-height: 500px;
    padding-top: 25px;
}

#cookieNotice {
    position: absolute;
    bottom: -200px;
    right: 0;
    z-index: 100;
}

.grecaptcha-badge {
    visibility: hidden;
}


.article-splash {
    width: 100%;
    height: 250px;
}

.article-splash h1 {
    text-shadow: 2px 2px 12px #000000;
}

.article-splash-image {
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    background-size: cover;
}

.article-splash-pattern {
    background-repeat: repeat;
    background-size: 50%;
}

@media only screen and (min-width: 988px) {
    .article-splash {
        height: 300px;
    }
}

p.promo {
    line-height: 1em !important;
}

#related-content h6 {
    line-height: 1.5em;
}

#related-content a {
    color: black;
    text-decoration: underline;
}

.inline-related-content a {
    color: black !important;
    background: none !important;
}

.article-body a {
    text-decoration: underline !important;
    color: #007bff;
    font-weight: 400;
}

.article-body a:hover {
    text-decoration: none;
}

#article-body .text-muted a, .signup-form .text-muted a {
    font-weight: normal !important;
    background: none !important;
    color: #6c757d !important;
}

.featuredOfferDynamic h5 a {
    color: #007bff !important;
}

.author-name {
    font-weight: 500;
}

.category-name {
    text-transform: uppercase;
}

.btn-lg-green {
    background-color: var(--lg-middlegreen);
    color: white;
}

.btn-lg-green a:hover {
    color: white;
}

/* Dynamic offers */
.lg-sp a, lg-sp.a:hover {
    color: black;
    text-decoration: none;
}
.dynamic-offer-slot {
    opacity: 0;
}
