/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fa1431; color: #fff; text-shadow: none; }
::selection { background: #fa1431; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

#typekit-badge-qzb3amr, #typekit-badge-jwe2xwu {
	display: none !important;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
html, body {
    height:100%;
    width:100%;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
}

body {
	
}

#preload {
	width:215px;
	position:relative;
	margin:auto;
	top:100px;
}

#container {
	visibility:hidden;
	width:1280px;
	margin:auto;
	top: -49px;
	position: relative;
	height:4823px;
	overflow:hidden;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family: myriad-pro,sans-serif;
}

h1 {
	font-size:58px;
	font-weight:lighter;
}

h2 {
	font-size:;
}

h4 {
	font-weight:300;
}

body {
	font-family: myriad-pro,sans-serif;
	width:100%;
	height:100%;
}

p {
	font-family: myriad-pro,sans-serif;
	color:rgba(51,51,51,.8);
	margin-top:0px;
	margin-bottom:10px;
}

.detail {
	display:none;
}

nav {
	position:fixed;
	top:130px;
	left:96px;
	z-index:20;
}

nav div {
	margin-bottom: 5px;
	background: url(../img/menu_triangle_white.png) bottom left no-repeat;
	width: 55px;
	height: 20px;
	padding-left: 15px;
	padding-top:4px;
	cursor: pointer;
}

nav div.white {
	background: url(../img/menu_triangle_white.png) bottom left no-repeat;
}

nav div.red {
	background: url(../img/menu_triangle_red.png) bottom left no-repeat;
}

a, a:hover, a:visited {
	color:white;
	text-decoration:none;
	font-family:myriad-pro,sans-serif;
	cursor:pointer;
}

nav a, nav a:hover, nav a:visited {
	color:#FA1431;
	text-decoration:none;
	font-family:myriad-pro,sans-serif;
}

.section {
	-webkit-transition-property: background;
     -moz-transition-property: background;
       -o-transition-property: background;
          transition-property: background;
	-webkit-transition: all 550ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	   -moz-transition: all 550ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	    -ms-transition: all 550ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	     -o-transition: all 550ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	        transition: all 550ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	    -ms-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
	        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}

#press {
	width: 1280px;
	height: 880px;
	background: url(../img/trapezoid-top.png) no-repeat;
	position: relative;
	z-index: 10;
}

#press.sub {
	background: url(../img/trapezoid-top-detail.png) no-repeat;
}

.content {
	width:845px;
	position:relative;
	margin:auto;
}

#logo {
	position: absolute;
	width: 215px;
	height: 49px;
	background: url(../img/logo-white.png) no-repeat;
	text-indent: -9999px;
	top: -230px;
	left: -120px;
}

.sub #logo {
	background: url(../img/logo-red.png) no-repeat;
}

/* Content */

.content p, .content p a {
	font-family: myriad-pro,sans-serif;
	color:rgba(51,51,51,.8);
}

/* Press */
#press .content {
	position:relative;
	top:282px;
}

#press .content .detail h2, #press .content .detail h3 {
	color:#fa1431;
	font-weight:300;
}

#press .content .detail h2 {
	font-size:34px;
}

#press .content .detail h3 {
	font-size:22px;
}

#press .content .detail {
	top: -130px;
	position: absolute;
}

#press .content .default h1, #press .content .default h1 a {
	font-size:64px;
	font-weight:400;
	text-align:center;
	line-height:70px;
	font-family: myriad-pro,sans-serif;
	cursor:pointer;
}

#press .content .default h2, #press .content .default h2 a {
	font-size: 38px;
	font-weight: 300;
	text-align: center;
	width: 650px;
	margin: auto;
	top: 20px;
	position: relative;
	font-family: myriad-pro,sans-serif;
	cursor:pointer;
}


#press h1, #press h2, #press h3 {
	color:white;
	font-family: myriad-pro,sans-serif;
}

#press h4 {
	color:#FA1431;
	font-family: myriad-pro,sans-serif;
}

#press .detail article a, #press .detail article a:hover, #press .detail article a:visited {
	color:rgba(51,51,51,.8);
	text-decoration:none;
	font-family:myriad-pro,sans-serif;
}

#press .detail article {
	padding-top:30px;
	font-size:12px;
}

.detail article .column1, .detail article .column2, .detail article .column3 {
	position: relative;
	float: left;
	width: 255px;
	padding-right: 40px;
}

.detail article .column3 {
	padding:0;
}


/* PEOPLE */

.bio .content .default p {
	width: 348px;
	font-size: 15px;
	line-height: 22px;
	margin-top:10px;
}

.bio .content h2.name {
	background: url(../img/bg-title.png) no-repeat;
	width: 339px;
	height: 75px;
}

