/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-------------------------------------
Global
-------------------------------------*/
body {
  background-color: #ffffff;
  font-family: 'SegoePro-Regular','Arial',sans-serif;
  font-size: 13px; }

* {
  box-sizing: border-box; }

/*
Site Fonts
-----------
*/
@font-face {
  font-family: 'SegoePro-Regular';
  src: url("../fonts/SegoePro-Regular/latest.eot");
  src: url("../fonts/SegoePro-Regular/latest.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoePro-Regular/latest.woff") format("woff"), url("../fonts/SegoePro-Regular/latest.ttf") format("truetype"), url("../fonts/SegoePro-Regular/latest.svg#web") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SegoePro-Light';
  src: url("../fonts/SegoePro-Light/latest.eot");
  src: url("../fonts/SegoePro-Light/latest.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoePro-Light/latest.woff") format("woff"), url("../fonts/SegoePro-Light/latest.ttf") format("truetype"), url("../fonts/SegoePro-Light/latest.svg#web") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SegoePro-Semibold';
  src: url("../fonts/SegoePro-Semibold/latest.eot");
  src: url("../fonts/SegoePro-Semibold/latest.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoePro-Semibold/latest.woff") format("woff"), url("../fonts/SegoePro-Semibold/latest.ttf") format("truetype"), url("../fonts/SegoePro-Semibold/latest.svg#web") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
Site Colors
-----------
*/
.clearfix:before,
.clearfix:after,
.columns:before,
.columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after,
.columns:after {
  clear: both; }

a {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

sup, sub {
  vertical-align: baseline;
  font-size: .65em;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

strong {
  font-family: 'SegoePro-Semibold'; }

.mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile {
      display: block; } }

/* Columns */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%; }

.col:first-child {
  margin-left: 0; }

.columns.two .col {
  width: 49%; }

.columns.three .col {
  width: 32%; }

@media only screen and (max-width: 767px) {
  .col {
    width: 100% !important;
    float: none !important;
    margin: 1% 0 1% 0%; } }
/* Desktop-only */
.no-touch #dots li a:hover .text {
  opacity: 1 !important; }
.no-touch #dots li a:hover .dot {
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }
.no-touch button.expand:hover {
  opacity: 1; }

/*-------------------------------------
Static Header
-------------------------------------*/
header.static {
  position: fixed;
  z-index: 1;
  left: 84px;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    header.static {
      left: 30px; } }
  @media only screen and (max-width: 767px) {
    header.static {
      left: 0;
      height: 60px;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.95);
      z-index: 9; } }
  header.static h1, header.static h2 {
    position: absolute;
    margin: 0; }
  header.static h2 {
    top: 75px;
    font-size: 18px;
    color: #737373;
    white-space: nowrap;
    line-height: 1em;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out; }
    @media only screen and (max-height: 1024px) and (max-width: 768px) {
      header.static h2 {
        /* Tablet Portrait */
        top: 30px; } }
    header.static h2 a {
      color: #737373;
      text-decoration: none; }
    @media only screen and (max-width: 1200px) {
      header.static h2 {
        top: 30px; } }
    @media only screen and (max-width: 767px) {
      header.static h2 {
        font-size: 11px;
        top: 25px;
        left: auto;
        right: 65px; } }
  header.static h1 {
    margin: 0;
    -webkit-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
    bottom: 75px; }
    header.static h1 a {
      display: block;
      width: 124px;
      height: 26px;
      background-image: url(../img/microsoft.png);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 124px 26px; }
      @media only screen and (max-width: 767px) {
        header.static h1 a {
          width: 80px;
          height: 17px;
          background-size: 80px 17px; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        header.static h1 a {
          background-image: url(../img/microsoft@2x.png); } }
    @media only screen and (max-width: 1200px) {
      header.static h1 {
        bottom: 40px; } }
    @media only screen and (max-height: 1024px) and (max-width: 768px) {
      header.static h1 {
        /* Tablet Portrait */
        bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      header.static h1 {
        bottom: auto;
        top: 22px;
        left: 20px; } }
  header.static #site-logo {
    margin: 0; }
  header.static #site-logo a {
    display: block; }

