@charset "UTF-8";
/* line 12, ../../_stylesheets/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 23, ../../_stylesheets/_reset.scss */
article, aside, figure, footer, header,
hgroup, nav, section {
  display: block;
}

/* line 25, ../../_stylesheets/_reset.scss */
nav ul {
  list-style: none;
}

/* line 27, ../../_stylesheets/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 30, ../../_stylesheets/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 32, ../../_stylesheets/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 34, ../../_stylesheets/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 36, ../../_stylesheets/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 38, ../../_stylesheets/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 40, ../../_stylesheets/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
/* line 43, ../../_stylesheets/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 45, ../../_stylesheets/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 47, ../../_stylesheets/_reset.scss */
input, select {
  vertical-align: middle;
}

/* END RESET CSS */
/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
/* line 61, ../../_stylesheets/_reset.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 63, ../../_stylesheets/_reset.scss */
select, input, textarea {
  font: 99% sans-serif;
}

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
/* line 69, ../../_stylesheets/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* new clearfix */
/* line 72, ../../_stylesheets/_reset.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 80, ../../_stylesheets/_reset.scss */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
/* line 81, ../../_stylesheets/_reset.scss */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* Colors */
/* Fonts */
@font-face {
  font-family: 'ITCLubalinGraphStdDemi';
  src: url('./lubalingraphstd-demi-webfont.eot');
  src: local("â˜º"), url('./lubalingraphstd-demi-webfont.woff') format("woff"), url('./lubalingraphstd-demi-webfont.ttf') format("truetype"), url('./lubalingraphstd-demi-webfont.svg#webfontiXoIvESV') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('./helveticaneue-webfont.eot');
  src: local("â˜º"), url('./helveticaneue-webfont.woff') format("woff"), url('./helveticaneue-webfont.ttf') format("truetype"), url('./helveticaneue-webfont.svg#webfontNw5Q4JxR') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('./helveticaneuebold-webfont.eot');
  src: local("â˜º"), url('./helveticaneuebold-webfont.woff') format("woff"), url('./helveticaneuebold-webfont.ttf') format("truetype"), url('./helveticaneuebold-webfont.svg#webfontNw5Q4JxR') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Mixins */
/*@mixin font-helvetica-neue { font-family: HelveticaNeue, Helvetica, Arial, sans-serif; font-weight: normal; }
@mixin font-helvetica-neue-bold { font-family: HelveticaNeueBold, Helvetica, Arial, sans-serif; font-weight: normal; }*/
/* Context color mixin */
/* Structural dimensions */
/* Context colors */
/* Skeleton (Part 1) */
/* line 28, ../../_stylesheets/screen.scss */
html,
body {
  height: 100%;
}

/* line 30, ../../_stylesheets/screen.scss */
div#watson-wrapper {
  min-height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  font-size: 0.63em;
  line-height: 1.20em;
  background: #e0e0e0 url('./bg-body.jpg?1288948883') no-repeat 0 0 fixed;
}

/* Misc */
/* line 35, ../../_stylesheets/screen.scss */
div#watson-wrapper a {
  color: #4a4a4a;
}
/* line 36, ../../_stylesheets/screen.scss */
div#watson-wrapper a:hover {
  text-decoration: none;
}
/* line 38, ../../_stylesheets/screen.scss */
div#watson-wrapper p {
  margin: 0 0 1.5em 0;
}
/* line 39, ../../_stylesheets/screen.scss */
div#watson-wrapper .signature-sam {
  width: 180px;
  height: 50px;
  background: url('./img-signature-sam.png?1296570525');
}

/* Skeleton (Part 2) */
/* line 45, ../../_stylesheets/screen.scss */
div#watson-wrapper #wrapper {
  position: relative;
  padding: 0 0 25px 20px;
  width: 890px;
}
/* line 46, ../../_stylesheets/screen.scss */
div#watson-wrapper #wrapper #primary {
  float: left;
  width: 700px;
}
/* line 47, ../../_stylesheets/screen.scss */
div#watson-wrapper #wrapper #secondary {
  float: right;
  width: 170px;
}

/* Header */
/* line 54, ../../_stylesheets/screen.scss */
div#watson-wrapper #header {
  position: relative;
  padding: 10px 0 0 0;
  min-width: 830px;
  width: 100%;
  height: 90px;
  margin-bottom: 25px;
}
/* line 56, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .logo {
  position: absolute;
  top: 10px;
  left: 15px;
}
/* line 57, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .logo a {
  display: block;
  width: 302px;
  height: 41px;
  background: url('./logo-ibm-watson.png?1289330912') no-repeat 0 0;
  text-indent: -8888px;
}
/* line 60, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .logo-big {
  position: absolute;
  top: 25px;
  left: 15px;
}
/* line 61, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .logo-big a {
  display: block;
  width: 322px;
  height: 45px;
  background: url('./logo-ibm-watson-big.png?1292498039') no-repeat 0 0;
  text-indent: -8888px;
}
/* line 64, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .stats {
  position: absolute;
  top: 22px;
  left: 464px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #9b999a;
  font-weight: bold;
}
/* line 66, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .stats li .label {
  display: inline-block;
  margin-right: 10px;
  width: 85px;
  vertical-align: top;
  text-align: right;
}
/* line 68, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .stats li strong,
div#watson-wrapper #header .stats li em {
  color: #4e4d4d;
  font-style: normal;
}
/* line 69, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .stats li .poll-item {
  display: inline-block;
  margin: 0 15px 0 0;
}
/* line 70, ../../_stylesheets/screen.scss */
div#watson-wrapper #header .stats li .poll-item strong {
  display: block;
}
/* line 75, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 720px;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
/* line 76, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 77, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li {
  float: left;
  position: relative;
  margin: 0 2px 0 0;
  padding: 0 10px;
  height: 25px;
  background: url('./arrows.png?1298626134') 100% 0 no-repeat;
  cursor: default;
}
/* line 78, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li a {
  display: block;
  height: 25px;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
/* line 79, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}
/* line 80, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li ul li {
  float: none;
  margin: 1px 0 0 0;
  background-image: none;
}
/* line 82, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li ul li.what-is-watson:hover {
  background-color: #00c8f3 !important;
}
/* line 85, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li ul li.the-future-of-data:hover {
  background-color: #ff8400 !important;
}
/* line 88, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li ul li.experience-deepqa:hover {
  background-color: #f300d4 !important;
}
/* line 91, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li ul li.research-team:hover {
  background-color: #72cb01 !important;
}
/* line 97, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li:hover ul, div#watson-wrapper #header nav ul li.hover ul {
  display: block;
}
/* line 99, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li.home {
  background-image: none;
}
/* line 100, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li.home a {
  display: block;
  width: 40px;
  background: url('./arrows.png?1298626134') 0 -25px no-repeat;
  text-indent: -8888px;
}
/* line 102, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul li.last {
  margin-right: 0;
  background-image: none;
}
/* line 105, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul.level-count-1 {
  /* 62 = home outerWidth, 20 = li padding */
}
/* line 106, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul.level-count-1 .level-0 {
  width: 638px;
}
/* line 110, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul.level-count-2 .level-0 {
  width: 243px;
}
/* line 111, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul.level-count-2 .level-1 {
  width: 373px;
}
/* line 116, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul.level-count-3 .level-0,
div#watson-wrapper #header nav ul.level-count-3 .level-1 {
  width: 165px;
}
/* line 117, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav ul.level-count-3 .level-2 {
  width: 264px;
}
/* line 120, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav .subtitle {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 25px;
}
/* line 121, ../../_stylesheets/screen.scss */
div#watson-wrapper #header nav .arrow {
  position: absolute;
  top: 4px;
  right: -16px;
  display: block;
  width: 10px;
  height: 20px;
  background-image: url('./arrows.png?1298626134');
  background-repeat: no-repeat;
}

