#ccf-header {
	height: 88px;
	width: 100%;
	background: #FFF;
	/* box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20); */
	/* position: absolute; */ 
	left: 0px;
	top: 0px;
	z-index: -1;
}

#ccf-inner {
	max-width:1270px;
	height: 88px;
	
	margin: 0 auto;
	position:relative;
}

#ccf-logo-area {
	letter-spacing:0px;
	height:88px;
	background:#fff;
}

.ccf-logo {
	width: 370px;
	padding: 21px 0.0px 5px 10.0px;
	top: 0px
	left: 0px;
}

.oval {
position: absolute;
right: -9px;
top: 76px;
/* z-index: 999; */
}

li#j-nav-search-li {
    background: url("/resources/images/palette-1022/oval-lg.png") center no-repeat;
    background-size: 38px;
    background-position: 4px 0px;
}

@media only screen and (max-width: 1283px) {

.ccf-logo {
	margin-left:15px;
}

}

@media screen and (max-width:623px){
	.oval {
		display: none;
		z-index: -1;
	}
		
	.ccf-logo {
		display: none;
		position: absolute;
		top: -300px;
		left: -300px;
}

	#ccf-header {
		height: 0px;
		display: none;
		position: absolute;
		top: -300px;
		left: -300px;
	}
	
	#ccf-inner {
		height: 0px;
		display: none;
		position: absolute;
		top: -300px;
		left: -300px;
	}
}
