/* ============================================================================== */
/* = Available Font Families:  KnowledgeMedium, KnowledgeBold, KnowledgeRegular = */
/* ============================================================================== */
html {
  color: #666;
  height: auto;
  font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
}
html.home {
    overflow-y: -moz-scrollbars-vertical !important;
    overflow-y: scroll !important;
}

#oo_tab {
    display: none !important;
}

body {
  color: #666;
  height: auto;
  /*  overflow: auto;
*/
  background: #fff !important;
}
.ie9 body {
/*    overflow-y: -moz-scrollbars-vertical !important;
    overflow-y: scroll !important;
*/}
.iOS body {
  overflow: auto;
}
html.home {
  height: 100%;
  overflow: hidden;
}
body.home {
  background: #FFF;
  height: 100%;
}
html.home.ie8,
.home.ie8 body,
html.home.ie7,
.home.ie7 body {
  overflow: hidden;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
a.closeButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px 10px 10px;
  margin: 0 10px 0 0;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  background: url("../img/icons/bio-close-x.png") no-repeat scroll right center #CCC;
  z-index: 1;
}


.biocontent a.closeButton {
    position: absolute;
    right: auto;
    top: auto;
    left: 735px;
    bottom: 0px;
}

#map a.closeButton {
    top: 13px;
}

#footerContent a.closeButton {
    right: 0;
    top: 10px;
}

.financial .disclaimerDiv a.closeButton,
.financial .footnotesDiv a.closeButton {
    background: url("../img/icons/close-x-white.png") no-repeat scroll right center #1A1A1A;
    color: #FFF;
    top: 10px;
}

.ie7 #shareholderLetter #map a.closeButton {
    position: static;
    width: auto;
    text-align: right;
}

#header .headerLinks a:hover {
  color: #F18517 !important;
}
#overviewLinks a:hover {
  color: #F18517 !important;
}
ul {
  float: left;
}
.clear {
  clear: both;
}
#bodywrap {
  width: 960px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  overflow: visible;
  
  -moz-box-shadow: 0px 0px 30px rgba(0,0,0, .20);
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0, .20);
  box-shadow: 0px 0px 30px rgba(0,0,0, .20);
}


.ie8 #bodywrap,
.ie7 #bodywrap {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.ie8 .home #bodywrap,
.ie7 .home #bodywrap {
    border: none;
}


#bodyShadowLeft, .ie8 .home #bodyShadowLeft, .ie7 #bodyShadowLeft {
    display: none;
}

.ie8 #bodyShadowLeft {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1px;
    background: #FFF;
    display: block;
    margin-left: -10px;
    z-index: -1;
}


.leadership #content {
    visibility: hidden;
    padding-bottom: 0;
}
.ie7 .leadership #content {
/*    visibility: visible;*/
}


.home #bodywrap {
  height: 100%;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logo {
  position: absolute;
  right: 25px;
  top: 10px;
}

#content {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.iOS #content {
	padding-top: 130px;
}

#content.customerStory {
    padding-bottom: 0px;
}
#content b {
	font-weight: bold;
}
/*.ie7 #content {
  padding-top: 0;
  margin-top: 60px;
}*/

/* ========== */
/* = Footer = */
/* ========== */
#footer {
  width: 960px;
  background: #333333;
  height: 52px;
  z-index: 10001;
  position: relative;
  display: block;
}
#footer li {
  float: left;
  font-size: 11px;
  margin-right: 12px;
  color: #999;
}
#footer li.icon {
    margin-right: 0;
}
#footer li a {
  color: #999;
  display: block;
  outline: none;
}
#footer li a:hover {
  text-decoration: underline;
}
#footer li a.icon {
  text-indent: -9999px;
  display: block;
  margin-top: -2px;
}

#footer li a.facebook {
    width: 13px;
    height: 14px;
  background: url('../img/icons/facebook.png') no-repeat left top;
}
#footer li a.twitter {
    width: 13px;
    height: 14px;
  background: url('../img/icons/twitter.png') no-repeat left top;
}
#footer li a.gplus {
    width: 13px;
    height: 14px;
    background: url('../img/icons/gplus.png') no-repeat left top;
}
#footer li a.linkedin {
    width: 13px;
    height: 14px;
    background: url('../img/icons/linkedin.png') no-repeat left top;
}

#footer ul {
  position: absolute;
  top: 21px;
  left: 500px;
}

#footer ul.right {
    right: 20px;
    left: auto;
}
#footer ul.right li {
    margin: 0;
}
#footerWrap {
  width: 960px;
  overflow: hidden;
  position: relative;
}
.home #footerWrap {
  position: absolute;
  bottom: 0;
  width: 960px;
}
.home.ie8 #footerWrap {
  bottom: -6px;
}


#footerMenu {
  position: relative;
  z-index: 10000;
  height: 0;
}

.home #footerMenu,
.story #footerMenu {
    background: url('../img/_home-carousel/checker_full.png') no-repeat scroll 0 0;
}

.leadership #footerMenu,
.stories #footerMenu,
.financial #footerMenu {
    background: #F2F2F2;
}