/* Context colors */
/* line 50, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul li {
  background-color: #b2b2b2;
}
/* line 51, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul li li {
  background-color: #d8d8d8;
}
/* line 52, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul li li {
  background-color: rgba(178, 178, 178, 0.5);
}
/* line 53, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul li:hover {
  background-color: #b2b2b2 !important;
}
/* line 56, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-1 .home {
  background-color: #e0e0e0;
}
/* line 57, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-1 .home {
  background-color: rgba(178, 178, 178, 0.6);
}
/* line 60, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-2 .home {
  background-color: #d0d0d0;
}
/* line 61, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-2 .home {
  background-color: rgba(178, 178, 178, 0.4);
}
/* line 62, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-2 .level-0 {
  background-color: #d8d8d8;
}
/* line 63, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-2 .level-0 {
  background-color: rgba(178, 178, 178, 0.5);
}
/* line 66, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-3 .home {
  background-color: #c9c9c9;
}
/* line 67, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-3 .home {
  background-color: rgba(178, 178, 178, 0.3);
}
/* line 68, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-3 .level-0 {
  background-color: #d8d8d8;
}
/* line 69, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-3 .level-0 {
  background-color: rgba(178, 178, 178, 0.5);
}
/* line 70, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-3 .level-1 {
  background-color: #e0e0e0;
}
/* line 71, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav ul.level-count-3 .level-1 {
  background-color: rgba(178, 178, 178, 0.6);
}
/* line 74, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #header nav .arrow {
  background-position: 0 -115px;
}
/* line 88, ../../_stylesheets/_base.scss */
div#watson-wrapper.home aside .related-content .item:hover .thumbnail .arrow {
  background-position: 0 0;
}
/* line 106, ../../_stylesheets/_base.scss */
div#watson-wrapper.home #extension .header {
  background-color: #b2b2b2 !important;
}
/* line 111, ../../_stylesheets/_base.scss */
div#watson-wrapper.home .cta hgroup .title {
  color: #b2b2b2;
}
/* line 112, ../../_stylesheets/_base.scss */
div#watson-wrapper.home .cta hgroup .subtitle {
  color: #b4b4b4;
}
/* line 119, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.extended aside header .back {
  background-color: #d0d0d0;
}
/* line 120, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.extended aside header .back {
  background-color: rgba(178, 178, 178, 0.4);
}
/* line 121, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.extended aside header h2 {
  background-color: #b2b2b2;
}
/* line 128, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.overview article .content {
  border-color: #b2b2b2;
}
/* line 131, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.overview article .content .subtitle,
div#watson-wrapper.home.overview article .content h2,
div#watson-wrapper.home.overview article .content a {
  color: #b2b2b2;
}
/* line 139, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.overview article .content p {
  color: #b2b2b2;
}
/* line 143, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.overview article:hover .thumbnail .arrow {
  background-position: 0 0;
}
/* line 155, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.overview .extra h2 a {
  color: #b2b2b2;
}
/* line 157, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.overview .extra h3 {
  background-color: #b2b2b2;
}
/* line 163, ../../_stylesheets/_base.scss */
div#watson-wrapper.home.detail article .content {
  background: #b2b2b2;
}
/* line 50, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul li {
  background-color: #00c8f3;
}
/* line 51, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul li li {
  background-color: #7fe3f9;
}
/* line 52, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul li li {
  background-color: rgba(0, 200, 243, 0.5);
}
/* line 53, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul li:hover {
  background-color: #00c8f3 !important;
}
/* line 56, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-1 .home {
  background-color: #99e9fa;
}
/* line 57, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-1 .home {
  background-color: rgba(0, 200, 243, 0.6);
}
/* line 60, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-2 .home {
  background-color: #66def7;
}
/* line 61, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-2 .home {
  background-color: rgba(0, 200, 243, 0.4);
}
/* line 62, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-2 .level-0 {
  background-color: #7fe3f9;
}
/* line 63, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-2 .level-0 {
  background-color: rgba(0, 200, 243, 0.5);
}
/* line 66, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-3 .home {
  background-color: #4cd8f6;
}
/* line 67, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-3 .home {
  background-color: rgba(0, 200, 243, 0.3);
}
/* line 68, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-3 .level-0 {
  background-color: #7fe3f9;
}
/* line 69, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-3 .level-0 {
  background-color: rgba(0, 200, 243, 0.5);
}
/* line 70, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-3 .level-1 {
  background-color: #99e9fa;
}
/* line 71, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav ul.level-count-3 .level-1 {
  background-color: rgba(0, 200, 243, 0.6);
}
/* line 74, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #header nav .arrow {
  background-position: -32px -55px;
}
/* line 88, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson aside .related-content .item:hover .thumbnail .arrow {
  background-position: -20px 0;
}
/* line 98, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson aside .active {
  background-color: #8debff;
}
/* line 106, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson #extension .header {
  background-color: #00c8f3 !important;
}
/* line 111, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson .cta hgroup .title {
  color: #00c8f3;
}
/* line 112, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson .cta hgroup .subtitle {
  color: #00cbf6;
}
/* line 119, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.extended aside header .back {
  background-color: #66def7;
}
/* line 120, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.extended aside header .back {
  background-color: rgba(0, 200, 243, 0.4);
}
/* line 121, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.extended aside header h2 {
  background-color: #00c8f3;
}
/* line 128, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.overview article .content {
  border-color: #00c8f3;
}
/* line 131, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.overview article .content .subtitle,
div#watson-wrapper.what-is-watson.overview article .content h2,
div#watson-wrapper.what-is-watson.overview article .content a {
  color: #00c8f3;
}
/* line 132, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.overview article .content .subtitle.more, div#watson-wrapper.what-is-watson.overview article .content .subtitle.more-external,
div#watson-wrapper.what-is-watson.overview article .content h2.more,
div#watson-wrapper.what-is-watson.overview article .content h2.more-external,
div#watson-wrapper.what-is-watson.overview article .content a.more,
div#watson-wrapper.what-is-watson.overview article .content a.more-external {
  background: url('./arrows.png?1298626134') 100% -54px no-repeat;
}
/* line 139, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.overview article .content p {
  color: #00c8f3;
}
/* line 143, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.overview article:hover .thumbnail .arrow {
  background-position: -40px 0;
}
/* line 155, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.overview .extra h2 a {
  color: #00c8f3;
}
/* line 157, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.overview .extra h3 {
  background-color: #00c8f3;
}
/* line 163, ../../_stylesheets/_base.scss */
div#watson-wrapper.what-is-watson.detail article .content {
  background: #00c8f3;
}
/* line 50, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul li {
  background-color: #ff8400;
}
/* line 51, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul li li {
  background-color: #ffc17f;
}
/* line 52, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul li li {
  background-color: rgba(255, 132, 0, 0.5);
}
/* line 53, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul li:hover {
  background-color: #ff8400 !important;
}
/* line 56, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-1 .home {
  background-color: #ffcd99;
}
/* line 57, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-1 .home {
  background-color: rgba(255, 132, 0, 0.6);
}
/* line 60, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-2 .home {
  background-color: #ffb566;
}
/* line 61, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-2 .home {
  background-color: rgba(255, 132, 0, 0.4);
}
/* line 62, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-2 .level-0 {
  background-color: #ffc17f;
}
/* line 63, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-2 .level-0 {
  background-color: rgba(255, 132, 0, 0.5);
}
/* line 66, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-3 .home {
  background-color: #ffa84c;
}
/* line 67, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-3 .home {
  background-color: rgba(255, 132, 0, 0.3);
}
/* line 68, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-3 .level-0 {
  background-color: #ffc17f;
}
/* line 69, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-3 .level-0 {
  background-color: rgba(255, 132, 0, 0.5);
}
/* line 70, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-3 .level-1 {
  background-color: #ffcd99;
}
/* line 71, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav ul.level-count-3 .level-1 {
  background-color: rgba(255, 132, 0, 0.6);
}
/* line 74, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #header nav .arrow {
  background-position: -32px -75px;
}
/* line 88, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data aside .related-content .item:hover .thumbnail .arrow {
  background-position: -60px 0;
}
/* line 98, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data aside .active {
  background-color: #ffce99;
}
/* line 106, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data #extension .header {
  background-color: #ff8400 !important;
}
/* line 111, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data .cta hgroup .title {
  color: #ff8400;
}
/* line 112, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data .cta hgroup .subtitle {
  color: #ff8503;
}
/* line 119, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.extended aside header .back {
  background-color: #ffb566;
}
/* line 120, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.extended aside header .back {
  background-color: rgba(255, 132, 0, 0.4);
}
/* line 121, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.extended aside header h2 {
  background-color: #ff8400;
}
/* line 128, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.overview article .content {
  border-color: #ff8400;
}
/* line 131, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.overview article .content .subtitle,
div#watson-wrapper.the-future-of-data.overview article .content h2,
div#watson-wrapper.the-future-of-data.overview article .content a {
  color: #ff8400;
}
/* line 132, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.overview article .content .subtitle.more, div#watson-wrapper.the-future-of-data.overview article .content .subtitle.more-external,
div#watson-wrapper.the-future-of-data.overview article .content h2.more,
div#watson-wrapper.the-future-of-data.overview article .content h2.more-external,
div#watson-wrapper.the-future-of-data.overview article .content a.more,
div#watson-wrapper.the-future-of-data.overview article .content a.more-external {
  background: url('./arrows.png?1298626134') 100% -74px no-repeat;
}
/* line 139, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.overview article .content p {
  color: #ff8400;
}
/* line 143, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.overview article:hover .thumbnail .arrow {
  background-position: -120px 0;
}
/* line 155, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.overview .extra h2 a {
  color: #ff8400;
}
/* line 157, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.overview .extra h3 {
  background-color: #ff8400;
}
/* line 163, ../../_stylesheets/_base.scss */
div#watson-wrapper.the-future-of-data.detail article .content {
  background: #ff8400;
}
/* line 50, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul li {
  background-color: #f300d4;
}
/* line 51, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul li li {
  background-color: #f97fe9;
}
/* line 52, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul li li {
  background-color: rgba(243, 0, 212, 0.5);
}
/* line 53, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul li:hover {
  background-color: #f300d4 !important;
}
/* line 56, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-1 .home {
  background-color: #fa99ed;
}
/* line 57, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-1 .home {
  background-color: rgba(243, 0, 212, 0.6);
}
/* line 60, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-2 .home {
  background-color: #f766e5;
}
/* line 61, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-2 .home {
  background-color: rgba(243, 0, 212, 0.4);
}
/* line 62, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-2 .level-0 {
  background-color: #f97fe9;
}
/* line 63, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-2 .level-0 {
  background-color: rgba(243, 0, 212, 0.5);
}
/* line 66, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-3 .home {
  background-color: #f64ce0;
}
/* line 67, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-3 .home {
  background-color: rgba(243, 0, 212, 0.3);
}
/* line 68, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-3 .level-0 {
  background-color: #f97fe9;
}
/* line 69, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-3 .level-0 {
  background-color: rgba(243, 0, 212, 0.5);
}
/* line 70, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-3 .level-1 {
  background-color: #fa99ed;
}
/* line 71, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav ul.level-count-3 .level-1 {
  background-color: rgba(243, 0, 212, 0.6);
}
/* line 74, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #header nav .arrow {
  background-position: -32px -95px;
}
/* line 88, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa aside .related-content .item:hover .thumbnail .arrow {
  background-position: -40px 0;
}
/* line 98, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa aside .active {
  background-color: #ff8df0;
}
/* line 106, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa #extension .header {
  background-color: #f300d4 !important;
}
/* line 111, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa .cta hgroup .title {
  color: #f300d4;
}
/* line 112, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa .cta hgroup .subtitle {
  color: #f600d7;
}
/* line 119, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.extended aside header .back {
  background-color: #f766e5;
}
/* line 120, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.extended aside header .back {
  background-color: rgba(243, 0, 212, 0.4);
}
/* line 121, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.extended aside header h2 {
  background-color: #f300d4;
}
/* line 128, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.overview article .content {
  border-color: #f300d4;
}
/* line 131, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.overview article .content .subtitle,
div#watson-wrapper.experience-deepqa.overview article .content h2,
div#watson-wrapper.experience-deepqa.overview article .content a {
  color: #f300d4;
}
/* line 132, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.overview article .content .subtitle.more, div#watson-wrapper.experience-deepqa.overview article .content .subtitle.more-external,
div#watson-wrapper.experience-deepqa.overview article .content h2.more,
div#watson-wrapper.experience-deepqa.overview article .content h2.more-external,
div#watson-wrapper.experience-deepqa.overview article .content a.more,
div#watson-wrapper.experience-deepqa.overview article .content a.more-external {
  background: url('./arrows.png?1298626134') 100% -94px no-repeat;
}
/* line 139, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.overview article .content p {
  color: #f300d4;
}
/* line 143, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.overview article:hover .thumbnail .arrow {
  background-position: -80px 0;
}
/* line 155, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.overview .extra h2 a {
  color: #f300d4;
}
/* line 157, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.overview .extra h3 {
  background-color: #f300d4;
}
/* line 163, ../../_stylesheets/_base.scss */
div#watson-wrapper.experience-deepqa.detail article .content {
  background: #f300d4;
}
/* line 50, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul li {
  background-color: #72cb01;
}
/* line 51, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul li li {
  background-color: #b8e580;
}
/* line 52, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul li li {
  background-color: rgba(114, 203, 1, 0.5);
}
/* line 53, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul li:hover {
  background-color: #72cb01 !important;
}
/* line 56, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-1 .home {
  background-color: #c6ea99;
}
/* line 57, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-1 .home {
  background-color: rgba(114, 203, 1, 0.6);
}
/* line 60, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-2 .home {
  background-color: #aadf66;
}
/* line 61, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-2 .home {
  background-color: rgba(114, 203, 1, 0.4);
}
/* line 62, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-2 .level-0 {
  background-color: #b8e580;
}
/* line 63, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-2 .level-0 {
  background-color: rgba(114, 203, 1, 0.5);
}
/* line 66, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-3 .home {
  background-color: #9cda4d;
}
/* line 67, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-3 .home {
  background-color: rgba(114, 203, 1, 0.3);
}
/* line 68, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-3 .level-0 {
  background-color: #b8e580;
}
/* line 69, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-3 .level-0 {
  background-color: rgba(114, 203, 1, 0.5);
}
/* line 70, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-3 .level-1 {
  background-color: #c6ea99;
}
/* line 71, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav ul.level-count-3 .level-1 {
  background-color: rgba(114, 203, 1, 0.6);
}
/* line 74, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #header nav .arrow {
  background-position: -32px -115px;
}
/* line 88, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team aside .related-content .item:hover .thumbnail .arrow {
  background-position: -80px 0;
}
/* line 98, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team aside .active {
  background-color: #bbfe67;
}
/* line 106, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team #extension .header {
  background-color: #72cb01 !important;
}
/* line 111, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team .cta hgroup .title {
  color: #72cb01;
}
/* line 112, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team .cta hgroup .subtitle {
  color: #74ce01;
}
/* line 119, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.extended aside header .back {
  background-color: #aadf66;
}
/* line 120, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.extended aside header .back {
  background-color: rgba(114, 203, 1, 0.4);
}
/* line 121, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.extended aside header h2 {
  background-color: #72cb01;
}
/* line 128, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.overview article .content {
  border-color: #72cb01;
}
/* line 131, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.overview article .content .subtitle,
div#watson-wrapper.research-team.overview article .content h2,
div#watson-wrapper.research-team.overview article .content a {
  color: #72cb01;
}
/* line 132, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.overview article .content .subtitle.more, div#watson-wrapper.research-team.overview article .content .subtitle.more-external,
div#watson-wrapper.research-team.overview article .content h2.more,
div#watson-wrapper.research-team.overview article .content h2.more-external,
div#watson-wrapper.research-team.overview article .content a.more,
div#watson-wrapper.research-team.overview article .content a.more-external {
  background: url('./arrows.png?1298626208') 100% -114px no-repeat;
}
/* line 139, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.overview article .content p {
  color: #72cb01;
}
/* line 143, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.overview article:hover .thumbnail .arrow {
  background-position: -160px 0;
}
/* line 155, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.overview .extra h2 a {
  color: #72cb01;
}
/* line 157, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.overview .extra h3 {
  background-color: #72cb01;
}
/* line 163, ../../_stylesheets/_base.scss */
div#watson-wrapper.research-team.detail article .content {
  background: #72cb01;
}

