/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* COMPFUSED typekit font replacement START */
@font-face {
  font-family: 'minion-pro';
  src: url('minion-pro.ttf')  format('truetype');
}

/* COMPFUSED typekit font replacement END */



html, body {
	background: #fafafa;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 18px;
	vertical-align: baseline;
	font-family: "minion-pro", Georgia, serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5 {
	font-weight: normal !important;
}
.home {
	line-height: 1;
	height: 100%;
	overflow-y: hidden;
	position: absolute;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition:color .2s;  
   -moz-transition:color .2s;  
   -o-transition:color .2s;  
   transition:color .2s;  
}

a:hover {
	color: #959595;
}

a.back:before {
	content: url('../images/back.jpg');
	position: relative;
	
	top: -2px;
	margin-right: 5px;
}


.container {
	position: relative;
	height: 100%;
	width: 7000px;
	overflow-y: hidden; /*COMPFUSED extra V scroll fix*/
	z-index:-1; /* COMPFUSED image preload fix */
}

.container li {
	position: absolute;
	z-index: 1;
}

.logo {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 9000;
}

.logo img {
		width: 150px;
		max-width: 100%;
}

.menu {
	position: fixed;
	bottom: 0;
	z-index: 9000;
	line-height: 25px;
	background: #fafafa; 
	width: 25%
}
.home .menu {
	background: none;
}

#gmap {
	margin-bottom: 40px;
	position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.programs-menu {
	display: none;
	position: fixed;
	left: 20px;
	top: 40px;
	z-index: 999;
}

.programs-menu a {
	margin-bottom: 10px;
	display: inline-block;
}

.menu-inner {
	padding: 30px;
	padding-right: 10px;
}

.overflowauto {
	overflow-y: auto !important;
}

#image-content {
	margin-left: 400px;
}

.imp-content {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 30px;
}

.imp-content .person {
	display: none;
}

.imp-content .person p {
	padding-bottom: 20px;
}

.page-content {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 150px;
}

.page-content h1 {
	
}

.content-wrapper {
	padding-top: 30px;
	width: 25%;
}

.content-wrapper2 {
	padding-top: 60px;
}

.content-wrapper2 p, .singeltext p {
	font-size: 30px;
	margin-bottom: 28px;
	padding-right: 60px;
}


.content-wrapper p, .content-wrapper a {
	font-size: 18px;
	padding-right: 60px;
	margin-bottom: 20px;
}

.singeltext {
	max-width: 1000px;
	text-align: left;
}



.single-wrapper {
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 30px;
	max-width: 100%;
}

.single-content {
	position: absolute;
	max-width: 25%;
	top: 0;
	left: 0px;
}



.single-inner {
	position: relative; padding-top: 40px; padding-left: 30px; padding-right: 20px; height: 100%; margin-bottom: 100px;
}

.single-content h1, .single-content p {
	margin-bottom: 25px;
}

.single-images {
	padding-bottom: 110px;
}

.single-images img {
	margin-bottom: 30px;
	max-width: 100%;
}

.center-img {
	margin: 0 auto;
	text-align: center
}


@media (max-width: 979px) {
	.single-content {
		position: relative;
		max-width: 100%;
	}
	
	.imp-content {
		position: relative;
		width: 100%;
		left: 0%;
		top: 0px;
		padding-right: 30px;
	}
	
	.content-wrapper {
		width: 100%;
	}
	
	.content-wrapper p {
		padding-right: 30px;
	}
	
	.single-wrapper {
		padding-left: 0;
		padding-right: 0px;
		padding-top: 30px;
		max-width: 100%;
	}
	
	.single-images {
		padding: 0 30px;
	}
	
	.logo {
		position: fixed;
		top: 30px;
		right: 30px;
		z-index: 9000;
		height: 50px;
		width: 50px
	}
	
	.logo img {
		max-height: 100%;
		max-width: 100%;
	}
	
	.menu {
		width: 100%;
	}
	
	body {
		padding-bottom: 150px;
	}
}

/* COMPFUSED ADDONS */
/* micro fixes above */

.collaborations-menu {
	display: none;
	position: fixed;
	left: 20px;
	top: 40px;
	z-index: 999;
}

.collaborations-menu a {
	margin-bottom: 10px;
	display: inline-block;
}

.error-cell {
	color:red;
	font-size:75%;
}