#footerMenu .column {
  width: 220px;
  float: left;
  margin-right: 90px;
  font-size: 14px;
  line-height: 1.2;
}
#footerMenu .column.leading {
  width: 200px;
  margin-left: 20px;
}
#footerMenu .column.leading a {
  color: #F18517;
  text-decoration: none;
}
#footerMenu .column.video p {
    background: url('../img/_footer/footer-video-button.png') no-repeat top left transparent;
    padding-top: 25px;
    margin-top: 10px;
}
.footerButton, #footerClose {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10002;
  width: 150px;
  height: 52px;
}
.footerButton#foundation {
	left: 150px;
	top: 0;
}
.footerButton#responsibility {
	left: 331px;
	top: 0;
}
.home .footerButton {
  top: 74px;
}
#footerContent {
  width: 930px;
  position: absolute;
  top: 52px;
  height: 100%;
  background: #F2F2F2;
  padding: 20px 10px 0 20px;
}
#footerLeftCol, #footerRightCol {
  float: left;
  height: 100%;
  position: relative;
}
#footerContent .column {
/*  width: 205px;
*/}
#footerContent .column li {
    float: left;
}
#shareholderLetter  #footerContent .column ul li {
    background: none;
}
#shareholderLetter #footerContent p {
    font-family: 'KnowledgeMedium', Arial, Verdana, sans-serif;
}
#footerContent .column li.image {
    margin-right: 5px;
    background: none;
}
#footerContent h2 {
  font-size: 18px;
  margin: 0 0 17px;
  line-height: 1.2;
}
#footerContent .column a.trust {
    width: 84px;
    display: block;
    line-height: 1.2;
}

#footerContent .column a.closeButton {
    display: none;
}
#footerContent .column a.pdf {
  background: url('../img/_footer/footer-download-arrow.png') no-repeat top left transparent;
/*  margin: 0 0 25px 0;*/
  padding: 30px 0 0 0;
  font-size: 14px;
  display: block;
  width: 84px;
  line-height: 1.2;
}
#footerContent .column a.pdf:hover,
#footerContent .column a.trust:hover {
    text-decoration: underline;
}
#footerContent .column a span {
  color: #999;
  display: block;
}
.nextPanel {
  display: none;
}

.tabShadow {
    -moz-box-shadow: 0 -3px 3px rgba(0,0,0, .1);
    -webkit-box-shadow: 0 -3px 3px rgba(0,0,0, .1);
    box-shadow: 0 -3px 3px rgba(0,0,0, .1);
    z-index: 56;
    position: relative;
}

.ie7 .tabShadow,
.ie8 .tabShadow {
    border-top: 1px solid #e5e5e5;
}

.ie7 .tabShadowInset,
.ie8 .tabShadowInset {
    border-top: 1px solid #e5e5e5;
}

.tabShadowInset {
    -moz-box-shadow: inset 0 3px 3px rgba(0,0,0, .1);
    -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0, .1);
    box-shadow: inset 0 3px 3px rgba(0,0,0, .1);
}



/* =============================== */
/* = Feature Page Content Styles = */
/* =============================== */
#flashVideo {
  width: 960px;
  height: 540px;
  position: relative;
}

#flashVideoSmall {
    width:720px;
    height: 405px;
    float: right;
}

.ie7 #flashVideoPlayer #altContent,
.ie8 #flashVideoPlayer #altContent {
    display: block !important;
}

#flashVideoPlayer video {
    display: none;
}
#iOSvideoPoster {
    position: absolute; 
    left: 0; top: 0;
    display: none;
}

.financial #iOSvideoPoster {
    right: 0;
    left: auto;
}

#pageContent {
  position: relative;
}
#pageContent .personInfo {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 220px;
  font-size: 12px;
  margin-top: -7px;
}
#pageContent .personInfo div {
  margin-bottom: 8px;
}

#pageContent .personInfo .infoPerson {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 2px;
}
#pageContent .personInfo .infoTitle {
    color: #999;
  /* empty */
}
#pageContent .personInfo .infoCity {
  /* empty */
  color: #999;
}
#pageContent .personInfo .infoCompany {
  font-size: 20px;
  font-family: 'KnowledgeMedium', Arial, Verdana, sans-serif;
  margin-bottom: 2px;
  line-height: 22px;
  letter-spacing: 1px;
}
#pageContent .nextVideo {
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  width: 150px;
  height: 60px;
  background: url('../img/_customer-stories/feature-nextvideo.png') right top;
}
#pageContent h2 {
  font-size: 34px;
  vertical-align: top;
  margin: 15px 0 20px 335px;
  height: 80px;
  float: left;
}
#pageContent .writtenParagraph {
    margin-left: 320px;
    display: block;
    margin-bottom: 80px;
}

#pageContent .intro {
  clear: left;
  margin-bottom: 65px;
  -webkit-font-smoothing: antialiased;
}
#pageContent .intro .col2-left {
  width: 300px;
  margin: 0 20px 0 10px;
  float: left;
}

#pageContent .intro .col2-left img {
    display: block;
    background: #CCCCCC;
}


#pageContent .intro .col2-left p {
  font-size: 12px;
  margin: 15px 0 10px;
  width: 220px;
}
a.feature-arrow {
  color: #F18517;
  font-size: 14px;
  font-family: 'KnowledgeBold', Arial, Verdana, sans-serif;
  text-decoration: none;
  padding: 0 17px 0 0;
  background: url('../img/icons/featurearrow.png') right 5px no-repeat;
  display: block;
}
/*.col2-left a.feature-arrow.mjf {
    display: block;
    background: url('../img/icons/featurearrow.png') right 2px no-repeat;
}
*/
.col2-left a.feature-arrow {
    display: inline;
}
#pageContent .intro .col2-right {
  float: left;
  width: 535px;
}