/* Aside */
/* line 150, ../../_stylesheets/screen.scss */
div#watson-wrapper aside {
  float: left;
  margin: -25px 0 0 0;
  padding: 0;
  width: 170px;
  position: relative;
}
/* line 151, ../../_stylesheets/screen.scss */
div#watson-wrapper aside header {
  width: 170px;
  height: 25px;
}
/* line 152, ../../_stylesheets/screen.scss */
div#watson-wrapper aside header h2 {
  padding: 0 14px 0 7px;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background: #5e5e5e;
}
/* line 155, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block {
  margin: 0 0 5px 0;
  padding: 0 0 3px 0;
  background: #f1f1f1;
  color: #5f5f5f;
}
/* line 156, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block h3 {
  margin: 0 0 5px 0;
  padding: 0 7px;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1em;
  color: #414141;
}
/* line 157, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item {
  clear: both;
  padding-bottom: 5px;
  border-top: 1px solid #5e5e5e;
}
/* line 158, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item h4 {
  margin: 0 0 5px 0;
  padding: 0 7px;
  font-size: 1.4em;
  line-height: 1em;
}
/* line 159, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item img {
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
}
/* line 160, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item .thumbnail {
  position: relative;
}
/* line 161, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item .thumbnail .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -20px 0 0 -10px;
  width: 20px;
  height: 40px;
  background: url('./sprite-sidebar-arrow.png?1292498039') no-repeat 0 0;
  cursor: pointer;
}
/* line 163, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item p {
  margin: 0 0 5px 0;
  padding: 0 7px;
  font-size: 1.1em;
  line-height: 1.27em;
}
/* line 164, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item .more, div#watson-wrapper aside .block .item .more-external, div#watson-wrapper aside .block .item .more-internal {
  display: block;
  padding: 0 20px 0 5px;
  background: url('./arrows.png?1298626208') 155px -130px no-repeat;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  color: #626262;
  text-align: right;
  font-size: 1.5em;
  line-height: 25px;
  text-decoration: none;
}
/* line 165, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .block .item .more:hover, div#watson-wrapper aside .block .item .more-external:hover, div#watson-wrapper aside .block .item .more-internal:hover {
  text-decoration: underline;
}
/* line 170, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll {
  display: none;
  padding-bottom: 0;
  background: #f1f1f1;
  min-height: 150px;
}
/* line 171, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll .loader {
  height: 160px;
  background: url('./ico-loader-sidebar.gif?1292498039') no-repeat center center;
  text-indent: -9999px;
}
/* line 172, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll h3 {
  background: #9d9d9d;
  color: #FFF;
  line-height: 25px;
}
/* line 173, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll h4 {
  padding: 3px 7px;
  font-size: 1.2em;
  line-height: 1.17em;
  font-weight: normal;
}
/* line 175, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll .poll-item-title,
div#watson-wrapper aside #watson-poll label {
  font-size: 1.6em;
  font-weight: bold;
  color: #868686;
}
/* line 176, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll .radio {
  margin: -3px 10px 0 0;
}
/* line 177, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5px 0 5px 7px;
}
/* line 178, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll ul li {
  padding: 1px;
}
/* line 180, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll .submit {
  margin: 10px 12px;
  padding: 5px 5px 5px 16px;
  font-size: 1.4em;
  text-decoration: underline;
  background: url('./arrows.png?1298626208') 0 -134px no-repeat;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 181, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll .view-results {
  padding: 0 7px;
  background: #9d9d9d;
  font-size: 1.4em;
  color: #FFF;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
}
/* line 182, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll .poll-item-result {
  margin: 0 0 6px 0;
  padding: 3px;
  background: #00c8f3;
  color: white;
  font-weight: bold;
}
/* line 183, ../../_stylesheets/screen.scss */
div#watson-wrapper aside #watson-poll .vote-count {
  padding: 10px 7px;
  font-size: 1.2em;
}
/* line 186, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz {
  padding-bottom: 0;
}
/* line 187, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz h3 {
  float: left;
  margin-right: 1px;
  width: 126px;
  background: #9d9d9d;
  color: #FFF;
  line-height: 25px;
}
/* line 188, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .reload {
  float: right;
  padding: 0 7px;
  width: 14px;
  height: 25px;
  background: #c8c8c8 url('./ico-reload.png?1289573720') no-repeat center center;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  line-height: 25px;
  cursor: pointer;
}
/* line 189, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .item {
  padding-bottom: 0;
  border: none;
}
/* line 190, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .item ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 191, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .item ol li {
  padding: 10px 0 10px 0;
}
/* line 192, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .item ol li p {
  overflow: hidden;
}
/* line 193, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .item ol li a:hover {
  text-decoration: underline;
}
/* line 194, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .item ol li .meta {
  display: block;
  padding: 0 5px;
  font-size: 0.9em;
  color: #a0a0a0;
}
/* line 197, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz .item .more, div#watson-wrapper aside .watson-buzz .item .more-external {
  color: #FFF;
  background: #9d9d9d url('./arrows.png?1298626208') 100% 0 no-repeat;
}
/* line 201, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz.redirect h3 {
  float: none;
  margin: 0;
  width: auto;
}
/* line 202, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz.redirect .placeholder {
  background: url('./bg-watson-buzz.png?1292578764') no-repeat 0 0;
  height: 155px;
}
/* line 203, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz.redirect .more, div#watson-wrapper aside .watson-buzz.redirect .more-external {
  display: block;
  padding: 0 20px 0 5px;
  background: url('./arrows.png?1298626208') 155px -126px no-repeat;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  color: #626262;
  text-align: right;
  font-size: 1.4em;
  line-height: 35px;
  text-decoration: none;
}
/* line 204, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .watson-buzz.redirect .more:hover, div#watson-wrapper aside .watson-buzz.redirect .more-external:hover {
  text-decoration: underline;
}
/* line 210, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links {
  padding: 8px 10px;
  background: #9d9d9d;
}
/* line 211, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links h3 {
  margin: 0 0 10px 0;
  padding: 0;
  height: auto;
  color: #FFF;
}
/* line 212, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 213, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul li {
  float: left;
  margin: 0 0 0 6px;
}
/* line 214, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul li a {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('./sprite-social-icons.png?1296201751');
  text-indent: -8888px;
}
/* line 215, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul li a.facebook {
  background-position: 0 0;
}
/* line 216, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul li a.twitter {
  background-position: -32px 0;
}
/* line 217, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul li a.youtube {
  background-position: -64px 0;
}
/* line 218, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul li a.flickr {
  background-position: -96px 0;
}
/* line 221, ../../_stylesheets/screen.scss */
div#watson-wrapper aside .social-links ul li:first-child {
  margin-left: 0;
}

