@keyframes rocket {
    0% { margin-top: 1px; }
    50% { margin-top: 0; }
    100% { margin-top: 1px; }
}

.no-mobile {
    display: none;
}

.search-field-container {
    display: none;
    transition: max-height 0.5s linear 0.25s;
}

main.full-width {
    margin-top: 91px;
}

.header {
    box-shadow: 0 2px 10px 1px rgba(202, 202, 202, 0.5);
    height: 70px;
}

.header-search.active .search-field-container {
    display: block;
    transition: max-height 0.5s linear 0.25s;
}

.home-hero-content {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: calc( 100% - 100px );
    z-index: 1;
}

.home-hero-content h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    position: relative;
    text-align: left;
}

.home-hero-content h1 span {
    font-weight: bold;
}

.home-hero-content h1:before {
    background-color: var(--shero-red);
    content: ' ';
    display: block;
    height: 100%;
    left: -24px;
    position: absolute;
    top: 0;
    width: 6px;
}

.home-hero-content h2 {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 24px 0 29px 0;
}

.home-hero-content .badges {
    margin-top: 21px;
    max-width: 250px;
}

.home-hero-content .badges ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.home-hero-content .badges ul li {
    display: block;
    position: relative;
}

.home-hero-content .badges img {
    height: auto;
    margin-right: 2rem;
}

.home-hero-content .badges .badge-count {
    align-items: center;
    background-color: var(--dark-green);
    border-radius: 50%;
    color: white;
    display: flex;
    font: bold 1.5rem 'Avenir Next', sans-serif;
    height: 3rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
}

.home-hero a.cta-button {
    background: transparent;
    border: 1px solid #464646;
    color: black;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    margin: 0;
    min-height: 35px;
    padding: 0 15px;
}

.home-hero-image {
    background-position: center;
    background-size: cover;
    display: block;
    height: 0;
    margin: 2rem 0;
    padding-top: 204px;
    width: 100%;
}

.home-hero-logos ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 2rem auto;
    max-width: calc( 100% - 2.5rem );
    padding: 0;
}

.home-hero-logos ul li {
    flex-basis: 33.3%;
    padding: 0 1rem;
}

.home-services {
    background-color: #FCFCFC;
}

.services-grid {
    display: table;
    padding: 2rem 0;
}

.services-grid h2 {
    display: none;
}

.service-cards {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: calc( 100% - 40px );
}

.service-card {
    display: flex;
    background-color: white;
    box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
    padding: 1rem;
}

.homepage-service {
    width: 100%;
}

.service-card h3 {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.service-card .description {
    display: none;
}

.service-card .icon {
    height: 40px;
    margin: 2rem auto;
    position: relative;
    width: 40px;
}

.service-card .icon img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.service-card .icon:before {
    background-color: #EB2529;
    border-radius: 10px;
    bottom: 0;
    content: ' ';
    display: block;
    left: -60%;
    opacity: 0.18;
    position: absolute;
    height: 50px;
    transform: rotate(45deg);
    width: 50px;
    z-index: 1;
}

#services #services-bigcommerce,
#services #services-magento,
#services #services-shopify {
    display: none;
}

#services.bigcommerce-active #services-bigcommerce,
#services.magento-active #services-magento,
#services.shopify-active #services-shopify {
    display: grid;
}

.services-toggle {
    background-color: white;
    border-bottom: 2px solid #ECECEC;
    box-sizing: border-box;
    display: block;
}

ul.service-toggle-buttons {
    display: flex;
    font-size: 30px;
    font-weight: 600;
    line-height: 55px;
    list-style-type: none;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

.service-toggle-buttons li {
    cursor: pointer;
    flex-basis: 100%;
    font-size: 15px;
    font-weight: bold;
    padding: 1rem 0;
    position: relative;
}

ul.service-toggle-buttons:after {
    background-color: var(--shero-red);
    bottom: -2px;
    content: ' ';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 250ms linear 0s;
    width: 33.3%;
    transition: all 250ms linear 0s;
}

#services.shopify-active ul.service-toggle-buttons:after {
    left: 0;
}

#services.bigcommerce-active ul.service-toggle-buttons:after {
    left: 33.3%;
}

#services.magento-active ul.service-toggle-buttons:after {
    left: 66.6%;
}

.home-services.bigcommerce-active li.bigcommerce,
.home-services.magento-active li.magento {
    color: var(--shero-red);
}

