/* .NET styles... review! */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/* END .NET styles... review! */

@font-face {
    font-family: 'Archer book';
    src: url('/fonts/Archer-Book.otf');
}

@font-face {
    font-family: 'Archer bold';
    src: url('/fonts/Archer-Bold.otf');
}

@font-face {
    font-family: 'lust rg';
    src: url('/fonts/Lust-Rg.woff');
}

@font-face {
    font-family: 'Neutra Display Thin Alt';
    src: url('/fonts/NeutraDisplay-Medium.woff');
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

html {
    --max-width: 1180px;
}

/* Header and footer */
.links-header a:link,
.links-header a:visited,
.links-footer a:link,
.links-footer a:visited {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.links-header a:hover,
.links-footer a:hover {
    color: #5cb8b2;
}

.links-footer > :first-child {
    margin-left: 8px;
}

.main-logo-img {
    height: 56px;
}

#navbar-top li .nav-link {
    border-left: 1px solid #5CB8B2;
    font-family: 'Neutra Display Thin Alt', sans-serif !important;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    padding-left: 10px;
}

@media (max-width: 988px) {
    #navbar-top li .nav-link {
        border-left: 0px solid transparent;
        margin-left: 0;
        padding-left: 0;
    }
}

.site-footer a {
    margin: 0 15px;
}

.main-site {
    max-width: var(--max-width);
    font-family: 'Archer book', sans-serif;
    color: #404040;
}

    .main-site h1 {
        margin-top: 0.67em;
        margin-bottom: 0.67em;
    }

    .main-site a:link,
    .main-site a:visited {
        color: #1a1a1a;
        text-decoration: none;
    }

    .main-site a:hover {
        color: #5cb8b2;
    }

    .main-site h1:after {
        content: '';
        display: block;
        height: 3px;
        width: 90px;
        margin: 10px auto;
        background: #5CB8B2;
    }

.entry-content p {
    font-size: clamp(1rem, 5vw, 1.3rem);
    color: #000;
}

.entry-content ol {
    margin: 2em 0;
    margin-left: 30px;
    padding: 0;
    font-size: clamp(1rem, 5vw, 1.3rem);
}

.entry-content li {
    margin-bottom: 0.5em;
    margin-left: 10px;
}

.white {
    color: #fff;
}

.btn-branches, .btn-branches:visited {
    max-width: 467px;
    width: 90%;
    margin: 12px auto 0;
    background: #56BAB7;
    color: #fff !important;
    display: block;
    font-size: 21px;
    padding: 7px 0;
    text-align: center;
    border-radius: 50px;
}

    .btn-branches:hover {
        background: #1f6e6c;
    }

#cookieConsent .cookiePrivacy {
    font-weight: 550;
    margin: 0px 20px 0px 15px;
    color: rgb(68,68,68);
    text-decoration: none;
}

/* Main contents */
.section-title h2 {
    font-family: "lust rg", serif;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 116px 0 87px;
}

    .section-title h2::after {
        content: "";
        display: block;
        height: 3px;
        width: 90px;
        margin: 10px auto 5px auto;
        background: #5CB8B2 !important;
    }

.post-summary-grid article {
    margin-bottom: 16px;
}

    .post-summary-grid article .gradient {
        padding: 180px 25px 15px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 34%, rgba(37, 54, 69, 0.49) 61%, rgba(35, 44, 51, 0.8) 100%);
    }

    .post-summary-grid article a:link,
    .post-summary-grid article a:visited {
        color: #fff;
    }

    .post-summary-grid article .categories {
        display: inline-block;
        color: #fff;
        background: #5cb8b2;
        font-family: "Archer book";
        padding: 7px;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.2;
    }

    .post-summary-grid article h2 {
        margin-top: 22px;
        font-family: "Archer bold", serif;
        font-weight: bold;
        font-size: 25px;
        letter-spacing: 2px;
        height: 150px;
    }

    .post-summary-grid article .button {
        display: inline-block;
        font-size: 14px;
        font-family: "Neutra Display Thin Alt", sans-serif;
    }

        .post-summary-grid article .button a:link,
        .post-summary-grid article .button a:visited {
            padding: 7px 20px;
            background: #5cb8b2;
            border: 1px solid #5cb8b2;
            display: inline-block;
        }

        .post-summary-grid article .button a:hover {
            background: #ffffff;
            border: 1px solid #5cb8b2;
            color: #5cb8b2;
        }

