.cta-links {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--navy);
    padding-bottom: 5px;
}

.cta-links .inner {
    max-width: 1330px;
    display: flex;
    flex-wrap: wrap;
}

.cta-links .inner-links,
.cta-links .inner .links {
    width: 100%;
    margin: 18px 0 22px;
    justify-content: flex-start;
	display: none;
}

.cta-links .inner-links {
	display: flex;
	margin: 10px 0;
	flex-wrap: wrap;
}

/* .cta-links .inner-links a,
.cta-links .inner .links a {
    font-family: var(--font-body);
    color: white;
    border: 1px solid white;
    padding: 0.20rem 1.125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 200ms ease-out, border-color 200ms ease-out;
    margin-right: 15px;
} */

.cta-links .inner-links a:last-of-type,
.cta-links .inner .links a:last-of-type {
    margin-right: 0;
}

/* .cta-links .inner-links a:hover,
.cta-links .inner .links a:hover {
    background-color: var(--light-teal);
    border-color: var(--light-teal);
} */

.cta-links .img-cont {
    width: 160px;
    margin-right: 20px;
}

.cta-widgets .contentRender_name_plugins_common_cta_links:first-of-type .img-cont {
	margin-top: 14px;
}

.cta-links .content-section {
    flex: 1;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 10px;
}

.cta-links .content-section .title {
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 28px;
    color: var(--white);
    text-transform: lowercase;
	margin-bottom: 10px;
}

.cta-links .content-section .down-arrow {
    display: none;
}


.cta-links .inner-links a {
	margin-bottom: 10px;    
	flex: 0 0 auto;
}

.cta-links .inner-links a:last-of-type {
	margin-right: 0;
}

@media screen and (min-width: 40em) {
	.cta-widgets .contentRender_name_plugins_common_cta_links:first-of-type .img-cont {
		margin-top: unset;
	}

	.cta-links .inner-links a {
		font-size: calc(10px + (14 - 10) * ((100vw - 640px) / (1024 - 640)));
	}

	.cta-links .img-cont {
		width: calc(160px + (200 - 160) * ((100vw - 640px) / (1024 - 640)));
	}

    .panel-footer .cta-links .content-section .title {
		font-size: calc(16px + (25 - 16) * ((100vw - 640px) / (1024 - 640)));
    }
}

@media screen and (min-width: 64em) {
    .panel-footer .cta-links {
        margin: 0;
        height: 100%;
        padding: 0;
    }
    
    .panel-footer .cta-links .inner {
        display: flex;
    }
    .panel-footer .cta-links .inner-links a,
    .panel-footer .cta-links .inner-links {
		font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .panel-footer .cta-links .img-cont {
        width: 145px;
        height: 155px;
        margin-right: 0;
        overflow: hidden;
    }

    .panel-footer .cta-links .img-cont img {
        object-fit: contain;
    }

    .panel-footer .cta-links .content-section {
        margin-top: 0;
        margin-left: 20px;
    }

    .panel-footer .cta-links .img-cont + .content-section {
        margin-left: 30px;
    }

    .panel-footer .cta-links .content-section .title {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .panel-footer .cta-links .inner-links a {
        font-size: 16px;
        padding: 0.25rem 1.3rem;
        margin-right: 30px;
    }

    .panel-header .cta-widgets-desktop {
        display: flex;
    }
    
    .panel-header .cta-links {
        background-color: white;
        position: relative;
        margin-right: 28px;
        margin-top: 15px;
    }

    .panel-header .cta-links .inner > .img-cont {
        display: none;
    }

    .panel-header .cta-links .sv-hidden {
        display: block;
    }
    
    .panel-header .cta-links .content-section {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 20px;
        text-align: center;
        pointer-events: none;
    }

    .panel-header .cta-links .content-section .title {
        text-transform: uppercase;
        font-family: var(--font-display-2);
        font-size: 28px;
    }

    .panel-header .cta-links .content-section .down-arrow {
        display: block;
        opacity: 0;
        width: 100%;
        max-width: 30px;
        height: 0;
        margin: 0 auto;
        object-fit: cover;
        transition: opacity var(--transition-appendix), height var(--transition-appendix), margin-top var(--transition-appendix);
    }

    .panel-header .cta-links:hover .content-section .down-arrow {
        margin-top: var(--space-8);
		opacity: 1;
		height: 17.5px;
    }

    .panel-header .cta-links .content-section .inner-links {
        display: none;
    }

    .panel-header .cta-links .img-cont {
        width: unset;
        margin-right: 0;
        position: relative;
    }

    .panel-header .cta-links .img-cont::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        transition: background-color var(--transition-appendix);
        pointer-events: none;
    }

    .panel-header .cta-links:hover .img-cont::before {
        background-color: rgba(159, 217, 221, 0.85);
        pointer-events: none;
    }
}