/*-------------------------------------
Sliding Menu
-------------------------------------*/
#menu {
  height: 100%;
  overflow: hidden;
  background-color: #333333;
  position: fixed;
  top: 0;
  right: 0;
  color: #999999;
  z-index: 10;
  width: 80px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }
  @media only screen and (max-width: 1200px) {
    #menu {
      width: 40px; } }
  #menu .container {
    display: none;
    position: relative;
    height: 100%;
    margin: 0 80px; }
    @media only screen and (max-width: 1200px) {
      #menu .container {
        width: auto;
        margin: 0 40px; } }
  #menu button.expand {
    position: absolute;
    z-index: 10;
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-image: url(../img/expand.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    opacity: .8;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    top: 50%;
    margin-left: 15px;
    margin-top: -24px;
    outline: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #menu button.expand {
        background-image: url(../img/expand@2x.png);
        background-size: 48px 48px; } }
    @media only screen and (max-width: 1200px) {
      #menu button.expand {
        margin-left: 3px;
        background-size: 35px 35px;
        width: 35px;
        height: 35px; } }
  #menu a {
    color: #999; }
  #menu a:hover {
    color: #fff; }
  #menu header {
    text-align: center;
    padding: 94px 0 40px 0; }
    @media only screen and (max-height: 850px) {
      #menu header {
        padding: 25px 0 10px 0; } }
    @media only screen and (max-width: 767px) {
      #menu header {
        padding: 25px 0 10px 0; } }
    #menu header h1, #menu header h2 {
      margin: 0;
      color: #fff;
      font-size: 30px; }
      @media only screen and (max-width: 1200px) {
        #menu header h1, #menu header h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        #menu header h1, #menu header h2 {
          font-size: 18px; } }
    #menu header h1 {
      text-transform: uppercase; }
    #menu header h2 {
      font-family: 'SegoePro-Light';
      font-weight: normal; }
  #menu nav.main {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-align: center;
    overflow: auto;
    overflow-x: hidden; }
    #menu nav.main .nav-item {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1200px) {
        #menu nav.main .nav-item {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        #menu nav.main .nav-item {
          margin-bottom: 5px; } }
      #menu nav.main .nav-item .number {
        font-size: 18px;
        color: #fff; }
      #menu nav.main .nav-item p {
        margin: 0; }
      #menu nav.main .nav-item p a {
        display: block;
        font-size: 24px;
        text-decoration: none;
        font-family: 'SegoePro-Light'; }
        @media only screen and (max-width: 1200px) {
          #menu nav.main .nav-item p a {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          #menu nav.main .nav-item p a {
            font-size: 16px; } }
      #menu nav.main .nav-item .sub {
        height: 0;
        overflow: hidden; }
        #menu nav.main .nav-item .sub .sub-container {
          padding-top: 10px; }
          #menu nav.main .nav-item .sub .sub-container a {
            text-decoration: none; }
        #menu nav.main .nav-item .sub .sub-container > ul > li:first-child {
          background-image: url(../img/nav-divider.png);
          background-repeat: no-repeat;
          background-position: top center; }
        #menu nav.main .nav-item .sub .sub-container > ul > li:first-child > a {
          background-repeat: no-repeat;
          background-position: top center; }
        #menu nav.main .nav-item .sub .sub-container > ul > li {
          display: block;
          padding: 20px 0;
          font-size: 18px;
          background-image: url(../img/nav-divider.png);
          background-repeat: no-repeat;
          background-position: top center; }
        #menu nav.main .nav-item .sub .sub-container > ul ul {
          margin: 20px 0 20px 0;
          font-size: 13px; }
    #menu nav.main .nav-item.financial-review p a {
      padding-bottom: 10px;
      background-image: url(../img/nav-down.png);
      background-repeat: no-repeat;
      background-position: bottom center; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #menu nav.main .nav-item.financial-review p a {
          background-image: url(../img/nav-down@2x.png);
          background-size: 9px 5px; } }
  #menu footer.main {
    width: 100%;
    position: absolute;
    bottom: 0; }
    #menu footer.main .left {
      position: absolute;
      font-size: 18px;
      bottom: 35px; }
      @media only screen and (max-width: 900px) {
        #menu footer.main .left strong {
          display: block; } }
      @media only screen and (max-width: 900px) {
        #menu footer.main .left {
          font-size: 12px; } }
      #menu footer.main .left p {
        margin: 0;
        font-family: 'SegoePro-Light'; }
      #menu footer.main .left a {
        text-decoration: none; }
    #menu footer.main .right {
      position: absolute;
      bottom: 35px;
      right: 0;
      text-align: right; }
      #menu footer.main .right a {
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          #menu footer.main .right a {
            font-size: 12px; } }
      #menu footer.main .right .utilities li:first-child {
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          #menu footer.main .right .utilities li:first-child {
            margin-bottom: 0; } }
      #menu footer.main .right .social {
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          #menu footer.main .right .social {
            margin-bottom: 0; } }
        #menu footer.main .right .social li {
          display: inline-block;
          margin-left: 10px; }
        #menu footer.main .right .social li:first-child {
          margin-left: 0; }
        #menu footer.main .right .social a {
          display: block;
          background-image: url(../img/social.png);
          background-repeat: no-repeat;
          opacity: .7;
          height: 20px;
          width: 20px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
          #menu footer.main .right .social a {
            background-image: url(../img/social@2x.png);
            background-size: 81px 20px; } }
        #menu footer.main .right .social a:hover {
          opacity: 1; }
        #menu footer.main .right .social .facebook a {
          background-position: -32px 0px; }
        #menu footer.main .right .social .youtube a {
          background-position: -61px 0px; }

