/* JAVASCRIPT DISABLED FALLBACK
============================================================ */

.chc_containerNoJS {
	max-width: 1400px;
	margin: 0 auto;
	font-family: "CiscoSansTTExtraLight";
	font-size: 24px;
	color: #FFF;
/*	background-color: #00BCEB;*/
	background-color: #005073;
}

.chc_containerNoJS a {
	color: #00BCEB;
	text-decoration: none;
}

.chc_containerNoJS h1 {
	display: inline;
	margin: 0;
	font-size: 48px;
	font-family: "CiscoSansTTThin";
	font-weight: normal;
	line-height: 1.2em;
	color: #005073;
}

.chc_textBlockNoJS {
	display: none;
	height: 236px;
	line-height: 1.2em;
	border-bottom: 1px solid #1E3750;
}

.chc_textVerticalAlignNoJS {
	display: table-cell;
	height: 236px;
	vertical-align: middle;
	padding: 30px;
}

.chc_staticImageNoJS {
	display: none;
	height: 236px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #1E3750;
}

.chc_staticImageNoJS img {
	width: 240px;
	height: 216px;
}

.chc_ctaNoJS {
	display: none;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.chc_ctaNoJS:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#chc_textBlockTitle {
	display: block;
}

#chc_staticTitle {
	display: block;
}


@media screen and (max-device-width: 768px), screen and (max-width: 768px) {
	
	.chc_ctaNoJS {
		position: relative;
	}
	
	.chc_containerNoJS {
		font-size: 20px;
	}
	
	.chc_containerNoJS h1 {
		font-size: 36px;
	}
	
}

@media screen and (max-device-width: 600px), screen and (max-width: 600px) {

	.chc_containerNoJS {
		font-size: 14px;
	}
	
	.chc_containerNoJS h1 {
		font-size: 24px;
	}
	
	.chc_staticImageNoJS {
		float: none;
		padding: 0;
		text-align: center;
		border: none;
	}
	
	.chc_textBlockNoJS {
		height: auto;
	}
	
	.chc_textVerticalAlignNoJS {
		display: block;
		height: auto;
		padding: 0 20px 20px 20px;
	}

}