#pageContent .intro .col2-right p.opening {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-family: 'KnowledgeLight','KnowledgeRegular', Arial, Verdana, sans-serif;
    margin-top: -6px;
}

#pageContent .intro .col2-right p.opening a {
    text-decoration: underline;
}

#pageContent .storyContent ul.numberCols {
    margin-right: 10px;
    width: 100%;
}

#pageContent .storyContent .numberCols li {
    line-height: 1.2;
    width: 230px;
    margin-left: 10px;
    display: block;
    font-size: 12px;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
}

#pageContent .storyContent .numberCols li.right {
    margin-right: 0;
    width: 249px;
}

.lloyds #pageContent .storyContent .numberCols li {
    width: 290px;
    float: left;
}

#pageContent .storyContent .numberCols li h3 {
    font-size: 60px;
    font-weight: 400;
    color: #666;
    font-family: 'KnowledgeLight', 'KnowledgeRegular', Arial, Verdana, sans-serif;
    letter-spacing: -3px;
    float: left; 
}

#pageContent .storyContent .numberCols li span {
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
    margin-left: 10px;
    display: block;
    float: left;
    margin-top: 21px;
}

.ie8 #pageContent .storyContent .numberCols li span,
.ie7 #pageContent .storyContent .numberCols li span {
    margin-top: 19px;
}

#pageContent .storyContent .numberCols li span.oneLine {
    margin-top: 40px;
}
#pageContent .storyContent .numberCols li span.oneLine.left {
    margin-left: 0;
    margin-top: 39px;
}
#pageContent .storyContent .numberCols li h3 small.number {
    display: block;
    float: left;
    font-family: "KnowledgeLight", Arial, Verdana, sans-serif;
    font-size: 25px;
    margin: 7px 4px 0 0;
}

#pageContent .storyContent .numberCols li h3 small {
    font-size: 25px;
    vertical-align: super;
}
#pageContent .storyContent .numberCols li p {
    clear: both;
    width: 220px;
}

.maxim #pageContent .storyContent ul.numberCols {
    float: left;
    margin-left: 80px;
    width: 220px;
    margin-right: 20px;
}

.maxim #pageContent .storyContent li {
}

.maxim #pageContent .colRight {
    width: 600px;
    float: left;
}
p.photoCaption {
    font-size: 12px;
    width: 220px;
    margin: 10px 0 50px 0;
}

.mjf #pageContent .storyContent ul.numberCols,
.nike #pageContent .storyContent ul.numberCols {
    width: 520px;
    margin-left: 10px;
}

.mjf #pageContent .storyContent ul.numberCols li,
.nike #pageContent .storyContent ul.numberCols li,
.agco #pageContent .storyContent ul.numberCols li {
    float: left;
}

.agco #pageContent .storyContent ul.numberCols li {
    width: 212px;
}
.agco #pageContent .storyContent ul.numberCols li.last {
    margin-right: 0;
}
.mjf .middle_right {
    width: 380px;
    float: right;
    margin: 0 10px 0 0;
}

.mjf .bottom_left,
.lloyds .bottom_left {
    float: left;
    margin: 0 0 0 10px;
}

.mjf .bottom_right,
.lloyds .bottom_right {
    float: right;
    margin-right: 10px;
}

.nike #pageContent .storyContent ul.numberCols {
    margin-top: 120px;
    margin-left: 50px;
}

.nike .bottom_left {
    float: left; 
    margin-left: 10px;
}

.nike .bottom_right {
    float: right;
    margin-right: 10px;
}

.agco .middle_left,
.agco .bottom_left {
    float: left;
    margin-left: 10px;
}
.agco .middle_right {
    float: right;
    margin-right: 10px;
}


/* ================= */
/* = HEADER STYLES = */
/* ================= */
#header {
  width: 100%;
  height: 60px;
  position: relative;
  background: #FFF;
  overflow: visible !important;
}
.iOS #header {
	height: 130px;
	position: static;
}
.ie7 #header.shadow, .ie8 #header.shadow {
    border-bottom: 1px solid #efefef;
}
#header.shadow {
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0, .20);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0, .20);
  box-shadow: 0px 3px 3px rgba(0,0,0, .20);
}
.L2Page #header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.L2Page.story #header {
	width: 960px;
	position: relative;
	border-bottom: 1px solid #E9E9E9;
	padding: 0 120px;
}
.home #header {
  height: 130px;
}
.siteTitle {
  font-size: 12px;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 0;
  width: 160px;
}
/*
.story .siteTitle {
	margin-left: 20px;
}
*/
.L2Page .siteTitle a {
  background: url("../img/icons/headerDropdownArrow_off.png") no-repeat scroll 115px -1px transparent;
  width: 160px;
  display: block;
  color: #666 !important;
}
.L2Page .siteTitle a.off {
  background: none;
}
.headerLinks {
  margin-top: 22px;
  margin-left: 30px;
}
.home .headerLinks li {
    height: 25px;
    display: block;
}
.headerLinks li {
  height: 0;
  display: none;
}
.iOS .headerLinks li {
	height: 25px !important;
	display: block !important;
	opacity: 1 !important;
}
.headerLinks li.current {
    display:block;
    height: 25px;
}
.headerLinks li.hidden {
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.headerLinks li.current a {
  /*    color: #F18517;*/

}
.headerLinks li#stories img {
  visibility: hidden;
}
.home .headerLinks li#stories img {
  visibility: visible;
}
#headerDropdown {
  width: 100%;
  height: 0;
  background: #f2f2f2; /* Stays F5F5F5 */
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0, .20);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0, .20);
  box-shadow: 0px 2px 3px rgba(0,0,0, .20);
}

