*{box-sizing:border-box;margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color:#1f2937;background:#fff}
a{text-decoration:none}
ul{list-style:none}


.social-emotional .group-2 { z-index: 0; }

/* Import Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  color: #1f2937;
  background: #fff;
}

a {
  text-decoration: none;
}

/* ---------------------------------OVER-RIDES----------------------------------------------- */




/* QUICK LINKS WHITE OVERRIDE */
.footer a,
footer a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.footer a:visited,
footer a:visited {
  color: #FFFFFF !important;
}
.footer a:hover,
footer a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}
