body, p, span, div, table, td, a, ul, li, textarea, input {
	font-family: OpenSansRegular, sans-serif;
	
	letter-spacing: 0px;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;

	pointer-events: none;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body, p, div, table, td, ul, li, textarea, input {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	/*color: scheme-specific;*/
}

body {
	height: 100%;
	/*background-image: scheme-specific;*/
	background-position: center top, center top;
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, repeat-y;
	background-size: cover, cover;
	/*-webkit-background-size: 2000px 1200px, 2000px 1px;*/ /*mostly for mobile safari*/
	/*background-color: scheme-specific;*/
}

html {
	height: 100%;
	margin: 0px;
  padding: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}

p {
	text-align: left;
}

span {
	text-align: left;
}

div {
	text-align: left;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

ul {
	margin: 0px 4px 0px 32px;
}

li {
	margin-top: 12px;
	line-height: 133%;
}

li:first-child {
	margin-top: 0px;
}

a {
	text-decoration: none;
	outline: none;
	pointer-events: auto;
	/*color: scheme-specific;*/
}

a:hover {
	text-decoration: underline;
}



/* PHONE HEADER */
div.phoneHeaderPanel {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 61px;
	/*color: scheme-specific;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*border-bottom-color: scheme-specific;*/
	box-sizing: border-box;
	pointer-events: auto;
}

div.phoneHeaderAplLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
	font-size: 0px;
}

a.phoneHeaderAplLogo {
	display: block;
	height: 60px;
	padding: 10px;
	font-size: 0px;
	box-sizing: border-box;
}

a.phoneHeaderAplLogo:hover, a.phoneHeaderAplLogo:active {
	text-decoration: none;
}

img.phoneHeaderAplLogo {
	display: inline-block;
	width: 55px;
	height: 40px;
	border: none;
}

img.phoneHeaderTitle {
	display: inline-block;
	width: 258px;
	height: 40px;
	border: none;
}

div.headerMenuButton, div.headerMenuButtonActive {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	pointer-events: all;
}

div.headerMenuButtonActive {
	/*background-color: theme-specific;*/
}

div.headerMenuIconLine1, div.headerMenuIconLine2, div.headerMenuIconLine3 {
	position: absolute;
	left: 18px;
	top: 18px;
	width: 24px;
	height: 3px;
	border-radius: 2px;
	background-color: hsl(0, 0%, 100%);
}

div.headerMenuIconLine2 {
	top: 28px;
}

div.headerMenuIconLine3 {
	top: 38px;
}

div.phoneMenuClosed, div.phoneMenuOpen, div.phoneMenuClosedInstantly {
	position: fixed;
	z-index: 98;
	width: 180px;
	right: -185px;
	height: auto;
	top: 61px;
	bottom: 0px;
	/*background-color: theme-specific;*/
	overflow-x: hidden;
	overflow-y: auto;
	transition: right 0.35s ease-out;
	pointer-events: auto;
}

div.phoneMenuOpen {
	right: 0px;
}

div.phoneMenuClosedInstantly {
	transition: none;
}

a.menuItem, a.menuItemSelected {
	display: block;
	padding: 10px 15px;
	font-family: OpenSansRegular, sans-serif;
	/*color: theme-specific;*/
	font-size: 17px;
	line-height: 20px;
	white-space: nowrap;
	/*letter-spacing: 1px;*/
}

a.menuItemSelected {
	/*color: theme-specific;*/
}

a.menuItem:hover, a.menuItemSelected:hover {
	text-decoration: none;
	/*background-color: hsla(0, 0%, 0%, 0.25);*/
}

div.phoneContentPanel {
	/*min-height: 100%;*/
	margin: 0px 0px;
	padding: 60px 0px 0px 0px;
	/*padding-bottom: 30px;*/
	pointer-events: auto;
}

div.phoneContentTop {
	/*background-color: scheme-specific;*/
	padding: 0px 15px;
}

div.phoneContent {
	padding: 20px 15px 15px 15px;
}



/* MAIN FRAME */
table.mainFrame {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: none;
	padding: 0px;
	background: none;
}

table.mainFrame td.frameLeft {
	vertical-align: top;
	padding: 0px;
	background-color: hsla(0, 0%, 0%, 0.20);
}

table.mainFrame td.frameRight {
	width: 99%;
	vertical-align: top;
	padding: 0px;
}



/* COMMON NAV BUTTONS */
div.nav {
	text-align: right;
	padding: 0px 0px 8px 0px;
	/*color: scheme-specific;*/
}

a.navButton {
	display: inline-block;
	font-size: 13px;
	line-height: 100%;
	padding: 4px 10px;
	text-decoration: none;
	border-left-style: solid;
	border-left-width: 2px;
	/*color: scheme-specific;*/
	/*border-left-color: scheme-specific;*/
}

a.navButton:first-child {
	border: none;
}

a.navButton:hover {
	background-color: hsla(0, 0%, 0%, 0.15);
}



/* HEADING */
div.headingHolder {
	background-color: hsla(0, 0%, 0%, 0.30);
	padding: 16px;
}

div.heading {
	height: 68px;
	display: table-cell;
	vertical-align: middle;
}

p.headingTitle {
	font-size: 32px;
	font-weight: bold;
	white-space: nowrap;
	/*color: scheme-specific;*/
}

.phoneView p.headingTitle {
	font-size: 20px;
	white-space: normal;
	line-height: 125%;
	padding-top: 15px;
}

p.headingSubtitle {
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
	/*color: scheme-specific;*/
}

.phoneView p.headingSubtitle {
	font-size: 15px;
	padding-top: 0px;
	line-height: 145%;
	padding: 5px 0px 15px 0px;
}



/* SECTIONS MENU */
div.sectionsMenu {
	background-color: hsla(0, 0%, 100%, 0.20);
	padding: 0px;
	white-space: nowrap;
	font-size: 0px;
}

.phoneView div.sectionsMenu {
	white-space: normal;
	text-align: center;
	padding: 5px 0px;
	border-top-style: solid;
	border-top-width: 1px;
	/*border-top-color: scheme-specific;*/
}

a.sectionButtonNorm, a.sectionButtonSelected {
	display: inline-block;
	font-size: 15px;
	line-height: 100%;
	padding: 4px 16px;
	text-decoration: none;
	/*color: scheme-specific;*/
	/*border-left-color: scheme-specific;*/
}

.phoneView a.sectionButtonNorm, .phoneView a.sectionButtonSelected {
	font-family: OpenSansSemibold, sans-serif;
	font-size: 16px;
	padding: 10px 12px;
}

.standardViewa.sectionButtonNorm:hover {
	background-color: hsla(0, 0%, 100%, 0.20);
}

a.sectionButtonNorm:first-child, a.sectionButtonSelected:first-child {
	border: none;
}



/* CREDIT COLUMN */
div.creditColumn {
	width: 184px;
	padding: 8px;
}

p.creditHeading {
	font-size: 14px;
	line-height: 133%;
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
	/*color: scheme-specific;*/
}

.phoneView p.creditHeading {
	font-size: 20px;
	font-style: normal;
}

.phoneView p.creditHeading:first-child {
	margin-top: 0px;
}

p.creditName, a.creditNameLink {
	font-size: 13px;
	line-height: 133%;
	font-style: normal;
	font-weight: bold;
	padding-left: 12px;
	/*color: scheme-specific;*/
}

.phoneView p.creditName, .phoneView a.creditNameLink {
	font-size: 16px;
}

p.creditName {
	margin-top: 20px;
}

.phoneView p.creditName {
	margin-top: 10px;
	padding-left: 20px;
}

a.creditNameLink {
	padding-left: 0px;
	text-decoration: none;
}

a.creditNameLink:hover {
	text-decoration: underline;
}

p.creditInfo, a.creditInfoLink {
	font-size: 13px;
	line-height: 133%;
	font-style: normal;
	font-weight: normal;
	padding-left: 12px;
	/*color: scheme-specific;*/
}

.phoneView p.creditInfo, .phoneView a.creditInfoLink {
	font-size: 16px;
}

.phoneView p.creditInfo {
	padding-left: 20px;
}

a.creditInfoLink {
	padding-left: 0px;
	text-decoration: none;
}

a.creditInfoLink:hover {
	text-decoration: underline;
}

span.xtraInfo {
	/*color: scheme-specific;*/
}

span.academicTitle {
	font-size: 12px;
	font-style: italic;
	/*color: scheme-specific;*/
}

.phoneView span.academicTitle {
	font-size: 14px;
}

a.aplLogoLink {
	display: block;
	text-align: center;
	padding: 0px;
}	

img.aplLogo {
	margin: 0px auto;
}



/* CONTENT */
div.contentContainer {
	padding: 0px 24px;
	text-align: center;
}

div.content {
	position: relative;
	width: 90%;
	margin: 0px auto;
	padding: 24px 0px 0px 0px;
}



/* SECTIONS */
div.section {
	/*display: none;*/
	position: relative; /*absolute;*/
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

table.sectionSet {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 16px;
}

table.sectionSet td.sectionPaneHeading {
	vertical-align: bottom;
}

table.sectionSet td.sectionPane, table.sectionSet td.sectionPaneNoBg {
	vertical-align: top;
	padding: 8px;
}

table.sectionSet td.sectionPane {
	background-color: hsla(0, 0%, 0%, 0.20);
}

table.sectionSet td.sectionPaneNoBg {
	padding: 0px;
	background: none;
}

table.sectionSet td p.sectionPaneHeading {
	position: relative;
	bottom: -1px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px;
	vertical-align: bottom;
	/*color: scheme-specific;*/
}

.phoneView p.sectionPaneHeading {
	font-size: 20px !important;
	margin-bottom: 5px;
}

table.sectionSet td.hSpacer {
	width: 16px;
	padding: 0px 8px;
}

div.sectionItem {
	padding: 8px;
}

p.sectionText {
	line-height: 150%;
}

.phoneView p.sectionText {
	font-size: 16px;
}

p.sectionTextHead {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}

.phoneView p.sectionTextHead {
	font-size: 18px;
}

div.list {
	margin: 0px 4px 0px 16px;
}

p.list {
	line-height: 150%;
	margin-top: 12px;
}

p.list:first-child {
	margin-top: 0px;
}

p.listCompact {
	line-height: 133%;
	margin-top: 2px;
}

p.listCompact:first-child {
	margin-top: 0px;
}

img.sectionImg { /*no need to enlarge images in phone mode so images are not selectable in phone mode*/
	width: 100%;
	display: inline;
	margin: 0px auto;
	border-style: solid;
	border-width: 1px;
	/*border-color: scheme-specific;*/
}

.standardView img.sectionImg { /*images are only selectable in standard mode*/
	pointer-events: auto;
	cursor: pointer;
}

p.sectionImgCaption {
	width: 100%;
	font-size: 12px;
	line-height: 135%;
	font-style: italic;
	text-align: right;
	padding: 2px 3px;
	margin: 0px auto;
	/*color: scheme-specific;*/
}

p.impactText {
	font-size: 16px;
	line-height: 200%;
	font-style: normal;
	font-weight: bold;
	/*color: scheme-specific;*/
}

.phoneView p.impactText {
	font-size: 16px;
	line-height: 150%;
}

div.impactQuoteOpen {
	text-align: left;
	margin-bottom: 5px;
}

div.impactQuoteClose {
	text-align: right;
	margin-top: 5px;
}

svg.impactQuoteSvg {
	width: 30px; /*119px*/
	height: 26px; /*105px*/
	/*fill: scheme-specific*/
}

/*
p.impactQuoteOpen {
	line-height: 100%;
	padding-bottom: 8px;
}

p.impactQuoteClose {
	line-height: 100%;
	padding-top: 8px;
	text-align: right;
}
*/

iframe.sectionFrame {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	/*border-color: scheme-specific;*/
	pointer-events: auto;
}



/* MORE INFO ICON */
div.moreInfoIcon {
	position: relative;
	width: 30px;
	height: 20px;
}

div.moreInfoIconArrow1, div.moreInfoIconArrow2, div.moreInfoIconArrow3 {
	position: absolute;
	left: 0px;
	top: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	/*border-left-color: scheme-specific;*/
}

div.moreInfoIconArrow2 {
	left: 10px;
}

div.moreInfoIconArrow3 {
	left: 20px;
}



/* LINK ITEM */
div.linkItem, a.linkItem {
	display: block;
	padding: 6px;
}

.phoneView div.linkItem, .phoneView a.linkItem {
	padding: 0px;
}

a.linkItem:hover {
	text-decoration: none;
}

.standardView a.linkItem:hover {
	background-color: hsla(0, 0%, 0%, 0.10);
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	/*border-color: scheme-specific;*/
}

img.linkItem {
	display: block;
	border-style: solid;
	border-width: 1px;
	/*border-color: scheme-specific;*/
}

td.linkItemThumbTd {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-style: solid;
	border-width: 1px;
	/*background-color: scheme-specific;*/
	/*border-color: scheme-specific;*/
}

img.linkItemThumb {
	display: block;
	border: none;
}

img.linkItemThumbInvis {}

p.linkItemTitle {
	font-family: OpenSansSemibold, sans-serif;
	font-size: 14px;
	line-height: 135%;
	/*color: scheme-specific;*/
}

.phoneView p.linkItemTitle {
	font-size: 16px;
}

span.linkItemXtra {
	font-size: 12px;
	line-height: 135%;
	/*color: scheme-specific;*/
}

p.linkItemInfo {
	font-size: 12px;
	line-height: 130%;
	padding-bottom: 1px;
	/*color: scheme-specific;*/
}

p.linkItemInfoXtra {
	font-size: 12px;
	font-style: italic;
	line-height: 130%;
	padding-bottom: 1px;
	/*color: scheme-specific;*/
}

p.linkItemDate {
	font-size: 13px;
	white-space: nowrap;
	text-align: right;
	line-height: 130%;
	/*color: scheme-specific;*/
}

div.linkItemMoreInfoContainer {
	overflow: hidden;
}

div.linkItemMoreInfoContents {
	padding-top: 6px;
	padding-bottom: 1px;
}

p.linkItemMoreInfo {
	font-size: 12px;
	line-height: 135%;
	/*color: scheme-specific;*/
}



/* IMAGE ZOOM / YOUTUBE VIDEOS / QUICKTIME VIDEOS */
div.zoomImg {
	visibility: hidden;
	position: fixed;
	z-index: 300;
	left: 0;
	top: 0;
	text-align: center;
}

div.youTubeVideo {
	visibility: hidden;
	position: fixed;
	z-index: 301;
	width: 100%;
	left: 0px;
	top: 80px;
	text-align: center;
	pointer-events: auto;
}

div.quickTimeVideo {
	visibility: hidden;
	position: fixed;
	z-index: 301;
	width: 100%;
	left: 0px;
	top: 80px;
	text-align: center;
}

div.quickTimeVideoBlock {
	display: inline-block;
	margin: 0px  auto;
}

div.quickTimeVideoObj {
	border: solid 1px #ffffff;
}

div.quickTimeVideoControls {
	text-align: center;
}

table.quickTimeVideoControls {
	margin: 0px auto;
}

img.zoomImg {
	width: 100%;
	border: solid 1px #ffffff;
}

iframe.youTubeVideo {
	border: solid 1px #ffffff;
	margin: 0px auto;
}

a.zoomImgBtn, a.youTubeVideoBtn, a.quickTimeVideoBtn {
	display: inline-block;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}

.phoneView a.zoomImgBtn, .phoneView a.youTubeVideoBtn, .phoneView a.quickTimeVideoBtn {
	font-size: 16px;
	padding: 10px 15px;
}

a.quickTimeVideoBtnSelected {
	display: inline-block;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	color: #000000;
	background-color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}

a.zoomImgBtn:hover, a.youTubeVideoBtn:hover, a.quickTimeVideoBtn:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 100%, 0.20);
}