.ie8 #headerDropdown,
.ie7 #headerDropdown {

}

#headerDropdown #dropdownContent {
  width: 800px;
  margin: 0 auto;
  padding-left: 160px;
}
#headerDropdown #dropdownContent ul {
  margin-right: 0;
}

#dropdownContent .img_grayscale {
    opacity: 0;
}

#dropdownContent span.heavy {
    font-family: 'KnowledgeMedium', Arial, Verdana, sans-serif;
    color: #333;
}


/* ============== */
/* = Financial  = */
/* ============== */
.financial #content {
  padding-bottom: 0;
  min-height: 687px;
}

.financial ul.links {
  display: block;
  float: none;
  margin-top: 60px;
}

.financial ul.links li {
  float: left;
  position: relative;
}

.ie7 .financial ul.links > li {
  margin-top: 60px;
}

.financial ul.links li.overview {
/*    position: absolute;
    top: 0;
    left: 0;
    z-index: 73;*/
}
.financial ul.links li a.financialLinks {
  float: left;
  width: 225px;
  padding-left: 15px;
  padding-top: 21px;
  font-size: 18px;
  height: 39px;
  position: relative;
}
.financial ul.links li.current a,
.financial ul.links li a.financialLinks:hover {
  background: #F2F2F2;
  z-index: 60;
}
.financial ul.subMenu {
  padding: 25px 15px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 210px;
  height: auto;
  background: #F2F2F2;
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0, .20);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0, .20);
  box-shadow: 0px 3px 3px rgba(0,0,0, .20);
  display: none;
  z-index: 60;
}

.ie9 .financial ul.subMenu,
.ie8 .financial ul.subMenu,
.ie7 .financial ul.subMenu {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.financial ul#subMenu-reconciliations {
    left: 0px;
}
.financial ul.subMenu li {
  margin-bottom: 15px;
  display: block;
  width: 205px;
}
.financial ul.subMenu li a {
  font-size: 13px;
  line-height: 1.2;
  width: 205px;
  display: block;
}
.financial ul.subMenu li a:hover {
  color: #F18517 !important;
}
.financial ul.subMenu li a.current {
  color: #F18517 !important;
}
.financial ul.panels {
  min-height: 567px;
  width: 960px;
  background: #F2F2F2;
  background: #F2F2F2;
  float: none;
}
.financial ul.panels li {
  display: none;
  overflow: hidden;
}
.financial ul.panels li.current {
  display: block;
}
.financial ul.panels li .title {
  margin: 0 10px;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
  position: relative;
  height: 60px;
  width: 780px;
}
.financial ul.panels li .title.wide {
    width: 940px;
}
.financial ul.panels li h2 {
  font-size: 12px;
  line-height: 1.2;
  height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.financial ul.panels li h2.twoLine {
    margin-top: -14px;
}
.financial ul.panels li small {
  color: #818181;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 10px;
  display: block;
}

.financial ul li.panel.circles img {
    float: left;
    margin-top: 35px;
}
.financial ul li.panel.circles img.left { margin-left: 10px; }
.financial ul li.panel.circles img.center { margin-left: 0px; }
.financial ul li.panel.circles img.right { margin-left: 0; margin-right: 20px; }

.financial ul.panels .section {
    margin: 17px 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.financial ul.panels .section.last {
    border-bottom: none;
    margin-bottom: 75px;
}
.financial ul.panels .section.first {
    margin-top: 35px;
}
.financial ul.panels .section-small {
    width: 460px;
    float: left;
}

.financial ul.panels .section h3 {
    font-size: 16px;
}

.financial ul.panels .section img {
    margin-top: 15px;
}


.financial .threeCols {
  width: 320px;
  height: 520px;
  float: left;
  text-indent: -9999px;
}
.financial #graphic08 .col1 {
  background: url('../img/financials/panel1-img1.png') no-repeat;
}
.financial #graphic08 .col2 {
  background: url('../img/financials/panel1-img2.png') no-repeat;
}
.financial #graphic08 .col3 {
  background: url('../img/financials/panel1-img3.png') no-repeat;
}
.financial .oneCols {
  width: 960px;
  text-indent: -9999px;
}
#financial-integration .col1 {
  background: url('../img/financials/panel2-img1.png') no-repeat;
  height: 153px;
}
#financial-integration .col2 {
  background: url('../img/financials/panel2-img1.png') no-repeat;
  height: 153px;
}
.financial .disclaimer {
  font-size: 14px;
  text-decoration: underline;
  padding: 12px 12px 24px 12px;
  position: absolute;
  bottom: 50px;
  left: 0px;
  z-index: 70;
}

.ie7 .financial .disclaimer a {
    text-decoration: underline;
}

.financial .nextPanelTextLink {
    position: absolute;
    right: 10px;
    bottom: 25px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
}

.financial .nextPanelTextLink a {
    display: block;
    padding-right: 25px;
    background: url('../img/icons/icon-arrow-right.png') no-repeat right center transparent;
    letter-spacing: 1px;
    text-align:right;
}