.case-studies-carousel .case-study.project-info img {
    box-shadow: none;
}

.case-studies-carousel .case-study h3 a {
    color: var(--shero-red);
}

.title-indent {
    display: block;
    margin: 4rem 0;
    padding-left: 35px;
    position: relative;
}

.title-indent h2 {
    font: bold 26px 'Avenir Next', sans-serif;
    margin: 0 0 1rem 0;
    text-align: left;
}

.title-indent p {
    margin: 0;
}

.title-indent:before {
    background-color: var(--shero-red);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.case-study-tabs {
    background-color: #F8F8F8;
    margin-top: 2rem;
    padding: 1rem 0;
    text-align: center;
}

.case-study-tabs label {
    font: bold 13px 'Avenir Next', sans-serif;
    padding: 0 0.25rem;
}

.case-study-tabs label.slick-current {
    color: var(--shero-red);
    outline: none;
}

.case-studies-carousel {
    margin: 0 auto;
    width: calc( 100% - 50px );
}

.case-study-slide .project-button {
    display: none;
}

.title-container .cta-button {
    display: none;
}

#home_case_studies .case-study-tabs .slick-track {
    align-items: center;
    display: flex;
    transform: none !important;
}

.packages-table {
    margin-top: 4rem;
}

.packages-table .package-types ul {
    border: 2px solid #ECECEC;
    border-left: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 25% 25% 25% 25%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.package-types ul li {
    border-left: 2px solid #ECECEC;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 11px;
    line-height: normal;
    padding: 1rem;
    position: relative;
    text-align: center;
}

.package-types .package-name {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.package-types .package-hours {
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.package-types li.popular:before {
    align-items: center;
    background-color: black;
    color: white;
    content: 'Most popular';
    display: flex;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
}

.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 {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: var(--light-green) transparent transparent transparent;
    position: absolute;
    bottom: -11px;
    left: calc( 50% - 6px );
}

.package-features h3 {
    color: var(--shero-red);
    font-size: 24px;
    text-align: center;
}

.one-active .package-features h3 span:after {
    content: 'Enterprise';
}
.two-active .package-features h3 span:after {
    content: 'Plus';
}
.three-active .package-features h3 span:after {
    content: 'Standard';
}
.four-active .package-features h3 span:after {
    content: 'Starter';
}

.package-features ul {
    font-size: 14px;
    line-height: normal;
    list-style-type: none;
    margin: 0 0 0 2rem;
    padding: 0;
}

.package-features h5 {
    display: block;
    font-size: 14px;
    margin: 0;
    position: relative;
}

.package-features p {
    margin-top: 0;
}

.package-features h5:before {
    color: var(--light-green);
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -2rem;
    position: absolute;
}

.package-features ul.column-2 {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
}

.expanded .package-features ul.column-2 {
    max-height: 9999px;
    overflow: visible;
    transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
}

.expand-package-features {
    color: var(--dark-green);
    display: block;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
}

.expand-package-features:after {
    color: var(--dark-green);
    content: '\f107';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 1rem;
    transition: all 250ms linear 0s;
}

.expanded .expand-package-features:after {
    transform: rotate(180deg);
    transition: all 250ms linear 0s;
}

.mobile-cta {
    text-align: center;
}

.testimonials-carousel {
    margin: 2rem auto;
    width: calc( 100% - 100px );
}

.testimonial-content {
    text-align: center;
}

.attribution-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.attribution-container .image {
    background-color: #EDEDED;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    display: block;
    height: 75px;
    margin-right: 1rem;
    width: 75px;
}

.attribution-name {
    font-weight: bold;
}

.attribution-company {
    color: var(--dark-green);
    font-weight: bold;
}

.testimonials {
    background-color: #FCFCFC;
    margin-top: 2rem;
    padding: 2rem 0;
}

.testimonials-carousel .slick-arrow {
    cursor: pointer;
    font-size: 3rem;
    position: absolute;
    top: 33%;
}

.testimonials-carousel .slick-arrow:hover {
    color: var(--shero-red);
}

.testimonials-carousel .arrow.prev.slick-arrow {
    left: -2.5rem;
}

.testimonials-carousel .arrow.next.slick-arrow {
    right: -2.5rem;
}

.partner-logos {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    width: 100%;
}

.partner .badge {
    background-position: center;
    background-size: cover;
    display: block;
    height: 0;
    padding-top: 60%;
    position: relative;
    width: 100%;
}

.partner .badge span {
    display: none;
}

#services-heading {
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

#services-heading h1 {
    font-family: 'Avenir Next Bold';
    font-size: 32px;
}

#services-heading .services-summary {
    margin-bottom: 2rem;
    text-align: center;
}

#service-platforms-toggle ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

#service-platforms-toggle ul li {
    position: relative;
}

