body {
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	vertical-align:0;
	
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 16px;
	/*line-height: 34px;*/
}

h1, h2, h3 {
	padding-bottom: 30px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-family: 'BreuerTextLight', sans-serif;
	font-size: 60px;
	line-height: 65px;
	font-weight: 300;
}

h2 {
	font-family: 'BreuerTextLight', sans-serif;
	font-size: 50px;
	line-height: 70px;
	font-weight: 300;
}

h3 {
	font-family: 'BreuerTextLight', sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: 300;
	padding-bottom: 20px;
}


p {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 34px;
	
	padding-top: 30px;
	padding-bottom: 30px;

	-webkit-margin-before:0;
	-webkit-margin-after:0;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
	clear: both;
}


li {
	font-family: 'BreuerTextLight', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	padding: 35px 0;
}

li:first-of-type {
	border-top: 1px solid #fff;
}

li a:link, li a:hover, li a:visited  {
	text-decoration: none;
}

label {
	display:inline-block;
	font-family:  "BreuerTextMedium", sans-serif;	
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 20px 4px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color:#F2F2F2;
}

strong {
	font-weight: bold;
}

.dark h1, .dark h2, .dark h3, .dark p  {
	color: #fff;
}

.dark a:link, .dark a:visited, .dark a:hover {
	color: #fff;
}


#outer-wrapper {
	position: relative;

	width: 100%;
	max-width: 1440px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #02B4E2;
	
/*	overflow-x: hidden;
	overflow-y: hidden;*/
}

#wrapper {
	position: relative;

	width: 100%;
	/*max-width: 1440px;*/
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	-webkit-transition: opacity .3s ease-in-out 0s;
}

#wrapper.superwide {
	position: absolute;
	margin: 0 0 0 320px;
	/*background-color: yellow;*/
	top: 0;
	left: 0;
}

header {
	position: relative;
	float: left;
	background-color: #02B4E2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: top right;
	
	/*height: 722px;*/
	/*height: 1200px;*/
	height: 1135px;
	
	width: 100%;

}

header h1 {
	position: relative;
	margin-top: 320px;
	/* margin-top: 100px; */	
	font-size: 120px;
	/* font-size: 85px; */
	line-height: 120px;
	/* line-height: 100px; */
}

header h1.col-abcd {
	width: 84%;
}


footer {
	position: relative;
	float: right;
	width: 100%;
	background-image: url(/_images/footer_triangle.svg);
	background-position:  100% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: right;
	font-family: 'BreuerTextLight', sans-serif;
	color: #fff;	
	z-index: 200;
	pointer-events: none;
}




footer.persp {
	background-image: url(/_images/footer_triangle_orange.svg);	
}


footer section {
	background-color: transparent;
	position: relative;
	margin-right: 40px;
	margin-bottom: 60px;
	z-index: 150;
	margin-top: 200px;
}

footer h3 {
	margin-right: 40px;
	margin-bottom: 0px;
}

footer a {
	pointer-events: all;
	font-weight:600;
}

footer p {
	font-family: 'BreuerTextLight', sans-serif;
	color: #2c2c2c;
	font-size:15px;
	padding:0px;
	margin-right: 40px;
	margin-bottom: 60px;
}


/*  V2 */
footer.v2 {
	position: relative;
	float: right;
	width: 88%;
	background-color: #2C2C2C;
	text-align: left;
	font-family: 'BreuerTextLight', sans-serif;
	color: #fff;	
	z-index: 200;
	pointer-events: all;
	vertical-align: bottom;
	padding-top: 28px;
	
}

footer.v2 .col-ab, footer.v2 .col-cd {
	margin-left: 3%;
	margin-right: 3%;
	vertical-align: bottom;

}

footer.v2 section {
	background-color: transparent;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 150;
	margin-top: 20px;
}

footer.v2 h3 {
	margin-right: 40px;
	margin-bottom: 0px;
	text-transform: none	;
}

footer.v2 a {
	pointer-events: all;
	font-weight:600;
	color: #aaa;
}

footer.v2 p {
	font-family: 'BreuerTextLight', sans-serif;
	font-size:15px;
	line-height: 20px;
	padding:0px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #aaa;
}

