html {
	font: normal normal normal 62.5%/1.5 'Montserrat', Helvetica, Arial, sans-serif;
	padding: 0;
}

body {
	padding: 1rem 2rem 1rem 2rem;
}

html, body {
	margin: 0;
	background: #fff;
	color: #000;
	width: 100%;
	box-sizing: border-box;
}

/* header */
#printerFriendlyHeader {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 2px solid #6660a6;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

#printerFriendlyLeft {
	flex-grow: 0;
}

#printerFriendlyLeft img {
	width: 20rem;
}

#printerFriendlyRight {
	text-align: right;
	flex-grow: 1;
	padding-left: 2rem;
}

#printerFriendlyRight p {
	font-size: 1.2rem;
}

#printerFriendlyRight p strong {
	font-size: 1.4rem;
}

#printerFriendlyRight .simpleBold {
	font-size: 1.4rem;
}

/* footer */
#khPrintFooter {
	border-top: 1px solid  #6660a6;
	margin: 2rem 0 1rem;
	padding-top: 1rem;
}

#khPrintFooter p {
	margin-bottom: 0;
	font-size: 1.2rem;
}

#khPrintFooter p > img {
	width: 18rem;
	float: right;
    margin-left: 2rem;
}

/* khcontent specific */

p, ul, ol, li, td, a, div, strong {
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
}

td, table, table td, table tr, tr {
	color: #000;
}

h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:link, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:link, h4 a:hover, h4 a:visited,
h5, h5 a, h1 a:link, h5 a:hover, h5 a:visited {
	font-size: 2.4rem;
	font-weight: 600;
	color: #0d3f6b;
	text-decoration: none;
	line-height: 1;
	margin-bottom: 1rem;
}

h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 4.2rem;
	font-weight: 700;
	color: #0d3f6b;
	text-decoration: none;
	line-height: 1;	
	margin-bottom: 2rem;
}

h6 {
	display: none;
}

p {
	margin: 0 0 2.6rem 0;
}


.kh_note {
	text-align: center;
}

span.red {
	color: red;
}

img.left, object.left, p.left {
	float: left;
	border: 0 none;
	padding: 2rem 2rem 1rem  0;
}

img.right, object.right, p.right {
	float: right;
	border: 0 none;
	margin: 4rem 0 1rem 2rem;
}

img.none, object.none {
	float: none;
	border: 0 none;
}

p.center_this {
	text-align: center;
}

p.indent_this {
	padding-left: 2rem;
}

span.anchor, span.anchor a, span.anchor a:link, span.anchor a:hover, span.anchor a:visited,
.kh_anchor a, .kh_anchor a:link, .kh_anchor a:hover, .kh_anchor a:visted {
	text-decoration: none;
	color: #000;
}

/* lists */
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) li,
#khcontent ol li {
	margin-left: 1rem;
	margin-top: .75rem;	
}

#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list):not(li ul),
#khcontent ol:not(li ol) { /* not li ol / li ul means only the top level is affected, not nested */
	margin-bottom: 2.75rem;
}

/* list markers */
/* ul l1 */
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li,
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li > ol > li > ul > li,
#khcontent ol > li > ul > li {
	list-style-type: disc;
}

/* ul l2 */
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li > ul > li,
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li > ol > li > ul > li > ul > li,
#khcontent ol > li > ul > li > ul > li {
	list-style-type: circle;
}

/* ul l3 */
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li > ul > li > ul > li,
#khcontent ol > li > ul > li > ul > li > ul > li {
	list-style-type: square;
}

/* ol */
/* ol l1 */
#khcontent ol > li,
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li > ol > li {
	list-style-type: alpha ;
}

/* ol l2 */
#khcontent ol > li > ol > li,
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li > ol > li > ol > li {
	list-style-type: lower-roman ;
}

/* ol l3 */
#khcontent ol > li > ol > li > ol > li,
#khcontent ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list) > li > ol > li > ol > li > ol > li {
	list-style-type: lower-alpha ;

}

/* list adjacent */
#khcontent p + ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list),
#khcontent p + ol {
	margin-top: -1.5rem;
}