.last-posts-grid {
    margin-bottom: 151px;
}

    .last-posts-grid article img {
        height: 200px;
        width: 100%;
    }

    .last-posts-grid article .categories {
        color: #5CB8B2;
        font-size: clamp(1.3rem, 5vw, 1.5rem);
        padding-top: 26px;
        padding-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        line-height: 1.2;
        font-family: "Neutra Display Thin Alt", sans-serif !important;
    }

    .last-posts-grid article h4 {
        font-weight: 500;
    }

    .last-posts-grid article a:link,
    .last-posts-grid article a:visited {
        color: black;
    }

.main-site-home {
    background: #f4f4f4;
    max-width: unset;
}

    .main-site-home .main-grid .post-summary-grid {
        margin-top: 125px;
    }

.main-carousel {
}

    .main-carousel .carousel-inner {
        height: 460px;
    }

    .main-carousel .carousel-caption {
        top: 110px;
    }

    .main-carousel h5 {
        padding: 2px 8px;
        font-family: 'Lust';
        font-size: clamp(3rem, 5vw, 3.5rem);
        line-height: normal;
        font-weight: 800;
        max-width: 1200px;
        margin: 11px auto 13px;
    }

        .main-carousel h5 a:link,
        .main-carousel h5 a:visited {
            color: #2f2f2f;
        }

        .main-carousel h5 a:hover {
            text-shadow: 0px 10px 10px #00000040;
            transition: all 0.2s;
        }

    .main-carousel ul {
        padding: 0;
        margin: 0;
        line-height: 1.2;
        min-height: 20px;
    }

    .main-carousel .read-more,
    .main-carousel li a {
        background: #fff;
        padding: 2px 8px;
        border-radius: 10px;
    }

        .main-carousel .read-more:link,
        .main-carousel .read-more:visited,
        .main-carousel li a:link,
        .main-carousel li a:visited {
            color: #16363E;
        }

        .main-carousel .read-more:hover,
        .main-carousel li a:hover {
            background: #16363E;
            color: #fff;
        }

    .main-carousel li {
    }

.posts-carousel {
    margin-top: 52px;
}

    .posts-carousel article {
        max-width: 400px;
        margin: 21px 8px;
    }