#menu.active {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    #menu.active {
      width: 90%; } }
  #menu.active button.expand {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

/*-------------------------------------
Sidebar
-------------------------------------*/
#sidebar {
  position: fixed;
  z-index: 2;
  left: 84px;
  width: 280px;
  height: 100%; }
  @media only screen and (max-width: 1200px) {
    #sidebar {
      left: 30px;
      width: 200px; } }
  @media only screen and (max-width: 767px) {
    #sidebar {
      display: none; } }
  #sidebar div.home {
    display: none;
    position: absolute; }
  #sidebar .home {
    top: 160px; }
    #sidebar .home h3 {
      margin: 0;
      line-height: 1em;
      font-family: 'SegoePro-Light';
      font-weight: 100;
      font-size: 72px;
      color: #333333; }
      @media only screen and (max-width: 1200px) {
        #sidebar .home h3 {
          font-size: 45px; }
          #sidebar .home h3 span {
            display: block; } }
    #sidebar .home p {
      font-size: 18px;
      color: #737373; }
      @media only screen and (max-width: 1200px) {
        #sidebar .home p {
          font-size: 14px; } }
    #sidebar .home p a {
      font-size: 18px;
      color: #000;
      text-decoration: none;
      background-image: url(../img/arrow.png);
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 35px;
      text-decoration: underline; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #sidebar .home p a {
        background-image: url(../img/arrow@2x.png);
        background-size: 24px 24px; } }
  #sidebar #dots {
    position: absolute;
    margin-left: -4px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    #sidebar #dots li {
      white-space: nowrap;
      margin-bottom: 20px;
      padding: 4px 0 0 4px; }
    #sidebar #dots a {
      display: block;
      position: relative;
      color: #999;
      text-decoration: none; }
    #sidebar #dots li .dot {
      -webkit-transition: background-color 0.3s ease, -webkit-transform 0.1s ease;
      transition: background-color 0.3s ease, -webkit-transform 0.1s ease;
      transition: transform 0.1s ease, background-color 0.3s ease;
      transition: transform 0.1s ease, background-color 0.3s ease, -webkit-transform 0.1s ease;
      display: inline-block;
      width: 16px;
      height: 16px;
      background-color: #c8cac3;
      border-radius: 16px;
      vertical-align: middle; }
    #sidebar #dots li.active .dot {
      -webkit-transform: scale(1.5, 1.5);
          -ms-transform: scale(1.5, 1.5);
              transform: scale(1.5, 1.5); }
    #sidebar #dots li .text {
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      opacity: 0;
      vertical-align: middle;
      margin-left: 10px; }
    #sidebar #dots li.shareholder-letter a:hover .dot {
      background-color: #dc3c00; }
    #sidebar #dots li.financial-highlights a:hover .dot {
      background-color: #00bcf2; }
    #sidebar #dots li.financial-review a:hover .dot {
      background-color: #7fba00; }
    #sidebar #dots li.directors-and-officers a:hover .dot {
      background-color: #ffb900; }
    #sidebar #dots li.investor-relations a:hover .dot {
      background-color: #737373; }
  #sidebar nav.financial-review {
    position: absolute;
    left: 50px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      #sidebar nav.financial-review {
        left: 40px; } }
    @media only screen and (max-height: 800px) {
      #sidebar nav.financial-review {
        line-height: 1.2em; } }
    #sidebar nav.financial-review h3 {
      margin: 0 0 20px 0;
      color: #7fba00; }
    #sidebar nav.financial-review h4 {
      color: #777777;
      margin: 0 0 10px 0; }
    #sidebar nav.financial-review ul {
      margin: 0; }
    #sidebar nav.financial-review li {
      margin-bottom: 5px; }
      @media only screen and (max-width: 1200px) {
        #sidebar nav.financial-review li {
          margin-bottom: 0; } }
    #sidebar nav.financial-review li.arrow a {
      padding-right: 20px;
      background-image: url(../img/arrow-green.png);
      background-repeat: no-repeat;
      background-position: center right; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #sidebar nav.financial-review li.arrow a {
          background-image: url(../img/arrow-green@2x.png);
          background-size: 6px 11px; } }
    #sidebar nav.financial-review a {
      color: #7fba00;
      text-decoration: none; }
    #sidebar nav.financial-review .sub ul {
      margin-left: 20px; }
  #sidebar nav.financial-review.dim {
    opacity: .1; }