#khcontent ul.kh_longline_list li,
#khcontent ol.kh_longline_list li {
	margin-bottom: 2rem;
}

/* heading adjacent overrides for UL/OL */

#khcontent h1 + ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list),
#khcontent h2 + ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list),
#khcontent h3 + ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list),
#khcontent h4 + ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list),
#khcontent h5 + ul:not(#msArticleControls):not(#kh-mott-tabs):not(.kh-mott-links):not(.videoList):not(.video-playlist):not(.kh-category-list),
#khcontent h1 + ol,
#khcontent h2 + ol,
#khcontent h3 + ol,
#khcontent h4 + ol,
#khcontent h5 + ol {
	margin-top: unset;
}
/* New add: 02-28-06 In article tables v1 */

.kh_art_tabs_1 table {
	margin-left: auto;
	margin-right: auto;
	background: #efefef;
}

.kh_art_tabs_1 table, .kh_art_tabs_1 td {
	height: auto;
}

.kh_art_tabs_1 td {
	padding: 5px 8px 5px 8px;
	width: auto;
	background: #fff;
	text-align: center;
}

/* New add: 03-02-06 In article tables v2 left/top */

.kh_art_tabs_2 table {
	margin-left: auto;
	margin-right: auto;
	background: #efefef;
}

.kh_art_tabs_2 table, .kh_art_tabs_2 td {
	height: auto;
	vertical-align: top;
}

.kh_art_tabs_2 td {
	padding: 5px 8px 5px 8px;
	width: auto;
	background: #fff;
	text-align: left;
}

/* Addition to kh_longline_list for OL */

ol.kh_longline_list li {
	color: #000;
	margin-bottom: 1.5rem;
}

ol.kh_longline_list {
	margin-bottom: 0;
}

/* added CSS for two-png print method */
/* print version... */


.printableScreen img {
	width: 0;
	height: 0;
	display: none;
}

.printablePrint {
	text-align: center;
}

.printablePrint img {
	width: 5.25in;
	height: 8in;
	display: block;
	border: 0 none;
}

.instructionSheetScreen img {
	width: 0;
	height: 0;
}

p.instructionSheetPrint {
	text-align: center !important;
}

.instructionSheetPrint img {
	/*	*/width: 6.18in;
	height: 8in;
	border: 0 none;
	display: inline-block;
	padding: 0;
}

.imageDisclaimer {
	float: none;
}

p.instructionSheetPrint {
}

p.instructionSheetPrint img {
}

/* hide when printing */

a img, .hideFromPrinter, .pageNavi, #pageCountNumberBox, .rs_skip, .rs_skip_en, #relatedBoxParents, #mainHeader, #gamFrame, #leftNavSearch, #kh_lic_footer_links, #skipnavigation {
	display: none !important;
}

/* show when printing */
#NemoursLink, #articleHeaderGraphic h1, #NavigatePage1, #NavigatePage2, #NavigatePage3, #NavigatePage4, #NavigatePage5, #NavigatePage6, #NavigatePage7, #NavigatePage8, #NavigatePage9, #NavigatePage10, #NavigatePage11, #NavigatePage12, #NavigatePage13, #NavigatePage14, #NavigatePage15, #NavigatePage16, #NavigatePage17, #NavigatePage18, #NavigatePage19, #NavigatePage20, #NavigatePage21, #NavigatePage22, #NavigatePage23, #NavigatePage24, #NavigatePage25 {
	display: block !important;
}

#kh-content-right {
	display: none;
}

#breadcrumbsContainer, #subCatBox {
	display: none !important;
}

.hideOffScreen {
	display: none !important; /* this method for print only */
}

.simpleBold { /* use to apply bold style without semantic effect */
	font-weight: bold;
}

#reviewerBox {
    clear: both;
} 

/* KidsHealth Table - common */
.khTable {
    border: 4px;
    width: 100%;
}


.khTable .kht-emptyCorner {
    border: 0 none !important;
    background: white !important;

}

.khTable caption {
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
}

