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

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

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
/* No Ligatures */
body {
	-webkit-font-variant-ligatures: no-common-ligatures;
}
body {
	font-variant-ligatures: no-common-ligatures;
	font-feature-settings: "liga" 0;
}

.section-hero .link {
	width: 215px;
}

.section-returns .steps-row.step-1 {
	padding-top: 43px;
}

.section-faqs .border-top {
	box-sizing: border-box;
	border-top: 1px solid #d6d6d6;
}

@media only screen and (max-width: 1068px) {
	.section-returns .steps-row.step-1 {
		padding-top: 28px;
	}
	.section-faqs .section-content {
		margin-left: 16px;
		margin-right: 16px;
		width: auto;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .link-container .link-email {
		margin-top: 5px;
	}
	.section-returns .steps-rxSeWAeaaA EW3W`ow.step-1 {
		padding-top: 28px;
	}
	.section-faqs .section-content {
		margin-left: 16px;
		margin-right: 16px;
		width: auto;
	}

	.section-returns .steps-row.step-1 {
		padding-top: 18px;
	}
	.section-hero .link-container .link-website {
		margin-top: 17px;
	}
}

.section-hero .link {
	margin: 40px 0px 0px;
}

@media only screen and (max-width: 735px) {
	.section-hero .link {
		margin: auto;
	}
}

.section-returns {
	text-align: center;
}
@media only screen and (max-width: 735px) {
	.section-returns .headline-returns {
		text-align: center;
	}
}

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