
html{
	height: 100%;
}


body{
    background: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    
    font-family: Verdana, sans-serif;
    color: #474747;
    text-align: left;
    line-height: 150%;
    font-size: 12px;
    
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


*{
	margin: 0;
	padding: 0;
	border: 0;
} 


img{
    border: 0 none;
}


a{
	border: 0 none;
    text-decoration: none;
    color: inherit;
}


h1, h2, h3, h4, h5, h6{
    border: 0 none;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    padding: 0;
    margin: 0;
    text-decoration: none;
}


.wrapper{
	position: relative;
	width: 90%;
	max-width: 880px;
	
	margin-left: auto;
	margin-right: auto;
	
	background: #fff;
}





/*header*/


.header{
	position: relative;
	width: 100%;
	height: 35px;
	
	padding-top: 65px;
	border-bottom: 1px solid #7da3d4;
}


.header .typo{
	position: absolute;
	
	font-size: 30px;
	text-transform: uppercase;
	color: #669;
}


.header .meta{
	position: absolute;
	right: 0px;
	padding-top: 8px;
	
	font-size: 12px;
	color: #474747;
}





/*navi*/


.navi{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
	width: 80%;
}


.navi ul{
	list-style-type: none;
}


.navi ul li{
	float: left;
}


.navi ul li:after{
	content: url(../images/corner.png);
	margin-left: 0px;
	margin-right: 6px;
}


.navi ul li:hover{
	margin-left: 1px;
	margin-right: -1px;
}


.navi ul li a{
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 5px 6px 5px 9px;
	
	background: #6aa7c9;
	color: #fff;
	font-size: 16px;
}





/*slider*/


.stripe{
	position: relative;
	width: 100%;
	background: #ebf2f6;
}


.slider{
	position: relative;
	display: inline-block;
	width: 100%;
	max-height: 420px;
}


.slider li{
	max-height: 420px;
	overflow: hidden;
}


.slider .gradient{
	position: absolute;
	z-index: 100;
	top: 0;
	height: 100%;
	width: 100px;
}


.slider .gradient.left{
	left: 0;
	background: -moz-linear-gradient(left, rgba(235,242,246,1) 0%, rgba(235,242,246,0) 100%);
	background: -webkit-linear-gradient(left, rgba(235,242,246,1) 0%, rgba(235,242,246,0) 100%);
	background: linear-gradient(to right, rgba(235,242,246,1) 0%, rgba(235,242,246,0) 100%);
}


.slider .gradient.right{
	right: 0;
	background: -moz-linear-gradient(right, rgba(235,242,246,1) 0%, rgba(235,242,246,0) 100%);
	background: -webkit-linear-gradient(right, rgba(235,242,246,1) 0%, rgba(235,242,246,0) 100%);
	background: linear-gradient(to left, rgba(235,242,246,1) 0%, rgba(235,242,246,0) 100%);
}


.bx-viewport,
.bx-wrapper{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	left: 0 !important;
}






/*stage*/


.stage{
	position: relative;
	display: inline-block;
	width: 100%;
	
	font-family: Arial, sans-serif;
	background: #ebf2f6;
}


.stage .image{
	position: relative;
	float: left;
	width: 50%;
}


.stage .image img{
	position: relative;
	width: 110%;
	margin-left: -10%;
}


.stage .text{
	position: relative;
	float: left;
	width: 50%;
	padding-top: 30px;
}


.stage .text p{
	margin: 0px 0px 20px 0px;
	margin-top: 20px;
}





/*content*/


.content{
	padding: 35px 0px;
	min-height: 4rem;
}


.content .cite{
	position: relative;
	width: 40%;
	float: left;
	
	font-size: 20px;
	text-transform: uppercase;
	color: #669;
	line-height: 130%;
	
	text-indent: -0.4em;
	padding-top: 6px;
}


.content .cite .small{
	font-size: 12px;
}


.content .teaser{
	position: relative;
	float: left;
	width: 50%;
	
	padding-left: 20px;
	padding-top: 7px;
}


.content .video{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 100px;
}


.content .video video{
	width: 98%;
	margin: 1%;
}


.content .video img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}


.content .video p{
	width: 100%;
	margin-top: 85px;
	font-size: 8px;
	opacity: 0.5;
	text-align: center;
}





/*collapsible*/


.collapse{
	
}


.collapse .trigger:after{
	content: url(../images/corner.png);
}


.collapse .trigger:hover{
	margin-left: 1px;
	margin-right: -1px;
}


.collapse .trigger a{
	float: left;
	margin: 0x;
	padding: 5px 6px 5px 9px;
	
	background: #6aa7c9;
	color: #fff;
	font-size: 16px;
}


.collapse .text{
	background-image: url("../images/collapse-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	
	font-family: Arial, sans-serif;
	margin: 50px 0px;
	padding: 10px 35px;
}


.collapse .text p{
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 70%;
	border-bottom: 1px solid #ccc;
}


.collapse .text h1{
	margin-top: 20px;
	width: 70%;
}





/*footer*/


.footer.stripe{
	position: relative;
	bottom: 0;
	height: 50px;
	overflow: hidden;
	padding-top: 5px;
	
	background: #979797;
	color: #fff;
}


.footer.stripe .wrapper{
	background: #979797;
}






/*breakpoints*/


@media screen and (max-width : 600px){
	
	
	.wrapper{
		width: 90%;
	}
	
	.header{
		height: 50px;
		padding-top: 20px;
	}
	
	.header .meta{
		left: 0px;
		padding-top: 25px;
	}
	
	.navi{
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.navi ul li{
		float: none;
		margin-bottom: -3px;
	}
	
	.navi ul li a{
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: -10px;
	}
	
	.stage .image{
		float: none;
		width: 100%;
	}
	
	.stage .image img{
		width: 100%;
		margin-left: 0;
	}
	
	.stage .text{
		float: none;
		width: 100%;
	}
	
	.content{
		padding: 15px 0px;
	}
	
	.content .cite{
		width: 100%;
		float: none;
	}
	
	.content .teaser{
		float: none;
		width: 100%;
		
		padding:0;
		margin-top: 25px;
	}
	
	.collapse .trigger a{
		font-size: 12px;
	}
	
	.collapse .text{
		margin: 30px 0px;
		padding: 5px 15px;
	}
	
	.collapse .text p{
		width: 100%;
	}
	
	.collapse .text h1{
		width: 100%;
	}
	
	
	
}

























