﻿.content-container h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    color: var(--skobeloff-hex, #006e69);
}

.content-container h6 {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 34px;
    color: var(--black-hex, #191919);
}

@media (min-width: 768px) {
    .contact-form {
        background: none;
    }
}

.contact-form .form-group {
    margin-bottom: 23px;
}

    .contact-form .form-group label {
        color: var(--navy-hex, #00313f);
    }

.contact-form button[type=submit] {
    margin-top: 13px;
}

.form-group.required label:after {
    content: "*";
    color: #e51717;
}

.select#email-destination option {
    color: var(--navy-hex, #00313f) !important;
}

    .select#email-destination option:hover {
        color: var(--white-hex, #ffffff) !important;
        background: var(--skobeloff-hex, #006e69) !important;
    }

.absolute-top{
    position: absolute;
    width: 500px;
    top: 5%;
    left: 25%;
    text-align: left;
    justify-content: start;
    z-index: 9999;
}

.narrative-html {
    padding-right: 0;
}

    .narrative-html a {
        color: var(--skobeloff-hex);
        text-decoration: none;
        font-weight: 600;
    }

        .narrative-html a:hover,
        .narrative-html a:focus {
            color: rgba(0, 110, 105, 0.725);
            text-decoration: underline;
        }

    @media (min-width: 768px) {
        .narrative-html {
        padding-right: 3rem;
    }
}

.empty-narrative {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--grey-hex, #9d9d9d);
}