/* RESET -------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
nav ul { list-style: none; }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }


/* MAJOR STRUCTURE ---------------------- */
html, body { height: 100%; -webkit-text-size-adjust:none; }
body {
	background-color: #ccc !important;
	color: #363636;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
}
#wrapper {
	min-height: 100%;
	min-width: 320px;
	position: relative;
	z-index: 2;
}
#content {
	overflow: hidden;
	padding: 135px 0 70px; /* top and bottom spacing for header and footer */
	position: relative;
}
#content.home { text-align: right; }
a {
	color: #c9502a;
	-webkit-transition: color 0.33s, background-color 0.33s;
	-moz-transition: color 0.33s, background-color 0.33s;
	-o-transition: color 0.33s, background-color 0.33s;
	transition: color 0.33s, background-color 0.33s;
	text-decoration: none;
}
a.action {
	color: #fff;
	display: inline-block;
	height: 21px;
	line-height: 22px;
	padding-left: 25px;
	position: relative;
	text-transform: uppercase;
}
a.action:hover { color: #c9502a; }
a#backtotop {
	background-color: #fff;
	color: #000;
	display: inline-block;
	margin: 10px 0 0;
	padding: 4px 20px;
}
a#backtotop:hover {
	background-color: #c9502a;
	color: #fff;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; line-height:1.35em; }


/* HEADER/MAIN NAV ---------------------- */
a#logo {
	background-color: rgba(0,69,124,0.9) !important;
	background-color: #145284;
	background-image: url(../images/logo.png);
	background-position: 20px bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	display: block;
	height: 46px;
	text-indent: -9999em;
	width: 148px;
}
a#logo:hover {
	background-color: rgba(255,255,255,0.9) !important;
	background-color: #fafafa;
	background-position: 20px top;
}
#logo-80 {
	background: transparent url(../images/termo80.png) 0 0 no-repeat;
	height: 108px;
	left: 151px;
	position: absolute;
	top: -10px;
	width: 92px;
}
.timeline #logo-80 {
	top: 20px;
}
#wrapper > header {
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 7777;
}
#wrapper > header nav {
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
#wrapper > header nav > ul { overflow: hidden; }
#wrapper > header nav li.sec {
	border-left: 1px solid #363636;
	display: inline-block;
	font-size: 11px;
	height: 70px;
	line-height: 1.454545em;
	text-align: left;
	vertical-align: top;
}
#wrapper > header nav > ul a {
	background-color: transparent;
	color: #363636;
	display: block;
	margin-right: -4px;
	padding: 0 32px 0 14px;
}
#wrapper > header nav li.sec > a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#wrapper > header nav li.sec li.active a,
#wrapper > header nav li.sec li a:hover {
	background-color: #c9502a;
	color: #fff;
}


/* FOOTER ------------------------------- */
#wrapper > footer {
	background-color: rgba(0,0,0,0.7) !important;
	background-color: #3c3c3c;
	bottom: 0;
	color: #fff;
	height: 50px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#wrapper > footer p {
	display: inline-block;
	font-size: 10px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
}
#wrapper > footer ul {
	font-size: 12px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 8px;
}
#wrapper > footer ul li {
	border-left: 1px solid #bebfc0;
	display: inline-block;
	padding: 0 20px;
}
#wrapper > footer ul li:first-child { border: none; padding-left: 0; }
#wrapper > footer ul li a {
	color: #fff;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding-left: 25px;
	position: relative;
}
a.action span,
#wrapper > footer ul li a span {
	background: transparent url(../images/icons-btns.png) 0 0 no-repeat;
	content: " ";
	display: inline-block;
	height: 21px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 21px;
}
#wrapper > footer ul li a.stafflogin span { background-position: 0 0; }
#wrapper > footer ul li a.termobrochure span { background-position: 0 -21px; }
a.action span { background-position: 0 -42px; top: 0; }
#wrapper > footer ul li a:hover { color: #c9502a; }


