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






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




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


@media only screen and (max-width: 734px) {
    .section-techspecs .section-size-weight .caption.height {
        top: 9px;
        left: 226px;
        min-width: 70px;
        max-width: 70px;
    }
}



.section-size-weight .techspecs-row .figure-caption .caption.depth {
    left: 166px;
}

@media (max-width:1068px) {
    .section-size-weight .techspecs-row .figure-caption .caption.depth {
        left: 120px;
    }
}

@media (max-width:734px) {
    .section-size-weight .techspecs-row .figure-caption .caption.depth {
        left: 73px;
    }
}

@media only screen and (max-width:734px) {
	.techspecs-column {
    	margin-bottom: 30px;
	}
}


.section-accessibility .features-list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 17px;
	grid-row-gap: 0px;
	margin-top: -0.4em;
}
.section-accessibility .features-list ul li {
	margin-top: 0.4em;
}
.section-accessibility .features-list ul li:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
.section-accessibility .features-list ul li:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
.section-accessibility .features-list ul li:nth-of-type(3) { grid-area: 3 / 1 / 4 / 2; }
.section-accessibility .features-list ul li:nth-of-type(4) { grid-area: 1 / 2 / 2 / 3; }
.section-accessibility .features-list ul li:nth-of-type(5) { grid-area: 2 / 2 / 3 / 3; }
.section-accessibility .features-list ul li:nth-of-type(6) { grid-area: 1 / 3 / 2 / 4; }
.section-accessibility .features-list ul li:nth-of-type(7) { grid-area: 2 / 3 / 3 / 4; }

@media only screen and (max-width:1068px) {
	.section-accessibility .features-list ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 17px;
		grid-row-gap: 0px;
	}

	.section-accessibility .features-list ul li:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
	.section-accessibility .features-list ul li:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
	.section-accessibility .features-list ul li:nth-of-type(3) { grid-area: 3 / 1 / 4 / 2; }
	.section-accessibility .features-list ul li:nth-of-type(4) { grid-area: 4 / 1 / 5 / 2; }
	.section-accessibility .features-list ul li:nth-of-type(5) { grid-area: 1 / 2 / 2 / 3; }
	.section-accessibility .features-list ul li:nth-of-type(6) { grid-area: 2 / 2 / 3 / 3; }
	.section-accessibility .features-list ul li:nth-of-type(7) { grid-area: 3 / 2 / 4 / 3; }
}

@media only screen and (max-width:734px) {
	.section-accessibility .features-list ul {
		display: block;
	}

}

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