#service-platforms-toggle ul li a {
    box-sizing: border-box;
    color: black;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0.5em 1em;
}

#service-platforms-toggle ul li.active a {
    border-bottom: 4px solid var(--shero-red);
    color: var(--shero-red);
}

.service-toggle-buttons li.new:after,
#service-platforms-toggle ul li.new:after {
    background-color: var(--light-green);
    color: white;
    content: 'New';
    font-size: 8px;
    font-weight: bold;
    line-height: normal;
    padding: 2px 5px;
    position: absolute;
    right: -5px;
    text-transform: uppercase;
    top: -5px;
}

.service-toggle-buttons li.new::after {
    right: 1rem;
}

.service-type {
    box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
    margin: 2rem auto;
    padding: 20px;
    text-align: center;
    width: calc(100% - 2px);
}

.service-type h2,
.service-type h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.service-type h2 {
    color: var(--dark-green);
}

.service-type h3 {
    font-size: 18px;
}

.service-type h3:after,
.service-summary h3:after {
    background-color: var(--shero-red);
    content: ' ';
    display: block;
    height: 4px;
    margin: 1em auto 0 auto;
    width: 35px;
}

.service-summary .summary {
    font-size: 14px;
    line-height: 20px;
}

a.read-more {
    color: var(--dark-green);
    font-size: 14px;
    font-weight: bold;
}

a.read-more:hover {
    color: var(--shero-red);
}

.service-feature {
    margin: 3rem auto;
}

.comparison .twentytwenty-overlay {
    display: none;
}

.twentytwenty-horizontal .comparison .twentytwenty-handle:before,
.twentytwenty-horizontal .comparison .twentytwenty-handle:after {
    background: var(--light-green);
    box-shadow: none;
}

.comparison .twentytwenty-handle {
    background: var(--light-green);
    border-color: var(--light-green);
    box-shadow: none;
}

.service-icon {
    background: transparent url(../img/icons/services/service-icon-development.svg) center center no-repeat;
    background-size: contain;
    display: block;
    height: 45px;
    margin: 0 0 0 10px;
    width: 100%;
    position: relative;
}

.service-icon:after {
    background-color: var(--shero-red);
    border-radius: 5px;
    content: ' ';
    display: block;
    height: 40px;
    left: calc( 50% - 40px );
    opacity: 0.2;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 40px;
}

.audit .service-icon {
    background-image: url('../img/icons/services/service-icon-audit.svg');
}
.design .service-icon {
    background-image: url('../img/icons/services/service-icon-design.svg');
}
.integration .service-icon {
    background-image: url('../img/icons/services/service-icon-integration.svg');
}
.marketing .service-icon {
    background-image: url('../img/icons/services/service-icon-marketing.svg');
}
.support .service-icon {
    background-image: url('../img/icons/services/service-icon-support.svg');
}

.service-feature .badges {
    margin-top: 4rem;
}

.service-feature .badges ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 33.33% 33.33% 33.33%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.service-feature .badges ul li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100px;
    margin: 0 10px;
    position: relative;
}

.service-feature .badges ul li.magento-solution-partner {
    background-image: url('../img/magento-solution-partner.png');
}
.service-feature .badges ul li.magento-master-maker {
    background-image: url('../img/magento-master-maker.png');
}
.service-feature .badges ul li.magento-2-certified {
    background-image: url('../img/magento-2-certified.png');
}