/* MAIN CONTENT -------------------------- */
article {
	float: right;
	width: 660px;
}
article > section {
	background-color: rgba(255,255,255,0.9) !important;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	margin: 0 0 20px;
	width: 450px;
}
article > section table.data { border-bottom: 1px solid #ccc; margin: 12px 0 0; text-align: left; }
article > section table.data td { border-top: 1px solid #ccc; line-height: 1.25em; padding: .2em .5em; vertical-align: top; }
article > section table.data tbody tr:first-child td { border: none; }
article > section table.data thead th { background-color: #363636; color: #fff; line-height: 1em; padding: .2em .5em; text-transform: uppercase; vertical-align: top; }
article > section .inner,
#fullgraphic-slides section .inner { padding: 15px; }
article > section h2,
#fullgraphic-slides section h2 { padding: 12px 0 0; }
article > section h3,
#fullgraphic-slides section h3 { font-size: 13px; padding: 2px 0 0; text-transform: uppercase; }
article > section p,
#fullgraphic-slides section p { padding: 12px 0 0; }
article > section ul,
article > section ol,
#fullgraphic-slides section ul,
#fullgraphic-slides section ol { padding-top: 12px; margin-left: 1.2em; }
#fullgraphic-slides section p:first-child { padding: 0; }
#fullgraphic { position: static; }
article#fullgraphic > section { width: 660px; }
#fullgraphic-slides {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	margin: 0 0 20px;
	width: 100%;
}
#fullgraphic-slides .slide { display: none; }
#fullgraphic-slides .slide.active { display: block; }
#fullgraphic-slides .graphic {
	background-color: rgba(0,0,0,0.7) !important;
	background-color: #3c3c3c;
	overflow: hidden;
	padding: 75px 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
#fullgraphic-slides .graphic > img { border: none; display: block; margin: 0 auto; }
#fullgraphic-slides section {
	background-color: rgba(255,255,255,0.9) !important;
	background-color: #fafafa;
}
#fullgraphic > header {
	background: transparent url(../images/fullgraphic-header-ribbon.png) 0 0 no-repeat;
	height: 47px;
	position: absolute;
	right: 0;
	top: 148px;
	width: 668px;
	z-index: 100;
}
#timeline > header {
	left: 0;
	position: fixed;
	top: 148px;
	width: 100%;
	z-index: 20;
}
#fullgraphic > header div,
#timeline > header div {
	background-color: #ece7d9;
	-webkit-box-shadow: 8px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 8px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 8px 4px 8px 0px rgba(0,0,0,0.35);
	height: 40px;
}
#timeline > header div { margin-left: 381px; }
#fullgraphic > header h1,
#timeline > header h1 {
	color: #363636;
	display: inline-block;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
}
/*#timeline > header h1 { height: 40px; line-height: 40px; }*/
#fullgraphic > header nav,
#timeline > header nav { display: inline-block; vertical-align: top; }
#fullgraphic > header nav,
#timeline > header nav ul {
	display: inline-block;
	height: 22px;
	margin: 9px 0 0;
}
/*#timeline > header nav ul { margin: 12px 0 0; }*/
#fullgraphic > header nav li,
#timeline > header nav li {
	border-left: 1px solid #363636;
	color: #363636;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0 .6em 0 .75em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: color 0.33s;
	-moz-transition: color 0.33s;
	-o-transition: color 0.33s;
	transition: color 0.33s;
}
#fullgraphic > header nav li:first-child,
#timeline > header nav li:first-child { border: none; }
#fullgraphic > header nav li.active,
#fullgraphic > header nav li:hover,
#timeline > header nav li.active,
#timeline > header nav li:hover { color: #c9502a; }
#fullgraphic-keyfacts dl {
	display: none;
	font-size: 10px;
	line-height: 1.2em;
	overflow: hidden;
	padding: 1em 0 1.5em;
	width: 100%:
}
#fullgraphic-keyfacts dl.active { display: block; }
#fullgraphic-keyfacts dt,
#fullgraphic-keyfacts dd { float: left; width: 50% }
#fullgraphic-keyfacts dt { text-transform: uppercase; }
#fullgraphic-keyfacts dd { color: #023964; font-weight: bold; }
#fullgraphic-legend {
	font-size: 10px;
	line-height: 1em;
	list-style: none;
	overflow: hidden;
	padding: .7em 0 0;
	width: 100%;
}
#fullgraphic-legend li {
	display: block;
	float: left;
	height: 26px;
	line-height: 2.5em;
	margin: 3px 0 0;
	text-transform: uppercase;
	width: 50%;
}
#fullgraphic-legend li span {
	display: table-cell;
	height: 26px;
	line-height: 1em;
	padding-right: 5px;
	vertical-align: middle;
}
#fullgraphic-legend li img {
	border: none;
	display: block;
	float: left;
	height: 26px;
	margin: 0 5px 0 0;
	width: 26px;
}
nav.paging {
	background-color: rgba(0,0,0,0.7) !important;
	background-color: #3c3c3c;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	margin: 0 0 20px;
	overflow: hidden;
	padding: 15px;
	text-align: right;
	width: 420px;
}
nav.paging ul.social { display: inline-block; float: left; }
nav.paging li {
	display: inline-block;
	height: 21px;
	width: 21px;
}
nav.paging ul.social li { width: 25px; }
nav.paging li a,
nav.paging li span {
	color: #c2c0bd;
	display: block;
	font-size: 14px;
	height: 21px;
	letter-spacing: -1px;
	line-height: 21px;
	text-align: center;
	width: 21px;
}
nav.paging li.selected a,
nav.paging li a:hover { color: #d9531e !important; }
nav.paging li.previous span,
nav.paging li.next span,
nav.paging li.previous a,
nav.paging li.next a,
nav.paging li.twitter a,
nav.paging li.linkedin a {
	background: transparent url(../images/icons-paging.png) 0 0 no-repeat;
	text-indent: -9999em;
}
nav.paging li.previous span { background-position: 0 -21px; }
nav.paging li.previous a { background-position: -21px -21px; }
nav.paging li.previous a:hover { background-position: -42px -21px; }
nav.paging li.next span { background-position: 0 0; }
nav.paging li.next a { background-position: -21px 0; }
nav.paging li.next a:hover { background-position: -42px 0; }
nav.paging li.twitter a { background-position: -21px -42px; }
nav.paging li.twitter a:hover { background-position: -42px -42px; }
nav.paging li.linkedin a { background-position: -21px -63px; }
nav.paging li.linkedin a:hover { background-position: -42px -63px; }
nav.paging li.hidden,
nav.paging li.first,
nav.paging li.last { display: none; }

ul#stafflogin { list-style: none; margin: 5px 0 0; }
ul#stafflogin li {
	border-top: 1px dotted #999;
	display: block;
	padding: 15px 0;
}
ul#stafflogin li:last-child { padding: 15px 0 0; }
ul#stafflogin li a {
	background: transparent url(../images/icons-stafflogin.png) 0 0 no-repeat;
	color: #363636;
	display: block;
	height: 30px;
	padding: 10px 0 0 42px;
	text-transform: uppercase;
}
ul#stafflogin li a strong { font-size: 26px; }
ul#stafflogin li a:hover { color: #c9502a; }
ul#stafflogin li.email a { background-position: 0 0; }
ul#stafflogin li.yammer a { background-position: 0 -40px; }


