@media screen and (min-width: 768px) and (max-width: 768px) {
    .masthead__form {
        z-index: 0;
        position: absolute;
        top: 2rem;
        width: 100%;
        height: 100%;
        grid-template-columns: 40% 40%;
        display: grid;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
}
        @media screen and (min-width: 768px) {
          
            .menu {
                display: grid;
                grid-template-columns: 78% 1fr;
                justify-content: center;
            }
.brand {
    background: var(--black-200);
    grid-template-columns: 45% 1fr;
    display: grid;
    align-items: center;
    padding: .5rem 0;
    border-top: 1px solid var(--white-300);
    margin-top: 0;

    z-index: 100;
    width: 100%;
}             
.brand__logo-wrapper {
        display: grid;
        grid-column: 1;
        padding: .5rem 0;
    } 
    .brand__logo {
        width: 100%;
        max-width: 190px;
        margin: 0 2rem;
    }     
    .brand__top-contact {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .brand__phone-icon {
        width: 100%;
        max-width: 32px!important;
    }
.brand__title  {
    color: var(--orange-100);
    font-size: var(--font-size-300);
    font-family: var(--primary-font-fam);
    font-weight:var(--font-weight-600);
}
.brand__phone-link a {
    font-size: clamp(1.0rem, 1.6vw, 3rem);
    font-family: var(--primary-font-fam);
    font-weight: var(--font-weight-700);
    color: var(--white-100);
}
.brand__btn {
    padding: 1rem;
    margin-right: 1rem;
    width: 166px;
    border: 0;
    border-radius: 0;
    background: var(--orange-100);
    color: #fff;
    font-size: var(--font-size-100);
    font-family: var(--primary-font-fam);
    font-weight: var(--font-weight-400);
    grid-column: 4;
}


.menu--nav-toggle-label {
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: 2em;
    display: none;
    align-items: center;
}

            .menu--social {
                display: none;
                grid-template-columns: repeat(3, 1fr);
                width: 150px;
                background: #fff;
                align-items: center;
            }
            .menu--social--icon {
                margin: 0 10px;
                width: 24px
            }

            nav {
                background-color: var(--orange-200)!important;
                all: unset;
                position: relative;
                text-align: left;
                transition: none;
                transform: scale(1,1);
                background: none;
                top: 0rem;
                left: initial;
                grid-column: 1;
                display: grid;
                justify-content: start;
                align-content: space-around;
            }
            .menu--nav-toggle:checked ~ nav a {
                color: var(--black-200);
            }
            
            nav a {
              opacity: 1;
              position: relative;
              color:var(--white-100)!important;
              text-transform: uppercase;
            }
            
            nav li a::before {
              content: '';
              display: block;
              height: 2px;
              background: var(--white-100);
              position: absolute;
              bottom: -.75em;
              left: 0;
              right: 0;
              transform: scale(0, 1);
              transition: transform ease-in-out 250ms;
            }
            
            nav li a:hover::before {
              transform: scale(1,1);
            }
            .nav-toggle-label {
              display: none;
            }
            nav ul {
              display: flex;                
              background: transparent;
            }
            
            nav ul li {
              margin-left: 2em;
              margin-bottom: 0;
            }

          }


          @media screen and (min-width: 360px) and (max-width: 767px) {
            .blurb {
                display: inherit;
                padding: 2rem;
                background: var(--black-200);
            }
            .blurb__desc {
                font-size: 1.2em;
                font-weight: var(--font-weight-300);
                color: var(--white-100);
                margin: 0 0 1rem 0;
                line-height: 1.6;
            }
            .blurb__title {
                font-weight: var(--font-weight-800);
                color: var(--white-100);
                font-family: var(--headings-font-fam);
                font-size: 1.6rem;
                line-height: 1.2;
                margin: 0 0 2rem;
                text-transform: uppercase;
                letter-spacing: 3px;
            }

            .brand {
                background: #222;
                grid-template-columns: 1fr;
                display: grid;
                padding: .5rem 0;
                margin-top: 0;
                z-index: 100;
                width: 100%;
                position: relative;
            }          
            .brand__logo-wrapper {
                    display: grid;
                    grid-column: 1;
                    padding: .5rem 0;
                } 
                .brand__logo {
                    width: 100%;
                    max-width: 190px;
                    margin: 0 2rem;
                }     
                .brand__top-contact {
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                }
                .brand__phone-icon {
                    width: 100%;
                    max-width: 32px!important;
                }
            .brand__title  {
                color: #fff;
                font-size: var(--font-size-300);
                font-family: var(--primary-font-fam);
                font-weight:var(--font-weight-600);
            }
            .brand__phone-link a {
                font-size: clamp(1.0rem, 1.6vw, 3rem);
                font-family: var(--primary-font-fam);
                font-weight: var(--font-weight-700);
                color: var(--white-100);
            }
            .brand__btn {
                padding: 1rem;
                margin-right: 0;
                width: 100px;
                border: 0;
                border-radius: 0;
                background: var(--orange-100);
                color: #fff;
                font-size: var(--font-size-100);
                font-family: var(--primary-font-fam);
                font-weight: var(--font-weight-400);
                grid-column: 4;
            }
            .cards__team-main-title {
                grid-column: 1;
            }
            .cards__team {
                padding: 2rem 0;
            }




            .masthead__home {
                padding:  0;
                grid-template-columns: 1fr;
                height:auto
            }
            .menu {
                position: relative;
                grid-template-columns: 1fr;
            }
            .cards {
                grid-template-columns: 1fr;
            }
            .cards-alt {
                grid-template-columns: 1fr;
            }
            .mid-banner--btn {
                padding: .5rem 1rem;
                margin: 0;
            }
            .mid-banner--caption {
                position: relative;
                grid-column: span 2;
                display: grid;
                width: 22rem;
                bottom: 0%;
                padding: 1rem;
            }
            .bottom {
                background-color: var(--white-100);
                padding: 0;
                display: grid;
                width: 100%;
                overflow: hidden;
                align-items: center;
            }
            .bottom-cards {
                display: grid;
                grid-template-columns: 1fr;
                position: relative;
                background-color: var(--black-200);
                justify-content: start;
            }
            .bottom__form {
                position: relative;
                grid-template-columns: 1fr;
                background-color: var(--black-200);
                padding: 1rem;
                margin-bottom: 0
            }
            .bottom__get-in-touch {
                z-index: 0;
                height: auto;
                display: grid;
                padding: 2rem;
                align-content: center;
                margin-bottom: 2rem;
            }
            .bottom-cards__card {
                padding: 2rem 0;
                grid-column: span 3;
                display: grid;
                justify-items: center;
                text-align: center;
            }
            .bottom-cards__social {
                    justify-items: center;
            }
            nav ul {
                background: #222;
                margin: 0;
                padding: 6rem 0;
                list-style: none;
                text-align: center;
            }
            nav a {
                color: var(--white-100)!important;
                text-decoration: none;
                font-size: var(--font-size-400);
            }
            .menu--social {
                display: none;
            }
            .masthead__blog {
                padding: 0;
            }
            .masthead {
                height: auto;
            }
            .masthead__caption {
                position: relative;
                grid-column: 1;
                display: grid;
                width: 100%;
                bottom: 0;
                justify-items: center;
            }
            .masthead__caption-container {
                display: none;
            }
            .masthead__caption-subtitle {
                font-weight: var(--font-weight-300);
                color: var(--white-100);
                font-family: var(--headings-font-fam);
                font-size: clamp(1.0rem, 1vw, 3rem);
                line-height: 1.2;
                margin: 0;
                text-transform: uppercase;
                letter-spacing: 3px;
                background-color: rgba(246, 196, 40, .9)!important;
                width: 100%;
                text-align: center;
                padding: 1rem;
            }
            .masthead__caption-title {
                display: none;
            }

            .menu--nav-toggle-label {
                position: absolute;
                top: -130px;
                right: 0;
                margin-right: 2em;
                display: flex;
                align-items: center;
            }
            .menu--nav-toggle-label span, .menu--nav-toggle-label span::before, .menu--nav-toggle-label span::after {
                background: var(--orange-100);
            }
            .middle {
                grid-template-columns: 1fr;
                padding: 2rem 0 0;
            }
            .middle__heroshot {
                width: 100%;
                margin-top: 2rem;
            }
            .middle__desc {
                font-size: 1.0rem;
                padding: 0 2rem;
            }
            .middle__title {
                 padding: 0 2rem;
            }
            .what-we-do {
                grid-template-columns: 1fr;
                gap: 0rem;
            }
            .what-we-do__caption-container {
                position: relative;
                display: grid;
                padding: 2rem;
            }

            .masthead__form {
                z-index: 0;
                width: 100%;
                height: 100%;
                grid-template-columns: 1fr;
                display: grid;
                justify-content: center;
                gap: 1rem;
                margin-top: 0;
            }
            /* .masthead__form-container {
                display: none;
            } */
            .masthead__form--get-in-touch {
                background: rgba(13, 133, 49, .7);
                z-index: 0;
                height: auto;
                display: grid;
                padding: 2rem;
            }
            .masthead__privacy {
                top: 2rem;
                grid-template-columns: 1fr;
                display: grid;
                padding: 2rem;
                position: relative;
            }
            body [id^="pjWrapperContactForm_2"] {
                padding: 0 ;
            }


          }
              