.b2m-footer-cta {
    padding: 0 30px;
    margin: 30px 0 115px;
}
.b2m-footer-cta.is-service-cta {
    margin: 30px 0;
}
.b2m-footer-cta-inner {
    position: relative;
    padding: 60px 0;
    background-image: url('/wp-content/uploads/2026/05/cta-bg2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.b2m-footer-cta.is-service-cta .b2m-footer-cta-inner {
    padding: 67px 0;
    background-image: url('/wp-content/uploads/2026/06/service-cta-bg.webp');
}
.b2m-footer-cta.seo-cta .b2m-footer-cta-inner {
    padding: 66px 15px;
}
.b2m-footer-cta-row {
    display: flex;
    align-items: center;
}
.b2m-footer-cta-col.col-heading {
    width: 35.59%;
}
.b2m-footer-cta-col.col-heading p {
    max-width: 420px;
    margin-left: auto;
}
.b2m-footer-cta-col.col-img {
    width: 19.35%;
}
.b2m-footer-cta-col.col-img img {
    margin: 0 auto;
}
.b2m-footer-cta-col.col-text {
    width: 19.35%;
}
.b2m-footer-cta-col.col-link {
    width: 25.70%;
    text-align: center;
}
.site-footer-top-cd {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer-top-cd > li {
    margin-left: 50px;
}
.site-footer-top-cd > li > a {
    font-size: 1.5rem;
    font-weight: 400;
    color: #6C10DF;
    line-height: 1.2;
    letter-spacing: -0.72px;
}
.site-footer-top-cd > li ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer-top-cd > li ul li {
    margin-left: 20px;
}
.site-footer-top-cd > li ul li a {
    font-size: 2.125rem;
    color: #6C10DF;
}
.site-footer-top-cd > li ul li a:hover {
    opacity: .8;
}
.site-footer-bot {
    margin-top: 30px;
    padding: 30px 0 50px;
    border-top: 1px solid #000;
}
#footernav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
#footernav li {
    margin-right: 50px;
}
#footernav li a {
    font-size: 15px;
    color: #000;
}
#footernav li a:hover {
    text-decoration: underline;
}
.footer-links {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li {
    margin-left: 50px;
}
.footer-links li a,
.footer-links li p {
    font-size: 12px;
    color: #000;
    letter-spacing: -0.12px;
}
.footer-links li a:hover {
    text-decoration: underline;
}
.site-footer-top-cd > li > a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1280px) {
    .footer-links li {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .footer-links {
        align-items: end;
        flex-direction: column;
    }
    #footernav li a {
        font-size: 14px;
    }
    #footernav li {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #footernav {
        align-items: flex-start;
        flex-direction: column;
    }
    .site-footer-bot .b2-col {
        width: 50% !important;
        padding: 0 !important;
    }
    .site-footer-bot {
        margin: 30px 0 0;
        padding-bottom: 0;
    }
    .site-footer-top-cd > li ul li a {
        font-size: 1.5rem;
    }
    .site-footer-top-cd > li ul li {
        margin-left: 10px;
    }
    .b2-row.site-footer-top .col-9 {
        width: 225px !important;
    }
    .site-footer-top-cd > li > a {
        font-size: 1rem;
        letter-spacing: 0;
    }
    .site-footer-top-cd > li {
        margin-left: 0;
        margin-bottom: 5px;
    }
    ul.site-footer-top-cd {
        flex-direction: column;
        align-items: end;
    }
    .b2-row.site-footer-top .col-3 {
        width: 150px !important;
    }
    .b2m-footer-cta-row {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .b2m-footer-cta.is-service-cta .b2m-footer-cta-inner,
    .b2m-footer-cta.seo-cta .b2m-footer-cta-inner {
        padding: 30px 15px;
    }
    .b2m-footer-cta-col.col-link {
        width: 100%;
        text-align: right;
        margin-top: 30px;
    }
    .b2m-footer-cta-col.col-text {
        width: 100%;
        padding-left: 30%;
        margin-top: 20px;
    }
    .b2m-footer-cta-col.col-heading p {
        font-size: 1.875rem;
        max-width: 100%;
        margin-left: 0;
    }
    .b2m-footer-cta-col.col-heading {
        width: 100%;
    }
    .b2m-footer-cta-row {
        display: block;
    }
    .b2m-footer-cta-inner {
        padding: 30px 15px;
    }
    .b2m-footer-cta {
        padding: 0 15px;
        margin: 15px 0 50px;
    }
}

@media only screen and (max-width: 405px) {
    .b2m-footer-cta-row {
        padding: 0 15px;
    }
    .b2-row.site-footer-top .col-3 {
        width: 130px !important;
    }
    .b2-row.site-footer-top .col-9 {
        width: 205px !important;
    }
}