/* Home page */
/* line 233, ../../_stylesheets/screen.scss */
div#watson-wrapper.home #header {
  margin-bottom: 0;
  height: 90px;
}
/* line 234, ../../_stylesheets/screen.scss */
div#watson-wrapper.home #wrapper {
  padding-left: 0;
  width: 910px;
}
/* line 235, ../../_stylesheets/screen.scss */
div#watson-wrapper.home #wrapper #primary {
  width: 720px;
}
/* line 237, ../../_stylesheets/screen.scss */
div#watson-wrapper.home #flash {
  padding-left: 20px;
  height: 25px;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background: #00c8f3;
}
/* line 238, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav {
  width: 720px;
}
/* line 239, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 240, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li {
  position: relative;
  padding: 0 0 15px 0;
}
/* line 241, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li h2 {
  padding: 35px 0 0 0;
}
/* line 242, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li h2 a {
  padding: 0 0 0 15px;
  font-size: 4.5em;
  line-height: 1em;
  text-decoration: none;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 243, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li h2 a:hover {
  text-decoration: underline;
}
/* line 245, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li h2 sup {
  position: relative;
  top: -25px;
  font-size: 0.3em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ff8400;
}
/* line 254, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 716px;
  padding: 0 4px 0 0;
}
/* line 255, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li h3 a {
  display: block;
  padding: 0 25px;
  height: 25px;
  background: url('./arrows.png?1298626208') 100% 0 no-repeat;
  font-size: 1.4em;
  line-height: 25px;
  color: #FFF;
  text-align: right;
  text-decoration: none;
}
/* line 260, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.what-is-watson h2 a {
  color: #00c8f3;
}
/* line 262, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.what-is-watson h3 {
  background-color: #00c8f3;
}
/* line 267, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.the-future-of-data h2 a {
  color: #ff8400;
}
/* line 269, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.the-future-of-data h3 {
  background-color: #ff8400;
}
/* line 274, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.experience-deepqa h2 a {
  color: #f300d4;
}
/* line 276, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.experience-deepqa h3 {
  background-color: #f300d4;
}
/* line 281, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.research-team h2 a {
  color: #72cb01;
}
/* line 283, ../../_stylesheets/screen.scss */
div#watson-wrapper.home nav ul li.research-team h3 {
  background-color: #72cb01;
}
/* line 288, ../../_stylesheets/screen.scss */
div#watson-wrapper.home aside {
  margin: 0;
}
/* line 289, ../../_stylesheets/screen.scss */
div#watson-wrapper.home aside #watson-poll {
  display: block;
}
/* line 290, ../../_stylesheets/screen.scss */
div#watson-wrapper.home aside .related-content {
  background: #9d9d9d;
}
/* line 292, ../../_stylesheets/screen.scss */
div#watson-wrapper.home aside .related-content h3,
div#watson-wrapper.home aside .related-content p {
  color: #FFF;
}
/* line 295, ../../_stylesheets/screen.scss */
div#watson-wrapper.home aside .related-content .more,
div#watson-wrapper.home aside .related-content .more-external,
div#watson-wrapper.home aside .related-content .more-internal {
  color: #FFF;
  background: url('./arrows.png?1298626208') 100% 0 no-repeat;
}
/* line 299, ../../_stylesheets/screen.scss */
div#watson-wrapper.home #extension {
  padding-top: 35px;
}
/* line 300, ../../_stylesheets/screen.scss */
div#watson-wrapper.home #extension .header {
  top: 0 !important;
}