.financial .disclaimerDiv, 
.financial .footnotesDiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 76;
  background: #333;
  background: rgba(51,51,51,.95);
  width: 480px;
  height: 100%;
  padding-top: 35px;
  display: none;
}

.financial .footnotesDiv {
    padding-top: 10px;
    padding-bottom: 10px;
}

.financial .disclaimerDiv h3,
.financial .footnotesDiv p,
.financial .footnotesDiv h3,
.financial .footnotesDiv ul li {
  color: #FFF;
  padding: 0 15px 15px;
  font-size: 10px;
  line-height: 1.15;
}

.financial .disclaimerDiv h3 {
    padding: 0 0 15px 6px;
}

.financial ul.panels .disclaimerDiv ul {
    list-style: disc inside;
}

.financial ul.panels .disclaimerDiv li {
    overflow: visible;
    color: #FFF;
    padding: 0 15px 15px;
    font-size: 12px;
    line-height: 1.2;
    display: block;
}

.financial .disclaimerDiv h4 {
    color: #FFF;
    font-size: 12px;
    font-family: 'KnowledgeMedium', Arial, Verdana, sans-serif;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}


.financial .footnotesDiv p {
    text-indent: -11.5px;
    padding: 0 5px 5px 21px;
}

.financial .footnotesDiv h3,
.financial .footnotesDiv ul li,
.financial .disclaimerDiv h3 {
    margin-left: 8px;
}
.financial .footnotesDiv h3,
.financial .disclaimerDiv h3 {
    font-size: 14px;
}
.financial .footnotesDiv ul li {
    text-indent: -12px;   
}
.financial .footnotesDiv p span {
    margin-right: 6px;
    font-weight: bold;
}
.financial table td.figure.narrow {
    width: 65px
}

.financial a.footnotes,
#shareholderLetter #content p a.foot {
    color: #FF7F00;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
}
#shareholderLetter #content p a.foot {
	font-size: inherit;
	position: relative;
}

#shareholderLetter #content p a.foot span.footnote {
	font-size:14px;
	margin-top:40px;
	margin-right:1em;
	text-indent:-0.6em;
	line-height:1.2em;
	width:300px;
	background:white;
	padding:1em;
	border:1px solid #ccc;
	display:none;
	position: absolute;
	z-index: 5;
	top: -130px;
	left: -320px;
}
.financial #videoDescription {
    float: left; 
    width: 220px;
    padding: 15px 10px;
}

.financial #videoDescription p {
    font-size: 14px;
    font-family: 'KnowledgeLight','KnowledgeRegular', Arial, Verdana, sans-serif;
    color: #333;
    line-height: 1.4;
}
.financial #videoDescription h3 { margin-top: 0; }
.financial #videoDescription h4 { margin-bottom: 10px; }
.financial #videoDescription p { margin-top: 25px; }

.financial table {
    margin: 0 10px 120px;
}

.financial table.smallMargin {
    margin-bottom: 30px;
}

.financial table tr {
    border-bottom: 1px solid #DADADA;
}


.financial table tr.aboveHeader {
    font-size: 12px;
    text-align: center;
}

.financial table tr.darkBorder {
    border-color: #666;
}

.financial table tr.heavyBorder {
    border-bottom: 2px solid #666;
}

.financial table tr.noBorder {
    border: none;
}

.financial table tr.asterisk {
    border: none;
    font-size: 12px;
    font-family: 'KnowledgeLight','KnowledgeRegular', Arial, Verdana, sans-serif;
    font-style: italic;
    text-align: right;
    color: #333;
}

.financial table td.bottomMargin {
    padding-bottom: 30px;
}

.ie7 .financial table td {
    border-bottom: 1px solid;
}

.financial table td {
    padding: 10px 0;
}

.financial table td.addBorder {
    border-bottom: 1px solid #666666;
}

.financial table td.desc {
    width: 380px;
}

.financial table td.desc.wide {
    width: 460px;
}

.financial table td.figure {
    width: 160px;
    text-align:right;
}

.financial table td.figure.narrow {
    width: 80px
}
.financial table td.year {
    font-size: 12px;
    text-align:right;
}

.financial table td.left {
    text-align: left;
}

.financial table td.indent {
	padding-left: 20px;
}
.financial table td.colTitle {
    padding: 3px 3px 10px 3px;
}

.financial table td span {
    font-weight: 400;
    font-style: italic;
}

.financial table td.right {
    text-align: right;
}

.financial table.footnoteTable {
    color: #FFF;
    width: 430px;
    margin: 0 10px 25px 20px;
    font-size: 11px;
}

.financial table.footnoteTable td {
	padding: 2px 0;
}
.financial table.footnoteTable .heavyBorder {
    border-color: #FFF;
}
.bold {
    font-weight: 900;
}
.italic {
	font-style: italic;
}