#sidebar.home #dots {
  display: none; }
#sidebar.home .home {
  display: block; }

#sidebar.shareholder-letter li.shareholder-letter a .dot {
  background-color: #dc3c00 !important;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }

#sidebar.financial-highlights li.financial-highlights a .dot {
  background-color: #00bcf2 !important;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }

#sidebar.financial-review li.financial-review a .dot {
  background-color: #7fba00 !important;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }

#sidebar.directors-and-officers li.directors-and-officers a .dot {
  background-color: #ffb900 !important;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }

#sidebar.investor-relations li.investor-relations a .dot {
  background-color: #737373 !important;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }

/* Sub Nav appearance */
#sidebar-sub div.sub-main,
#sidebar-sub div.sub-business-description,
#sidebar-sub div.sub-notes {
  display: none; }

#sidebar.financial-review div.sub-main {
  display: block; }
#sidebar.financial-review div.sub-business-description {
  display: none; }
#sidebar.financial-review div.sub-notes {
  display: none; }

#sidebar.financial-review #sidebar-sub.business-description div.sub-main {
  display: none !important; }
#sidebar.financial-review #sidebar-sub.business-description div.sub-business-description {
  display: block !important; }
#sidebar.financial-review #sidebar-sub.business-description div.sub-notes {
  display: none !important; }

#sidebar-sub.business-description div.sub-main,
#sidebar-sub.general div.sub-main,
#sidebar-sub.operating-segments div.sub-main,
#sidebar-sub.operations div.sub-main,
#sidebar-sub.research-development div.sub-main,
#sidebar-sub.distribution-sales-marketing div.sub-main,
#sidebar-sub.licensing-options div.sub-main,
#sidebar-sub.customers div.sub-main,
#sidebar-sub.employees div.sub-main,
#sidebar-sub.available-information div.sub-main {
  display: none; }
