/* md-viewport.css */
@media only screen and (min-width: 768px) {

    /* Processwire overrides */
    .form-label {
        margin-top: 20px;
    }

    .Inputfields {
        margin-left: 1rem;
        width: 100%;
    }

    /* classes */
    .brag-tag {
        position: absolute;
        right: -5rem;
        bottom: -1.5rem;
        line-height: .5rem;
    }

    .h-bottom-stripe {
        height: 7rem;
    }

    .h-top-stripe {
        height: 6rem;
    }

    .interior-header-spacing {
        margin-top: 7rem;
        height: auto;
    }

    .light-blue-transparent {
        background-color: rgba(23, 162, 184, 0.75);
        color: #fff;
        position: absolute;
        top: 27.1vw;
        height: 6.5vw;
        right: 0;
        left: 0;
    }

    .logo {
        width: 55vw;
    }

    .mt--4rem {
        margin-top: 2rem;
    }

    .p-l-indent {
        padding-left: 9%;
    }


    p.my-contact {
        margin: -2rem 0 0 -4rem;
    }

    /* id 's */
    #page-footer_cardImage {
        position: relative;
        z-index: 10;
        margin-top: -12rem;
        visibility: visible;
    }

    #page-footer_cardTitle.h1,
    #page-footer_cardTitle h1 {
        font-size: 7vw;
    }

    #page-footer_cardButton.h6,
    #page-footer_cardText p.h6,
    #page-footer_cardButton h6 {
        font-size: .8rem;
    }
}