#photo_attributions {
	display: none;
	padding: 0 0 20px 0;
}

/* END V2 */

#logo {
	position: absolute;
	left: 20px;
	bottom: 86px;
	height: 144px;
	width: 32px;
	z-index: 500;
	background-repeat: no-repeat;
	background-size: auto 144px;
	-webkit-transition: bottom 0.5s ease;
	
}

#navLogo {
	position: absolute;
	left: 20px;
	bottom: 86px;
	height: 144px;
	width: 32px;
	z-index: 510;
	background-repeat: no-repeat;
	background-size: auto 144px;
}

#pc-attribution {
	position:absolute;
	left:0px;
	bottom:60px;
	display: block;
	width:500px;
	color:#9E9E9E;
}
#pc-attribution h3 {
	font-family: 'BreuerTextMedium', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding:0;
	color:#9E9E9E;
}
#pc-attribution p {
	font-family: 'BreuerTextLight', sans-serif;
	width:100%;
	font-size: 14px;
	line-height: 20px;
	padding:0;
}
#pc-attribution ul {
	display: block;
	width:200px;
	float: left;
	list-style: none;
	border: 0px;
	margin: 0;
	padding: 0;
}
#pc-attribution li {
	font-family: 'BreuerTextLight', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#9E9E9E;
	border: 0px;
	padding: 0;
}
.whiteLogo {
	background-image: url(/_images/01_Logo_White.png);
	
}

.blackLogo {
	background-image: url(/_images/01_Logo_Black.png);

}


.whiteLogo,
.blackLogo  {
/*	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}

.triangle, .triangle_down {
	width: 1440px;
	height: 612px;
	position: relative;
	margin-top: -2px;
	margin-bottom: -8px;
	
	
	pointer-events: none;
}

.angle {
	width: 100%;
	background-color: #fff;
	/*margin-top: -20px;*/
	margin-bottom: -2px;
	
	z-index: 100;
	
	float: left;

}

.expando, .expando-link {
	font-family: 'BreuerTextLight', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	padding: 35px 0;
}
/* actual text for expando is in global.js */


.angle h1, .angle h2, .angle h3 {
	position: relative;
	z-index: 200;
}


/* Parallax CSS */
.lax {
	z-index: 50;
}


/*  Column Management */

/*  SECTIONS  */
section {

	width: 100%;
	padding-top: 150px;
	background-color: transparent;

	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}


.col-a, .col-ab, .col-abc, .col-abcd, .col-bcd, .col-cd {
	position: relative;
	display: block;	
}

.col-a{
	width: 22%;
	margin-left: 12%;
	float: left;
	
}

.col-ab {
	width: 44%;
	margin-left: 12%;
	float: left;
	
}

.col-abc {
	width: 66%;
	margin-left: 12%;
	float: left;
	
}

.col-abcd {
	width: 88%;
	margin-left: 12%;
	float: left;
	
}

.col-full {
	width: 100%;
	float: left;
	margin: 0;
}


/* 	Any column not starting at A, must have those other 
	columns included in that .section to get margin right
*/

.col-bcd {
	width: 66%;
	/*margin-left: 34%;*/
	float: left;
	
}

.col-cd {
	width: 44%;
	/*margin-left: 56%;*/
	float: left;
	
}


/* 1440px + 14px for scrollbar — ugly! */
@media (min-width: 1456px) {

/*	#logo {
		display: none;
	}*/


}

@media (max-width: 1260px) {

	header h1 {
		margin-top: 300px;
		font-size: 80px;
		line-height: 100px;
	}
}

