/*////////////////////////////////////////////////*/
/* START COMMON STYLES RELATED TO PRE/POST LAYOUT */
/*////////////////////////////////////////////////*/

body, #body_P, #body_K, #body_T, #body_C {
	
}

html, body {
	display: flex;
	width: 100%;
	height: 100%;
}

#mainContentContainer {
	padding-top: 4rem;
}

#kh_lic_footer_legalease {
	
}

#rsSearch, button#licTabParentsButton,
button#licTabKidsButton, button#licTabTeensButton {
	background: #015aa7;
}

.keyboardUser nav#CN_nav ul li a:focus,
.keyboardUser div#CN_headerLeft > a:focus,
.keyboardUser div#CN_headerRight .CN_mobOnly button:focus,
.keyboardUser div#CN_innerFooter a:focus {
	outline: 2px dashed white !important;
	box-shadow: 0 0 !important;
}

/*///////////////////////////////////////////////*/
/*  END COMMON STYLES RELATED TO PRE/POST LAYOUT */
/*///////////////////////////////////////////////*/

/*/////////////////////*/
/* START CUSTOM STYLES */
/*/////////////////////*/
a#skippy:focus {
	width: 100%;
	text-align: center;
	color: #015aa7;
	font-family: futura2;
}

a#skippy:focus #CN_container {
	padding-top: 40px;
}

body.CN_mobNavOpen {
	overflow: hidden;
}

#CN_container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#CN_container main {
	flex: 1;
}

header#CN_header {
	background: #015aa7;
	border-bottom: 5px solid #00B2B0;
	padding: 0 2.5rem;
	font-family: futura2;
	height: 10rem;
	min-height: 10rem;
}

div#CN_innerHeader {
	display: flex;
	max-width: 124rem;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

div#CN_headerLeft > a > img {
	width: 19.6rem;
}

div#CN_headerRight {
	
}

nav#CN_nav {
	
}

nav#CN_nav ul {

}

nav#CN_nav ul li {
	display: inline-block;
	margin-right: 2rem;
}

nav#CN_nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
}

nav#CN_nav ul li a:not(.CN_button):hover {
	color: #e5e7eb;
}

nav#CN_nav ul li a.CN_button {
	color: #015aa7;
	background: #fff;
	border-radius: 50px;
	padding: 1rem 2.5rem;
	border: 2px solid #015aa7;
}

nav#CN_nav ul li a.CN_button:hover {
	background: #e5e7eb;
	color: #015aa7;
	border-color: #015aa7;
}

main {
	
}

footer#CN_footer {
	background: #015aa7;
	display: flex;
	height: 30rem;
	min-height: 30rem;
	justify-content: center;
	align-items: center;
}

div#CN_innerFooter {
	
}

div#CN_innerFooter a {
	display: block;
	text-decoration: none;
}

div#CN_innerFooter a div img {
	width: 22rem;
}

div#CN_innerFooter a div#CN_url {
	color: #fff;
	font-size: 2rem;
	font-family: futura2;
	margin-top: 6rem;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 1320px) {
	nav#CN_nav ul li a {
		/* font-size: 1.8rem; */
	}
}

@media screen and (max-width: 1220px) {
	nav#CN_nav ul li {
		margin-right: 1.6rem;
	}
	
	nav#CN_nav ul li a {
		font-size: 1.6rem;
	}	
}

@media screen and (min-width: 1121px) {
	.CN_mobOnly {
		display: none;
	}

	nav#CN_nav {
		display: block !important;
	}
}

@media screen and (max-width: 1120px) {
	.CN_mobOnly {
		display: block;
	}

	header#CN_header {
		height: 8.6rem;
		min-height: 8.6rem;
		max-height: 8.6rem;
	}
	
	nav#CN_nav {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 10rem;
		background: #fff;
		height: 100%;
		z-index: 10000;
		justify-content: space-between;
		padding: 2.5rem;
	}

	nav#CN_nav ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	
	nav#CN_nav ul li a {
		display: block;
		color: #015aa7;
		font-size: 2rem;
		border-bottom: 2px solid white;
	}
	
	nav#CN_nav ul li a:not(.CN_button):hover {
		color: #013665;
	}

	nav#CN_nav ul li:last-child {
		top: calc(100% - 18rem);
		position: absolute;
		width: calc(100% - 5rem);
	}
	
	nav#CN_nav ul li a.CN_button {
		background: #015aa7;
		color: #fff;
		border-radius: 50px;
		padding: 1rem 2.5rem;
		border: 2px solid #015aa7;
		text-align: center;
		
	}
	
	nav#CN_nav ul li a.CN_button:hover {
		color: #fff;
		background: #013665;
		border-color: #fff;
	}

	button#CN_hamburger.CN_mobNavButtonClosed {
		width: 2rem;
		height: 2rem;
		background: url(/licensees/licensee596/images/hamburger_white.svg) center center no-repeat;
		background-size: contain;
		cursor: pointer;
	}

	button#CN_hamburger.CN_mobNavButtonOpen {
		width: 2rem;
		height: 2rem;
		background: url(/licensees/licensee596/images/menu_x_white.svg) center center no-repeat;
		background-size: 100%;
		cursor: pointer;
	}
}

@media screen and (max-width: 768px) {
	header#CN_header {
		height: 7rem;
		min-height: 7rem;
		max-height: 7rem;
	}

	div#CN_headerLeft > a > img {
		width: 14.4rem;
	}
}

@media screen and (max-width: 325px) {
	nav#CN_nav ul li a.CN_button {
		padding: 1rem 2rem;
	}
}

/*///////////////////*/
/* END CUSTOM STYLES */
/*///////////////////*/