/* The Theory styles by Original Zero - www.originalzero.com  */

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%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

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

a { color: #00e; outline: 0; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0; }
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 #fff; 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, serif; _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; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -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; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.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, .visuallyhidden.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; }


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

@font-face {
    font-family: 'AgendaMedium';
    src: url('agenda-medium-webfont.eot');
    src: url('agenda-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('agenda-medium-webfont.woff') format('woff'),
         url('agenda-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 { 
	font-family: 'AgendaMedium';
	font-size:1.4em;
	text-transform:uppercase;
 }

h2 { 
	font-family: 'AgendaMedium';
	font-size:1em;
	text-transform:uppercase;
 }

h3 { 
	font-family: 'AgendaMedium';
	font-size:1.5em;
	text-transform:uppercase;
	color:#ffffff;
 }

h4 { 
	font-family: 'AgendaMedium';
	font-size:1.2em;
	text-transform:uppercase;
	color:#ffffff;
 }

p {
	color:#fff;
	font-family: 'AgendaMedium';
	font-size:1em;
}

a { color:#fff; text-decoration:none; }
a:link { color:#fff; text-decoration:none; }
a:visited { color:#fff; }
a:hover { color:#d7d7d7; }
a:active { color:#fff; }

ul { list-style-type: square; padding-left:15px; color:#fff; }

ul li { padding-left:0; }

html {	 background:#000;}

body {
	overflow:hidden;
	font-size:0.8em;
	width:100%;
	height:100%;
	background:#000;
}

#background { position:fixed; top:0; left:0; height:100%; width:100%; }

nav {
	position:absolute;
	top:0;
	left:5%;
	width:140px;
	height:auto;
	z-index:5000;
	cursor:pointer;
}

#wistiaButtons {
	position:absolute;
	bottom:0;
	left:5%;
	width:140px;
	height:auto;
	z-index:5000;
	cursor:pointer;
}

#wistiaButtons img {width:100%; max-width:100%;}

#wistiaPlay  {float:left; width:25%; }
#wistiaPause {float:left; width:25%; }
#wistiaReverse  {float:left; width:25%; }
#wistiaForward  {float:left; width:25%; }
#wistiaTimer {float:left;}


#mediaHolder_grid_main { width:100%!important; height:100%!important; }

nav img { max-width:100%; width:100%; }

.padding { padding:10px; }

#logo {	background:#000; padding:0 10px 0 10px; }

#navCollapse { float:left; clear:both; border-top:2px solid #fff; padding:10px  0 10px 0; background:#000; width:100%; height:auto; display:block; }

#navCollapse #menuItems { width:80%; height:auto; margin-left:10px; font-family: 'AgendaMedium'; font-size:0.9em; text-transform:uppercase; 
 }

#navCollapse #menuItems ul li ul {margin-left:25px; list-style-type:square; color:#fff; width:100%; clear:both; }

#navCollapse #menuItems ul li ul li { float:left; clear:both; }

#navCollapse #menuItems ul li {clear:both;}

#navCollapse a { width:80%; height:auto; }
#navCollapse a:link { color:#fff; text-decoration:none; }
#navCollapse a:visited { color:#fff; }
#navCollapse a:hover { color:#d7d7d7; }
#navCollapse a:active { color:#fff; }

#contentWidth { width:90%; }

#menuCredit {
	float:left;
	clear:both;
	width:100%;
 	font-family: 'AgendaMedium';
	font-size:0.7em;
	text-transform:uppercase;
	border-top:2px solid #fff;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:2px;
}

#wrapper { width:100%; height:100%; }

/* content */

#content {
	position:absolute;
	top:0;
	right:5%;
	color:#fff;
	padding: 10px;
	width:200px;
	height:100%;
	z-index:5000;
	font-family: 'AgendaMedium';
	background-color: rgb(0, 0, 0);
}

#content p:first-child { margin-top:35%; }

#content h1:first-child { margin-top:35%; }

#content p { margin-bottom:20px; }

#contentAwards {
	position:absolute;
	top:0;
	right:5%;
	width:200px;
	height:100%;
	z-index:5000;
	background-color: rgb(0, 0, 0);
	font-family: 'AgendaMedium';
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	padding: 10px 10px 10px 10px;	
}

#contentAwards img {
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	width:125%;
	max-width:125%;
	height:auto;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* description */

.info_holder_wrapper {
	position:absolute;
	top:0;
	right:5%;
	height:100%;
	z-index:5000;
	width:200px;
	background-color: rgba(0, 0, 0, 1);
	color:#fff;
	font-family: 'AgendaMedium';
}

.lt-ie9 .info_holder_wrapper { background-color: #000000; }

.lt-ie8 .info_holder_wrapper { background-color: #000000; }

.info_holder {
	position:absolute;
	top:110px;
	left:0;
	width:100%;
	height:70%;
}

 .info_holder h2 { padding:15px 10px 0 10px; }

 .info_holder p { padding:10px; }

 .info_holder a {
	color:#ffffff;
	text-decoration:underline;
}

.info_holder a:hover, a:active { text-decoration:underline; }

.videoPause {
	position:absolute;
	right:0;
	bottom:10px;
	width:30px;
	height:30px;
	display:none;
	cursor: pointer; 
	z-index:5000;
}

#credit {
	float:left;
	clear:both;
	width:100%;
	text-transform:uppercase;
	cursor:pointer;
	border-bottom:2px solid #fff;
}

.thumb_holder {
	height:auto;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	border-top:2px solid #fff;
}

.thumb_holder ul {list-style-type:none; padding:0; margin:0;}

.thumb_holder ul li {float:left;}


/* mobile */

body.mobile {overflow:scroll; height:100%; width:100%;}

.mobile h1 {color:#ffffff;}

.mobile p { margin-bottom:20px; margin-top:20px; width:90%; margin-left:5%;}
.mobile #mobileAwards p { margin:0; padding:0; width:100%; }
.mobile h1 { margin-bottom:0; margin-top:20px; width:90%; margin-left:5%;}
.mobile h2 { margin-bottom:20px; margin-top:20px; width:90%; margin-left:5%;}
.mobile ul { width:90%; margin-left:5%;}
.mobile h4 { margin-top:0; margin-bottom:20px; margin-top:20px; width:90%; margin-left:5%;}

.mobile #mediaHolder { position:fixed; z-index:-1; -webkit-transform-style: preserve-3d; }

#mobileWrapper {width:100%; height:100%; -webkit-overflow-scrolling: touch; overflow:hidden; }

#innerMobileWrapper {background:#000000; width:60%; margin-left:20%; height:auto; padding-bottom:50px; }

#mobileLogo {width:100%; height:auto;}

#mobileLogo img {width:100%; max-width:100%;}

.heading {  background:#000000; margin: 20px 0 20px -20%; padding: 5px 0 5px 0; width:140%; border-top:4px solid #fff; border-bottom:4px solid #fff; text-align:center; height:auto; overflow:hidden;}

.mobileAnchorUp {float:left; width:10%; display:block; }
.mobileAnchorUp img {width:100%; max-width:100%; }
.mobileAnchorDown {float:right; width:10%;display:block; }
.mobileAnchorDown img {width:100%; max-width:100%; }
.mobileHeadingTitle { float:left; width:80%; display:block; }

.wistiaVideos iframe { height:auto;  width:140%; max-width:140%; margin-left:-20%; 
	border:0;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.mobile .newsPost {margin-bottom:20px;}

#mobileAwardsContent img { height:auto; width:140%; max-width:140%; margin-left:-20%; 
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* Landscape */
@media screen and (min-width: 10px) and (orientation : landscape) {
#innerMobileWrapper { width:60%; margin-left:20%; }
.wistiaVideos iframe { min-height:0px;}
}

@media screen and (min-width: 768px) and (orientation : landscape) {
#innerMobileWrapper { width:30%; margin-left:35%; }
.wistiaVideos iframe { min-height:250px;}
}

/* portrait */

@media screen and (min-width: 10px) and (orientation : portrait) {
#innerMobileWrapper { width:60%; margin-left:20%; }
.wistiaVideos iframe { min-height:0px;}
}

@media screen and (min-width: 768px) and (orientation : portrait) {
#innerMobileWrapper { width:40%; margin-left:30%; }
.wistiaVideos iframe { min-height:250px;}
}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !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; }
}