/* MAP GRAPHICS ------------------------- */
#mapnav {
	background: transparent url(../images/map-all-base.png) 0 0 no-repeat;
	display: block;
	height: 375px;
	margin: 0 auto;
	position: relative;
	width: 626px;
}
#mapnav ul {
	height: 375px;
	left: 0;
	position: absolute;
	top: 0;
	width: 626px;
	z-index: 10;
}
#mapnav li {
	background-color: transparent;
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999em;
}
#mapnav li.west { background-image: url(../images/map-all-west.png); height: 164px; width: 99px; left: 14px; top: 94px; }
#mapnav li.rockies { background-image: url(../images/map-all-rockies.png); height: 196px; width: 195px; left: 114px; top: 16px; }
#mapnav li.midcontinent { background-image: url(../images/map-all-midcontinent.png); height: 167px; width: 224px; left: 190px; top: 208px; }
#mapnav li.west:hover,
#mapnav li.rockies:hover,
#mapnav li.midcontinent:hover { background-position: 0 0; cursor: pointer; }
#mapnav img {
	border: none;
	display: block;
	height: 375px;
	width: 626px;
}
#fullgraphic-slides .all .graphic,
#fullgraphic-slides .west .graphic,
#fullgraphic-slides .rockies .graphic,
#fullgraphic-slides .midcontinent .graphic {
	background-position: center 75px;
	background-repeat: no-repeat;
	height: 375px;
	width: 100%;
}
#fullgraphic-slides .west .graphic { background-image: url(../images/map-west.png); }
#fullgraphic-slides .rockies .graphic { background-image: url(../images/map-rockies.png); }
#fullgraphic-slides .midcontinent .graphic { background-image: url(../images/map-midcontinent.png); }


/* STRATEGY GRAPHICS -------------------- */
#fullgraphic-slides .graphic .info {
	color: #fff;
	float: left;
	margin-left: 15px;
	text-align: left;
	width: 270px;
}
#fullgraphic-slides .graphic .info h1 {
	letter-spacing: -1px;
	margin: 0 0 10px;
}
#fullgraphic-slides .graphic .info h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}
#fullgraphic-slides .graphic .info h3 span { font-size: 10px; line-height: 1em; }
#fullgraphic-slides .graphic .info p { font-size: 10px; line-height: 1em; padding: 1em 0 0; }
#fullgraphic-slides .graphic table {
	border-top: 1px solid #fff;
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 100%;
}
#fullgraphic-slides .graphic table tr td { color: #c2c0bd; padding: 4px 0; line-height: 1em; text-align: right; vertical-align: top; width: 22%; }
#fullgraphic-slides .graphic table tr td:first-child { text-align: left; width: 78%; }
#fullgraphic-slides .graphic table tr.total td { color: #fff; }
#fullgraphic-slides .graphic table.interactive tr.active td,
#fullgraphic-slides .graphic table.interactive tr:hover td { background-color: #908e8b; color: #fff; }
#fullgraphic-slides .graphic table tr.special td { color: #e6bb25; }
#fullgraphic-slides .graphic table.interactive tr.special.active td,
#fullgraphic-slides .graphic table.interactive tr.special:hover td { background-color: #e6bb25; color: #222; }
#fullgraphic-slides .graphic .diagram {
	float: right;
	margin-right: 15px;
	width: 320px;
}

