.lonestar .banner-footer-pane .DnnModule:first-child .module-container,
.lonestar .banner-footer-pane .DnnModule:only-child .module-container,
.lonestar .banner-footer-pane .module-container {
	margin: 0 !important;
	margin-top: 0 !important;
}
.image-rotator {
	max-width: 1250px;
	margin: 0 auto;
}
.image-rotator.number-1 {
	max-width: 250px;
}
.image-rotator .image-rotator--slide {
	position: relative;
}
.image-rotator .swiper-slide a {
	padding-bottom: 0;
}
.image-rotator img.image-rotator--slide--bg {
	z-index: 0;
	object-fit: contain;
}

.image-rotator-wrapper,
.image-rotator-wrapper:empty {
	display: none;
}
.image-rotator-wrapper:has(> .content-heading),
.image-rotator-wrapper:has(> .rotator-links),
.image-rotator-wrapper .content-heading,
.image-rotator-wrapper .rotator-links {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}
.image-rotator-wrapper .rotator-links {
	flex-direction: column;
}
.image-rotator-wrapper .rotator-links span {
	display: none;
}
.image-rotator-wrapper .content-heading {
	margin: 0;
}
.image-rotator-wrapper {
	flex-direction: column;
	margin-bottom: 2rem;
}
.image-rotator-wrapper .rotator-links a {
	font-size: var(--h5-font);
	font-weight: 600;
}
.image-rotator .image-rotator--slide--content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	max-width: 250px;
	height: 100%;
	transition: all 0.15s ease-in-out;
	z-index: 2;
}
.image-rotator .image-rotator--slide--content,
.image-rotator img.image-rotator--slide--bg {
	animation: fadeIntro 1.5s;
}
.image-rotator img.image-rotator--slide--bg {
	position: relative;
	z-index: 0;
}
.image-rotator .swiper-wrapper {
	align-items: center;
}
.image-rotator .swiper-slide {
	z-index: 9;
}
.image-rotator .image-slides--nav {
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease-in-out;
	z-index: 999;
}
.image-rotator:hover .image-slides--nav {
	opacity: 1;
	pointer-events: auto;
}
.image-rotator .swiper-container .swiper-button-next,
.image-rotator .swiper-container .swiper-button-prev {
	background: transparent;
}
.image-rotator .swiper-container .swiper-button-next {
	right: -0.25rem;
}
.image-rotator .swiper-container .swiper-button-prev {
	left: -0.25rem;
}
.image-rotator .swiper-container .swiper-button-next i,
.image-rotator .swiper-container .swiper-button-prev i {
	font-size: 30px;
}
.image-rotator.image-slides__footer-logos,
.image-rotator .swiper-container {
	min-width: 100%;
	padding: 1rem 1.5rem;
}
@media screen and (min-width: 900px) {
	.image-rotator .image-rotator--slide--content {
		max-width: 500px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 2rem;
	}
}
@media screen and (min-width: 600px) {
	.image-rotator-wrapper .rotator-links {
		flex-direction: row;
	}
	.image-rotator-wrapper .rotator-links span {
		display: block;
	}
}