@media (max-width: 1024px) {

	header h1 {
		margin-top: 300px;
		font-size: 80px;
		line-height: 100px;
	}


	h1 {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 60px;
		line-height: 70px;
		font-weight: 300;
	}
	
	h2 {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 44px;
		line-height: 52px;
		font-weight: 300;
	}
	
	h3 {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 28px;
		line-height: 34px;
		font-weight: 300;
	}
	
	
	p {
		font-family: 'Merriweather', serif;
		font-weight: 300;
		font-size: 16px;
		line-height: 34px;
		
		padding-top: 30px;
		padding-bottom: 30px;
	
		-webkit-margin-before:0;
		-webkit-margin-after:0;
		margin-top: 0;
		margin-bottom: 0;
	}


	li {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 22px;
		line-height: 26px;
		font-weight: 300;
		border-bottom: 1px solid #fff;
		padding: 16px 0;
	}

	footer section {
		background-color: transparent;
		position: relative;
		margin-right: 2%;
		z-index: 150;
		margin-top: 100px;
	}
	
	footer.v2 {
		padding-top: 28px;
	}

	.col-a, .col-ab, .col-abc, .col-abcd, .col-bcd, .col-cd {
		position: relative;
		display: block;	
	}
	
	.col-a{
		width: 22%;
		margin-left: 12%;
		float: left;
		
	}
	
	.col-ab {
		width: 44%;
		margin-left: 12%;
		float: left;
		
	}
	
	.col-abc {
		width: 66%;
		margin-left: 12%;
			float: left;
		
	}
	
	.col-abcd {
		width: 88%;
		margin-left: 12%;
			float: left;
		
	}
	
	.col-bcd {
		width: 66%;
		/*margin-left: 34%;*/
			float: left;
		
	}
	
	.col-cd {
		width: 44%;
		/*margin-left: 56%;*/
			float: left;
		
	}

	
	
	.lax, header, * { 
		background-attachment: scroll;	
				
	}

}

@media (max-width: 640px) {

	h1 {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 30px;
		line-height: 35px;
		font-weight: 300;
	}
	
	h2 {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 30px;
		line-height: 35px;
		font-weight: 300;
	}
	
	h3 {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 25px;
		line-height: 30px;
		font-weight: 300;
	}
	
	
	p {
		font-family: 'Merriweather', serif;
		font-weight: 300;
		font-size: 16px;
		line-height: 26px;
		
		padding-top: 30px;
		padding-bottom: 30px;
	
		-webkit-margin-before:0;
		-webkit-margin-after:0;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	li {
		font-family: 'BreuerTextLight', sans-serif;
		font-size: 16px;
		line-height: 22px;
		font-weight: 300;
		border-bottom: 1px solid #fff;
		padding: 12px 0;
	}
	
	header {
		position: relative;
		float: left;
		background-color: #02B4E2;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		height: 450px;
		width: 100%;
	
	}
	
	header h1 {
		margin-top: 100px;
		margin-bottom: -20px;
		font-size: 40px;
		line-height: 48px;
	}
	
	header h1.col-abcd {
		width: 76%;
	}
	
	
	footer section {
		background-color: transparent;
		position: relative;
		margin-right: 2%;
		z-index: 150;
		margin-top: 100px;
	}



	
	
	footer h3, footer p {
		margin-right: 2%;		
		margin-bottom: 0;
		
	}


	footer.v2 {
		padding-bottom: 10px;
	}



	footer.v2 .col-ab, footer.v2 .col-cd {
		width: 88%;
		margin-left: 8%;
		margin-right: 8%;
		vertical-align: bottom;
	
	}

	#logo {
		position: fixed;
		left: 10px;
		bottom: 20px;
		height: 124px;
		width: 32px;
		z-index: 500;
		background-repeat: no-repeat;
		background-size: auto 124px;
	}
	
	header h1 {
		margin-top: 100px;
	}
	
	
	footer.v2 {
		width: 84%;		
	}

	
	
	.triangle, .triangle_down {
		width: 640px;
		height: 272px;
		position: relative;
		margin-bottom: -16px;
		
	}
	
	.section {
		width: 100%;
		padding-top: 0px;
		background-color: transparent;
	}


	.col-a{
		width: 80%;
		margin-left: 16%;
		float: left;
		

	}
	
	.col-ab {
		width: 80%;
		margin-left: 16%;
		float: left;
		
	}
	
	.col-abc {
		width: 80%;
		margin-left: 16%;
		float: left;

	}
	
	.col-abcd {
		width: 80%;
		margin-left: 16%;
		float: left;

	}
	
	.col-bcd {
		width: 80%;
		margin-left: 16%;
		float: left;

	}
	
	.col-cd {
		width: 80%;
		margin-left: 16%;
		float: left;
		
	}
	
	.lax, header, * { 
		background-attachment: scroll;	
				
	}

}