.badges .credits {
    align-items: center;
    background-color: var(--dark-green);
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.service-type.cta-contact {
    background-color: var(--light-green);
    color: white;
}

.service-type.cta-contact h4 {
    font-size: 1.25em;
    font-weight: bold;
}

.service-type .service-summary:after {
    background-color: #ececec;
    margin: 1em 0 5px -25px;
    content: ' ';
    display: block;
    opacity: 0.46;
    padding-top: 2px;
    width: 100vw;
}

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

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

.cta-about h4 {
    font-size: 1.25em;
    font-family: 'Avenir Next Bold';
}

.cta-about img {
    margin-top: 2em;
}

.other-platform-link {
    display: block;
    margin: 3em auto;
    text-align: center;
}

.other-platform-link a {
    align-items: center;
    color: black;
    display: inline-flex;
    font-size: 1.25em;
    font-weight: bold;
}

.other-platform-link a span {
    color: var(--shero-red);
    margin: 0 0.25em;
}

.other-platform-link a:after {
    content: ' ';
    background: transparent url('../img/arrow-black.svg') center center no-repeat;
    background-size: contain;
    height: 1em;
    margin-left: 1rem;
    width: 1em;
}

.services-bigcommerce .other-platform-link a:after {
    content: none;
}

.services-bigcommerce .other-platform-link a:before {
    content: ' ';
    background: transparent url('../img/arrow-black.svg') center center no-repeat;
    background-size: contain;
    height: 1em;
    margin-left: 0;
    margin-right: 1rem;
    width: 1em;
    transform: rotate(180deg);
}

.other-platform-link a:hover:after {
    background-image: url('../img/arrow-red.svg');
}

@media screen and ( max-width: 350px ) {
    .other-platform-link a {
        font-size: 1em;
    }
}

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

.blogs-button {
    display: flex;
    justify-content: center;
}

.package-types li span {
    transition: all 250ms linear 0s;
}

.package-features li {
    transition: all 250ms linear 0s;
}

ul.post-list {
    margin: 0 auto;
}

.post-list .featured-image {
    width: 100%;
    margin-left: 0;
}

.service-design-heading {
    display: block;
    margin: 0 auto;
    max-width: 625px;
    text-align: center;
    width: calc( 100% - 50px );
}

.service-design-heading h1 {
    font-family: "Avenir Next Bold";
    font-size: 32px;
}

.service-design-heading p {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.service-design .service-design-icon {
    display: block;
    height: 51px;
    margin: 0 auto;
    position: relative;
    width: 51px;
}

.service-design .service-design-icon img {
    display: block;
    left: 25px;
    position: absolute;
    top: 0;
}

.service-design .service-design-icon:after {
    background-color: var(--shero-red);
    border-radius: 9px;
    content: ' ';
    display: block;
    height: 52px;
    left: 0;
    opacity: 0.18;
    position: absolute;
    top: 0;
    transform: rotate(-46deg);
    width: 52px;
}

.service-design-content {
    background-color: white;
    box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
    max-width: 1500px;
    padding: 25px;
    width: 100%;
}

.service-design-content h2 {
    color: var(--dark-green);
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.service-design-content .service-summary {
    margin-bottom: 40px;
}

.service-design-content .split .service-summaries {
    text-align: center;
}

.service-design-content .vertical-content {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.vertical-content {
    position: relative;
    z-index: 5;
}

.vertical-content h2 {
    font-size: 30px;
    margin: 2em auto 0.5em auto;
    text-align: center;
}

.vertical-content p.subheading {
    font-size: 22px;
    margin-top: 0;
    text-align: center;
}

.vertical-content .text-content {
    margin: 4em auto 0 auto;
}

.vertical-content h3 {
    text-align: center;
}

.service-design .rocket {
    position: sticky;
    top: 100px;
    z-index: 4;
}

.service-design .rocket img {
    display: block;
    margin: 0 0 0 -3px;
}

.rocket-path-container {
    position: relative;
    z-index: 3;
}

.rocket-path-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rocket-path-container ul li {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin: 1em 0 1em 50px;
    position: relative;
}

.rocket-path-container ul li:before {
    background-color: white;
    border-radius: 8px;
    content: ' ';
    display: block;
    height: 8px;
    left: -41px;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

.rocket-path-container ul li span:before {
    background-color: var(--shero-red);
    content: ' ';
    height: 2px;
    left: -1.25em;
    position: absolute;
    top: .75em;
    width: 1em;
}

.rocket-path {
    background-color: var(--shero-red);
    background: linear-gradient(0deg, rgba(69,9,18,1) 45%, rgba(227,37,41,1) 55%);
    border-radius: 25px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.rocket-path:before {
    background: transparent url('../img/dashed-line.svg') center center repeat-y;
    content: ' ';
    display: block;
    height: 100%;
    left: 12px;
    position: absolute;
    width: 2px;
}

.services-tabs-heading {
    font-size: 20px;
    text-align: center;
}

.platform-tabs ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: 2em auto 0 auto;
    padding: 0;
}

.platform-tabs li {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0.5em;
    padding: 0.5em;
}

#services_tabs.magento-active li.magento,
#services_tabs.bigcommerce-active li.bigcommerce,
#services_tabs.shopify-active li.shopify {
    border-bottom: 6px solid var(--shero-red);
    color: var(--shero-red);
}

#services_tabs.magento-active .bigcommerce-services,
#services_tabs.magento-active .shopify-services,
#services_tabs.bigcommerce-active .magento-services,
#services_tabs.bigcommerce-active .shopify-services,
#services_tabs.shopify-active .magento-services,
#services_tabs.shopify-active .bigcommerce-services  {
    max-height: 0;
    overflow: hidden;
}

#services_tabs .slick-track {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

#services_tabs .cards {
    margin: 0 auto;
    max-width: calc( 100% - 50px );
    width: calc( 100% - 8px );
}

#services_tabs .cards ul {
    list-style-type: none;
    margin: -8px 0 16px 0;
    padding: 0;
}

#services_tabs .slick-list {
    margin-bottom: 40px;
}