h2.name a, h2.name a:hover, h2.name a:visited {
	font-size: 45px;
	color: white;
	font-weight: 400;
	padding-left: 10px;
	font-family:myriad-pro,sans-serif;
	cursor:pointer;
}

.bio .content h3, h3 a, h3 a:hover, h3 a:visited {
	font-size:22px;
	color:#fa1431;
	font-weight:400;
	font-family:myriad-pro,sans-serif;
	cursor:pointer;
}

.bio .content .detail {
	position: absolute;
	top: 240px;	
}

.bio .content .detail h2 {
	color:#FA1431;
	font-size:40px;
	font-weight:300;
}

.bio .content .detail h3 {
	font-size:24px;
	font-weight:300;
}

.bio .content .detail article {
	padding-top:20px;
}

#buz {
	background:url(../img/buz.png) no-repeat;
	width:1280px;
	height:820px;
	position:relative;
	top:-112px;
	z-index:9;
}

#buz.sub {
	background:url(../img/trapezoid-right-detail.png) no-repeat;
}

#buz .content .default {
	position: relative;
	top: 360px;
	left: 30px;
}

#buz .content .default h2 {
	position: absolute;
	top: 200px;
	left: 175px;
}

#buz .content .detail {
	
}

#dave {
	background:url(../img/dave.png) no-repeat;
	width:1280px;
	height:820px;
	position:relative;
	top:-228px;
	z-index:8;
}

#dave.sub {
	background:url(../img/trapezoid-left-detail.png) no-repeat;
}

#dave .content .default {
	position: relative;
	top: 370px;
	left: 550px;
}

#dave .content .default h2 {
	position: absolute;
	top: 200px;
	left: -155px;
}

#dave .content .detail {
	
}

#lars {
	background:url(../img/lars.png) no-repeat;
	width:1280px;
	height:820px;
	position:relative;
	top:-345px;
	z-index:7;
}

#lars.sub {
	background:url(../img/trapezoid-right-detail.png) no-repeat;
}

#lars .content .default {
	position: relative;
	top: 360px;
	left: 30px;
}

#lars .content .default h2 {
	position: absolute;
	top: 200px;
	left: 175px;
}

#lars .content .detail {
	
}

#news {
	width: 1280px;
	height: 818px;
	background: url(../img/trapezoid-left.png) no-repeat;
	position: relative;
	z-index: 6;
}

#about {
	width: 1280px;
	height: 968px;
	background: url(../img/about.png) no-repeat;
	position: relative;
	z-index: 5;
}

.trapezoid-bottom {
	width: 1280px;
	height: 476px;
	background: url(../img/trapezoid-bottom.png) no-repeat;
	position: relative;
	z-index: 4;
}

.trapezoid .content {
	
}

.trapezoid .content article {
	margin-top:30px;
	margin-bottom:60px;
}

.trapezoid .content h2 {
	color:#FA1431;
	font-weight:300;
	font-family:myriad-pro,sans-serif;
	font-size:58px;
}

.trapezoid .content h3 {
	color:#FA1431;
	font-weight:400;
	font-family:myriad-pro,sans-serif;
	font-size:22px;
}

#news {
	position:relative;
	top: -466px;
}

#news .content {
	position:relative;
	top:120px;
}

#news .content p {
	font-size:16px;
}

#news .content p.date {
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 15px;
}

#about {
	position:relative;
	top: -598px;
}

#about .content {
	position:relative;
	top:190px;
}

#about .content article {
	
}

#about .content p {
	font-size: 15px;
	margin-top: 10px;
	line-height:22px;
}

#about .content p.date {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 35px;
	margin-bottom: 15px;
}

#contact {
	position:relative;
	top: -730px;
}

#contact .content {
	position:relative;
	top:120px;
}

#contact .content h2 {
	color:white;
	font-weight:300;
	font-family:myriad-pro,sans-serif;
	font-size:58px;
	margin-bottom:40px;
}

#contact .content p {
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
}

#contact .content a, #contact .content a:hover, #contact .content a:visited {
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family:myriad-pro,sans-serif;
}

.close {
	text-indent:-9999px;
	width:43px;
	height:41px;
	background:url(../img/close_x.png) no-repeat;
	cursor:pointer;
	position:absolute;
	right:-75px;
}

.triangle-white {
	width:20px;
	height:19px;
	position:absolute;
	background:url(../img/large-triangle-white.png) no-repeat;
	right: -25px;
	top: 17px;
}

.triangle-red {
	width:10px;
	height:9px;
	position:absolute;
	background:url(../img/small-triangle-red.png) no-repeat;
}

#buz .triangle-red {
	right: 498px;
	top: 154px;
}

#dave .triangle-red {
	right: 685px;
	top: 110px;
}

#lars .triangle-red {
	right: 516px;
	top: 110px;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhiddn.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