/* STRATEGY GRAPHICS - Acquisition ------ */
#acquisition-statestats {
	background: transparent url(../images/infographic-statestats2.png) 0 0 no-repeat;
	height: 455px;
	position: relative;
	width: 320px;
}
#acquisition-statestats.v1 { background-position: -320px 0; }
#acquisition-statestats.v2 { background-position: -640px 0; }
#acquisition-statestats.v3 { background-position: -960px 0; }
#acquisition-statestats.v4 { background-position: -1280px 0; }
#acquisition-statestats.v5 { background-position: -1600px 0; }
#acquisition-statestats.v6 { background-position: -1920px 0; }
#acquisition-type-tables table { display: none; }
#acquisition-type-tables table.active { display: table; }
#acquisition-legend {
	color: #fff;
	height: 190px;
	left: 0;
	position: absolute;
	text-align: left;
	top: 274px;
	width: 320px;
}
#acquisition-legend .legend {
	left: 5px;
	position: absolute;
	top: 0;
	width: 210px;
}
#acquisition-legend .legend ul {
	list-style: none;
	margin: 15px 0 0;
	overflow: hidden;
	width: 210px;
}
#acquisition-legend h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 1.5em 0 0;
}
#acquisition-legend h2.special {
	color: #E6BB25;
}
#acquisition-legend h3 {
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
}
#acquisition-legend h3 span {
	display: block;
	font-size: 9px;
	font-weight: normal;
}
#acquisition-legend .legend li {
	display: block;
	float: left;
	font-size: 9px;
	height: 32px;
	line-height: 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 105px;
}
#acquisition-legend .legend li span {
	display: block;
	float: left;
	height: 9px;
	margin: 0 4px 0 0;
	width: 18px;
}
#acquisition-legend .legend li strong {
	display: block;
	float: left;
	font-weight: normal;
	width: 83px;
}
#acquisition-legend .total {
	left: 225px;
	position: absolute;
	top: 0;
	width: 95px;
}
#acquisition-legend .graph {
	background: transparent url(../images/acquisition-legend-graph-bg.png) 0 0 no-repeat;
	height: 22px;
	left: 6px;
	padding: 10px 0 0;
	position: absolute;
	top: 132px;
	width: 302px;
}
#acquisition-legend .graph ul {
	display: block;
	height: 10px;
	line-height: 10px;
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	width: 300px;
}
#acquisition-legend .graph li {
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5);
	display: inline-block;
	height: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}
#acquisition-legend span.l1,
#acquisition-legend .graph li.l1 { background-color: #908c89; }
#acquisition-legend span.l2,
#acquisition-legend .graph li.l2 { background-color: #d9531e; }
#acquisition-legend span.l3,
#acquisition-legend .graph li.l3 { background-color: #00457c; }
#acquisition-legend span.l4,
#acquisition-legend .graph li.l4 { background-color: #47aa42; }
#acquisition-legend span.l5,
#acquisition-legend .graph li.l5 { background-color: #e6ba24; }


/* STRATEGY GRAPHICS - Optimization ----- */
#optimization-barrel {
	height: 369px;
	margin: 0 auto;
	position: relative;
	width: 266px;
}
#optimization-barrel .top,
#optimization-barrel .bottom,
#optimization-barrel .left,
#optimization-barrel .right {
	background-color: transparent;
	background-position: 0 0;
	background-repeat;
	position: absolute;
	z-index: 10;
}
#optimization-barrel .top {
	background-image: url(../images/infographic-barrel-top.png);
	height: 17px;
	left: 0;
	top: 0;
	width: 266px;
}
#optimization-barrel .bottom {
	background-image: url(../images/infographic-barrel-bottom.png);
	bottom: 0;
	height: 12px;
	left: 0;
	width: 266px;
}
#optimization-barrel .left {
	background-image: url(../images/infographic-barrel-left.png);
	height: 340px;
	left: 0;
	top: 17px;
	width: 20px;
}
#optimization-barrel .right {
	background-image: url(../images/infographic-barrel-right.png);
	height: 340px;
	right: 0;
	top: 17px;
	width: 20px;
}
#optimization-barrel .breakdown {
	height: 350px;
	left: 8px;
	position: relative;
	top: 7px;
	width: 246px;
}
#optimization-barrel .breakdown div { background-color: #474646; border-bottom: 1px solid #222; }
#optimization-barrel .breakdown div.special { background-color: #908e8b; }
#optimization-barrel .breakdown div.active,
#optimization-barrel .breakdown div:hover { background-color: #d9531e; }
#optimization-barrel .breakdown div.special.active,
#optimization-barrel .breakdown div.special:hover { background-color: #e6bb25; }


/* STRATEGY GRAPHICS - Exploration ------ */
#fullgraphic-slides .exploration .graphic .diagram { margin: 0; width: 340px; }
#exploration-circle {
	height: 345px;
	margin: 0 auto;
	position: relative;
	width: 340px;
}
#exploration-circle .circle {
	background: transparent url(../images/infographic-circle-base2.png) 0 0 no-repeat;
	height: 345px;
	width: 340px;
}
#exploration-circle .circle.active { background-position: -340px 0; }
#exploration-circle .icons {
	background: transparent url(../images/infographic-circle-icons.png) 0 0 no-repeat;
	height: 205px;
	left: 60px;
	position: absolute;
	top: 70px;
	width: 220px;
}
#exploration-circle .icons.v1,
#exploration-circle .icons.v3 { background-position: -220px 0; }
#exploration-circle .icons.v2,
#exploration-circle .icons.v4 { background-position: -440px 0; }
/*#exploration-circle .icons.v3 { background-position: -660px 0; }*/
#exploration-circle .sections {
	background: transparent url(../images/infographic-circle-sections2.png) 341px 0 no-repeat;
	height: 345px;
	left: 0;
	position: absolute;
	top: 0;
	width: 340px;
	z-index: 5;
}
#exploration-circle .sections.v1 { background-position: -680px 0; }
#exploration-circle .sections.v2 { background-position: 0 0; }
#exploration-circle .sections.v3 { background-position: -1020px 0; }
#exploration-circle .sections.v4 { background-position: -1360px 0; }
#exploration-circle .breakdown {
	height: 345px;
	left: 0;
	position: absolute;
	top: 0;
	width: 340px;
	z-index: 10;
}
#exploration-circle .breakdown div { position: absolute; }
#exploration-circle .breakdown .v1 { height: 127px; left: 250px; top: 34px; width: 78px; }
#exploration-circle .breakdown .v2 { height: 64px; left: 171px; top: 15px; width: 80px; }
#exploration-circle .breakdown .v3 { height: 122px; left: 77px; top: 206px; width: 250px; }
#exploration-circle .breakdown .v4 { height: 191px; left: 14px; top: 15px; width: 157px; }


