
.application-page .hero:before {
	background: #000000;
background: linear-gradient(90deg,rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.54) 94%);
}

.container-fluid {
    overflow-x: hidden;
}

.mobile-only-product-image {
    max-width: 50%;
}

.viewing .details {
	max-height: none;
}

.subtitle-section h1 {
	text-transform: none;
	font-size: 32px;
    line-height: 35px;
}

p, ul, li {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
}

.intro {
    margin-bottom: 20px;
}

.subtitle-section h1 .larger {
	font-size: 1.2em;
}

.application-page.postid-235 .hero {
 
    min-height: 500px;
}
.rv-tagline {
	max-width: 80vw;
	position: relative;
	z-index: 999;

}

.section-padding {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.rv-hero {

	background-image: url('/assets/images/rv-hero-bg2.png');
	background-size: cover;
	background-position: center;
	border-bottom: 4px solid #798a86;
	background-position-y: top;
}
	
.rotation-container {
	aspect-ratio: 4/3;
	overflow: hidden;
}

.rotation-container img {
	 object-fit: cover;
	 width: 100%;
	 height: 100%;
}

.navy-bg {
	background-color: #2b3849;
	color: #fff;
}

.vert-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.recycle-section {
	background-image: url('/assets/images/rv-recycle-background-mobile.png');
	background-size: contain;
	background-position: center;
	background-position-y: bottom;
	color: #fff;
	background-color: #3c6b34;
	background-repeat: no-repeat;

}

.w-100 {
	width: 100%;
}

.recycle-badge {
	max-width: 50vw;
	margin-left: auto;
	margin-right: auto;
}

.text-white {
	color: #fff;
}

.down-arrow-orange {
  border-top: 10px solid #F68220;
}

.down-arrow-orange::before {
    content: url('https://www.eastpennmanufacturing.com/assets/images/section-down-arrow-orange.svg');
    z-index: 3;

}

.p-relative {
	position: relative;
}

.down-arrow-white::before, .down-arrow-black::before,.down-arrow-orange::before,.down-arrow-grey::before,.down-arrow-lt-blue::before,.down-arrow-lt-grey::before {
    display: inline-block;
    width: 20%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 40%;
}

.justify-content-center {
	justify-content: center;
}

.rv-tagline-cont {
	text-align: center;
}

.rr-icon {
	max-width: 40vw;
	position: relative;
	z-index: 9999;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.float-clear {
    clear: both;
}

.large-dd-image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.custom-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 1.5rem;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;

    width: 35px;
    height: 35px;

    background-image: url('/assets/images/orange-checkmarks.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.rotating-images {
    position: relative;
   
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
}

.text-center {
	text-align: center;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.rotating-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    animation: fadeRotate 12s infinite;
}

.rotating-images img:nth-child(1) {
    animation-delay: 0s;
}

.rotating-images img:nth-child(2) {
    animation-delay: 4s;
}

.rotating-images img:nth-child(3) {
    animation-delay: 8s;
}

@keyframes fadeRotate {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@media (min-width: 901px) {
    .down-arrow-white::before, .down-arrow-black::before, .down-arrow-orange::before, .down-arrow-grey::before, .down-arrow-lt-blue::before, .down-arrow-lt-grey::before {
        display: inline-block;
        width: 6%;
        left: 47%;
    }

    .hero-batteries {
	position: relative;
	top: -40px;
}

.rotating-images {
	aspect-ratio: none;
}
    .recycle-section {
	background-image: url('/assets/images/rv-recycle-background.png');
background-position-y: center;
background-size: cover;
}

    .rv-tagline {
	max-width: 320px;

right: 100px;
}

    .recycle-badge {
	max-width: 100%;
}

.subtitle-section h1 {
	font-size: 42px;
    line-height: 64px;
}

   .new-content p, .new-content ul, .new-content li {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}


    .rv-tagline-cont {
	text-align: right;
	padding-top: 2%;
}

.rv-hero-btm {

	padding-top: 0%;
}

.recycle-section {
    position: relative;
    overflow: hidden;
}

.recycle-section::after {
    content: "";
    position: absolute;
    inset: 0;
   background: rgba(60, 107, 52, 10);
background: linear-gradient(90deg, rgba(60, 107, 52, 0.84) 35%, rgba(60, 107, 52, 0) 71%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.recycle-section > * {
    position: relative;
    z-index: 2;
}

.vert-md-bottom {
	justify-content: end;
}


}


@media (min-width: 992px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 1921px) {
	.subtitle-section h1, h1 {
	font-size: 60px;
    line-height: 80px;
}

   .new-content p, .new-content ul, .new-content li {
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
}

    .rv-tagline {
        max-width: 475px;
      
    }

    .recycle-badge {
    	max-width: 450px;
    }
}

@media (max-width: 991px) {
    .hidden-xs {
        display: none;
    }

    .recycle-badge {
    	margin-bottom: 100px;
    }
}