a.zoomImgBtn:active, a.youTubeVideoBtn:active, a.quickTimeVideoBtn:active {
	background-color: hsla(0, 0%, 100%, 0.40);
}

#zi_d_close_btn, #ytv_d_close_btn, #qtv_d_close_btn {
	visibility: hidden;
	position: fixed;
	z-index: 200;
	top: 0px;
	width: 100%;
	text-align: center;
}

#zi_d_caption, #ytv_d_caption, #qtv_d_caption {
	visibility: hidden;
	position: fixed;
	z-index: 200;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

p.zoomImgCaption, p.youTubeVideoCaption, p.quickTimeVideoCaption {
	font-size: 14px;
	font-style: italic;
	line-height: 135%;
	padding: 6px 112px;
	color: #bbbbbb;
	text-align: center;
	margin: 0px auto;
}

#zi_d_ctls {
	visibility: hidden;
	position: fixed;
	z-index: 201;
	width: 100%;	
	top: 50%;
  margin-top: -53px;
}

#zib_d_previous {
	float: left;
	padding-left: 8px;
}

#zib_d_next {
	float: right;
	padding-right: 8px;
}



/* VIDEO GROUP */
div.videoTabNorm {
	display: inline-block;
	font-size: 14px;
	line-height: 125%;
	padding: 6px 10px;
	text-decoration: none;
	/*color: scheme-specific;*/
	cursor: pointer;
	pointer-events: auto;
}