.financial .financialNextPrev {
    width: 160px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.financial .financialNextPrev a {
    width: 80px;
    height: 60px;
    display: block;
    float: left;
}

.financial .financialNextPrev a.next.on { background: url('../img/financials/financials-nextPanel_on.png') no-repeat 0 0 transparent; }
.financial .financialNextPrev a.next.off { background: url('../img/financials/financials-nextPanel_off.png') no-repeat 0 0 transparent; }
.financial .financialNextPrev a.prev.on { background: url('../img/financials/financials-prevPanel_on.png') no-repeat 0 0 transparent; }
.financial .financialNextPrev a.prev.off { background: url('../img/financials/financials-prevPanel_off.png') no-repeat 0 0 transparent; }

/* ============================ */
/* =  SHAREHOLDER LETTER PAGE = */
/* ============================ */
#shareholderLetter #content h1, #shareholderLetter #content h2, #shareholderLetter #content h3 {
/*  color: #F18517;*/
  font-family: 'KnowledgeRegular', Arial, verdana, sans-serif;
}
#shareholderLetter #content h1 {
  font-size: 22px;
  font-family: 'KnowledgeRegular', Arial, verdana, sans-serif;
  line-height: 30px;
}
#shareholderLetter #content h2 {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-family: 'KnowledgeMedium', Arial, verdana, sans-serif;
}
#shareholderLetter #content .column p {
/*    text-align: justify; */
}

#shareholderLetter #content .column ul {
    font-family: 'KnowledgeLight', 'KnowledgeRegular', Arial, Verdana, sans-serif;
/*     width: 450px; */
    margin-bottom: 40px;
    float: none;
}

#shareholderLetter #content .column ul li {
    padding-left: 13px;
    margin-bottom: 16px;
    line-height: 1.4;
    background: url('../img/icons/bullet.png') no-repeat top left;
    font-size: 16px;
}

#shareholderLetter #footerContent .column ul li {
    background: none;
}

#shareholderLetter #content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 18px;
  font-family: 'KnowledgeLight', 'KnowledgeRegular', Arial, Verdana, sans-serif;
}

#shareholderLetter #content p a {
    text-decoration: underline;
    font-style: italic;
}

#shareholderLetter #content p.regular {
    font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
    padding-top: 25px;
}

#shareholderLetter #content p a.inner {
    text-decoration: underline;
    font-style: italic;
}
#shareholderLetter #content small {
  font-size: 12px;
  color: #666;
}
#shareholderLetter #content span {
  color: #999;
}
#shareholderLetter #content span.bold {
    color: inherit;
    font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
    font-weight: normal;
}
#shareholderLetter #content .bottom-content {
  margin-top: 500px;
}
#shareholderLetter #content .bottom-content h2 {
  width: 220px;
  margin-bottom: 5px;
}
#shareholderLetter #content .bottom-content img {
  display: block;
  float: none;
  margin-bottom: 5px;
}
#shareholderLetter #content .bottom-content p {
  font-size: 14px;
}
#shareholderLetter #content .column {
  float: left;
  padding: 1px 10px 0 10px;
}
#shareholderLetter #content .column.intro {
    margin-top: 20px;
}
#shareholderLetter #content .column-left.intro {
    margin-top: 16px;
}
#shareholderLetter #content .column-left {
  width: 380px;
}
#shareholderLetter #content .column-left h2 {
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 14px;
  font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
}
#shareholderLetter #content .column-right {
  width: 520px;
}
#shareholderLetter #content .intro {
  margin-bottom: 20px;
}
#shareholderLetter #content p.intro,
#financial-buildingvalue .intro,
#stories.L2Page .intro {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'KnowledgeLight', 'KnowledgeRegular', Arial, Verdana, sans-serif;
  text-align: left;
  margin-top: -5px;
}
#shareholderLetter #content .person {
  width: 220px;
  float: left;
  margin-right: 20px;
}
#shareholderLetter #content .person img {
  margin-bottom: 18px;
}
#shareholderLetter #content .person img.sign {
    margin-bottom: 0;
}
#shareholderLetter #content .person p {
  margin-bottom: 2px;
  line-height: 15px;
}
#shareholderLetter #content .person .name {
    font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
    color: #666;
    font-size: 16px;
}
#shareholderLetter #content .person .title {
    font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
  color: #999;
  margin-bottom: 20px;
  font-size: 12px;
}
#shareholderLetter #content .row {
  width: 960px;
  clear: both;
}
#shareholderLetter #content .videoWrapper {
  clear: both;
  background: #F2F2F2;
  overflow: hidden;
  margin: 0 0 30px 0;
}
#shareholderLetter #content .videoWrapper h2 {
  font-size: 16px;
  color: #666;
  margin-top: 40px;
  margin-bottom: 5px;
  line-height: 17px;
}
#shareholderLetter #content .videoWrapper h3 {
    font-size: 12px;
    color: #999;
    margin-top: 0;
}
#shareholderLetter #content .videoWrapper img {
  float: right;
}
#shareholderLetter #content .videoWrapper p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
  font-family: 'KnowledgeLight', 'KnowledgeRegular', Arial, Verdana, sans-serif;
}

#shareholderLetter #content .videoWrapper p.flashInfo {
    margin-top: 0;
}
#shareholderLetter #content .videoWrapper .info {
  width: 170px;
  padding-right: 40px;
  padding-left: 10px;
  color: #666;
  float: left;
}

#shareholderLetter #content h3 a,
#shareholderLetter #content a h3 {
    display: block;
    padding-right: 25px;
    background: url('../img/icons/icon-arrow-right.png') no-repeat right center transparent;
    text-align:right;
    font-size: 14px;
    margin: 20px 30px 0 0;
}

#shareholderLetter #content h3 a.external {
    background: url('../img/icons/featurearrow-black.png') no-repeat right center transparent;
    padding-right: 20px;
    margin-right: 10px;
}


#shareholderLetter #content h3.extraMargin {
    margin-right: 52px;
}

