@media screen and ( min-width: 1080px ) {
    
    .header {
        box-shadow: 0 2px 10px 1px rgba(202, 202, 202, 0.5);
        grid-template-rows: 151px 0;
        height: auto;
        transition: all 150ms linear 0s;
    }

    .header.nav-up {
        top: -151px;
    }

    main, main.full-width, #blog-main {
        margin-top: 151px;
    }

    .home-hero-content h1:before {
        left: -38px;
        width: 12px;
    }

    .home .page-width {
        margin-left: auto;
        margin-right: auto;
        max-width: 1360px;
    }

    .page-title h1 {
        margin: 0 auto;
        padding: 50px;
    }

    .search-field-container {
        right: 180px;
        top: 34px;
    }

    .nav ul li.menu-item > ul.sub-menu {
        top: 150px;
    }

    .no-mobile {
        display: block;
    }

    .no-desktop {
        display: none;
    }

    .home-hero {
        display: grid;
        grid-template-areas:
            "content image"
            "logos logos";
        grid-template-columns: 50% 50%;
        margin: 0 auto;
        max-width: 2000px;
    }

    .home-hero-content {
        align-self: center;
        grid-area: content;
        max-width: 580px;
        padding: 50px 0 0 0;
    }

    .home-hero-content:before {
        top: 0;
    }

    .home-hero-content h1 {
        font-size: 42px;
        font-weight: 400;
        line-height: 48px;
    }

    .home-hero-content h2 {
        text-align: left;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        margin: 29px 0 49px 0;
    }

    .home-hero a.cta-button {
        font-size: 16px;
        min-height: 50px;
    }

    .home-hero a.cta-button:hover {
        border-color: var(--shero-red);
        color: var(--shero-red);
    }

    .home-hero-content .badges {
        margin-top: 4rem;
    }

    .home-hero-image {
        border-radius: 0 0 0 30px;
        grid-area: image;
        height: 664px;
        margin: 0;
    }

    .home-hero-logos {
        grid-area: logos;
        margin: 6rem auto;
        max-width: 1280px;
    }

    .home-hero-logos ul {
        flex-wrap: nowrap;
    }

    .home-hero-logos ul li {
        flex-basis: auto;
    }

    .home-hero-content .badges ul {
        margin-left: -20px;
    }


    .home-hero-content .badges ul li {
        max-width: 200px;
    }

    .services-grid {
        margin-bottom: 8rem;
        padding-bottom: 90px;
    }

    .services-grid h2 {
        display: block;
        font: bold 22px 'Avenir Next', sans-serif;
        margin: 2rem auto 4rem auto;
        text-transform: uppercase;
    }

    .service-cards {
        grid-template-columns: 33.33% 33.33% 33.33%;
        grid-gap: 3rem;
        width: calc( 100% - 6rem );
    }

    .service-card {
        min-height: 408px;
        transition: box-shadow 250ms linear 0s;
    }

    .service-card:hover {
        box-shadow: 0 0 10px 2px rgba(168, 168, 168, 0.5);
        transition: box-shadow 250ms linear 0s;
    }

    .service-card:hover {
        color: black;
    }

    .service-card .icon {
        height: 100px;
        margin: 6rem auto;
        width: 100px;
    }

    .service-card .icon:before {
        border-radius: 22px;
        bottom: 20px;
        height: 80px;
        left: -30px;
        width: 80px;
        transition: all 250ms linear 0s;
    }

    .service-card:hover .icon:before {
        bottom: 40px;
        left: 0;
        transform: rotate(135deg);
        transition: all 250ms linear 0s;
    }

    .service-card .description {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin: 1rem auto;
        max-width: 80%;
    }

    .service-card h3 {
        font: bold 24px 'Avenir Next';
    }

    .home ul.service-toggle-buttons {
        max-width: 800px;
    }

    .home ul.service-toggle-buttons li {
        cursor: pointer;
    }

    ul.service-toggle-buttons:after {
        height: 6px;
        margin: 0 10.5%;
        width: calc( 30% );
    }

    .service-toggle-buttons li {
        font-size: 30px;
    }

    .case-study-tabs {
        display: none;
    }

    .case-studies-carousel input,
    .case-studies-carousel.slick-initialized label.slick-slide {
        display: none;
    }

    .case-studies-carousel .case-study-slide {
        align-items: center;
        display: grid;
        grid-template-areas:
            "image title"
            "image description"
            "image stats"
            "image button";
        grid-template-columns: 50% 50%;
        padding: 1rem;
    }

    .case-studies-carousel h3 {
        grid-area: title;
    }

    .case-studies-carousel .excerpt {
        grid-area: description;
        font-size: 20px;
        line-height: 26px;
    }

    .case-studies-carousel ul.stats {
        grid-area: stats;
    }

    .case-studies-carousel .project-button {
        display: inline-flex;
        grid-area: button;
    }

    .case-studies-carousel .project-thumb {
        grid-area: image;
        padding-right: 1rem;
    }

    .case-studies-carousel .slick-track {
        display: grid;
        grid-auto-flow: column;
        padding: 1rem 0;
    }

    .case-studies-carousel .case-study:not(.slick-current) {
        opacity: 0.5;
    }

    .slick-initialized .case-study.slick-slide {
        align-self: stretch;
        display: flex;
        float: none;
        margin: 0;
    }

    .case-study-slide {
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        margin: 0 1rem;
    }

    .case-studies-carousel .case-study h3 {
        margin: 0 0 2rem 20px;
        padding-top: 2rem;
    }

    .case-studies-carousel .case-study h3 a {
        font: bold 28px 'Avenir Next', sans-serif;
    }

    .case-studies-carousel .case-study ul.stats li {
        padding: 1rem 0;
    }

    .case-studies-carousel .case-study .stats li strong {
        font-size: 14px;
        text-transform: uppercase;
    }

    .case-study-title {
        grid-template-columns: 20% 1fr 20%;
        margin: 30px auto;
        max-width: 1184px;
    }

    .case-study-title h1 {
        color: 292929;
        padding: 0;
        font-size: 55px;
    }

    .case-study .project-link {
        justify-self: end;
    }

    .project-button a {
        align-items: center;
        background-color: var(--light-green);
        color: white;
        display: flex;
        font: bold 16px 'Avenir Next';
        height: 50px;
        padding: 0 1rem;
    }

    .project-button a:hover {
        background-color: var(--shero-red);
    }

    .project-button a span:after {
        background: url(../img/arrow-white.svg) center center no-repeat;
        background-size: contain;
        content: ' ';
        display: inline-block;
        height: 12px;
        margin-left: 10px;
        width: 32px;
    }

    .case-studies-carousel .slick-arrow {
        background: url(../img/arrow-black.svg) center center no-repeat;
        background-size: contain;
        border: 0;
        color: transparent;
        display: block;
        height: 25px;
        overflow: hidden;
        position: absolute;
        top: calc( 50% - 12.5px );
        width: 39px;
        z-index: 2;
    }

    .case-studies-carousel .slick-arrow:hover {
        background-image: url(../img/arrow-red.svg);
    }

    .case-studies-carousel .slick-arrow:focus {
        outline: none;
    }

    .case-studies-carousel .slick-arrow.slick-prev {
        left: 20vw;
        transform: rotate(180deg);
    }

    .case-studies-carousel .slick-arrow.slick-next {
        right: 20vw;
    }

    .case-studies-carousel .slick-dots {
        list-style-type: none;
        margin: 0 0 4rem 0;
        text-align: center;
    }

    .case-studies-carousel .slick-dots li {
        display: inline-block;
    }

    .case-studies-carousel .slick-dots li button {
        height: 0;
        visibility: hidden;
        width: 20px;
    }

    .case-studies-carousel .slick-dots li button:after {
        border: 1px solid #979797;
        border-radius: 50%;
        box-sizing: border-box;
        content: ' ';
        display: block;
        height: 10px;
        visibility: visible;
        width: 10px;
    }

    .case-studies-carousel .slick-dots li.slick-active button:after {
        background-color: var(--light-green);
        border: 0;
    }

    .title-indent {    
        max-width: 900px;
        margin: 0;
    }

    .title-indent h2 {
        font-size: 46px;
        margin-bottom: 0;
    }

    .title-indent .em1 {
        font-weight: bold;
    }

    .title-indent .em2 {
        color: var(--light-green);
        font-weight: bold;
    }

    .title-indent p {
        font-size: 24px;
        margin-top: 30px;
    }

    .title-container {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 50px auto;
        padding: 0;
        width: calc( 100% - 70px );
    }

    .page-width .title-container {
        width: 100%;
    }

    .title-container .cta-button {
        display: inline-flex;
        justify-self: right;
    }

    .title-container.home-blog {
        align-items: center;
        margin-top: 60px;
    }

    .case-study.slick-slide:focus {
        outline: none;
    }

    .packages-table {
        align-items: start;
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 25% 75%;
        margin-bottom: 4rem;
    }

    .packages-table .package-types ul {
        display: table;
    }

    .package-types ul li {
        align-items: center;
        border-bottom: 2px solid #ECECEC;
        display: flex;
        flex-wrap: wrap;
        font-size: initial;
        height: 185px;
        padding: 2rem 0;
        width: 215px;
    }

    .package-types ul li:last-of-type {
        border-bottom: 0;
    }

    .package-types li.popular:before {
        font-size: 14px;
        left: -50%;
        padding: 13px 0px;
        top: auto;
        transform: rotateZ(-90deg);
        width: 185px;
    }

    .one-active .package-types li.enterprise,
    .two-active .package-types li.plus,
    .three-active .package-types li.standard,
    .four-active .package-types li.starter {
        background-color: var(--light-green);
        color: white;
    }

    .one-active .package-types li.enterprise:after,
    .two-active .package-types li.plus:after,
    .three-active .package-types li.standard:after,
    .four-active .package-types li.starter:after {
        border-width: 24px 12px 0 12px;
        left: auto;
        right: calc( 0px - 24px );
        top: calc( 50% - 6px );
        transform: rotateZ(-90deg);
    }

    .package-types ul li span {
        flex-basis: 100%;
    }

    .package-types .package-name {
        font-size: 16px;
        margin: 0;
    }

    .package-types .package-hours {
        font-size: 28px;
    }

    .package-types .package-period {
        font-size: 16px;
    }

    .package-features ul.column-2 {
        max-height: none;
        overflow: visible;
    }

    .expand-package-features {
        display: none;
    }

    .package-features {
        display: flex;
        flex-wrap: wrap;
        margin-left: 2rem;
    }
    
    .package-features h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 1em 3rem;
        text-align: left;
        width: 100%;
    }

    .package-features h5,
    .package-features p {
        font-size: 16px;
        line-height: 20px;
    }

    .package-features ul {
        flex-basis: calc( 50% - 2rem );
        padding-right: 4rem;
    }

    .package-features ul {
        flex-basis: calc( 50% - 4rem );
        line-height: normal;
        padding: 0 4rem;
    }

    .package-features h5:before {
        left: -3rem;
    }

    .package-features li {
        display: block;
        max-width: 325px;
    }

    .mobile-cta {
        display: none;
    }

    .testimonials-carousel {
        max-width: 900px;
    }

    .testimonials-carousel .arrow.prev.slick-arrow {
        left: -5rem;
    }
    
    .testimonials-carousel .arrow.next.slick-arrow {
        right: -5rem;
    }

    .testimonial-content {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }

    .attribution-container {
        margin-top: 3em;
    }

    .attribution-fields {
        font-size: 24px;
    }

    .attribution-name,
    .attribution-title {
        display: inline-block;
    }

    .attribution-name:after {
        content: ', ';
    }

    .attribution-company {
        margin-top: 1em;
    }

    .testimonials {
        margin-top: 60px;
        padding: 60px 0;
    }

    .partners {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .partner-logos {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 40px;
        margin: 60px auto;
        max-width: 1300px;
        justify-content: center;
    }

    .partner {
        background-color: #f5f5f5;
        transition: all 250ms linear 0s;
    }

    .partner a {
        filter: grayscale(100%);
        opacity: 0.75;
    }

    .partner:hover {
        box-shadow: 0 0 12px 4px rgba(231, 231, 231, 0.5);
        background-color: #ffffff;
        transition: all 250ms linear 0s;
    }

    .partner:hover a {
        filter: none;
        opacity: 1;
    }

    #services-heading h1 {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 1rem;
    }

    #service-platforms-toggle ul {
        justify-content: space-between;
        width: 500px;
    }

    .service-toggle-buttons li.new:after {
        font-size: 16px;
        padding: 3px 10px;
        right: 30px;
        top: -5px;
    }

    .service-type {
        max-width: 1500px;
        padding: 50px 70px 50px 70px;
    }

    .service-type h2 {
        font-size: 36px;
        margin-bottom: 0;
    }

    .service-type.comparison {
        align-items: center;
        display: grid;
        grid-template-areas:
            "title title"
            "left right";
        grid-template-columns: 40% 60%;
        margin: 3rem auto 1.5rem auto;
        max-width: 1500px;
    }

    .services-bigcommerce .comparison.development {
        grid-template-columns: 50% 50%;
    }

    .service-type.comparison .title-container {
        display: block;
        grid-area: title;
    }

    .service-type.comparison .service-summaries {
        grid-area: left;
        margin: 0 auto;
        max-width: 75%;
    }

    .service-type.comparison .service-feature {
        grid-area: right;
        margin: 0;
    }

    .service-feature .badges {
        margin: 4rem auto 0 auto;
        max-width: 350px;
    }

    .services-split {
        align-items: stretch;
        display: grid;
        grid-auto-flow: column;
        grid-gap: 3rem;
        grid-template-columns: 50% 50%;
        justify-content: center;
        margin: 0 auto;
        max-width: calc( 1500px - 3rem );
    }

    .service-type.support .title-container {
        display: block;
        margin: 0 auto;
    }

    .service-type.cta-contact {
        display: flex;
    }

    .service-type.cta-contact .container {
        align-self: center;
        padding: 2rem;
    }

    .service-type .service-summary:after {
        display: none;
    }

    .service-type.three-col {
        display: flex;
        flex-wrap: wrap;
        max-width: 1500px;
    }

    .service-type.three-col .title-container {
        display: block;
        flex-basis: 100%;
        margin-bottom: 0;
    }

    .service-type.three-col .service-summary {
        flex-basis: 33.33%;
    }

    .service-type.integration .title-container,
    .services-shopify .service-type.audit .title-container {
        display: block;
        margin-bottom: 0;
    }

    .services-split .service-type {
        justify-content: center;
        padding: 50px 70px;
    }

    .service-type.cta-about {
        display: flex;
        padding-bottom: 0;
    }

    .services-split .service-type .container {
        max-width: 520px;
    }

    .service-type.cta-contact h4 {
        font-size: 30px;
    }

    .service-type p {
        font-size: 28px;
        line-height: 34px;
    }
    
    .service-summary .summary {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 1em auto;
        max-width: 390px;
    }

    .service-type h3 {
        font-size: 22px;
        line-height: normal;
        margin: 25px auto;
        max-width: 390px;
    }

    .service-type.split .title-container {
        display: block;
        margin-top: 20px;
    }

    .service-type.split .service-summaries {
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 40px;
    }
    
    #services.shopify-active ul.service-toggle-buttons::after {
        left: -0.5em;
        width: 4.5em;
    }
    
    #services.bigcommerce-active ul.service-toggle-buttons::after {
        left: 6.75em;
        width: 7.5em;
    }

    #services.magento-active ul.service-toggle-buttons::after {
        left: 20em;
        margin: 0;
        width: 4.5em;
    }

    a.read-more {
        font-size: 16px;
    }

    .cta-about .container {
        align-self: flex-end;
    }

    .home-blog a.cta-button {
        display: flex;
    }
    
    .blogs-button {
        display: none;
    }

    .home-hero-content .badges {
        margin: 63px 0 0 0;
        max-width: 100%;
    }

    .home main {
        margin-bottom: 0;
    }

    .home-hero-content .badges ul {
        grid-gap: 38px;
        grid-template-columns: 1fr 1fr;
        margin: 0;
    }
    
    main,
    main.full-width {
        margin-top: 150px;
    }

    .contacts ul li {
        flex-basis: 25%;
    }

    #services-heading {
        padding-top: 1em;
    }

    #services-heading .services-summary {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 2em;
    }

    #service-platforms-toggle ul {
        justify-content: space-between;
        min-width: 722px;
    }

    #service-platforms-toggle ul li a {
        font-size: 30px;
    }

    #service-platforms-toggle ul li.new::after {
        font-size: 16px;
        top: -10px;
        right: -22px;
        padding: 4px 10px 0 10px;
    }

    #service-platforms-toggle ul li.active a {
        border-bottom-width: 6px;
    }

    .cta-about h4 {
        font: 30px/40px 'Avenir Next Bold';
        margin: 1em auto;
        max-width: 368px;
    }

    .service-design-heading {
        padding: 45px 0;
    }

    .service-design-heading h1 {
        font-size: 46px;
        line-height: 55px;
    }

    .service-design-heading p {
        font-size: 24px;
        line-height: 30px;
    }

    .service-design-content h2 {
        font-size: 36px;
    }

    .service-design-content .split {
        align-content: center;
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .service-design-content .service-summary h3 {
        color: #333333;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
    }

    .service-design-content .service-feature {
        height: 100%;
        width: 100%;
    }

    .vertical-content h3 {
        color: #292929;
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
    }

    .vertical-content p {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 595px;
    }

    .vertical-content .service-image {
        margin: 4em auto;
    }

    .rocket-path-container {
        margin: 0 auto;
        max-width: 800px;
        padding: 10px 0;
    }

    .rocket-path {
        left: calc( 50% - 12.5px );
    }

    .rocket-path-container ul li {
        width: 275px;
    }

    .rocket-path-container ul li:nth-of-type(odd) {
        justify-content: flex-end;
        text-align: right;
    }

    .rocket-path-container ul li:nth-of-type(even) {
        margin-left: calc( 50% + 75px );
    }

    .rocket-path-container ul li span:before {
        left: -40px;
        width: 20px;
    }

    .rocket-path-container ul li:nth-of-type(odd) span:before {
        left: auto;
        right: -40px;
    }

    .rocket-path-container ul li:before {
        left: -79px;
    }

    .rocket-path-container ul li:nth-of-type(odd):before {
        left: auto;
        right: -79px;
    }

    .service-design .rocket {
        margin-left: -3px;
        top: 50vh;
    }

    .service-design .rocket img {
        margin: 0 auto;
    }

    .platform-tabs li {
        font-size: 20px;
        margin: 0 2em;
    }

    #services_tabs .cards {
        max-width: 1500px;
        width: calc( 100% - 140px );
    }

    #services_tabs .cards li {
        font-size: 20px;
    }

    #services_tabs .cards ul {
        margin-bottom: 16px;
    }

    .single-service .title-container {
        display: table;
    }

    .nav ul li a {
        font-size: 20px;
    }

    nav, .header-search, .header-cta {
        margin-top: 0;
    }

    .nav ul li {
        padding: 0 25px;
    }

    #comparison_1 {
        margin: 0 auto;
        max-width: 650px;
    }

    .spacer-100 {
        margin-bottom: 100px;
    }

    .spacer-50 {
        margin-bottom: 50px;
    }

    #services_tabs .slick-prev {
        left: 40px;
        width: 50px;
    }

    #services_tabs .slick-next {
        right: 40px;
        width: 50px;
    }

    #services_menu {
        position: absolute;
        left: 0;
        max-height: 0;
        top: 151px;
        width: 100%;
    }

    #services_menu_toggle {
        display: inline-block;
    }

    .nav-platforms-container {
        display: block;
        margin: 0 auto;
        max-height: 0;
        overflow: hidden;
        position: relative;
        transition: all 500ms cubic-bezier(1,0,0,1) 0.25s;
        width: fit-content;
    }

    .services:hover .nav-platforms-container {
        max-height: 999vh;
        transition: all 500ms cubic-bezier(1,0,0,1) 0s;
    }

    .nav-platforms {
        background-color: #fcfcfc;
        border: 0;
        box-shadow: 0 2px 10px 5px rgba(139, 139, 139, 0.5);
        display: block;
        margin: 0 auto 20px auto;
        max-width: 1332px;
        min-height: 520px;
        position: relative;
        width: calc( 100% - 70px );
    }

    .platform-container {
        display: grid;
        grid-template-areas:
            "shopify menu"
            "bigcommerce menu"
            "magento menu";
        grid-template-columns: 260px 1fr;
    }

    .platform-select {
        background-color: white;
        align-items: center;
        display: grid;
        justify-content: center;
        min-height: 170px;
        position: relative;
        width: 260px;
    }

    .platform-select a {
        color: #464646;
    }

    .platform-select:hover a {
        color: var(--dark-green);
    }

    .platform-select.magento {
        grid-area: magento;
    }

    .platform-select.shopify {
        grid-area: shopify;
    }

    .platform-select.bigcommerce {
        grid-area: bigcommerce;
    }

    .services-nav {
        background-color: #FCFCFC;
        column-count: 3;
        column-gap: 25px;
        display: block;
        grid-area: menu;
        max-height: 100vh;
        overflow: hidden;
        margin: 25px 125px;
    }

    .services-nav ul {
        background-color: transparent;
        max-height: unset;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

    .services-nav ul li {
        background-color: white;
        box-shadow: 0 0 2px 1px rgba(231, 231, 231, 0.5);
        display: block;
        margin: 0 3px 10px 3px;
        padding: 0;
        -webkit-column-break-inside: avoid;
    }

    .services-nav ul li:hover {
        box-shadow: 0 0 3px 2px rgba(231, 231, 231, 0.75);
    }

    .services-nav ul li a {
        color: black;
        display: block;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 20px;
        padding: 25px;
    }

    #green_navigation:not(.magento-active) .services-nav.magento,
    #green_navigation:not(.shopify-active) .services-nav.shopify,
    #green_navigation:not(.bigcommerce-active) .services-nav.bigcommerce {
        max-height: 0;
    }

    .nav-platforms .status {
        background-color: var(--dark-green);
        display: block;
        height: 100%;
        margin-left: 255px;
        opacity: 0;
        position: relative;
        transition: all 250ms linear 0s;
        width: 5px;
        z-index: 2;
    }

    .nav-platforms .status.magento-active {
        grid-area: magento;
    }

    .nav-platforms .status.shopify-active {
        grid-area: shopify;
    }
    
    .nav-platforms .status.bigcommerce-active {
        grid-area: bigcommerce;
    }

    .nav-platforms .status:after {
        border-style: solid;
        border-width: 9.5px 0 9.5px 16px;
        border-color: transparent transparent transparent var(--dark-green);
        content: ' ';
        height: 0;
        position: absolute;
        right: -16px;
        top: calc( 50% - 9.5px );
        width: 0;
    }

    
    #green_navigation.magento-active .status.magento-active,
    #green_navigation.shopify-active .status.shopify-active,
    #green_navigation.bigcommerce-active .status.bigcommerce-active {
        opacity: 1;
        transition: all 250ms linear 0s;
    }


    #green_navigation.magento-active .platform-select.magento a,
    #green_navigation.bigcommerce-active .platform-select.bigcommerce a {
        color: var(--dark-green);
    }

    .services-nav h3 {
        align-items: center;
        color: var(--dark-green);
        display: inline-flex;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.7px;
        line-height: normal;
        text-transform: uppercase;
    }

    .services-nav h3:before {
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ' ';
        display: block;
        height: 29px;
        margin-right: 5px;
        width: 40px;
    }

    .services-nav .development h3:before {
        background-image: url(../img/services-menu/development.png);
    }
    .services-nav .audits h3:before {
        background-image: url(../img/services-menu/audits.png);
    }
    .services-nav .design h3:before {
        background-image: url(../img/services-menu/design.png);
    }
    .services-nav .support h3:before {
        background-image: url(../img/services-menu/support.png);
    }
    .services-nav .integrations h3:before {
        background-image: url(../img/services-menu/integrations.png);
    }
    .services-nav .marketing h3:before {
        background-image: url(../img/services-menu/marketing.png);
    }

    #sb_instagram {
        margin-top: 60px;
    }

    .instagram-feed {
        max-width: 100%;
    }

    #home_support_packages .title-indent p {
        display: block;
    }

    ul.post-list .post-details {
        margin: 0 auto;
        width: 100%;
    }

    .home.post-list .post-content h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
    }

    .home.post-list .post-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    #home_case_studies {
        padding-bottom: 40px;
    }

    #home_support_packages {
        background-color: #fcfcfc;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .mobile-toggle {
        display: none;
    }

    .case-study-slide h3,
    .case-study-slide .excerpt,
    .case-study-slide ul.stats,
    .case-study-slide .project-button {
        margin: 0 auto;
        max-width: calc( 100% - 40px );
        width: 100%;
    }

    .search-toggle i.fas,
    .header-search .search-submit span,
    .header-search .search-cancel span {
        font-size: 22px;
    }

    .header-search .search-submit span:before {
        content: none;
    }

    .search-toggle i {
        background-image: none;
    }

    .header-cta div:after {
        content: none;
    }

    .header-cta div {
        font-size: 18px;
    }

    .header {
        grid-template-areas: "logo nav phone cta";
        grid-template-columns: 320px auto 160px 160px;
        padding: 0 70px;
        width: 100%;
    }

    .header-phone {
        border: 1px solid #464646;
        display: flex;
        grid-area: phone;
        height: 50px;
    }

    .header {
        align-items: center;
        grid-template-areas: "logo nav phone cta";
        grid-template-columns: 160px auto 160px 160px;
        justify-content: stretch;
        padding: 0 70px;
        width: 100%;
    }

    .header-phone {
        align-items: center;
        border: 1px solid #464646;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        grid-area: phone;
        height: 50px;
        justify-content: center;
    }

    .header-phone i {
        display: inline-block;
        font-size: 14px;
        margin-right: 1rem;
        transform: rotateY(180deg);
    }

    .header-cta {
        line-height: normal;
        justify-self: right;
        padding: 0;
        width: 148px;
    }

    .header-cta div {
        font-size: 18px;
        justify-content: center;
        text-align: center;
    }

    .search-field-container {
        position: absolute;
        right: 400px;
        width: calc( 100% - 620px );
    }

    .nav ul li.no-desktop {
        display: none;
    }

    .shero-process-cms-content {
        margin-top: 150px;
    }

    #rocket {
        top: 420px;
    }

    .section-links .wp-block-group__inner-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .homepage-hero-logos ul {
        grid-gap: 4rem;
        grid-template-columns: repeat(4, 1fr);
    }
    
    .homepage-hero-logos ul li {
        align-items: center;
        background-color: #f5f5f5;
        display: flex;
        height: 100%;
        padding: 2rem;
        position: relative;
        width: 100%;
    }
    
    .homepage-hero-logos ul li img {
        filter: grayscale(100%);
        mix-blend-mode: multiply;
        opacity: 0.50;
    }
    
    .homepage-hero-logos ul li:hover {
        background-color: white;
        box-shadow: 0 0 20px rgba(0,0,0,0.05)
    }
    
    .homepage-hero-logos ul li:hover img {
        filter: none;
        opacity: 1;
    }

    .team-grid {
        grid-gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .homepage-hero-logos .description {
        margin: 0 auto 2rem auto;
        text-align: center;
    }

}