div.videoTabNorm:hover {
	background-color: hsla(0, 0%, 100%, 0.15);
}

div.videoTabSelected {
	display: inline-block;
	background-color: hsla(0, 0%, 0%, 0.25);
	font-size: 14px;
	line-height: 125%;
	padding: 6px 10px;
	text-decoration: none;
	/*color: scheme-specific;*/
	pointer-events: none;
}

div.videoGroupControls {
	padding: 16px;
	text-align: center;
	background-color: hsla(0, 0%, 0%, 0.25);
}

.phoneView div.videoGroupControls {
	background-color: hsla(0, 0%, 0%, 0.25);
}

p.videoInstructions {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 12px 0px 8px 0px;
	/*color: scheme-specific;*/
}

p.videoSizes {
	padding: 4px 0px 14px 0px;
	text-align: center;
}

a.videoLink, span.videoLinkEmpty {
	display: inline-block;
	padding: 6px 8px;
	margin: 0px 3px;
	font-size: 14px;
	text-decoration: none;
	/*color: scheme-specific;*/
}

a.videoLink:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 0%, 0.25);
}

span.videoSizeDims {
	/*color: scheme-specific;*/
}

p.videoTranscriptLink {
	text-align: center;
}

a.videoTranscript {
	padding: 7px 6px;
	font-size: 14px;
	text-decoration: none;
	/*color: scheme-specific;*/
}