#sidebar-sub.business-description div.sub-business-description,
#sidebar-sub.general div.sub-business-description,
#sidebar-sub.operating-segments div.sub-business-description,
#sidebar-sub.operations div.sub-business-description,
#sidebar-sub.research-development div.sub-business-description,
#sidebar-sub.distribution-sales-marketing div.sub-business-description,
#sidebar-sub.licensing-options div.sub-business-description,
#sidebar-sub.customers div.sub-business-description,
#sidebar-sub.employees div.sub-business-description,
#sidebar-sub.available-information div.sub-business-description {
  display: block; }
#sidebar-sub.business-description div.sub-notes,
#sidebar-sub.general div.sub-notes,
#sidebar-sub.operating-segments div.sub-notes,
#sidebar-sub.operations div.sub-notes,
#sidebar-sub.research-development div.sub-notes,
#sidebar-sub.distribution-sales-marketing div.sub-notes,
#sidebar-sub.licensing-options div.sub-notes,
#sidebar-sub.customers div.sub-notes,
#sidebar-sub.employees div.sub-notes,
#sidebar-sub.available-information div.sub-notes {
  display: none; }

#sidebar-sub.accounting-policies div.sub-main,
#sidebar-sub.earnings-per-share div.sub-main,
#sidebar-sub.other-income div.sub-main,
#sidebar-sub.investments div.sub-main,
#sidebar-sub.derivatives div.sub-main,
#sidebar-sub.fair-value-measurements div.sub-main,
#sidebar-sub.inventories div.sub-main,
#sidebar-sub.property-equipment div.sub-main,
#sidebar-sub.business-combinations div.sub-main,
#sidebar-sub.goodwill div.sub-main,
#sidebar-sub.intangible-assets div.sub-main,
#sidebar-sub.debt div.sub-main,
#sidebar-sub.income-taxes div.sub-main,
#sidebar-sub.restructuring-charges div.sub-main,
#sidebar-sub.unearned-revenue div.sub-main,
#sidebar-sub.other-long-term-liabilities div.sub-main,
#sidebar-sub.commitments-guarantees div.sub-main,
#sidebar-sub.contingencies div.sub-main,
#sidebar-sub.stockholders-equity-2 div.sub-main,
#sidebar-sub.other-comprehensive-income div.sub-main,
#sidebar-sub.employee-stock-savings-plans div.sub-main,
#sidebar-sub.segment-information-geo-data div.sub-main,
#sidebar-sub.quarterly-information div.sub-main {
  display: none; }
#sidebar-sub.accounting-policies div.sub-business-description,
#sidebar-sub.earnings-per-share div.sub-business-description,
#sidebar-sub.other-income div.sub-business-description,
#sidebar-sub.investments div.sub-business-description,
#sidebar-sub.derivatives div.sub-business-description,
#sidebar-sub.fair-value-measurements div.sub-business-description,
#sidebar-sub.inventories div.sub-business-description,
#sidebar-sub.property-equipment div.sub-business-description,
#sidebar-sub.business-combinations div.sub-business-description,
#sidebar-sub.goodwill div.sub-business-description,
#sidebar-sub.intangible-assets div.sub-business-description,
#sidebar-sub.debt div.sub-business-description,
#sidebar-sub.income-taxes div.sub-business-description,
#sidebar-sub.restructuring-charges div.sub-business-description,
#sidebar-sub.unearned-revenue div.sub-business-description,
#sidebar-sub.other-long-term-liabilities div.sub-business-description,
#sidebar-sub.commitments-guarantees div.sub-business-description,
#sidebar-sub.contingencies div.sub-business-description,
#sidebar-sub.stockholders-equity-2 div.sub-business-description,
#sidebar-sub.other-comprehensive-income div.sub-business-description,
#sidebar-sub.employee-stock-savings-plans div.sub-business-description,
#sidebar-sub.segment-information-geo-data div.sub-business-description,
#sidebar-sub.quarterly-information div.sub-business-description {
  display: none; }