.khTable td, .khTable th {
    padding: 5px;
    border: 1px solid #000 !important;
    font-weight: normal;;
}

/* Table cell alignment (added to td or tr) */
.khTable td.khtd-left, .khTable th.khtd-left, .khTable tr.khtr-left td, .khTable tr.khtr-left th {
	text-align: left;
}
.khTable td.khtd-right, .khTable th.khtd-right, .khTable tr.khtr-right td, .khTable tr.khtr-right th {
	text-align: right;
}
.khTable td.khtd-center, .khTable th.khtd-center, .khTable tr.khtr-center td, .khTable tr.khtr-center th {
	text-align: center;
}
.khTable td.khtd-top, .khTable th.khtd-top, .khTable tr.khtr-top td, .khTable tr.khtr-top th {
	vertical-align: top;
}
.khTable td.khtd-middle, .khTable th.khtd-middle, .khTable tr.khtr-middle td, .khTable tr.khtr-middle th {
	vertical-align: middle;
}
.khTable td.khtd-bottom, .khTable th.khtd-bottom, .khTable tr.khtr-bottom td, .khTable tr.khtr-bottom th {
	vertical-align: bottom;
}
/* Table cell alignment (added to whole table) */
.khTable.kht-left tr td, .khTable.kht-left tr th {
	text-align: left;
}
.khTable.kht-right tr td, .khTable.kht-right tr th {
	text-align: right;
}
.khTable.kht-center tr td, .khTable.kht-center tr th {
	text-align: center;
}

/* Table - khOceanBlue  & blue fill specific */

.khTable.kht-khOceanBlue-Blue tr th {
    background: #3f70b1;
    color: white;
}

.khTable.kht-khOceanBlue-Blue.kht-highlightOdd tbody tr:nth-child(odd) {
    background: #f0f6fa;
}

.khTable.kht-khOceanBlue-Blue tbody tr td.kht-highlighted {
    background: #CBE4F1;
}


/* Table - khOceanBlue & gray fill specific */

.khTable.kht-khOceanBlue-Gray tr th {
    background: #3f70b1; 
    color: white;
}

.khTable.kht-khOceanBlue-Gray.kht-highlightOdd tbody tr:nth-child(odd) {
    background: #f3f3f4;
}

.khTable.kht-khOceanBlue-Gray tbody tr td.kht-highlighted {
    background: #e5e5e5;
}


/* Table - khNavyBlue Blue fill specific */

.khTable.kht-khNavyBlue-Blue tr th {
    background: #003366;
    color: white;
}

.khTable.kht-khNavyBlue-Blue.kht-highlightOdd tbody tr:nth-child(odd) {
    background: #f0f6fa;
}

.khTable.kht-khNavyBlue-Blue tbody tr td.kht-highlighted {
    background: #CBE4F1;
}


/* Table - khNavyBlue Gray fill specific */

.khTable.kht-khNavyBlue-Gray tr th {
    background: #003366;
    color: white;
}

.khTable.kht-khNavyBlue-Gray.kht-highlightOdd tbody tr:nth-child(odd) {
    background: #f3f3f4;
}

.khTable.kht-khNavyBlue-Gray tbody tr td.kht-highlighted {
    background: #e5e5e5;
}

/*End of Themes*/

.khTable tr td span.strikethrough {
      text-decoration:line-through;
  }

th.cq-RichText-hiddenHeader--editing {
    border: 0 none !important;
    background: white !important;
    color:white !important;
}

.valign-middle {
  vertical-align:middle;
}

.valign-bottom {
  vertical-align:bottom;
}

.valign-top {
  vertical-align:top;	
}

.khTable tr td {
	word-break: break-word;
}

table.khTable a {
    background: transparent !important;
}

.videoPlaylist {
	display: none;
}

.kh-slideshow-MControl {
	display: none;
}

#khcontent a:hover {
	cursor: pointer;
}

@media only screen {
	#printContainer {
		max-width: 90rem;
		margin: 0 auto;
	}
}

@media only print {
	html {
		font-size: 50%;
	}
}