@media screen and ( min-width: 1279px ) {
    .search-field-container {
        right: 410px;
    }
}

@media screen and ( min-width: 1500px ) {
    .home-hero {
        grid-template-columns: 1fr 1000px; 
    }
}

@media screen and (min-width: 1550px) {
    .search-toggle div:after {
        content: none;
    }
}

@media screen and (min-width: 1700px) {
    .header {
        grid-template-columns: 320px auto 160px 160px;
    }
}

/* Header overrides */
@media screen and ( min-width: 1080px ) and ( max-width: 1279px ) {
    
    .header {
        grid-template-columns: 160px auto 50px 160px;
    }
    
    .header-phone span {
        display: none;
    }

    .header-phone i {
        margin-right: 0;
    }

    .search-field-container {
        right: 290px;
        width: calc( 100% - 500px );
    }
    .nav {
        justify-self: left;
    }
}

/* Overrides for smaller screens */
@media screen and ( min-width: 1080px ) and ( max-width: 1599px ) {

    .home-hero-content h1 {
        font-size: 32px;
        line-height: normal;
    }

    .home-hero-content h2 {
        font-size: 18px;
    }

    .home-hero {
        grid-template-columns: 50% 50%;
    }

    .home-hero-image {
        height: 500px;
    }

    .header-cta div {
        font-size: 16px;
    }

    .nav ul li {
        padding: 0 10px;
    }

    .nav ul li a {
        font-size: 16px;
    }

    .services-nav ul li a {
        font-size: 14px;
    }

} 

@media screen and ( min-width: 1280px ) and ( max-width: 1599px ) {
    .header {
        grid-template-columns: 160px auto 160px 160px;
    }
}