#shareholderLetter #content h3.extraMargin-two {
    margin-right: 80px;
}



#shareholderLetter #content .sidebarDownload p {
    font-size: 14px;
    font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
    color: #666;
    line-height: 1.2;
}
#shareholderLetter #content .sidebarDownload a {
    display:block;
}
#shareholderLetter #content .sidebarDownload img {
    margin-bottom: 10px;
}
#shareholderLetter #content span.fileSize {
    color: #999;
    font-size: 12px;
}

a.sideBarLink {
    display: block;
}

a.sideBarLink:hover {
    text-decoration: underline !important;
}


#dropdownContent li {
  width: 140px;
  float: left;
  height: 300px;
  padding: 10px 10px 0;
  font-size: 12px;
}
#dropdownContent li.last {
  margin-right: 0;
}
#dropdownContent li p {
  font-size: 14px;
  font-family: ;
  line-height: 1;
  font-family: 'KnowledgeLight','KnowledgeRegular', Arial, Verdana, sans-serif;
  color: #333;
}
#dropdownContent li img.headshot {
  margin-bottom: 10px;
}

#dropdownContent li a {
    display: block;
    height: 100%;
    width: 100%;
}







.leadershipVids #flashPlayerHolder {
    height: 540px;
    overflow: hidden;
    display: block;
}


#customerStoryFooter {
    background: #F2F2F2;
    padding: 0 10px 60px 10px;;
}

#customerStoryFooter h2 { 
    padding: 30px 0 15px 0;
    float: left; 
    border-bottom: 1px solid #CCC;
}
#customerStoryFooter h2.left { width: 235px; margin-right: 75px}
#customerStoryFooter h2.right { width: 630px; }

#customerStoryFooter #dropdownContent a.current {
    display: none;
}

#customerStoryFooter #featureProduct {
    width: 235px;
    float: left;
}
#customerStoryFooter #featureProduct li a.feature-arrow{
    font-family: 'KnowledgeMedium', Arial, Verdana, sans-serif;
}
#customerStoryFooter #featureProduct li {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#customerStoryFooter #featureProduct img {
    margin-top: 10px;
}

#customerStoryFooter #featureProduct h3 {
    font-size: 18px;
    margin-top: 19px;
    margin-bottom: 8px;
}

#customerStoryFooter #featureProduct p {
    width: 140px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
    font-family: 'KnowledgeLight','KnowledgeRegular', Arial, Verdana, sans-serif;
}

#customerStoryFooter #dropdownContent {
    float: right;
}



.maxim li.maxim { display: none; }
.nike li.nike { display: none; }
.mjf li.mjf { display: none; }
.lloyds li.lloyds { display: none; }
.agco li.agco { display: none; }
#headerDropdown li  { display: inline !important; }








/* ==================== */
/* =  LEADERSHIP PAGE = */
/* ==================== */
#leadershipWrap {
  width: 960px;
  position: relative;
  background: #F2F2F2;
  display: block;
  padding-top: 40px;
}
a.openBio {
  display: block;
  overflow: hidden;
  position: relative;
}
a.openBio .img_wrapper {
    float: left;
    margin-right: 20px;
}
.bioList {
  margin-bottom: 20px;
}
.bioList li {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    margin: 0 10px;
}

li.bio {
  position: relative;
  width: 940px;
  display: block;
  margin-bottom: 10px;
}
li.bio .bioName {
    overflow: hidden;
    margin-left: 20px;
}
li.bio h3,
#videoDescription h3 {
  font-size: 16px;
  line-height: 140%;
  color: #666;
}
li.bio h4,
#videoDescription h4 {
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 25px;
  color: #999;
}
li.bio p {
    font-size: 14px;
    line-height: 1.4;
    width: 450px;
    color: #333;
}
.exec li.bio p,
.board li.bio p {
    margin-bottom: 15px;
}
.biocontent {
  width: 960px;
  background: #F2F2F2;
  height: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 13;
  margin-left: -10px;
}
.biocontent img {
  float: left;
  margin-right: 14px;
}
.biocontent h3 {
  margin-top: 12px;
}
.biocontent h4 {
    width: 120px;
    float: left;
}
.biocontent p {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  margin-top: 25px;
}
.biocontent .videoHolder,
.biocontent object {
    float: left;
    margin-right: 15px;
/*    display: none;*/
    width: 720px;
    height: 405px;
}

.iOS .biocontent .videoHolder {
    display: none;
}

#leaderIntro {
    background: #F2F2F2;
    padding: 20px 20px 80px 12px;
}

#leaderIntro p {
    font-size: 22px;
    width: 610px;
    line-height: 1.4;
    font-family: 'KnowledgeLight', Arial, Verdana, sans-serif;
}

.leadership ul.links {
  display: block;
  float: none;
  margin-top: 60px;
  position: relative;
  z-index: 55;
}

.ie7 .leadership ul.links {
    height: 120px;
}


.leadership ul.links li {
  float: left;
  position: relative;
}

.ie7 .leadership ul.links li {
  margin-top: 60px;
}

.leadership ul.links li a.leadershipLinks {
  float: left;
  width: 465px;
  padding-left: 15px;
  padding-top: 21px;
  font-size: 18px;
  height: 39px;
}
.leadership ul.links li a:hover, .leadership ul.links li.current a {
  background: #F2F2F2;
}