#sidebar-sub.accounting-policies div.sub-notes,
#sidebar-sub.earnings-per-share div.sub-notes,
#sidebar-sub.other-income div.sub-notes,
#sidebar-sub.investments div.sub-notes,
#sidebar-sub.derivatives div.sub-notes,
#sidebar-sub.fair-value-measurements div.sub-notes,
#sidebar-sub.inventories div.sub-notes,
#sidebar-sub.property-equipment div.sub-notes,
#sidebar-sub.business-combinations div.sub-notes,
#sidebar-sub.goodwill div.sub-notes,
#sidebar-sub.intangible-assets div.sub-notes,
#sidebar-sub.debt div.sub-notes,
#sidebar-sub.income-taxes div.sub-notes,
#sidebar-sub.restructuring-charges div.sub-notes,
#sidebar-sub.unearned-revenue div.sub-notes,
#sidebar-sub.other-long-term-liabilities div.sub-notes,
#sidebar-sub.commitments-guarantees div.sub-notes,
#sidebar-sub.contingencies div.sub-notes,
#sidebar-sub.stockholders-equity-2 div.sub-notes,
#sidebar-sub.other-comprehensive-income div.sub-notes,
#sidebar-sub.employee-stock-savings-plans div.sub-notes,
#sidebar-sub.segment-information-geo-data div.sub-notes,
#sidebar-sub.quarterly-information div.sub-notes {
  display: block; }

