body {
	font-family: 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;
}
button#chnHamburger {
	display: none;
}

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;
	transition: color .3s;
}

li.chnHasDrop {
	position: relative;
}

.chnHasDrop > a {
	position: relative;
	margin-right: 2rem;
}

.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;
	border-radius: 3px;
}

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

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

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

.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;
	margin: 0 2rem 0 2rem;
}

#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: -7rem;
	left: -1.3rem;
}

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

#chnFooter {
	background: #012169;
	margin-bottom: -1px;
}

#chnInnerFoot {
	color: #fff;
	font-family: tg_bcn20, sans-serif;
	padding: 8rem 3rem;
	flex-direction: row;
	display: flex;
	max-width: 160rem;
	margin: 0 auto;
}

div#chnFootLeft,
div#chnFootMid,
div#chnFootRight {
	display: flex;
	flex-direction: column;
	position: relative;
}


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

#chnFootLeft {
	flex-direction: column;
	position: relative;
	width: 50%;
	padding: 1rem;
}

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

#chnFootMid {
	padding: 1rem 2rem;
	width: 25%;
}

#chnFootMid ul li {
	margin-bottom: 2rem;
}

#chnFootMid ul li:last-child {
	margin-bottom: 0;
}

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

#chnFootRight {
	width: 25%;
	padding: 1rem;
}

#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;
	right: 0;
	position: absolute;
}

#chnFootCopyright2 {
	display: none;
}

/* mobile menu */

@media screen and (min-width: 1150px) {
	.chnDropMobileHide, .chnDropMobileShow { 
		/* only available with hamburger */
		display: none !important;
	}
}

@media screen and (max-width: 1330px) {
	#chnFooterLogo {
		width: 100%;
	}
}

@media screen and (max-width: 1260px) {
	nav#chnTopNav ul li {
		padding-left: 3rem;
	}

	.chnHasDrop a {
		margin-right: 1rem;
	}
}

@media screen and (max-width: 1150px) {
	button#chnHamburger {
		display: block;
		right: 4rem;
		position: absolute;
		font-size: 0;
		width: 3rem;
		height: 3rem;
		cursor: pointer;
	}

	button#chnHamburger.chnHamburgerClosed {
		background: url(/licensees/licensee142/images/menu.svg) no-repeat;
		background-size: contain;
	}

	button#chnHamburger.chnHamburgerOpen {
		background: url(/licensees/licensee142/images/cross.svg) no-repeat;
		background-size: contain;
	}
	
	#chnTopNav ul#chnNav {
		display: none;
		flex-direction: column;
		position: absolute;
		right: 3rem;
		top: 8rem;
		background: #fff;
		height: auto;
		width: 27.4rem;
		justify-content: flex-start;
		padding: 0;
	}
	
	#chnTopNav ul#chnNav li {
		margin: 0 0 3rem 0;
		padding: 0;
		height: auto;
	}
	
	#chnTopNav ul#chnNav li a {
		color: #494c4f;
		width: 100%;
		text-align: center;
		padding: .25rem 0;
	}
	
	#chnTopNav ul#chnNav li a:hover {
		background: #494c4f;
		color: #fff;
	}

	.chnHasDrop a {
		padding-right: 7px !important;
	}

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

	.chnHasDrop > a:after {
		border-top: .7rem solid #494c4f;
		right: 15px;
	}

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

	.chnDropMobileHide {
		display: none;
		opacity: 0;
		transition: opacity 4.175s;
		transition: display 3s;
	}

	.chnDropMobileShow {
		display:  flex !important;
		align-items: center;
		justify-content: flex-start;
		opacity: 1;
		transition: opacity 4.175s;
		transition: display 3s;
	}

	.chnHasDrop ul#chnHealthDropMobile.chnDropMobileHide {
		background: #984392;
		height: 0rem !important;
		transition: height .175s !important;
		overflow: hidden;
	}
	
	.chnHasDrop ul#chnHealthDropMobile.chnDropMobileShow {
		background: #984392;
		height: 12rem !important;
		transition: height .175s !important;
	}

	.chnHasDrop ul#chnHealthDropMobile a {
		color: #fff !important;
		font-family: avenir, sans-serif;
		font-size: 2rem;
		text-transform: none;
		text-align: center !important;
		padding: 1rem 1rem 1rem 1rem !important;
		border-style: solid ;
		border-width: 2px 0;
		border-color: #9E6BA6;
		margin: 0 auto !important;
		width: 90% !important;
	}

/* 	.chnHasDrop ul#chnHealthDropMobile.chnDropMobileHide a {
		font-size: 2rem;
		opacity: 0;
		transition: opacity 1.1s !important;

	}
	
	.chnHasDrop ul#chnHealthDropMobile.chnDropMobileShow a {
		font-size: 2rem;
		opacity: 1;
		transition: opacity 1.1s !important;
	} */

	.chnHasDrop ul#chnHealthDropMobile a:hover {
		background: transparent !important;
	}
	
	.chnHasDrop ul#chnHealthDropMobile li {
		width: 100%;
		text-align: center !important;
	}
}

@media screen and (max-width: 1066px) {
	#chnTopNav {
		padding: 0 1rem !important;
	}

	#mainContentContainer {
		margin: 0 !important;
		max-width: 100%;
		padding: 0 2rem;
	}
	button#chnHamburger {
		right: 2rem;
	}
}

@media screen and (max-width: 767px) {
	button#chnHamburger {
		right: 1rem;
	}
	
	#chnTopNav ul#chnNav {
		right: 1rem;
	}
	
	#chnInnerFoot {
		flex-direction: column;
	}

	#chnInnerFoot div {
		width: 100%;
	}

	#chnFootCopyright1 {
		display: none;
	}

	#chnFootMid {
		padding: 3rem 1rem 2rem 1rem;
	}

	#chnFootRight {
		min-height: 15rem;
		display: flex;
		justify-content: space-between;
	}

	#chnFooterLogo {
		position: relative;
		background-position: right;
	}

	#chnFooterLogo a {
		background: transparent
	}

	#chnFootCopyright2 {
		display: block !important;
		font-family: avenir, sans-serif;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 420px) {
	#chnInnerFoot {
		padding: 6rem 2rem 2rem 2rem !important;
	}
}

@media screen and (max-width: 364px) {
	#chnLogo a {
		max-width: 22rem;
	}
	
	#chnFootCopyright2 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 350px) {
	#chnFootBigText {
		font-size: 4rem !important; 
	}
}

/* KidsHealth Content */
#rsSearch {
	background: #984392;
}
button#licTabParentsButton,
button#licTabKidsButton,
button#licTabTeensButton {
    background: #012169;
}
button#licTabParentsButton:hover,
button#licTabKidsButton:hover,
button#licTabTeensButton:hover {
    background: #984392;
}
.licNavRow3 {
	border-color: #012169;
}

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

#khcontent * a {
	color: #984392;
}

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

ul.wc3Tiles li p a,
.licNavRow3Col1 ul li a,
#kh_lic_footer a,
ul#searchResults li h2 a,
#lic_search_results a, button.medicationsExpand, button.medicationsExpanded
{
    color: #984392 !important;
}