/* CSS Document */

@font-face {
 font-family: 'SansationRegular';
 src: url('images/sansation/sansation-regular-webfont.eot?') format('eot'), url('images/sansation/sansation-regular-webfont.svg#webfontLr2B6u5e')  format('svg'), url('images/sansation/sansation-regular-webfont.woff') format('woff'), url('images/sansation/sansation-regular-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'SansationLight';
 src: url('images/sansation/sansation-light-webfont.eot?') format('eot'), url('images/sansation/sansation-light-webfont.svg#webfont2jAmb57W')  format('svg'), url('images/sansation/sansation-light-webfont.woff') format('woff'), url('images/sansation/sansation-light-webfont.ttf') format('truetype'); 
 
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'SansationBold';
 src: url('images/sansation/sansation-bold-webfont.eot?') format('eot'), url('images/sansation/sansation-bold-webfont.svg#webfont8dfDl0fr')  format('svg'), url('images/sansation/sansation-bold-webfont.woff') format('woff'), url('images/sansation/sansation-bold-webfont.ttf') format('truetype');  
 font-weight: normal;
 font-style: normal;
}

.header {
	position:relative;
	height:92px;
	min-width:980px;
}

.cAlogo {
	position:absolute;
	left:5%;
	top:18px;
}

.CHIlogo {
	position:absolute;
	right:5%;
	top:19px;
}

.hero {
	height:325px;
	background-color:#eee;
	position:relative;
	left:0;
	right:0;
	overflow:hidden;
	border-top:4px solid #d9edff;
}

.hero img.heroImage {
	width:100%;
	position:absolute;
	min-height:325px;
	min-width:800px;
}

.login {
	position:absolute;
	right:5%;
	top:24px;
	height: 68px;
	width:360px;
	background-color:#333;
	background: rgba(0,0,0,.5);
}

.login h3 {
	position: absolute;
	color: #FFF;
	font-family: "SansationRegular", arial;
	font-size: 23px;
	text-transform: uppercase;
	top: 16px;
	left: 15px;
	
}

.login p {
	position: absolute;
	top: 41px;
	left: 17px;
	color: #FFF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	font-size: 12px;
}

.login a {
	background-color:#333;
	background:transparent;
	font-family: "SansationRegular", arial;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	position: absolute;
	border: 2px solid #FFF;
	padding: 7px 22px 4px;
	right: 16px;
	top: 16px;
	transition-property: background-color, padding;
	transition-duration: .2s, .2s;
}

.login a img {
	position: relative;
	bottom: 2px;
}

.login a:hover {
	background-color:#333;
	background: rgba(0,0,0,.5);
	transition-property: background-color, padding;
	transition-duration: .2s, .2s;
	padding: 10px 25px 7px;
}

.headliner {
	height:100px;
	position:absolute;
	bottom:0;
	background-color: rgba(0,0,0,.5);
	left:5%;
	right:5%;
}

.headliner h1 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #FFF;
	font-family: georgia;
	font-style: italic;
	position: absolute;
	bottom: 30px;
	font-size: 36px;
	left: 30px;
}

.nav {
	background-color: #FFF;
	width: 360px;
	position: absolute;
	right: 0;
	top:-100px;
}

.nav ul {
	margin: 14px 0 0 14px;
}

.nav ul li a {
	color: #207AD5;
	font-family: "SansationRegular", Arial;
	text-decoration: none;
	display: block;
	padding: 7px;
	transition-property: background-color, padding-left;
	transition-duration: .2s, .2s;
	font-size: 15px;
}

.nav ul li a:hover {
	color:#333;
	background-color:#F8F8F8;
	padding-left:10px;
	transition-property: background-color, padding-left;
    transition-duration: .2s, .2s;
}

.nav ul li a.active {
	background-image: url("../images/navArrow.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
	color: #999;
	padding-left: 17px;
}

.nav ul li a.pdf {
	background-image: url(../images/pdf-icon.png);
	background-repeat: no-repeat;
	padding-left: 34px;
	background-position: 7px 3px;
}

.wrapper {
	min-width: 980px;
	left: 5%;
	right: 5%;
	position: absolute;
}

.content {
	padding: 30px;
	float: left;
	margin-right: 350px;
	min-height: 170px;
}

.content h2 {
	color:#333333;
	font-family: "SansationLight", arial, helvetica, sans-serif;
	font-size: 24px;
}

.content p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 13px;
	padding: 2px 0 15px;
	line-height:1.4;
	clear:both;
}

.content p a {
	color: #207AD5;
	text-decoration: none;
	background-color: #FCFCFC;
	padding: 2px 4px;
	border-radius: 2px;
	transition-property: background-color, color;
    transition-duration: .2s;
}

.content p b {
	font-weight:bold;
	color:#333;	
}

.content p a:hover {
	color: #FFF;
	background-color: #207AD5;
	transition-property: background-color, color;
    transition-duration: .2s;
}

.content blockquote {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	color: #666;
	display: block;
	float: left;
	width: 40%;
	padding-right: 5%;
	line-height: 1.4;
	margin-bottom:20px;
}

.content blockquote cite {
	display: block;
	color: #999;
	float: right;
	margin-top: 10px;
}

.content .status {
	margin-top:20px;
}

.footer {
	float: left;
	clear: both;
	width: 100%;
}

.footer p {
	color: #D3D3D3;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 14px;
}

@media (max-width: 1260px) { 
	.headliner h1 {
		bottom: 35px;
		font-size: 28px;
	}
}

@media (max-width: 1050px) { 

	.hero {
		height:225px;
	}
	
	.header {
		min-width: 870px;
	}

	.headliner {
		height:50px;
	}
	
	.headliner h1 {
		bottom: 10px;
		font-size: 25px;
	}
	
	.wrapper {
		min-width:800px;
		right:0;
	}

}