/*-------------------------------------
Main Content
-------------------------------------*/
section.main {
  margin-left: 35%;
  margin-right: 120px;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 1201px) {
    section.main {
      max-width: 760px; } }
  @media only screen and (max-width: 1200px) and (min-width: 768px) {
    section.main {
      margin-left: 280px;
      margin-right: 65px; } }
  @media only screen and (max-width: 767px) {
    section.main {
      margin-left: 20px;
      margin-right: 65px; } }
  section.main section {
    margin-bottom: 100px; }
  section.main article {
    max-width: 100%;
    margin: 0 auto; }
  section.main #home {
    padding-top: 170px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      section.main #home {
        padding-top: 90px; }
        section.main #home h3 {
          text-decoration: none;
          text-transform: none;
          font-size: 24px;
          margin: 0 0 5px 0; }
        section.main #home p {
          font-size: 14px;
          color: #737373; } }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      section.main #home img {
        width: 75%; } }
    @media only screen and (max-width: 767px) {
      section.main #home img {
        margin-bottom: 20px; } }
  section.main h2 {
    font-family: 'SegoePro-Light';
    margin-top: 0;
    color: #444;
    font-size: 4em;
    font-weight: 400;
    margin-bottom: .5em;
    background-color: transparent;
    line-height: 1; }
    @media only screen and (max-width: 1200px) {
      section.main h2 {
        font-size: 3em; } }
    @media only screen and (max-width: 767px) {
      section.main h2 {
        font-size: 2em; } }
  section.main article h2 {
    margin-top: 50px; }
  section.main article:first-chile h2 {
    margin-top: 0; }
  section.main h3 {
    /* Capitalized, Underlined, Left-aligned */
    font-family: 'SegoePro-Regular';
    margin-top: 0;
    font-size: 1em;
    text-decoration: underline;
    font-weight: normal;
    text-transform: uppercase; }
  section.main h3.large {
    /* Larger, Non-Underlined, Left-aligned */
    font-size: 1.3em;
    text-decoration: none;
    text-transform: uppercase; }
  section.main p a {
    color: #000; }
  section.main h4 {
    /* Title case, Underlined, Left-aligned */
    font-family: 'SegoePro-Regular';
    text-decoration: underline;
    font-size: 1em;
    font-weight: normal; }
  section.main ul, section.main ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px; }
  section.main ol.alpha-paren {
    counter-reset: list; }
  section.main ol.alpha-paren > li {
    /* (a) (b) (c) */
    list-style: none;
    position: relative; }
  section.main ol.alpha-paren > li:before {
    counter-increment: list;
    content: "(" counter(list,lower-alpha) ") ";
    position: absolute;
    left: -1.4em; }
  section.main td {
    margin: 0;
    padding: 5px;
    vertical-align: bottom; }
  section.main table {
    margin: 20px 0;
    width: 100%; }
  section.main .dollar {
    margin-left: 5%;
    float: left;
    text-align: left !important; }
  section.main td.cell-right {
    text-align: right;
    white-space: nowrap; }
  section.main td.cell-right-small-text {
    text-align: right;
    white-space: nowrap;
    font-size: .9em; }
  section.main tr.small-text td,
  section.main td.small-text {
    font-size: .9em; }
  section.main tr.border-bottom,
  section.main td.border-bottom {
    border-bottom: 1px solid #000; }
  section.main tr.cell-right-border-bottom,
  section.main td.cell-right-border-bottom {
    border-bottom: 1px solid #000;
    text-align: right;
    white-space: nowrap; }
  section.main tr.border-bottom-small-text,
  section.main td.border-bottom-small-text {
    border-bottom: 1px solid #000;
    font-size: .9em; }
  section.main tr.border-bottom-double,
  section.main td.border-bottom-double {
    border-bottom: 2px solid #000; }
  section.main tr.cell-right-border-bottom-double,
  section.main td.cell-right-border-bottom-double {
    border-bottom: 2px solid #000;
    text-align: right;
    white-space: nowrap; }
  section.main tr.padding-top td,
  section.main td.padding-top {
    padding-top: 2%; }
  section.main tr.padding-top-small-text td,
  section.main td.padding-top-small-text {
    padding-top: 2%;
    font-size: .9em; }
  section.main td.cell-indent {
    padding-left: 20px; }
  section.main td.cell-indent-border-bottom {
    padding-left: 20px;
    border-bottom: 1px solid #000; }
  section.main td.cell-indent-border-bottom {
    padding-left: 20px;
    border-bottom: 1px solid #000; }
  section.main td.cell-indent-double {
    padding-left: 40px; }
  section.main td.cell-indent-triple {
    padding-left: 60px; }
  section.main p img {
    margin: 10px 0 !important; }
  section.main .td-10 {
    width: 10%; }
  section.main .td-20 {
    width: 20%; }
  section.main .td-30 {
    width: 30%; }
  section.main .td-40 {
    width: 40%; }
  section.main .td-50 {
    width: 50%; }
  section.main .td-60 {
    width: 60%; }
  section.main .td-70 {
    width: 70%; }
  section.main .td-80 {
    width: 80%; }
  section.main .td-90 {
    width: 90%; }
  section.main .td-100 {
    width: 100%; }
  section.main .mobile-table {
    width: 100%;
    border: 1px solid #ccc;
    overflow-x: scroll;
    padding: 20px; }
  section.main .table-instructions {
    padding: 5px 0 9px 0;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    line-height: 1em; }
  section.main article .mobile-table table {
    margin: 0;
    min-width: 700px; }
  section.main #shareholder-letter h2,
  section.main #shareholder-letter a {
    color: #dc3c00; }
  section.main #financial-highlights h2,
  section.main #financial-highlights a {
    color: #00bcf2; }
  section.main #financial-review h2,
  section.main #financial-review a {
    color: #7fba00; }
  section.main #directors-and-officers h2,
  section.main #directors-and-officers a {
    color: #ffb900; }
  section.main #investor-relations h2,
  section.main #investor-relations a {
    color: #737373; }

#investor-relations a {
  word-wrap: break-word; }

#download-center {
  margin-top: 68px; }
  #download-center h2 {
    margin-top: 0; }
  @media only screen and (min-width: 768px) and (max-height: 850px) {
    #download-center {
      margin-top: 23px; } }
  #download-center p {
    margin-bottom: 30px; }

/* Mobile anchor tag compensation */
@media only screen and (max-width: 767px) {
  section.main section:before,
  section.main article:before {
    display: block;
    content: " ";
    height: 70px;
    margin-top: -70px;
    visibility: hidden; } }