/* Overview page */
/* line 307, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview h1 {
  display: none;
}
/* line 308, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article {
  margin: 0 0 10px 0;
  width: 700px;
  cursor: pointer;
}
/* line 309, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .thumbnail {
  float: left;
  overflow: hidden;
  position: relative;
  width: 350px;
  height: 145px;
  text-decoration: none;
}
/* line 310, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .thumbnail .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -20px;
  width: 40px;
  height: 80px;
  background: url('./sprite-overview-arrow.png?1292498039') no-repeat 0 0;
}
/* line 312, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .content {
  float: left;
  margin: 0 0 0 10px;
  border-top-width: 10px;
  border-style: solid;
  padding: 10px 5px;
  width: 330px;
  min-height: 115px;
  position: relative;
}
/* line 313, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .content .subtitle {
  padding: 0 0 10px 0;
  font-size: 1.3em;
  font-weight: bold;
}
/* line 314, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .content h2 {
  margin: 0 0 3px 0;
  font-size: 3.6em;
  line-height: 0.95em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: normal;
}
/* line 315, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .content p {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  font-size: 1.3em;
  line-height: 1.08em;
}
/* line 316, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .content a {
  font-weight: bold;
}
/* line 317, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article .content a.more, div#watson-wrapper.overview article .content a.more-external {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  padding: 2px 15px 1px 10px;
  background: url('./arrows.png?1298626208') 100% -2px no-repeat;
  font-size: 1.6em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
/* line 322, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article:hover h2, div#watson-wrapper.overview article:hover a.more, div#watson-wrapper.overview article:hover a.more-external {
  text-decoration: underline;
}
/* line 325, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article.research-team {
  cursor: default !important;
}
/* line 326, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article.research-team .content {
  border: none;
}
/* line 327, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article.research-team .content h2 {
  text-decoration: none !important;
}
/* line 328, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview article.research-team .content p {
  margin: 0;
  padding-right: 0;
}
/* line 332, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview .extra {
  margin: 50px 0 0 0;
  position: relative;
}
/* line 333, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview .extra h2 {
  padding: 35px 0 0 0;
}
/* line 334, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview .extra h2 a {
  display: block;
  padding: 0 0 0 15px;
  font-size: 5em;
  line-height: 1em;
  color: #9d9d9d;
  text-decoration: none;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 335, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview .extra h2 a:hover {
  text-decoration: underline;
}
/* line 338, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview .extra h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 700px;
  background: #9d9d9d;
}
/* line 339, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview .extra h3 a {
  display: block;
  padding: 0 20px;
  height: 25px;
  background: url('./arrows.png?1298626208') 100% 0 no-repeat;
  font-size: 1.2em;
  line-height: 25px;
  color: #FFF;
  text-align: right;
  text-decoration: none;
}

/* Detail page */
/* line 348, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .media {
  margin: 0 0 2px 0;
  background: #cccccc;
}
/* line 349, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .media img {
  display: block;
}
/* line 351, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content {
  padding: 20px 15px 40px 15px;
  color: #FFF;
}
/* line 352, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content h1 {
  margin: 0 0 20px 0;
  font-size: 6em;
  line-height: 0.95em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 353, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content a {
  color: #FFF;
}
/* line 354, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content blockquote {
  margin: 0 0 10px 0;
  font-size: 1.6em;
  line-height: 1.13em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 355, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content .quote-author {
  font-size: 1.3em;
  line-height: 1.17em;
  font-style: italic;
}
/* line 356, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content .entry {
  float: left;
  width: 330px;
  font-size: 1.3em;
  line-height: 1.17em;
}
/* line 357, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content .entry a {
  font-weight: bold;
}
/* line 359, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail article .content .extra {
  float: right;
  margin: 0 75px 0 0;
  width: 250px;
  letter-spacing: 0em;
}
/* line 364, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail.smarter-answers-for-a-smarter-planet article {
  padding: 15px 0;
}
/* line 365, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail.smarter-answers-for-a-smarter-planet article h1 {
  margin: 0 0 25px 0;
  font-size: 5.2em;
  line-height: 0.81em;
  color: #ff8400;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 366, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail.smarter-answers-for-a-smarter-planet article .intro {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #2f2f2f;
}
/* line 367, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail.smarter-answers-for-a-smarter-planet article .content {
  padding: 0;
  background: none;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #2f2f2f;
}
/* line 368, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail.smarter-answers-for-a-smarter-planet article .content .col1 {
  float: left;
  width: 340px;
}
/* line 369, ../../_stylesheets/screen.scss */
div#watson-wrapper.detail.smarter-answers-for-a-smarter-planet article .content .col2 {
  float: right;
  width: 340px;
}

