/* === Custom Block Styling === */
.ctaBarContainer {
    background-color: #333333;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.ctaBarContainer h2 {
    font-size: 100px;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    padding-right: 20px;
}
.ctaList {
    padding-top: 70px;
}
.ctaList ul {
    margin-top: 1rem;
    list-style: none;
    padding-left: 0px
}
.ctaList li {
    margin-bottom: 10px;
    transition: var(--FC-default-transition);
    opacity: 0;
    position: relative;
    bottom: -15px;
    color: var(--FC-white);
    font-size: 24px;
}
.ctaList li.fadeIN {
    opacity: 1;
    bottom: 0;
}
.ctaBarLink {
    background-color: var(--FC-green);
    width: fit-content;
    padding: 10px 25px 10px 0px;
    position: relative;
    bottom: 30px;
    z-index: 9999;
    opacity: 1;
    overflow: hidden;
}
.ctaBarLink svg {
    position: relative;
    left: 0px;
    -webkit-transition: all 3500ms ease;
    -moz-transition: all 3500ms ease;
    -ms-transition: all 3500ms ease;
    -o-transition: all 3500ms ease;
    transition: all 3500ms ease;
}
.ctaBarLink.movementActive svg {
    left: -20px;
}
.ctaContentBox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    justify-items: stretch;
    width: 100%;
    position: relative;
    right: 0;
    z-index: 999;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 25px;
}
.ctaImage {
    z-index: -1;
}
.ctaImage:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
/*     background-image: url(/wp-content/uploads/2023/06/cta-image.jpg); */
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* .page-id-6491 .ctaImage::before{
	background-image: url(/wp-content/uploads/2023/06/fc-insight-footer.jpg);
} */
.ctaImage .col-inner {
    min-height: 350px;
}

@media screen and (max-width: 1000px) {
    .ctaBarRow h2 {
        font-size: 66px !important;
    }
}
@media screen and (max-width: 992px){
	.ctaList{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
    .ctaBarRow .col-md-3 {
        display: none !important;
    }
    .ctaImage .col-inner {
        min-height: unset;
        padding-top: 10px;
    }
    .ctaBarRow h2 {
        text-align: left !important;
        width: unset !important;
        padding-left: 10px;
    }
    .ctaContentBox {
        justify-content: flex-start;
    }
    .ctaBarLink {
        bottom: 20px;
    }
    .ctaContentBox {
        padding-top: 75px;
    }
    .ctaImage:before {
        max-width: 100% !important;
    }
    .ctaImage:after {
        content: "";
        width: 100%;
        height: 185px;
        display: block;
        position: absolute;
        z-index: 9;
        background-color: #333333;
        top: 0;
        left: 0;
        right: 0;
    }
    .ctaList ul {
        padding-left: 10px;
    }
}
@media screen and (max-width: 390.98px){
    .reverse-cta-text-box{
        padding-left: 0;
        padding-right: 0;
    }
}