.cs-testimonial .testimonial {
    background: var(--wp--preset--color--black);
    padding: 3em 2em !important
}

.cs-testimonial .testimonial .testimonial-inner {
    text-align: center !important;
    color: var(--wp--preset--color--default);
}

.cs-testimonial .testimonial .testimonial-inner .testimonial-content {
    margin-bottom: 2em !important;
}

.cs-testimonial .testimonial .testimonial-inner .testimonial-field {
    color: var(--wp--preset--color--secondary);
    font-weight: 700;
    text-transform: uppercase;
}

/* CTA */

@media (min-width: 0) {
    .cta .row {
        background: rgba(48, 48, 48, 0.75);
    }
}

/* Border controls */

@media (max-width: 991px) {
    .column-border-right .column {
        border-right: none;
        border-bottom: none;
    }
}
footer {
    background: black;
}
footer .footer-large-logo .column {
    position: relative;
    padding-bottom: 0;
}
footer .footer-large-logo .wp-block-image {
    width: 100%;
    margin-bottom: -3%;
}
footer .footer-large-logo img {
    width: 100%;
    display:block;
    opacity: .3;
}


footer .footer-menu ul li {
    width: auto;
    padding: 0 .6em 0 .6em;
    border-right: 2px solid var(--wp--preset--color--primary);
    margin: 0 0 0 0;
    font-size: .875em;
    float: left;
    display: inline-block;


}

/*footer .footer-menu ul li:first-child {*/
/*    padding: 0 1em 0 0;*/
/*}*/

footer .footer-menu ul li:last-child {
    padding: 0 .6em 0 .6em;
    border-right: none;
}

footer .footer-menu ul li:before {
    content: ''
}

@media (min-width: 992px) {
section:has(.sticky-element) {
    overflow: visible;
}
.sticky-element {
  position: sticky;
  top: 4.1em;
}
}

.target-span2 {
	display: inline-block;
	width: auto;
    padding-bottom: .25em;
    border-bottom: .25em solid var(--wp--preset--color--primary)
}
hr.is-style-primary-separator:before {
    width: 50% !important;
    border-top: .375em solid var(--wp--preset--color--primary) !important;

}

.header-container-custom .container {
    padding-top: 5em;
    padding-bottom: 5em
}

.btn-tertiary:hover, .btn-tertiary:hover {
    color: var(--wp--preset--color--black);
    background:var(--wp--preset--color--gray);
    border-color: var(--wp--preset--color--gray);
}


@media (max-width: 500px) {
:root {
    --unit-size-h1: 2;
    --unit-size-h2: 1.75;
    --unit-size-h3: 1.5;
    --unit-size-h4: 1.25;
    --unit-size-h5: 1;
    --unit-size-h6: 1;

}
}

.has-gray-dark-background-color .target-span:before, .has-black-background-color .target-span:before {
    background-image: url('https://cornerstone123.com/wp-content/uploads/2025/06/cs-checkmark-white.svg');
}

.column ul li:before, .context-text ul li:before {
    content: '\2713';
}
    