/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent and load it last:
 *
 *   <link href="/ISER/styles/ie.css" rel="stylesheet" type="text/css" media="screen, projection" />
 * 
 * However, encase all of your IE-11 specific changes in the following media
 * wrapper (or the like that includes the ms specific attributes):
 *
 *   @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 *       ... css goes here ...
 *     }
 *   }
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  b, strong {
    font-weight: bold !important; }

  div.selectScrollOuter div.selectScrollInner {
    direction: ltr; }

  div.choice label {
    display: inline; }

  div#ModuleList.moduleBoxFramework {
    width: calc(100% - 20px); } }
@media all and (max-width: 650px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header nav :checked#hamburger ~ ul,
  #header nav :checked#hamburger ~ ul {
    width: 160px; }
    header nav :checked#hamburger ~ ul li,
    #header nav :checked#hamburger ~ ul li {
      width: 100%; } }
@media only screen and (max-width: 762px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #moduleEdit .moduleBoxFramework form .pagePropertiesSave {
    position: static; } }

/*# sourceMappingURL=ie.css.map */
