/*Local Overrides*/

#ac-localnav .ac-ln-title-subhead,
#ac-localnav .ac-ln-title-comingsoon {
	font-size: 11px;
}

@media only screen and (min-width: 1069px) {
	.one-line {
		white-space: nowrap;
	}
}

/* Storage section spacing */
@media (min-width: 735px) and (max-width: 1068px) {
	.section-specs .section-storage .techspecs-rowheader {
		padding-right: 30px;
	}
	.section-specs .section-storage .techspecs-content .techspecs-column {
		width: 15.8%;
	}
}

@media only screen and (max-width: 430px) {
	.xs-show {
		display: block;
	}
}

/* Enviroment Section */

.section-techspecs .callout-techspecs-environment ul {
	list-style: none;
	margin-left: 0;
}

/* techspecs-column */
@media only screen and (min-width: 1069px) {
	.column-wrapper .details.custom-p-right {
		margin-right: -10px;
	}
}

@media (max-width: 430px) {
	.section-chip .row .column:last-child .media-engine {
		margin-top: 60px;
	}
}

@media (max-width: 358px) {
	.section-chip .row .column:last-child .media-engine {
		margin-top: 85px;
	}
}

/* Motor Section */
.techspecs .techspecs-section .techspecs-row .techspecs-column .custom_sm_show,
.techspecs
	.techspecs-section
	.techspecs-row
	.techspecs-column
	.custom_sm_show_two {
	display: none;
}
@media only screen and (max-width: 430px) and (min-width: 359px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show {
		display: inline;
	}
}
@media only screen and (max-width: 364px) and (min-width: 364px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show {
		display: none;
	}
}
@media only screen and (max-width: 366px) and (min-width: 366px) {
	.techspecs
		.techspecs-section
		.techspecs-row
		.techspecs-column
		.custom_sm_show_two {
		display: inline;
	}
}
