/*------------------------------------*\
  LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
@media only screen and (min-width: 1069px) {
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
}
@media only screen and (max-width: 734px) {
}
@media only screen and (min-width: 1441px) {
	.section-welcome .welcome-content {
		padding-top: 289px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.section-welcome .welcome-content {
		padding-top: 237px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-welcome .welcome-content {
		min-height: 698px;
		padding-top: 211px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 734px) {
	.section-welcome .welcome-content {
		min-height: 424px;
		padding-top: 121px;
	}
}

@media only screen and (max-width: 480px) {
	.section-welcome .welcome-content {
		padding-top: 81px;
	}
}

.section-contrast .product-tile-set .product-tile:first-child .product-tile-ctas-stacked {
	margin-top: 49px;
}

br.xs-small {
	display: none;
}
@media only screen and (max-width: 573px) and (min-width: 424px) {
	br.xs-small {
		display: block;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-values .values-list .values-grid-subitems.values-subitem-2 {
		margin-top: 13px;
	}
}
/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/