/* TIMELINE ----------------------------- */
body.timeline { background-color: #000 !important; }
body.timeline #wrapper > header {
	background-color: #ece7d9;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	height: 105px;
	padding: 30px 0 0;
	position: fixed;
	top: 0;
}
body.timeline #wrapper > header nav { top: 30px; }
#timeline { color: #fff; padding: 148px 0 70px; z-index: 1; }
#timeline-bg {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#timeline .decades {
	background: transparent url(../images/timeline-decades.png) 380px 95px no-repeat;
	position: relative;
}
#timeline section { padding: 0; position: relative; }
#timeline section header {
	background-color: #c9502a;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	color: #fff;
	height: 35px;
	left: 0;
	padding: 5px 0 0 20px;
	position: absolute;
	top: 0;
	vertical-align: bottom;
	width: 360px;
	z-index: 5;
}
#timeline section header.fixed { position: fixed; top: 148px; }
#timeline section header.pushbottom { bottom: 0px; position: absolute; top: auto; }
#timeline section header h2 {
	display: inline-block;
	font-size: 26px;
	line-height: 1em;
	padding: 1px .2em 0 0;
}
#timeline section header h3 {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
#timeline section > div p {
	max-width: 630px;
	padding: 20px 20px 0;
}
#timeline section ul {
	list-style: none;
	position: relative;
}
#timeline section ul li {
	background: transparent url(../images/timeline-markers.png) 0 0 no-repeat;
	font-size: 11px;
	line-height: 1em;
	position: absolute;
}
#timeline section ul li.other {
	background-position: 303px 0;
	left: 0;
	padding: 0 112px 0 20px;
	text-align: right;
	width: 248px;
}
#timeline section ul li.other strong {
	display: inline-block;
	position: absolute;
	right: 82px;
	font-size: 11px;
}
#timeline section ul li.termo {
	background-position: -80px 0;
	left: 390px;
	padding-left: 120px;
	width: 400px;
}
#timeline section ul li.termo.decade {
	background-position: -116px 0;
	left: 426px;
	padding-left: 84px;
}
#timeline section ul li.termo strong {
	color: #e6bb25;
	display: inline-block;
	font-size: 16px;
	left: 80px;
	position: absolute;
}
#timeline section ul li.termo.decade strong { left: 44px; }

/* decade = 260px tall */
/* 5 year gap = 130 */
/* 2 year gap = 52 */
/* 1 year gap = 26 */
#timeline .era1 div { height: 255px; padding: 45px 0 0; }
#timeline .era2 { background: transparent url(../images/timeline-industryvstermo.png) 170px 70px no-repeat; padding: 95px 0 0; }
#timeline .era2 ul { display: block; height: 519px; }
#timeline .era2 .y1921 { top: 47px; }
#timeline .era2 .y1922 { top: 73px; }
#timeline .era2 .y1923 { top: 99px; }
#timeline .era2 .y1924 { top: 125px; }
#timeline .era2 .y1925 { top: 151px; }
#timeline .era2 .y1926 { top: 177px; }
#timeline .era2 .y1927 { top: 203px; }
#timeline .era2 .y1928 { top: 229px; }
#timeline .era2 .y1929 { top: 255px; }
#timeline .era2 .y1930 { top: 281px; }
#timeline .era2 .y1931 { top: 307px; }
#timeline .era2 .y1932 { top: 333px; }
#timeline .era2 .y1933 { top: 359px; }
#timeline .era2 .y1934 { top: 385px; }
#timeline .era2 .y1935 { top: 411px; }
#timeline .era2 .y1936 { top: 437px; }
#timeline .era2 .y1937 { top: 463px; }
#timeline .era2 .y1938 { top: 489px; }

#timeline .era3 ul { height: 1664px; }
#timeline .era3 .y1941 { top: 48px; }
#timeline .era3 .y1942 { top: 74px; }
#timeline .era3 .y1947 { top: 204px; }
#timeline .era3 .y1949 { top: 256px; }
#timeline .era3 .y1953 { top: 360px; }
#timeline .era3 .y1960 { top: 542px; }
#timeline .era3 .y1962 { top: 594px; }
#timeline .era3 .y1966 { top: 698px; }
#timeline .era3 .y1968 { top: 750px; }
#timeline .era3 .y1969 { top: 776px; }
#timeline .era3 .y1970 { top: 802px; }
#timeline .era3 .y1973 { top: 880px; }
#timeline .era3 .y1975 { top: 932px; }
#timeline .era3 .y1977 { top: 984px; }
#timeline .era3 .y1981 { top: 1088px; }
#timeline .era3 .y1982 { top: 1114px; }
#timeline .era3 .y1985 { top: 1192px; }
#timeline .era3 .y1986 { top: 1218px; }
#timeline .era3 .y1987 { top: 1244px; }
#timeline .era3 .y1988 { top: 1270px; }
#timeline .era3 .y1989 { top: 1296px; }
#timeline .era3 .y1990 { top: 1322px; }
#timeline .era3 .y1992 { top: 1374px; }
#timeline .era3 .y1997 { top: 1504px; }
#timeline .era3 .y1998 { top: 1530px; }
#timeline .era3 .y1999 { top: 1556px; }
#timeline .era3 .y2000 { top: 1582px; }
#timeline .era3 .y2002 { top: 1634px; }