a.videoTranscript:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 0%, 0.25);
}

div.sectionVideoThumbContainer {
	position: relative;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	min-width: 260px;
}

img.sectionVideoThumb, img.sectionVideoThumbDisabled {
	width: 100%;
	display: inline;
	margin: 0px auto;
	border-style: solid;
	border-width: 1px;
	/*border-color: scheme-specific;*/
}

img.sectionVideoThumb {
	cursor: pointer;
	pointer-events: auto;
}

img.sectionVideoThumbPlayIcon, img.sectionVideoThumbPlayIconDisabled {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -44px;
	pointer-events: none;
}

img.sectionVideoThumb:hover, img.sectionVideoThumbPlayIcon:hover {
	cursor: pointer;
}

img.sectionVideoThumbPlayIconDisabled {
	opacity: 0.3;
	MozOpacity: 0.3;
	KhtmlOpacity: 0.3;
	filter: alpha(opacity=30);
}

p.sectionVideoThumbCaption {
	width: 100%;
	font-size: 12px;
	line-height: 135%;
	font-style: italic;
	text-align: right;
	padding: 2px 3px;
	margin: 0px auto;
	/*color: scheme-specific;*/
}



/* LAYOUT */
p.vertSpacer {
	padding: 8px 0px 0px 0px;
}

/* MODIFIERS */
div.center, p.center {
	text-align: center;
}

div.noPad, p.noPad {
	padding: 0px;
}
