/* LOCAL OVERRIDES  */

/* VIP clients prevent wrap */
@media only screen and (max-width: 1200px) {
	.xlarge {
		display: none;
	}
}

/* HERO */
@media only screen and (max-width: 339px) {
	.section-hero .typography-headline-super {
		font-size: 45px;
	}
}

/* MODALS */
@media only screen and (max-width: 830px) {
	.modal-copy.typography-tile-paragraph-copy {
		font-size: 17px;
	}
}

@media only screen and (max-width: 379px) {
	.grid-modal .modal-content {
		padding-right: 25px;
	}
}
@media only screen and (max-width: 370px) {
	.grid-modal .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 330px) {
	.grid-modal .typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

/*ONLY WITH APPLE*/
@media only screen and (min-width: 1069px) {
	.section-detail-only-with-apple
		.typography-only-with-apple-column-headline {
		font-size: 40px;
	}
}

/* INVENTORY */
@media only screen and (min-width: 1026px) and (max-width: 1068px) {
	.grid-item-tile-inventory-management .tile-header-content.medium-6 {
		padding-right: 100px;
	}
}
@media only screen and (min-width: 814px) and (max-width: 840px) {
	.grid-item-tile-inventory-management .tile-header-content.medium-6 {
		padding-right: 75px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 792px) {
	.grid-item-tile-inventory-management .tile-header-content.medium-6 {
		padding-left: 25px;
		padding-right: 75px;
	}
}
@media only screen and (max-width: 382px) {
	.grid-item-tile-inventory-management .tile-header-content.small-12 {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 365px) {
	.grid-item-tile-inventory-management .tile-header-content.small-12 {
		padding-right: 50px;
	}
	.tile-headline {
		font-size: 22.5px;
	}
}
@media only screen and (max-width: 341px) {
	.grid-item-tile-inventory-management .tile-header-content.small-12 {
		padding-right: 15px;
	}
}
@media only screen and (max-width: 320px) {
	#main
		> section.section.section-tiles.detail-tiles
		> div.grid
		> div.grid-item.large-span-12.grid-item-tile-inventory-management
		> div.tile.detail-tile.full-width
		> div.tile-header-content.column.large-10.medium-12.ignore-header-height
		> h4 {
		font-size: 25px;
	}
}