#timeline .era4 ul { height: 250px; }
#timeline .era4 .y2003 { top: -4px; }
#timeline .era4 .y2004 { top: 22px; }
#timeline .era4 .y2005 { top: 48px; }
#timeline .era4 .y2006 { top: 74px; }
#timeline .era4 .y2007 { top: 100px; }
#timeline .era4 .y2008 { top: 126px; }
#timeline .era4 .y2009 { top: 152px; }
#timeline .era4 .y2010 { top: 178px; }
#timeline .era4 .y2011 { top: 204px; }


/* ASIDE -------------------------------- */
aside {
	background-color: rgba(0,0,0,0.7) !important;
	background-color: #3c3c3c;
	background-image: url(../images/aside-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	color: #fff;
	position: relative;
	width: 320px;
}
aside .inner { padding: 20px; }
aside header {
	background: transparent url(../images/aside-ribbon.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 86px;
	position: absolute;
	right: -4px;
	top: -4px;
	width: 146px;
}
aside header span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	left: 25px;
	position: absolute;
	text-align: center;
	text-shadow: rgba(0,0,0,0.75) 0 2px 4px;
	top: 26px;
	-webkit-transform: rotate(31deg);	
	-moz-transform: rotate(31deg);
	-ms-transform: rotate(31deg);
	-o-transform: rotate(31deg);
	transform: rotate(31deg);
	text-transform: uppercase;
	width: 125px;
}
aside h1 { font-size: 24px; line-height: 1em; }
aside h2 { font-size: 18px; line-height: 1em; }
aside h3 { font-size: 10px; font-weight: normal; line-height: 1em; padding: .25em 0 0; text-transform: uppercase; }
aside h1.top,
aside h2.top { padding-right: 75px !important; }
aside h3.top { padding-right: 60px !important; }
aside p {
	font-size: 11px;
	line-height: 16px;
	padding: 1em 0 0;
}
aside a.action { margin-top: 1em; }
#fullgraphic aside {
	background-color: rgba(236,231,217,0.7) !important;
	background-color: #ece7d9;
	background-image: url(../images/aside-bg-light.png);
	color: #363636;
	left: 0;
	position: absolute;
	top: 135px;
}


/* HOME --------------------------------- */
#home {
	background: transparent url(../images/homecontent-bg.png) 0 0 repeat-y;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
	margin: 0 0 0 auto;
	overflow: hidden;
	width: 660px;
}
#home section {
	float: left;
	padding: 15px;
	text-align: left;
	width: 420px;
}
#home section h1 {
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
}
#home section p {
	line-height: 1.333em;
	padding: 15px 0 0;
}
#home nav {
	float: left;
	text-align: left;
	padding: 25px 15px 15px;
	width: 180px;
}
#home nav li {
	display: block;
	padding: 0 0 15px;
}
#home nav li a { color: #fff; }
#home nav li a p {
	font-size: 10px;
	line-height: 12px;
}
#home nav li a header {
	display: table;
	margin: 0 0 5px;
	overflow: hidden;
	width: 100%;
}
#home nav li a header div {
	background-color: transparent;
	border: 3px solid #fff;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	color: #fff;
	display: block;
	float: left;
	font-size: 9px;
	height: 27px;
	line-height: 12px;
	margin: 0 4px 0 0;
	padding: 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: border-color 0.33s, background-color 0.33s;
	-moz-transition: border-color 0.33s, background-color 0.33s;
	-o-transition: border-color 0.33s, background-color 0.33s;
	transition: border-color 0.33s, background-color 0.33s;
	width: 32px;
}
#home nav li a header div span {
	color: #c9502a;
	display: block;
	font-size: 17px;
	-webkit-transition: color 0.33s;
	-moz-transition: color 0.33s;
	-o-transition: color 0.33s;
	transition: color 0.33s;
}
#home nav li a header strong {
	display: table-cell;
	font-size: 11px;
	line-height: 13px;
	vertical-align: middle;
	width: 100%;
}
#home nav li a:hover { color: #c9502a; }
#home nav li a:hover header div { background-color: #c9502a; border-color: #c9502a; color: #fff; }
#home nav li a:hover header div span { color: #363636; }



/* MEDIA-QUERY CHANGES ------------------ */