#services_tabs .slick-prev,
#services_tabs .slick-next {
    background: url(../img/arrow-gray.svg) right center no-repeat;
    background-size: 30px;
    border: 0;
    color: transparent;
    position: absolute;
    bottom: calc( 50% - 1em );
    width: 50%;
    z-index: 2;
}

#services_tabs .slick-prev {
    left: 0;
    transform: rotateZ(180deg);
}

#services_tabs .slick-next {
    right: 0;
}

#services_tabs .slick-prev:hover,
#services_tabs .slick-next:hover {
    background-image: url('../img/arrow-red.svg');
}


#services_tabs button:focus {
    outline: none;
}

#services_tabs .cards li {
    background-color: white;
    box-shadow: 0 0 10px 2px rgba(231, 231, 231, 0.5);
    color: var(--dark-green);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0 4px;
    padding: 100px 25px 25px 25px;
    position: relative;
    text-align: center;
    transition: all 250ms linear 0s;
}

#services_tabs .cards li:hover {
    box-shadow: 0 0 8px 2px rgba(231, 231, 231, 0.75);
    transition: all 250ms linear 0s;
}

#services_tabs .cards li a {
    color: var(--dark-green);
}

#services_tabs .cards li span:before {
    background-image: url('../img/icons/services/service-icon-support.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: block;
    height: 45px;
    left: 50%;
    position: absolute;
    top: 25px;
    width: 45px;
}

#services_tabs .cards li span:after {
    background-color: var(--shero-red);
    border-radius: 6px;
    content: ' ';
    display: block;
    height: 45px;
    left: calc( 50% - 22.5px );
    opacity: 0.18;
    position: absolute;
    top: 25px;
    transform: rotate(-45deg);
    transition: all 250ms linear 0s;
    width: 45px;
}

#services_tabs .cards li:hover span:after {
    top: 15px;
    transform: rotate(0deg);
    transition: all 250ms linear 0s;
}

#services_tabs .cards li.development span:before {
    background-image: url('../img/icons/services/service-icon-development.svg');
}
#services_tabs .cards li.design span:before {
    background-image: url('../img/icons/services/service-icon-design.svg');
}
#services_tabs .cards li.audit span:before {
    background-image: url('../img/icons/services/service-icon-audit.svg');
}
#services_tabs .cards li.integration span:before {
    background-image: url('../img/icons/services/service-icon-integration.svg');
}
#services_tabs .cards li.discovery span:before {
    background-image: url('../img/icons/services/service-icon-discovery.svg');
}
#services_tabs .cards li.marketing span:before {
    background-image: url('../img/icons/services/service-icon-marketing.svg');
}

#services_tabs .cards li a:hover {
    color: var(--shero-red);
}

input#mc-embedded-subscribe {
    align-items: center;
    background-color: var(--light-green);
    border-color: var(--light-green);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
}

input#mc-embedded-subscribe:hover {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}

main.service-design {
    background-color: #FCFCFC;
}

#services_menu_toggle {
    display: none;
}

body.portfolio li.our-work > a,
body.services-magento .platform-select.magento > a,
body.services-bigcommerce .platform-select.bigcommerce > a,
body.ecommerce-development-process .process > a,
body.ecommerce-developers .about > a,
body.careers .careers > a,
header.blog  .blog > a {
    color: var(--shero-red);
    font-weight: bold;
}

