/* line 1, scss/common.scss */


/* line 241, scss/_ui.scss */
ul {
  list-style: disc;
  margin-left: 20px;
}

/* line 248, scss/_ui.scss */
ul.lsAlpha,
ol.lsAlpha {
  list-style: lower-alpha;
}

/* line 255, scss/_ui.scss */
ul.lsAlphaUpper,
ol.lsAlphaUpper {
  list-style: upper-alpha;
}

/* line 262, scss/_ui.scss */
ul.lsRoman,
ol.lsRoman {
  list-style: lower-roman;
}

/* line 269, scss/_ui.scss */
ul.lsRomanUpper,
ol.lsRomanUpper {
  list-style: upper-roman;
}

/* line 276, scss/_ui.scss */
ol {
 /* list-style: decimal;*/
  margin-left: 20px;
}

.non-ol ol{
	list-style: none;
}

p, .popupWrapper.s2.tncPop .tncContentWrapper ul li {
//  margin-bottom: 0px;
}

@media screen and (max-width: 767.9999px) {
    .desktop-only {
        display: none; 
    }
}
@media screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}