/* MEDIUM & SMALL */
@media screen and (max-width: 1000px) {
	
	#content.home { text-align: left; }
	#wrapper > header nav,
	body.timeline #wrapper > header nav { position: relative; text-align: left; top: 0; }
	article { float: none; width: 100%; }
	#fullgraphic { position: relative; }
	#fullgraphic > header {
		height: 40px;
		left: 0;
		position: absolute;
		top: 13px;
		width: 100%;
	}
	#fullgraphic aside {
		background: #363636 !important;
		color: #fff;
		top: 53px;
		width: 100%;
		z-index: 50;
	}
	#fullgraphic aside header { display: none; }
	#fullgraphic-keyfacts dd { color: #c9502a; }
	
	#timeline-bg { display: none; }
	body.timeline #wrapper > header {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: 173px;
		position: relative;
	}
	#timeline {
		background: #000 url(../images/timeline-bgfull.jpg) 0 0 no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		margin: 20px 0 0;
		padding: 0 0 70px;
	}
	#timeline > header { margin: 0 0 20px; position: relative; top: auto; }
	#timeline > header div { margin: 0; }
	#timeline .era1 div { height: auto; padding: 0 0 20px; }
	#timeline > section header { position: relative; }
	#timeline .decades { background: none; }
	#timeline section ul li {
		background: transparent;
		font-size: 11px;
		line-height: 1em;
		padding: 0 0 10px 45px !important;
		position: relative !important;
		top: auto !important;
	}
	#timeline section ul li.other {
		left: auto;
		text-align: left;
		width: auto;
	}
	#timeline section ul li.other strong {
		display: inline-block;
		font-size: 13px;
		left: 0;
		position: absolute;
		right: auto;
	}
	#timeline section ul li strong:before { content: "\25CF"; display: inline-block; padding-right: .25em; }
	#timeline section ul li.termo,
	#timeline section ul li.termo.decade {
		left: 0;
		width: auto;
	}
	#timeline section ul li.termo strong {
		color: #e6bb25;
		display: inline-block;
		font-size: 13px;
		left: 0;
		position: absolute;
	}
	#timeline section ul li.termo.decade strong { left: 0; }
	#timeline section ul { height: auto !important; }
	#timeline .era2 { background: transparent url(../images/timeline-industryvstermo-small.png) 20px 70px no-repeat; padding: 60px 0 0; }
}

/* MEDIUM (>=641 & <=1000) */
@media screen and (min-width: 641px) and (max-width: 1000px) {
	
	#logo-80 {
		background-image: url(../images/termo80_tablet.png);
		height: 64px;
		left: 158px;
		top: -14px;
		width: 54px;
	}
	
	#content { padding: 223px 0 70px; } /* top and bottom spacing for header and footer */
	#wrapper > header nav {
		background-color: rgba(255,255,255,0.9) !important;
		background-color: #fafafa;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		margin: 20px 0 0;
		padding: 25px 0 12px;
	}
	#wrapper > header nav > ul { padding: 0 0 0 20px; }
	#wrapper > header nav > ul a {
		margin-right: -4px;
		padding: 0 25px 0 12px;
	}
	#home {
		background-position: -10px 0;
		margin: 0;
		width: 640px;
	}
	#home section { width: 410px; }
	#home nav { width: 170px; }
	article > section { width: 460px; }
	article > section .inner { padding: 15px 20px; }
	nav.paging { padding: 15px 20px; width: 420px; }
	#fullgraphic { width: 640px; }
	#fullgraphic > header div,
	#timeline > header div {
		-webkit-box-shadow: -4px 4px 8px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: -4px 4px 8px 0px rgba(0,0,0,0.5);
		box-shadow: -4px 4px 8px 0px rgba(0,0,0,0.5);
		position: relative;
	}
	#fullgraphic > header h1,
	#timeline > header h1 { padding: 0 12px 0 20px; }
	#fullgraphic aside h2 { font-size: 16px; }
	#fullgraphic aside .inner {
		overflow: hidden;
		padding: 15px 0 10px 20px;
		width: 620px;
	}
	#fullgraphic aside .inner > div { float: left; width: 68%; }
	#fullgraphic aside .inner > div#fullgraphic-keyfacts { width: 32%; }
	#fullgraphic-keyfacts dl { padding: 1.8em 0 1em; }
	#fullgraphic-keyfacts dt { width: 75% }
	#fullgraphic-keyfacts dd { width: 25% }
	#fullgraphic-legend li { width: 33.333%; }
	#fullgraphic-slides .graphic { padding: 192px 0 20px; }
	#fullgraphic-slides.strategy .graphic { padding: 75px 0 20px; }
	#fullgraphic-slides .west .graphic,
	#fullgraphic-slides .rockies .graphic,
	#fullgraphic-slides .midcontinent .graphic { background-position: center 192px; }
	#timeline section ul { padding: 60px 20px 20px; }
}

