/*
! NOT NEEDED
* Template now includes the necessary CSS for interactives.
*/
/* @import url('https://s3.amazonaws.com/cms.accelerate-ed.com/css/Production/templates/Elementary/elementary_interactives.css'); */

/*
? IMPORT LATEST K5 CSS
* The asset styles are the same as the latest version.
*/
@import url('https://s3.amazonaws.com/content.accelerate-ed.com/Elementary/docs/Language_Arts_Assets/css/k5/language-arts-assets.css');

/*
*******************
? RESET PARAGRAPH MARGINS TO ELEMENTARY DEFAULTS
* These are the original paragraph margins from the EM template.
*******************
*/
#page-content p:not(#interactiveContainer p) {
  margin-top: 1rem;
}
