h1.extra {
	font-size:20em;
}
.inner-content {
	margin: 20px 40px;
	padding: 50px 0;
	background: #fff;
}


.text-col {
	width:45%;
	float:left;
	min-height:300px;
}
.text-col#right {
	float:right;
}
/* Cara */
.cara {}
.cara .item {
	overflow:hidden;
	height:600px;
	border-top:1px solid #ddd;
}


.cara #meet .inner {
min-height: 1100px;
}
.cara .item.active {
	height:auto;
	}
.cara-headline {
	position: absolute;
	width: 100%;
	top: 0px;
}
.cara-headline h2 {
	font-weight:800;
	text-transform:uppercase;
}
.cara-headline p {
	max-width:600px;
	margin:0 auto;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
	font-size: 1.35em;
	line-height:1.8em;
	color: rgba(0,0,0,0.5);
}


.cara .newspaper {
	width:90%;
	max-width:1300px;
	margin-top:250px;
	height:100%;
	margin:0 auto;
	position:relative;
}
.cara .newspaper:hover {
	margin-top:220px;
}
.cara .item.active .newspaper {
	margin-top:250px;
}
#news-gazette-link {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.cara .newspaper ul.special {
	width:100%;
	background:#fff;
	float:left;
}
.cara .newspaper ul.special li {
	width:100%;
	float:left;
	position:relative;
	background:#fff;
}
.cara .newspaper ul.special li.main {
	width:65%;
	float:right;
	position:relative;
}
.cara .newspaper ul.special li.secondary {
	width:35%;
	float:left;
	position:relative;
}
.cara .newspaper ul.special li.headline {
	height:auto;
	padding:20px 0;
	text-align:center;
	text-indent:-9999999999em;
	height:450px;
	border-bottom:10px solid #111;
	background-image: url(../images/news-gazette.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:950px;
}
.cara .newspaper ul.special li.full {
	padding:50px 0;
	border-top:5px solid #111;
	text-align:center;
}
.cara .newspaper ul.special li img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.cara .newspaper ul.special li p{
	line-height:1.7em;
	color:#777;
	font-size:1.4em;
	text-align:left;
	padding:0;
}

.cara .newspaper ul.special li h6,
.cara .newspaper ul.special li h4 {
	text-align:left;
	padding:0 0 30px 0;
	
}
.cara .newspaper ul.special li h2{
	text-align:left;
	padding:0px 0;
}


.cara .newspaper ul.special li.full h2,
.cara .newspaper ul.special li.full h4,
.cara .newspaper ul.special li.full h6,
.cara .newspaper ul.special li.full p {
	text-align:center;
}





.cara-headline h2 {
font-weight: 800;
text-transform: uppercase;
padding: 20px 0;
font-size: 2em;
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.2);
}


.paper {
position: absolute;
}
.paper.top {
	z-index:3;
}
.paper.bottom {
	z-index:1;
}
.paper:hover {
	cursor:move;
}
.paper#fact {
width: 600px;
height: 787px;
left: 50%;
top:85px;
z-index:2;
	background-image: url(../images/headline-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.paper#headline {
width: 650px;
height: 400px;
left: 20%;
top:210px;
z-index:1;
	background-image: url(../images/headline-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;

}
.paper#total {
width: 530px;
height: 450px;
left: -106px;
top: 110px;
z-index: 4;
background-image: url(../images/headline-3.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.paper#ytd {
width: 650px;
height: 400px;
right:-25%;
top:210px;
z-index:1;
background-image: url(../images/headline-4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;

}


@media all and (max-width:899px) and (min-width:200px) {

	.item {
		display:none;
	}

}