/* main --------------------------------------------------------*/



/* off-screen --------------------------------------------------------*/

/* @group @a-offscreen-primary */

.a-offscreen-primary {
position: absolute;
left: -999em;
}

/* @end @a-offscreen-primary */

/* @group @a-offscreen-secondary */

@media all and (max-width: 47.9375em) {

.a-offscreen-secondary {
position: absolute;
left: -999em;
}

}


/* @end @a-offscreen-secondary */

/* @group @a-offscreen-tertiary */

@media all and (min-width: 48em) {

.a-offscreen-tertiary {
position: absolute;
left: -999em;
}

}

/* @end @a-offscreen-tertiary */

/* @group @a-offscreen-quaternary */

@media all and (max-width: 29.9375em) {

.a-offscreen-quaternary {
position: absolute;
left: -999em;
}

}

/* @end @a-offscreen-quaternary */