.leadership .backToTop {
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    padding: 10px 15px 10px 10px;
}

.leadership .backToTop a {
    background: url('../img/icons/icon-backtotop.png') no-repeat right center ;
    padding-right: 26px;
}

.leadership .bioImage {
    float: left;
    margin-right: 20px;
}

.exec .bioImage,
.board .bioImage {
    margin-bottom: 20px;
}

.leadership .videoPlayArrow {
    background: url('../img/icons/bio-video.png') no-repeat transparent;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 100;
}







/* ========== */
/* = Banner = */
/* ========== */

#videoEndOverlay {
    display: none;
    width: 940px;
    height: 540px;
    position: absolute;
    top: 0; left: 0;
    padding: 0 10px;
    background: #333;
    background: rgba(51,51,51, .9);
}

.videoIn { background: #FFF; }
.videoOut { background: #F2F2F2; }
#videoEndOverlay .videoOut,  #customerStoryFooter .videoOut { background: none; }
#videoEndOverlay .videoIn,  #customerStoryFooter .videoIn { background: none; }



#videoEndOverlay a.current {
    display: none;
}

#videoEndOverlay #dropdownContent {
    float: right;
}

#videoEndOverlay #dropdownContent a {
    color: #CCCCCC;
}



#videoEndOverlay #dropdownContent p {
    color: #FFF;
    line-height: 1.2;
}

#videoEndOverlay h1 {
    font-size: 34px;
    float: left;
    margin: 20px 0 0 0;
}
#videoEndOverlay h1 a {
    color: #FFF;
    background: url('../img/_video/video-replay-arrow.png') no-repeat center right transparent;
    padding: 0 37px 0 0;
}

#videoEndOverlay #dropdownContent p span.heavy {
    color:#FFF;
}

#videoEndOverlay #titles {
    margin-top: 75px;
}

.ie7 #videoEndOverlay #titles {
    margin: 0
}

.ie7 #videoEndOverlay #titles h2 {
    margin-top: 75px;
}

#videoEndOverlay h2 { 
    padding: 30px 0 15px 0;
    float: left; 
    border-bottom: 1px solid #666;
    color: #ccc;
}
#videoEndOverlay h2.left { width: 235px; margin-right: 75px}
#videoEndOverlay h2.right { width: 630px; }

#videoEndOverlay #featureProduct {
    width: 235px;
    float: left;
}
#videoEndOverlay #featureProduct li a.feature-arrow {
    font-family: 'KnowledgeMedium', Arial, Verdana, sans-serif;
}
#videoEndOverlay #featureProduct li {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#videoEndOverlay #featureProduct img {
    margin-top: 10px;
}

#videoEndOverlay #featureProduct h3 {
    font-size: 18px;
    margin-top: 19px;
    margin-bottom: 8px;
}

#videoEndOverlay #featureProduct p {
    width: 140px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #FFF;
    font-family: 'KnowledgeLight','KnowledgeRegular', Arial, Verdana, sans-serif;
}

#videoEndOverlay #dropdownContent {
    float: right;
}

#stories a.storylink {
	display: block;
	position: absolute;
	left: 400px;
	top: 231px;
	width: 148px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/btn_launch.png) 0 0 no-repeat;
}

#stories a.storylink:hover {
	background-position: 0 -30px;
}


/* ======================================== */
/* = Internet Explorer KnowledgeLight Fix = */
/* ======================================== */
.ie7 #pageContent .intro .col2-right p.opening,
.ie7 #pageContent .storyContent .numberCols li h3,
.ie7 #pageContent .storyContent .numberCols li h3 small.number,
.ie7 .financial #videoDescription p,
.ie7 .financial table tr.asterisk,
.ie7 #shareholderLetter #content p,
.ie7 #shareholderLetter #content .intro p,
.ie7 #shareholderLetter #content .videoWrapper p,
.ie7 #dropdownContent li p,
.ie7 #customerStoryFooter #featureProduct p,
.ie7 #videoEndOverlay #featureProduct p, 
.ie7 #shareholderLetter #content .column ul li,
.ie7 #leaderIntro p,
.ie8 #pageContent .intro .col2-right p.opening,
.ie8 .financial #videoDescription p,
.ie8 .financial table tr.asterisk,
.ie8 #shareholderLetter #content  p,
.ie8 #shareholderLetter #content .intro p,
.ie8 #shareholderLetter #content .videoWrapper p,
.ie8 #dropdownContent li p,
.ie8 #customerStoryFooter #featureProduct p,
.ie8 #videoEndOverlay #featureProduct p,
.ie8 #shareholderLetter #content .column ul li,
.ie8 #leaderIntro p,
.iOS #pageContent .intro .col2-right p.opening,
.iOS .financial #videoDescription p,
.iOS .financial table tr.asterisk,
.iOS #shareholderLetter #content p,
.iOS #shareholderLetter #content .intro p,
.iOS #shareholderLetter #content .videoWrapper p,
.iOS #dropdownContent li p,
.iOS #customerStoryFooter #featureProduct p,
.iOS #videoEndOverlay #featureProduct p, 
.iOS #shareholderLetter #content .column ul li,
.iOS #leaderIntro p {
	font-family: 'KnowledgeRegular', Arial, Verdana, sans-serif;
	color: #444;
}

.iOS #shareholderLetter #content h2 {
	font-family: 'KnowledgeMedium', Arial, Verdana, sans-serif;
    color:#444;
}
