@charset "UTF-8";
/* CSS Document */
body {
	margin: auto;
	padding: 0px;
	font: 400 1em Helvetica, Arial, "sans-serif";
}
img {
	border: none;
}
#skipNavigation {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: inline-block;
	margin-left: -2000px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 2;
	padding: 0px;
	height: 120px;
}
#logo img {
    max-height: 120px;
}
#header {
	left: 0px;
	right: 0px;
	height: 74px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	z-index: 1;
}
.headerScroll {
	top: 120px;
	position: absolute;
}
.headerFixed {
	top: 0px;
	position: fixed;
}
#header h1 {
	margin: 0px;
	padding: 16px 25px;
	font: 300 normal 20px 'Oxygen', sans-serif;
	white-space: nowrap;
}
#list {
	padding: 190px 0px 25px;
	background: #FFF;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: absolute;
	top: 10px;
	right: 25px;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 10px 14px;
}
#transcript:link, #transcript:active, #transcript:visited {
	font-size: 14px;
	text-align: right;
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}
#alertDisclaimer {
    font-size: 14px;
    padding: 0px 20px;
    background: #FFFFFF;
    color: #000000;
}
#alertDisclaimer h3 {
    margin-top: 0px;
}
#alertDisclaimer p {
    line-height: 1.6em;
}
#alertDisclaimer a:link, #alertDisclaimer a:active, #alertDisclaimer a:visited {
    padding: 10px 20px;
    background: #EEEEEE;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 1px 1px #CCC;
}
#alertDisclaimer a:hover {
    background: #CCCCCC;
    color: #000000;
}

/**
 *
 *	Type
 *
 **/
#list h2 {
	font: 300 normal 24px 'Oxygen', sans-serif;
	margin: 30px 35px 10px;
	/*text-align: center;*/
}
#content p, #content li {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	word-spacing: 2px;
}
#content ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#content li {
	margin: 0px 0px 10px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #page h3, #pageArticleOnly h3 {
	font: 300 normal 20px 'Oxygen', sans-serif;
	border-bottom: 1px solid #999;
}
/**
 *
 *	Type
 *
 **/

/**
 *
 *	External Links
 *
 **/
#external {
	list-style: none;
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#external li {
	word-spacing: 0px;
}
#more {
	display: inline;
}
#more a:link, #more a:active, #more a:visited {
	padding: 0px 25px 0px 0px;
	display: inline-block;
	margin: 20px 0px 0px;
	text-decoration: none;
	background: url(optimized/link.png) no-repeat right center;
	margin-right: 15px;
	font-size: 12px;
}
/**
 *
 *	External Links
 *
 **/
 
.movieCount {
	background: url(optimized/movieIcon.png) no-repeat left center;
	padding-left: 25px;
	float: right;
	display: inline-block;
	font-size: 0.8em;
}
.sitesOpen {
	display: block;
}
.sitesClosed {
	display: none;
}
.videosOpen {
	display: block;
}
.videosClosed {
	display: none;
}

#footer {
	margin: 10px 0px 0px;
	float: left;
	width: 100%;
}
#disclosure, #copyright {
	font-size: 12px;
	color: #666;
	margin: 20px;
}
#disclosure {
	float: left;
}
#copyright {
	float: right;
}

#currentVideo:link, #currentVideo:active, #currentVideo:visited {
	color: #000 !important;
	background: #FFF url(optimized/relatedIconCurrent.jpg) no-repeat 20px center !important;
}
.fb_iframe_widget span {
	vertical-align: baseline !important;
}
#copy-button {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	float: right;
}
#copy-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
#copy-button:active {
	position:relative;
	top:1px;
}
/**
 *
 *	Modal stuff
 *
 **/
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
#disclaimer_modal .modal-header {
	border-radius: 6px 6px 0px 0px;
	background: linear-gradient(0deg, #888, #666);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666', GradientType=0 );
	background: -webkit-linear-gradient(#888, #666);
	background: -o-linear-gradient(#888, #666);
	background: -moz-linear-gradient(#888, #666);
	box-shadow: 0px 2px 5px #333;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #999;
	float: none;
	position: static;
	padding: 15px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.modal-header {
	box-shadow: 0px 2px 5px #333;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #999;
	float: none;
	position: static;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.75;
}