/* Extended view */
/* line 377, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended {
  overflow-x: hidden;
}
/* line 380, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #header nav .arrow {
  display: none;
}
/* line 385, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended aside header .back {
  float: left;
  display: block;
  margin: 0 0 0 -20px;
  padding: 0 0 0 20px;
  width: 39px;
  height: 25px;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  line-height: 25px;
  background: url('./arrows.png?1298626208') 5px -150px no-repeat;
}
/* line 386, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended aside header h2 {
  float: right;
  width: 110px;
}
/* line 390, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended aside .item.active .more, div#watson-wrapper.extended aside .item.active .more-external {
  visibility: hidden;
}
/* line 391, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended aside .item.active .arrow {
  display: none;
}
/* line 395, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension {
  position: absolute;
  left: 930px;
  padding-left: 0;
  width: 510px;
}
/* line 396, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .header {
  position: absolute;
  top: -25px;
  padding: 0 10px;
  width: 490px;
  height: 25px;
  font-size: 1.40em;
  line-height: 25px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  line-height: 25px;
  background: #b2b2b2;
}
/* line 397, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .media {
  margin: 0 0 10px 0;
}
/* line 398, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .video-wrapper {
  min-height: 313px;
}
/* line 399, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .content {
  padding: 0;
}
/* line 400, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .content h1 {
  display: block;
  float: left;
  margin: 10px 0 0 0;
  width: 250px;
  font-size: 4.2em;
  line-height: 0.91em;
  overflow: visible;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #555555;
}
/* line 401, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .content .entry {
  float: right;
  margin: 10px 0 0 0;
  width: 250px;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #555555;
}
/* line 404, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .content.full-width h1 {
  float: none;
  width: auto;
}
/* line 405, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension .content.full-width .entry {
  float: none;
  width: auto;
}
/* line 410, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension.watson-buzz .content {
  padding: 10px 0 0 0;
}
/* line 411, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension.watson-buzz .content h1 {
  float: none;
  margin: 0 0 10px 0;
  width: auto;
}
/* line 412, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension.watson-buzz .content h2 {
  margin: 0 0 10px 0;
  font-size: 1.7em;
  line-height: 1em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 413, ../../_stylesheets/screen.scss */
div#watson-wrapper.extended #extension.watson-buzz .content .entry {
  float: none;
  margin: 0 0 10px 0;
  width: auto;
}