/* SMALL (<= 640) */
@media screen and (max-width: 640px) {
	
	html, body { height: auto !important; }
	#wrapper { height: auto !important; }
	#content { overflow: visible; padding: 0; }
	a#backtotop { padding: 4px 10px; }
	a#logo {
		background-image: url(../images/logo-small.png);
		background-position: center bottom;
		height: 35px;
		position: absolute;
		right: 0;
		top: 5px;
		width: 105px;
		z-index: 8888;
	}
	a#logo:hover { background-position: center top; }	
	#logo-80,
	.timeline #logo-80 {
		background-image: url(../images/termo80_mobile.png);
		height: 54px;
		left: auto;
		right: 15px;
		top: 60px;
		width: 46px;
	}
	#wrapper > header,
	body.timeline #wrapper > header {
		background-color: rgba(0,0,0,0.8) !important;
		background-color: #282828;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		margin: 0 0 20px;
		padding: 13px 0 9px;
		position: relative;
		top: 0;
	}
	body.timeline #wrapper > header nav { top: 0; }
	#wrapper > header nav li.sec {
		border: none;
		display: block;
		height: auto !important;
		padding: 0 0 2px;
	}
	#wrapper > header nav li.sec > a {
		color: #bab9b7;
		display: inline-block;
		font-size: 21px;
		font-weight: bold;
		padding: 0 0 0 10px;
	}
	#wrapper > header nav li.active > a { color: #c9502a !important; }
	#wrapper > header nav li.sec ul { display: none; padding: 0 0 3px; }
	#wrapper > header nav li.sec li a {
		color: #fff;
		display: inline-block;
		font-size: 12px;
		margin: 1px 0 0;
		padding: 0 14px 0 18px;
	}
	#wrapper > header nav li.sec li.active a,
	#wrapper > header nav li.sec li a:hover { background-color: #c9502a; color: #fff !important; }
	#wrapper > footer ul li a span { top: 1px; }
	#wrapper > footer {
		height: auto !important;
		margin: 20px 0 0;
		overflow: visible;
		position: relative;
	}
	#wrapper > footer ul {
		margin-left: 10px;
		padding: 10px 0 0;
		position: static;
		text-align: left;
	}
	#wrapper > footer ul li { padding: 0 10px; }
	#wrapper > footer ul li a { height: 25px; line-height: 25px; }
	#wrapper > footer p {
		display: block;
		font-size: 10px;
		height: 30px;
		line-height: 20px;
		padding: 0 10px;
		text-transform: uppercase;
	}
	#home {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		overflow: visible;
		width: 100%;
	}
	#home section {
		background-color: rgba(255,255,255,0.9) !important;
		background-color: #fafafa;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		float: none;
		margin: 0 0 10px;
		padding: 15px 0;
		width: 100%;
	}
	#home section h1 { font-size: 18px; padding: 0 10px; }
	#home section p { padding: 15px 10px 0; }
	#home nav {
		background-color: rgba(0,0,0,0.7) !important;
		background-color: #3c3c3c;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
		float: none;
		padding: 15px 0;
		width: 100%;
	}
	#home nav li { padding: 0 10px 15px; }
	#home nav > a { margin-left: 10px; }
	article > section,
	aside { width: 100%; }
	article > section .inner { padding: 15px 10px; }
	aside .inner { padding: 20px 20px 15px 10px; }
	aside > header { overflow: hidden; right: 0; width: 142px; }
	nav.paging { padding: 15px 10px; width: auto; }
	#fullgraphic { padding: 70px 0 0; }
	#fullgraphic > header,
	#timeline > header { top: 0; }
	#fullgraphic > header,
	#fullgraphic > header div,
	#timeline > header,
	#timeline > header div { height: auto; }
	#fullgraphic > header h1,
	#timeline > header h1 { display: block; padding-left: 10px; }
	#fullgraphic > header nav,
	#timeline > header nav { display: block; padding-left: 2px; }
	#fullgraphic > header nav ul,
	#timeline > header nav ul { margin: 0 0 9px; }
	#fullgraphic > header nav li,
	#timeline > header nav li { font-size: 11px; }
	#fullgraphic aside { position: static; }
	#fullgraphic-slides .graphic { padding: 20px 0; width: 100%; }
	#fullgraphic-slides.strategy .graphic .info { float: none; margin: 0 10px; width: auto; }
	#fullgraphic-slides.strategy .graphic .diagram { display: none; }
	#fullgraphic-slides .graphic > img { max-width: 600px; width: 100%; }
	#fullgraphic-slides .all .graphic,
	#fullgraphic-slides .west .graphic,
	#fullgraphic-slides .rockies .graphic,
	#fullgraphic-slides .midcontinent .graphic { background-position: center 20px; }
	#fullgraphic-slides .all .graphic { background-image: url(../images/map-all-small.png); height: 190px; }
	#fullgraphic-slides .all .graphic nav { display: none; }
	#fullgraphic-slides .west .graphic { background-image: url(../images/map-west-small.png); height: 627px; }
	#fullgraphic-slides .rockies .graphic { background-image: url(../images/map-rockies-small.png); height: 973px; }
	#fullgraphic-slides .midcontinent .graphic { background-image: url(../images/map-midcontinent-small.png); height: 776px; }
	#fullgraphic-slides .graphic table.interactive tr.active td,
	#fullgraphic-slides .graphic table.interactive tr:hover td { background-color: transparent; color: #c2c0bd; }
	#fullgraphic-slides .graphic table.interactive tr.special.active td,
	#fullgraphic-slides .graphic table.interactive tr.special:hover td { background-color: transparent; color: #e6bb25; }
	#timeline section header { width: 100%; padding-left: 0; }
	#timeline section header h2 { padding-left: 10px; }
	#timeline section > div p { padding: 20px 10px; }
	#timeline section ul { padding: 60px 10px 20px; }
	#timeline .era2 { background-position: 10px 70px; }
}


/*
Background Stretcher jQuery Plugin
© 2009 ajaxBlender.com
*/
.bgstretcher {
	background: #ccc;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}