@media screen and ( min-width: 70rem ) {

    .mobile-tablet-only,
    .mobile-only,
    .tablet-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }

    .header-elements,
    body:not(.home) .header-elements {
        grid-template-columns: 1fr auto 1fr;
        grid-template-areas:
            "nav logo cta";
        padding: 1rem 0;
    }
    
    .menu-toggle {
        display: none;
    }
    
    header .logo {
        max-width: 200px;
        transform: translateY(10px);
    }
    
    header {
        background-color: rgba(0,0,0,0.6);
    }

    body:not(.home) header,
    body:not(.home) .header-shape:after {
        background-color: black;
    }
    
    .header-cta {
        background: transparent;
        padding: 0;
        position: static;
        width: auto;
    }
    
    .header-cta-button {
        float: right;
        margin: 0;
    }

    .header-shape {
        left: 50%;
        height: 15px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        width: 150px;
    }

    .header-shape:after {
        background: rgba(0,0,0,0.6);
        border-radius: 50%;
        bottom: 0;
        content: ' ';
        height: 150px;
        position: absolute;
        width: 150px;
    }

    header .navigation {
        max-height: 999px;
        overflow: visible;
        position: relative;
        top: 0;
        width: auto;
    }
    
    .navigation > div > ul > li {
        background: transparent;
        border: 0;
        display: inline-block;
    }
    
    .navigation > div > ul > li.current-menu-item {
        background: transparent;
    }
    
    .navigation > div > ul > li a {
        color: white;
        display: flex;
        font-size: 0.85rem;
        font-weight: normal;
        margin: 0 1em;
        padding: 0.25em 0;
    }
    
    .navigation > div > ul ul.sub-menu {
        display: block;
        position: absolute;
        z-index: 10;
    }
    
    .navigation > div > ul > li:hover ul.sub-menu {
        max-height: 999px;
    }
    
    .navigation > div > ul ul.sub-menu > li a {
        font-size: 0.85rem;
        padding: 1rem;
        white-space: nowrap;
    }
    
    .navigation > div > ul ul.sub-menu > li:hover {
        background-color: var(--taupe);
    }
    
    .navigation > div > ul ul.sub-menu > li:hover a {
        color: var(--gray);
    }

    .navigation > div > ul > li.current-menu-item a {
        border-bottom: 2px solid var(--crimson);
    }
    
    .navigation > div > ul > li:hover > a {
        opacity: 0.85;
    }

    .homepage-hero {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .homepage-content {
        margin-top: 50vw;
        padding: 2rem 0;
    }
    
    .homepage-content h2 {
        font-size: 2rem;
    }

    .footer-newsletter {
        float: left;
        width: 50%;
    }
    
    .footer-social {
        float: right;
        justify-content: flex-end;
        width: 50%;
    }
    
    .footer-partners {
        clear: right;
        float: right;
        width: 50%;
    }
    
    .footer-menu {
        clear: both;
        display: table;
        float: none;
        margin: 0;
        padding: 2rem 0;
        width: 100%;
    }
    
    .footer-partners ul {
        float: right;
        justify-content: flex-end;
        margin: 0;
    }
    
    .footer-menu ul {
        column-count: 3;
    }
    
    .footer-contact {
        column-count: 3;
        margin-bottom: 1rem;
    }
    
    .subfooter-links {
        float: right;
        text-align: right;
    }
    
    .subfooter-links a {
        display: inline-block;
        margin-left: 1rem;
    }
    
    .subfooter .copyright {
        float: left;
    }

    .homepage-rocket-sauce .container {
        padding-right: calc( var(--desktop) / 2 );
    }
    
    .stat-container .stat {
        font-size: 3rem;
    }

    .section-heading {
        padding-top: 1rem;
    }

    .section-heading-content h1,
    .section-heading-content p {
        max-width: 66.6%;
    }

    .video-page-columns {
        grid-template-columns: 1fr 25%;
    }

    .related-videos {
        padding-bottom: 4rem;
    }

    .related-videos ul {
        grid-gap: 4rem;
    }

    .blog-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .blog-summary:nth-of-type(1),
    .blog-summary:nth-of-type(6) {
        grid-column: 1 / span 3;
    }
    
    .blog-summary:nth-of-type(2),
    .blog-summary:nth-of-type(7) {
        grid-column: 4 / span 3;
    }

    .blog-summary:nth-of-type(3),
    .blog-summary:nth-of-type(8) {
        grid-column: 1 / span 2;
    }

    .blog-summary:nth-of-type(4),
    .blog-summary:nth-of-type(9) {
        grid-column: 3 / span 2;
    }

    .blog-summary:nth-of-type(5),
    .blog-summary:nth-of-type(10) {
        grid-column: 5 / span 2;
    }

    .homepage-blog .blog-summary:nth-of-type(1) {
        grid-column: 1 / span 1;
    }

    .homepage-blog .blog-summary:nth-of-type(2) {
        grid-column: 2 / span 1;
    }

    .homepage-blog .blog-summary:nth-of-type(3) {
        grid-column: 3 / span 1;
    }

    .blog-grid.uniform .blog-summary {
        grid-column: auto;
    }

    .brm-pagination {
        grid-column: 1 / span 6;
    }

    .section-heading .search-form-container {
        max-width: calc( 50% - 2rem );
    }

    .post-hero.has-thumb {
        min-height: 512px;
    }

    .single-post-container {
        align-items: flex-start;
        display: grid;
        grid-column-gap: 64px;
        grid-template-columns: 676px 1fr;
        margin: 0 auto;
        max-width: 985px;
    }

    .post-social img.author-image {
        max-width: 100%;
    }

    .single-post-container .post-content,
    .single-post-container .post-social {
        width: 100%;
    }

    .single-post-container .post-content {
        order: 1;
    }

    .single-post-container .post-social {
        order: 2;
    }


    .team-member label .bio,
    .team-member label:hover .bio-fun,
    .team-member input:checked ~ label .bio-fun,
    .team-member input:not(:checked) ~ label:hover .bio-fun {
        display: block;
    }


    .team-member label:hover .bio,
    .team-member input:checked ~ label:hover .bio {
        display: none;
    }

    .award-totals-by-type {
        grid-gap: 4rem;
    }

    .awards-by-year {
        display: table;
        width: 100%;
    }
    
    .year-heading {
        float: left;
    }
    
    .award-details {
        float: right;
        width: calc( 100% - 15rem );
    }

    .video-grid {
        grid-gap: 2rem;
    }

    .recent-projects-grid a .project-title {
        font-size: 1.5rem;
        opacity: 0;
        transition: all 250ms linear 0s;
    }
    
    .recent-projects-grid a:hover .thumb {
        opacity: 0.5;
    }
    
    .recent-projects-grid a:hover .project-title {
        opacity: 1;
    }
    
    .recent-projects-grid a {
        transition: all 500ms ease-in-out 0s;
    }
    
    .recent-projects-grid a:hover .thumb {
        transition: all 250ms linear 0s;
    }

    .videos-grid li.has-alt .thumb {
        opacity: 1;
    }

    .videos-grid li.has-alt:hover .thumb {
        opacity: 0;
    }

    .mobile-cta-button {
        display: none;
    }

    header .header-cta {
        display: block;
    }

    .video-hero.short,
    .video-hero.tall {
        display: block;
        height: 50vh;
        position: relative;
        z-index: 0;
    }

    .video-hero.tall .video-holder,
    .video-hero.short .video-holder {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    .video-hero.tall {
        height: 90vh;
    }

    .video-button {
        top: 150px;
    }

    .homepage-services .columns {
         grid-template-columns: repeat(4, 1fr);
     }

}

@media screen and ( max-width: 79rem ) {
    .desktop-only {
        display: none;
    }
}