/* Banners */
/* line 422, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner {
  margin: 0 0 15px 0;
  width: 720px;
  position: relative;
}
/* line 424, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner .arrow {
  position: absolute;
  width: 82px;
  height: 160px;
  background: url('./arrows/detail-video-arrow-cyan.png?1297775548') no-repeat 0 0;
  opacity: 0.7;
}
/* line 426, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#home-banner {
  padding: 20px 330px 10px 20px;
  width: 370px;
  height: 280px;
  background: black url('./bg-banner-home-watson-in-the-world.jpg?1298304148') no-repeat right 0;
  overflow: auto;
}
/* line 427, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#home-banner .title {
  margin-bottom: 5px;
  font-size: 3.0em;
  line-height: 1em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #00c8f3;
}
/* line 428, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#home-banner p {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.15em;
  color: #626262;
}
/* line 429, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#home-banner p:last-child {
  margin-bottom: 0;
}
/* line 431, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#home-banner a {
  color: #00c8f3;
}
/* line 432, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#home-banner .arrow {
  top: 50%;
  left: auto;
  right: 100px;
  margin: -80px 0 0 0;
}
/* line 435, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#what-is-watson {
  padding: 45px 300px 15px 20px;
  width: 380px;
  height: 230px;
  background: url('./what-is-watson/bg-banner-watson.jpg?1289331835') no-repeat 0 0;
  overflow: auto;
}
/* line 436, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#what-is-watson .title {
  margin-bottom: 5px;
  font-size: 5.6em;
  line-height: 0.9em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #00c8f3;
}
/* line 437, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#what-is-watson p {
  font-size: 1.3em;
  line-height: 1.27em;
  color: #FFF;
}
/* line 438, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#what-is-watson p:last-child {
  margin-bottom: 0;
}
/* line 442, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#research-team {
  padding: 130px 15px 15px 15px;
  width: 670px;
  height: 145px;
  background: url('./what-is-watson/research-team/bg-banner-david-ferrucci.jpg?1296653356') no-repeat 0 0;
}
/* line 443, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#research-team .title {
  margin-bottom: 10px;
  font-size: 4.6em;
  line-height: 0.9em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFF;
}
/* line 444, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#research-team .intro {
  width: 430px;
  font-size: 1.3em;
  line-height: 1.17em;
  color: #FFF;
  font-weight: bold;
}
/* line 447, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team {
  position: relative;
  height: 290px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('./placeholders/700x290.gif?1289334212');
}
/* line 454, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team .title {
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 4.6em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFF;
  line-height: 56px;
}
/* line 456, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#algorithms-team {
  background-image: url('./what-is-watson/research-team/algorithms/bg-banner-algorithms.jpg?1295542372');
}
/* line 457, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#strategy-team {
  background-image: url('./what-is-watson/research-team/strategy/bg-banner-strategy.jpg?1295542372');
}
/* line 458, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#systems-team {
  background-image: url('./what-is-watson/research-team/systems/bg-banner-systems.jpg?1295542372');
}
/* line 459, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#speech-team {
  background-image: url('./what-is-watson/research-team/speech/bg-banner-speech.jpg?1295542372');
}
/* line 460, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#annotations-team {
  background-image: url('./what-is-watson/research-team/annotations/bg-banner-annotations.jpg?1295542372');
}
/* line 461, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#ibm-research---china {
  background-image: url('./what-is-watson/research-team/china-research-lab/bg-banner-china-research-lab.jpg?1295542372');
}
/* line 462, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#ibm-research---tokyo {
  background-image: url('./what-is-watson/research-team/tokyo-research-lab/bg-banner-tokyo-research-lab.jpg?1295542372');
}
/* line 463, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#ibm-research---haifa {
  background-image: url('./what-is-watson/research-team/haifa-research-lab/bg-banner-haifa-research-lab.jpg?1295542372');
}
/* line 464, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#project-management {
  background-image: url('./what-is-watson/research-team/project-management/bg-banner-project-management.jpg?1292498039');
}
/* line 465, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner.research-team#applications-team {
  background-image: url('./what-is-watson/research-team/application/bg-banner-application.jpg?1294922472');
}
/* line 468, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#smarter-answers {
  padding: 20px 15px 10px 15px;
  width: 670px;
  height: 260px;
  background: url('./watson-for-a-smarter-planet/bg-banner-smarter-planet.jpg?1292498039') no-repeat 0 0;
}
/* line 469, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#smarter-answers .title {
  margin-bottom: 8px;
  width: 475px;
  font-size: 4.6em;
  line-height: 0.90em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ff8400;
}
/* line 470, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#smarter-answers .intro {
  width: 320px;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #393939;
}
/* line 471, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#smarter-answers .arrow {
  top: 50%;
  left: auto;
  right: 100px;
  margin: -80px 0 0 0;
  background-image: url('./arrows/detail-video-arrow-orange.png?1297775548');
}
/* line 474, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#expert-viewpoints {
  padding: 65px 15px 10px 15px;
  width: 670px;
  height: 215px;
  background: url('./watson-for-a-smarter-planet/expert-interviews/bg-banner-expert-viewpoints.jpg?1294922472') no-repeat 0 0;
  overflow: auto;
}
/* line 475, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#expert-viewpoints .title {
  margin-bottom: 10px;
  width: 300px;
  font-size: 4.6em;
  line-height: 0.9em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFF;
}
/* line 476, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#expert-viewpoints .intro {
  width: 285px;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #FFF;
}
/* line 479, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#industry-perspectives {
  padding: 65px 15px 10px 15px;
  width: 670px;
  height: 215px;
  background: url('./watson-for-a-smarter-planet/bg-banner-industry-perspectives.jpg?1298385758') no-repeat 0 0;
  overflow: auto;
}
/* line 480, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#industry-perspectives .title {
  margin-bottom: 10px;
  width: 300px;
  font-size: 4.6em;
  line-height: 0.9em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFF;
}
/* line 481, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#industry-perspectives .intro {
  width: 285px;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #FFF;
}
/* line 484, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#building-watson {
  padding: 45px 15px 10px 15px;
  width: 670px;
  height: 235px;
  background: url('./watson-for-a-smarter-planet/building-a-jeopardy-champion/bg-banner-building-watson.jpg?1295542372') no-repeat 0 0;
  overflow: hidden;
}
/* line 485, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#building-watson .title {
  margin-bottom: 15px;
  width: 400px;
  font-size: 4.6em;
  line-height: 0.9em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #72cb01;
}
/* line 486, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#building-watson .intro {
  width: 350px;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #FFF;
}
/* line 489, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#watson-sparring-matches {
  padding: 45px 15px 10px 15px;
  width: 670px;
  height: 235px;
  background: url('./building-watson/bg-banner-watson-sparring-matches.jpg?1298385758') no-repeat 0 0;
  overflow: auto;
}
/* line 490, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#watson-sparring-matches .title {
  margin-top: 36px;
  margin-bottom: 0;
  width: 400px;
  font-size: 4.6em;
  line-height: 0.9em;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFF;
}
/* line 491, ../../_stylesheets/screen.scss */
div#watson-wrapper .banner#watson-sparring-matches .intro {
  width: 335px;
  font-size: 1.3em;
  line-height: 1.08em;
  color: #FFF;
}