.single-post {
}

    .single-post .entry-header .entry-title {
        font-family: 'lust rg', serif;
        text-align: center;
        max-width: 80%;
        padding-top: 75px;
        color: #222;
        line-height: 50px;
        letter-spacing: 2px;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
    }

    .single-post .entry-header .category {
        color: #5CB8B2 !important;
        text-align: center;
        font-size: clamp(1.3rem, 5vw, 1.5rem);
        font-weight: 700;
        font-family: "Neutra Display Thin Alt", sans-serif !important;
        margin-bottom: 129px;
    }

    .single-post .entry-content h1,
    .single-post .entry-content h2,
    .single-post .entry-content h3,
    .single-post .entry-content h4,
    .single-post .entry-content h5,
    .single-post .entry-content h6 {
        margin: 1.1em 0 0.9em 0;
    }

    .single-post .entry-content h2 {
        font-size: clamp(2rem, 5vw, 2.3rem);
        font-weight: 600;
        color: #000;
    }

    .single-post .entry-content ul,
    .single-post .entry-content ol {
        margin: 2em 0;
        margin-left: 30px;
        padding: 0;
        font-size: clamp(1rem, 5vw, 1.3rem);
    }

    .single-post .entry-content ul,
    .single-post .entry-content li {
        margin: 0.5em 0;
        margin-left: 30px;
    }

    .single-post .entry-content ol li ul li {
        list-style-type: disc;
    }

    .single-post .entry-content li,
    .single-post .entry-content ol li {
        margin-bottom: 0.5em;
        margin-left: 10px;
    }

    .single-post .entry-content ul > li > ul,
    .single-post .entry-content ol > li > ol {
        margin: 0.5em 0;
        margin-left: 30px;
    }

    .single-post .entry-content p {
        margin-bottom: 1.5em;
    }

    .single-post .entry-content p,
    .single-post .entry-content h4 {
        width: 100%;
        font-size: clamp(1rem, 5vw, 1.3rem);
        color: #000;
    }

    .single-post .entry-content img {
        max-width: 100%;
    }

    .single-post .entry-content button {
        border: 1px solid;
        border-color: #ccc #ccc #bbb;
        border-radius: 3px;
        background: #e6e6e6;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1;
        padding: 0.6em 1em 0.4em;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }

    .single-post .entry-footer {
    }

    .single-post .entry-content .author-box {
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        background-color: #f9f9f9;
    }

        .single-post .entry-content .author-box .author-info h4 {
            margin: 0 0 5px 0;
        }

        .single-post .entry-content .author-box .author-info > p {
            margin: 0 0 5px 0;
            color: #666;
        }

        .single-post .entry-content .author-box .author-bio {
            margin: 8px 0 12px 0;
            line-height: 1.6;
        }

            .single-post .entry-content .author-box .author-bio p {
                margin-bottom: 0.5em;
                font-size: 18px;
            }

        .single-post .entry-content .author-box .author-social {
            font-size: clamp(1rem, 5vw, 1.3rem);
        }

            .single-post .entry-content .author-box .author-social a {
                text-decoration: none;
            }

            .single-post .entry-content .author-box .author-social .twitter {
                color: #000;
            }

            .single-post .entry-content .author-box .author-social .linkedin {
                color: #0077B5;
            }

    .single-post .entry-content .post-navigation {
        margin-bottom: 1.5em;
    }

        .single-post .entry-content .post-navigation .nav-links {
            display: flex;
        }

            .single-post .entry-content .post-navigation .nav-links .nav-link {
                padding-top: 30px;
                padding-bottom: 30px;
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
                flex: 1 0 50%;
            }

            .single-post .entry-content .post-navigation .nav-links .nav-title {
                max-width: 90%;
                display: block;
                color: #2e9690;
                font-family: "Montserrat";
                font-size: clamp(1rem, 5vw, 1.3rem);
            }

            .single-post .entry-content .post-navigation .nav-links .nav-subtitle {
                text-transform: uppercase;
                font-size: 11px;
                letter-spacing: 3px;
                color: #999999;
                margin-bottom: 5px;
                font-family: "Montserrat";
                clear: both;
                display: block;
            }

            .single-post .entry-content .post-navigation .nav-links .nav-previous {
                border-right: 1px solid #eee;
            }

            .single-post .entry-content .post-navigation .nav-links .nav-next {
                text-align: end;
            }

                .single-post .entry-content .post-navigation .nav-links .nav-next .nav-title {
                    float: right;
                }

    .single-post .entry-content .card-newsletter h3 {
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5em;
        color: #222;
        text-transform: uppercase;
        margin: 0;
    }

    .single-post .entry-content .card-newsletter p {
        font-size: 15px;
        line-height: 1.6em;
        color: #404040;
    }

    .single-post .entry-content .card-newsletter .social {
        margin: 0 auto;
        text-align: center;
    }

        .single-post .entry-content .card-newsletter .social li {
            display: inline-block;
            list-style: none;
            margin-left: 0;
            font-size: 1rem;
        }

    .single-post .entry-footer .tags-links {
        text-transform: lowercase;
    }

    .single-post .doppler-form {
        border-top: 1px solid #797979;
        border-bottom: 1px solid #797979;
        padding: 20px 0;
    }

        .single-post .doppler-form .input-field {
            margin-bottom: 0.7em;
        }

            .single-post .doppler-form .input-field label {
                text-transform: uppercase;
            }

            .single-post .doppler-form .input-field.required label::after {
                content: " *";
                color: #f71010;
            }

            .single-post .doppler-form .input-field input[type="text"],
            .single-post .doppler-form .input-field input[type="email"],
            .single-post .doppler-form .input-field input[type="tel"],
            .single-post .doppler-form .input-field input[type="url"],
            .single-post .doppler-form .input-field input[type="date"],
            .single-post .doppler-form .input-field select {
                width: 100%;
                color: #666;
                border: 1px solid #ccc;
                border-radius: 3px;
                padding: 10px !important;
            }

        .single-post .doppler-form .input-button button {
            position: relative;
            text-align: center;
        }

        .single-post .doppler-form .input-button .sending img {
            display: table;
        }

        .single-post .doppler-form .input-button .sending span {
            opacity: 0.3;
        }

        .single-post .doppler-form .input-button button img {
            display: none;
            position: absolute;
            animation: rotation 2s infinite linear;
            -webkit-animation: rotation 2s infinite linear;
            top: calc(50% - 10px);
            left: calc(50% - 10px);
            width: 20px;
            height: 20px;
        }

        .single-post .doppler-form .input-button button.left {
            float: left;
        }

        .single-post .doppler-form .input-button::after {
            content: "";
            clear: both;
            display: table;
        }

        .single-post .doppler-form .result {
            display: none;
            margin-top: 1em;
        }
