/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

/* Recycling Index */

.section-recycle .no-border-bottom {
	box-sizing: border-box;
}
.section-returns .steps-row.step-1 {
	padding-top: 40px;
	margin-top: 0;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-returns .steps-row.step-1 {
		padding-top: 30px;
		margin-top: 0;
	}
	.section-faqs .section-content, .section-recycle .section-content {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .link-container .link-website {
		margin-top: 17px;
	}
	.section-returns .headline-returns {
		text-align: center;
	}
	.section-returns .steps-row.step-1 {
		padding-top: 20px;
		margin-top: 0;
	}
	.section-faqs .section-content, .section-recycle .section-content {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
}

.section-hero .link-container {
	display: inline;
}

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

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
