
/*** T3SB identifier: project-cta */

    footer#page-footer {
        padding-bottom: 50px;
    }

    #page-top #CookiebotWidget {
        bottom: 60px;
    }

    .contact-cta-wrap {
        position: fixed;
        z-index: 1000;
        bottom: 0;
        width: 100%;
        background: none;
        padding: 0;
        display: flex;
        flex-direction: row-reverse;
        box-sizing: border-box;
    }

    .contact-cta-btn {
        background: #eb6401;
        border: 2px solid white;
        display: block;
        padding: 12px;
        color: white;
        text-transform: uppercase;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        width: 100%;
        text-align: center;
    }

    .contact-cta-btn:hover {
        color: white;
        text-decoration: none;
    }

    @media (min-width: 992px) {
        footer#page-footer {
            padding-bottom: unset;
        }
        #page-top #CookiebotWidget {
            bottom: 10px;
        }
        .contact-cta-wrap {
            bottom: 50%;
            right: 0;
            width: auto;
        }
        .contact-cta-btn {
            writing-mode: sideways-lr;
            height: auto;
        }
    }