.partners {
    margin: 0 auto;
    width: calc( 100% - 50px );
}

.instagram-feed {
    margin: 0 auto;
    max-width: calc( 100% - 50px );
}

.instagram-feed .title-indent {
    white-space: nowrap;
}

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

ul.post-list .post-details {
    margin: -2em auto 0 auto;
    width: calc( 100% - 40px );
}

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

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

main.services-index {
    background-color: #FCFCFC;
}

main.services-index section {
    background-color: white;
}

#logo img {
    max-width: 151px;
}

.section-links .wp-block-group__inner-container {
    align-items: top;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.homepage-hero-logos ul {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.homepage-hero-logos {
    grid-area: logos;
    margin: 4rem auto;
}

.homepage-hero-logos ul li {
    max-width: 100%;
    margin: 1rem;
}

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

.homepage-hero-logos h2 {
    font-size: 24px;
    text-align: center;
}

.homepage-hero-logos .description {
    margin: 0 auto 1rem auto;
    max-width: 600px;
}

@media screen and ( max-width: 1079px ) {

    .header.nav-down {
        top: 0;
        transition: all 250ms linear 0s;
    }
    
    .header.nav-up {
        top: -70px;
        transition: all 250ms linear 0s;
    }

    .header-phone {
        display: none;
    }
    
    .nav ul.tier-1 > li a {
        color: #0aa192;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        padding: 10px 20px;
    }
    
    .nav ul.tier-1 > li {
        border: 1px solid #f3f3f3;
        background-color: #ffffff;
        margin: 0 auto 5px auto;
        width: calc( 100% - 40px );
    }
    
    .nav ul.tier-1 > li:last-of-type {
        padding-bottom: 0;
    }
    
    .nav ul.tier-1 {
        max-height: 0;
        min-height: 0;
        transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
    }
    
    .nav.active ul.tier-1 {
        max-height: 999vh;
        min-height: 100vh;
        transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
    }
    
    .nav ul.tier-1 > li.mobile-nav-phone {
        border: 1px solid #464646;
        margin-top: 10px;
        text-align: center;
    }
    
    .nav ul.tier-1 > li.mobile-nav-phone a {
        color: black;
    }
    
    .mobile-nav-phone i {
        display: inline-block;
        margin-right: 10px;
    }
    
    .no-mobile {
        display: none;
    }

    .platform-container {
        border-left: 3px solid var(--shero-red);
        margin: 0 20px 16px 20px;
        padding: 0 0 0 20px;
    }

    .nav ul.tier-1 > li .platform-select a {
        color: black;
        padding: 0;
    }

    .platform-select {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .platform-select img {
        vertical-align: middle;
        width: 15px;
    }

    .nav.active .services-nav > ul {
        box-shadow: none;
        display: block;
        max-height: 99vh;
        position: relative;
        overflow: visible;
        top: 0;
    }

    .services-nav {
        background-color: white;
        left: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        transition: all cubic-bezier(1,0,0,1) 0s;
        width: 100%;
    }

    .magento-mobile-active .services-nav.magento,
    .bigcommerce-mobile-active .services-nav.bigcommerce,
    .shopify-mobile-active .services-nav.shopify {
        max-height: 99vh;
        overflow: scroll;
        transition: all cubic-bezier(1,0,0,1) 0s;
    }

    .back-to-main {
        color: var(--shero-red);
        display: flex;
        margin: 0 auto;
        width: calc( 100% - 40px );
        font-size: 18px;
        font-weight: 600;
    }
    
    .back-to-main img {
        display: block;
        margin-right: 18px;
        width: 18px;
        transform: rotate(180deg);
    }

    .services-nav h3 {
        color: var(--dark-green);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 30px;
        margin: 20px auto 0 auto;
        width: calc( 100% - 80px );
        text-transform: uppercase;
    }

    .nav .services-nav ul li {
        border: 1px solid #f3f3f3;
        background-color: #ffffff;
        margin: -1px auto 0 auto;
        width: calc( 100% - 40px );
    }

    .nav .services-nav ul li a {
        color: #333333;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .nav .services-nav ul li:last-of-type {
        padding-bottom: 0;
    }

    .services-nav ul:last-of-type {
        padding-bottom: 100px;
    }

    #logo img {
        max-width: 100px;
    }

    
}

@media screen and ( max-width: 767px ) {
    .price-table-container {
        max-width: 100%;
        overflow: scroll;
    }
}
