body {
	font: avenir, sans-serif !important;
	margin: 0;
	padding: 0;
}

html {
	
}

/* Custom Wrapper */

.srText {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#chnContainer {
	display: flex;
	flex-direction: column;
}

header#chnHeader {
	width: 100%;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	background: #fff;
	z-index: 10000;
	padding: 1rem;
}

#chnLogo a {
	background: url(/licensees/licensee142/images/childrens-health-network-logo.png) top left no-repeat;
	display: block;
	width: 30rem;
	height: 6.5rem;
	background-size: contain;
}

nav#chnTopNav {
	display: flex;
	max-width: 160rem;
	margin: 0 auto;
	align-items: center;
	padding: 0 3rem;
}

nav#chnTopNav ul  {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 4rem;	
}

nav#chnTopNav ul li {
	padding-left: 5rem;
	height: 2rem;
	margin: 0 !important;
}

nav#chnTopNav ul li a {
	font-family: tg_bcn20, sans-serif;
	font-size: 2.4rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #012169;
	display: block;
}

nav#chnTopNav ul li a:hover,
nav#chnTopNav ul li a:focus {
	text-decoration: underline;
	color: #984392
}

.chnHasDrop {
	position: relative;
}

.chnHasDrop a {
	position: relative;
}

.chnHasDrop > a:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: .7rem solid transparent;
	border-right: .7rem solid transparent;
	border-top: .7rem solid #012169;
	position: absolute;
	bottom: calc(50% - .35rem);
	display: block;
	right: -20px;
}

.chnHasDrop > a:hover::after {
	border-top: .7rem solid #984392;
}

.chnHasDrop ul#chnHealthDrop {
	position: absolute;
	background: #984392;
	width: 30rem;
	fdisplay: none;
	height: 15rem !important;
	left: 0;
	top: 0rem;
	display: none;
	justify-content: center;
	align-items: center;
	margin-top: 5rem !important;
	padding-top: 30px !important;
}

.chnHasDrop ul#chnHealthDrop li {
	text-align: center;
	padding: 0;
	position: absolute;
	top: calc(50% - 3rem)
}

.chnHasDrop:hover ul#chnHealthDrop {
	display: flex !important;
}

#chnTopNav ul#chnHealthDrop li a {
	color: white;
	font-family: avenir, sans-serif;
	text-transform: none;
	font-size: 2rem;
	line-height: 1;
	padding: 2rem;
	display: block;
	border-style: solid;
	border-color: #9E6BA6;
	border-width: 2px 0;

}

#chnTopNav ul#chnHealthDrop:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #984392;
	position: absolute;
	top: -1.5rem;
	display: block;
	right: calc(50% - 20px);
}

#chnTopNav ul#chnHealthDrop li ::before {
	content: '';
	position: absolute;
	background: transparent;
	height: 16rem;
	display: inline-block;
	width: 30rem;
	top: -6rem;
	left: -2.25rem;
}

main#chnKHContent {
	padding-top: 14rem;
}

#chnFooter {
	background: #012169;
	color: #fff;
	font-family: tg_bcn20, sans-serif;
	padding: 8rem 3rem;
	flex-direction: row;
	display: flex;
	margin-bottom: -1px;
}

div#chnFootLeft,
div#chnFootMid,
div#chnFootRight {
	display: flex;
	flex-direction: column;
	width: 33%;
}


#chnFootBigText {
	font-size: 4.8rem;
	text-transform: uppercase;
	line-height: 1;
}

#chnFootLeft {
	flex-direction: column;
	position: relative;
}

#chnFootCopyright1 {
	width: 100%;
	font-size: 2rem;
	font-family: avenir;
	position: absolute;
	bottom: 0;
}

#chnFootMid {
	padding-left: 10rem;
}

#chnFootMid ul li a {
	color: #fff;
	font-size: 2.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

#chnFooterLogo {
	background: url(/licensees/licensee142/images/childrens-health-network-logo-bw.png) top left no-repeat;
	display: block;
	width: 30rem;
	height: 6.5rem;
	background-size: contain;
}

#chnFootCopyright2 {
	display: none;
}

/* KidsHealth Content */
#khContentHeading h1, 
#khcontent h2, 
#khcontent h3, 
#khcontent h4, 
#khcontent h5 {
	font-family: tg_bcn20 !important;
	color: #984392;
	font-size: 3rem;
}

#khContentHeading h1 {
	color: #012169;
	font-size: 5rem;
	text-transform: uppercase;
}