/* SM-box Social Media Element */
/* line 499, ../../_stylesheets/screen.scss */
div#watson-wrapper div.video-wrapper {
  position: relative;
  min-height: 418px;
}
/* line 500, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover {
  width: 258px;
  height: 78px;
  position: absolute;
  bottom: -24px;
  right: -198px;
  z-index: 50;
  display: none;
}
/* line 509, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box {
  width: 168px;
  height: 38px;
  padding: 0 0 0 7px;
  background: url('./sm-box/bg-start.png?1290008733') no-repeat 0px 0px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* line 518, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #41413f;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px / 2px;
  -o-border-radius: 2px / 2px;
  -ms-border-radius: 2px / 2px;
  -khtml-border-radius: 2px / 2px;
  border-radius: 2px / 2px;
  height: 38px;
}
/* line 520, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list li {
  float: left;
  background: #41413f url('./sm-box/icons.jpg?1290007184') no-repeat 0px 0px;
  text-indent: -9999px;
  margin: 0 0 0 8px;
}
/* line 522, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list a {
  display: block;
  width: 24px;
  height: 38px;
}
/* line 524, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list .SM-icon-blogger {
  background-position: -1px 0px;
  margin: 0 0 0 8px;
}
/* line 525, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list .SM-icon-delicious {
  background-position: -35px 0px;
}
/* line 526, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list .SM-icon-twitter {
  background-position: -69px 0px;
}
/* line 527, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list .SM-icon-mail {
  background-position: -103px 0px;
}
/* line 528, ../../_stylesheets/screen.scss */
div#watson-wrapper div.SM-hover div.SM-box .SM-list .SM-icon-facebook {
  background-position: -137px 0px;
}

/* Call to action (aka CTA) */
/* line 537, ../../_stylesheets/screen.scss */
div#watson-wrapper .cta hgroup {
  padding: 8px;
  background: #FFF;
}
/* line 539, ../../_stylesheets/screen.scss */
div#watson-wrapper .cta hgroup .title,
div#watson-wrapper .cta hgroup .subtitle {
  float: left;
  margin: 0 10px 0 0;
  font-size: 1.4em;
  color: #4a4a4a;
}
/* line 541, ../../_stylesheets/screen.scss */
div#watson-wrapper .cta .thumbnail {
  display: block;
  margin: 0 0 10px 0;
}
/* line 542, ../../_stylesheets/screen.scss */
div#watson-wrapper .cta .thumbnail img {
  display: block;
}
/* line 544, ../../_stylesheets/screen.scss */
div#watson-wrapper .cta p {
  margin: 0 0 10px 0;
  padding: 0 5px;
  font-size: 1.2em;
}
/* line 545, ../../_stylesheets/screen.scss */
div#watson-wrapper .cta .more, div#watson-wrapper .cta .more-external {
  display: block;
  padding: 0 0 0 18px;
  background: url('./arrows.png?1298626208') -20px -4px no-repeat;
  font-family: ITCLubalinGraphStdDemi, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.2em;
  text-decoration: none;
}

/* No javascript */
/* line 552, ../../_stylesheets/screen.scss */
div#watson-wrapper.overview.no-js article:hover {
  cursor: default;
}

/* Countdown */
/* line 558, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown {
  position: absolute;
  left: 740px;
  top: 10px;
  min-height: 80px;
  color: #9d9d9d;
  background: url('./ico-loader-countdown.gif?1294406716') no-repeat center center;
}
/* line 559, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown .title {
  display: block;
  margin: 0 0 5px 0;
}
/* line 560, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown .done-text {
  display: none;
  line-height: 40px;
  font-size: 3.7em;
  font-weight: bold;
}
/* line 567, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown .hours,
div#watson-wrapper #countdown .minutes,
div#watson-wrapper #countdown .seconds,
div#watson-wrapper #countdown .divider,
div#watson-wrapper #countdown .days-left,
div#watson-wrapper #countdown .hours-left,
div#watson-wrapper #countdown .minutes-left {
  visibility: hidden;
}
/* line 568, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown .days {
  display: none;
}
/* line 570, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.counting-down {
  background: none;
}
/* line 576, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.counting-down.clock .hours,
div#watson-wrapper #countdown.counting-down.clock .minutes,
div#watson-wrapper #countdown.counting-down.clock .seconds,
div#watson-wrapper #countdown.counting-down.clock .divider {
  display: block;
  float: left;
  padding: 0 0 30px 0;
  position: relative;
  visibility: visible;
}
/* line 581, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.counting-down.clock .hours-left,
div#watson-wrapper #countdown.counting-down.clock .minutes-left,
div#watson-wrapper #countdown.counting-down.clock .seconds-left,
div#watson-wrapper #countdown.counting-down.clock .divider {
  display: block;
  line-height: 40px;
  font-size: 3.6em;
  font-weight: bold;
  visibility: visible;
}
/* line 583, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.counting-down.clock .label {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 587, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.counting-down.human .divider {
  display: none;
}
/* line 588, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.counting-down.human .title {
  margin: 15px 0 10px 0;
}
/* line 594, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.counting-down.human .days,
div#watson-wrapper #countdown.counting-down.human .hours,
div#watson-wrapper #countdown.counting-down.human .minutes,
div#watson-wrapper #countdown.counting-down.human .days-left,
div#watson-wrapper #countdown.counting-down.human .hours-left,
div#watson-wrapper #countdown.counting-down.human .minutes-left {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  visibility: visible;
}
/* line 599, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.done {
  background: none;
}
/* line 604, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.done .days,
div#watson-wrapper #countdown.done .hours,
div#watson-wrapper #countdown.done .minutes,
div#watson-wrapper #countdown.done .seconds,
div#watson-wrapper #countdown.done .divider {
  display: none;
}
/* line 606, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.done .done-text {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
/* line 607, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.done .done-text strong {
  display: block;
  font-size: 22px;
}
/* line 609, ../../_stylesheets/screen.scss */
div#watson-wrapper #countdown.done .title {
  font-size: 12px;
  margin: 0 0 10px 0;
  text-align: center;
}

/* Z-indexes */
/* line 618, ../../_stylesheets/screen.scss */
div#watson-wrapper #header {
  z-index: 10;
}
/* line 620, ../../_stylesheets/screen.scss */
div#watson-wrapper #header #nav {
  z-index: 10;
}
/* line 622, ../../_stylesheets/screen.scss */
div#watson-wrapper #wrapper {
  z-index: 5;
}
/* line 623, ../../_stylesheets/screen.scss */
div#watson-wrapper #secondary {
  z-index: 15;
}

/* iPad */
@media all and (min-device-width: 481px) and (max-device-width: 1024px) {
  /* line 628, ../../_stylesheets/screen.scss */
  div#watson-wrapper {
    background: #e0e0e0 url('./bg-body-mobile.jpg?1288948883') no-repeat 0 0;
  }
  /* line 629, ../../_stylesheets/screen.scss */
  div#watson-wrapper #videoplayer {
    height: 445px;
  }
  /* line 631, ../../_stylesheets/screen.scss */
  div#watson-wrapper.extended #extension #videoplayer-2 {
    height: 314px;
  }
}
