/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #393839;
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4; }

.wrapper {
  background-color: #fdfff1; }

fieldset {
  border: none; }

img {
  max-width: 100%; }

li {
  margin-bottom: 0.5em; }

pre.codesnippet {
  overflow: auto;
  width: auto;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  max-height: 400px;
  background: #efefef;
  padding: 10px; }
  .wide pre.codesnippet {
    max-height: none; }
  table pre.codesnippet {
    overflow: scroll;
    max-width: 300px; }
  pre.codesnippet b, pre.codesnippet strong {
    font-family: monospace, serif !important; }

a, a:hover {
  text-decoration: none; }

input {
  color: #393839; }

.nav ul {
  list-style-type: none;
  padding: 0; }

#main, footer {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #main:before, #main:after, footer:before, footer:after {
    content: " ";
    display: table; }
  #main:after, footer:after {
    clear: both; }

#main {
  background-color: #fff;
  border-top: 6px solid #d1d3d4;
  border-right: 6px solid #d1d3d4;
  border-left: 6px solid #d1d3d4;
  position: relative; }
  @media screen and (min-width: 340px) {
    #main {
      border-top: 12px solid #d1d3d4;
      border-right: 12px solid #d1d3d4;
      border-left: 12px solid #d1d3d4; } }

.pContent {
  position: relative; }
  @media screen and (min-width: 686px) {
    .pContent {
      float: left;
      width: calc(100% - 366px);
      border-right: 12px solid #d1d3d4; }
      .ie8 .pContent {
        width: 100%;
        padding-right: 366px;
        border-right: none; } }
  .pContent:after {
    content: "";
    display: table;
    clear: both; }
  .wide .pContent, .onecolumn .pContent, .techlibrary .pContent {
    width: 100%;
    float: none;
    border: none; }
    @media (min-height: 800px) {
      .wide .pContent, .onecolumn .pContent, .techlibrary .pContent {
        min-height: 340px; } }
  .pContent a, .pContent a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #2262CC;
    color: #0092d3; }
  .pContent a:hover, .pContent a:active {
    text-decoration: underline; }

.xContent {
  clear: both;
  border-top: 12px solid #d1d3d4;
  text-align: center; }
  .techlibrary .xContent {
    display: none; }

figure {
  text-align: center;
  font-family: Arial, sans-serif;
  margin: 0 0 1em; }
  figure b {
    display: block;
    font-style: normal; }
  figure em {
    font-weight: bold; }

figcaption {
  font-size: 0.8em;
  font-style: italic; }

@media screen and (min-width: 500px) {
  #article .horizontal-social-buttons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 20px 0; } }
@media screen and (min-width: 686px) {
  #article .horizontal-social-buttons {
    position: relative;
    padding: 0; } }
@media screen and (min-width: 846px) {
  #article .horizontal-social-buttons {
    position: absolute;
    padding: 16px 20px 0; } }
#level0 + .horizontal-social-buttons {
  padding-left: 20px; }
.horizontal-social-buttons + .title {
  padding-top: 8px; }
  @media screen and (min-width: 500px) {
    .horizontal-social-buttons + .title {
      padding-top: 28px; } }
  @media screen and (min-width: 686px) {
    .horizontal-social-buttons + .title {
      padding-top: 8px; } }
  @media screen and (min-width: 846px) {
    .horizontal-social-buttons + .title {
      padding-top: 28px; } }
.horizontal-social-buttons:after {
  content: '';
  display: table;
  clear: both; }

.social-button {
  float: left; }

.IN-widget {
  padding: 0 27px 0 0; }
  .IN-widget span {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.fb_iframe_widget span {
  position: relative;
  top: -3px; }

.articleFeedback, .free-guides ul, .vendor-profiles ul, .techLibrary ul, #rssFeed ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.leaderboard {
  background-color: #231f20;
  text-align: center;
  max-height: 155px; }
  .leaderboard .ad {
    display: none;
    padding: 8px 0; }
    @media screen and (min-width: 744px) {
      .leaderboard .ad {
        display: block; } }
    .leaderboard .ad + .ad {
      display: none; }
      @media screen and (min-width: 974px) {
        .leaderboard .ad + .ad {
          display: block; } }

header {
  background-color: #FBA340;
  border-bottom: 12px solid #fdfff1;
  position: relative;
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header a, header a:visited {
    color: #fff;
    text-decoration: none; }
  header:before {
    clear: both; }

.sitelogo {
  padding: 20px;
  margin: 0;
  display: block;
  text-align: center; }
  @media screen and (min-width: 500px) {
    .sitelogo {
      padding: 36px  20px 24px;
      display: inline-block; } }
  .sitelogo svg {
    width: 273px;
    height: 107px; }
    @media screen and (min-width: 500px) {
      .sitelogo svg {
        width: 293px;
        height: 115px; } }
  .sitelogo a {
    font-size: 0;
    display: block; }

.topnav {
  background-color: #393839;
  text-align: center;
  font-weight: 700;
  font-size: 0;
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  *zoom: 1; }
  .topnav:before, .topnav:after {
    content: " ";
    display: table; }
  .topnav:after {
    clear: both; }
  @media screen and (min-width: 650px) {
    .topnav {
      border-top: 6px solid #F15E24; } }
  .topnav:before {
    clear: both; }
  .topnav li {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 56px;
    margin-bottom: 0; }
    @media screen and (min-width: 552px) {
      .topnav li {
        width: 16.66667%;
        display: table-cell; } }
  .topnav li:nth-child(-n+4) {
    border-bottom: 1px solid #d1d3d4; }
    @media screen and (min-width: 552px) {
      .topnav li:nth-child(-n+4) {
        border: none; } }
  .topnav li:nth-child(n+3) {
    border-top: 1px solid #d1d3d4; }
    @media screen and (min-width: 552px) {
      .topnav li:nth-child(n+3) {
        border: none; } }
  .topnav li:nth-child(odd) {
    border-right: 1px solid #d1d3d4; }
    @media screen and (min-width: 552px) {
      .topnav li:nth-child(odd) {
        border: none; } }
  .topnav li:nth-child(even) {
    border-left: 1px solid #d1d3d4; }
    @media screen and (min-width: 552px) {
      .topnav li:nth-child(even) {
        border: none; } }
  @media screen and (min-width: 552px) {
    .topnav li:nth-child(n+2) {
      border-left: 2px solid #d1d3d4; } }
  @media screen and (min-width: 650px) {
    .topnav li:nth-child(n) {
      border-left: 1px solid #fff; }
    .topnav li:first-of-type {
      border-left: none; } }
  .topnav a, .topnav a:visited {
    display: inline-block;
    line-height: 1.1;
    padding: 18px; }
    @media screen and (min-width: 552px) {
      .topnav a, .topnav a:visited {
        padding: 10px; } }
  .topnav .topnavlist {
    display: table;
    width: 100%;
    margin: 0 auto;
    border: 6px solid #d1d3d4;
    border-top: 2px solid #d1d3d4; }
    @media screen and (min-width: 650px) {
      .topnav .topnavlist {
        border: none; } }

.topnavlist a:hover, .topnavlist a:active {
  color: #F15E24; }

.mainmenu {
  width: 100%;
  font-size: 0.8125em;
  line-height: 1.1;
  display: table;
  background-color: #F15E24;
  border: 6px solid #d1d3d4;
  border-bottom: none; }
  @media screen and (min-width: 650px) {
    .mainmenu {
      display: inline-block;
      background-color: transparent;
      border: none;
      border-left: 1px solid #fff;
      padding-left: 12px;
      width: auto; } }
  .mainmenu .topnavlist {
    margin: 0; }
    @media screen and (min-width: 500px) {
      .mainmenu .topnavlist {
        display: table;
        width: 100%; } }
    @media screen and (min-width: 650px) {
      .mainmenu .topnavlist {
        display: inline-block;
        width: auto;
        position: relative;
        bottom: 2px; } }
  .mainmenu .clear {
    display: none; }
  .mainmenu li {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    padding: 3px; }
    @media screen and (min-width: 500px) {
      .mainmenu li {
        margin: 0.5em 0;
        padding: 6px 3px;
        width: auto;
        float: none;
        display: table-cell; } }
    @media screen and (min-width: 650px) {
      .mainmenu li {
        display: block;
        text-align: left;
        padding: 0; } }
  .mainmenu li:nth-child(-n+4) {
    border-bottom: 1px solid #d1d3d4; }
  .mainmenu li:nth-child(n+3) {
    border-top: 1px solid #d1d3d4; }
  .mainmenu li:nth-child(odd) {
    border-right: 1px solid #d1d3d4; }
  .mainmenu li:nth-child(even) {
    border-left: 1px solid #d1d3d4; }
  .mainmenu li:nth-child(4) {
    position: relative; }
    .mainmenu li:nth-child(4):after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #d1d3d4; }
  .mainmenu li.last {
    position: relative; }
    .mainmenu li.last:after {
      content: '';
      position: absolute;
      top: 0;
      right: -2px;
      height: 100%;
      width: 1px;
      background-color: #d1d3d4; }
  @media screen and (min-width: 500px) {
    .mainmenu li:nth-child(n) {
      border: none; } }
  @media screen and (min-width: 650px) {
    .mainmenu li:first-child {
      margin-top: 0; }
    .mainmenu li.last {
      margin-bottom: 0; }
      .mainmenu li.last:after {
        display: none; }
    .mainmenu li:nth-child(4):after {
      display: none; } }
  .mainmenu a, .mainmenu a:visited {
    display: block;
    font-weight: bold; }
  .mainmenu a:hover, .mainmenu a:active {
    color: #fff; }
    @media screen and (min-width: 650px) {
      .mainmenu a:hover, .mainmenu a:active {
        color: #F15E24; } }

.social {
  position: absolute;
  right: 20px;
  bottom: 234px;
  display: none; }
  @media screen and (min-width: 500px) {
    .social {
      display: block; } }
  @media screen and (min-width: 552px) {
    .social {
      bottom: 122px; } }
  @media screen and (min-width: 650px) {
    .social {
      bottom: 88px; } }
  @media screen and (min-width: 768px) {
    .social {
      bottom: 130px; } }
  .social a {
    margin-left: 8px;
    width: 26px;
    height: 26px;
    float: left; }
  .social svg {
    width: 100%;
    height: 100%; }

.advanced {
  display: none; }

.search {
  position: absolute;
  bottom: 88px;
  right: 21px;
  display: none; }
  .search input[type="text"] {
    border: 0;
    border-radius: 4px;
    height: 32px !important;
    width: 191px;
    padding: 4px 44px 4px 8px;
    font-size: 0.875em;
    position: relative;
    left: 40px;
    top: 0; }
    @media screen and (min-width: 900px) {
      .search input[type="text"] {
        width: 301px; } }
  .search .submit {
    border: 0;
    background: url(../img/search.svg) no-repeat center center;
    height: 32px !important;
    text-indent: -9999px;
    width: 32px;
    position: relative;
    z-index: 2; }
  .search fieldset {
    padding: 0; }
  @media screen and (min-width: 768px) {
    .search {
      display: block; } }

.whatsnew ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.whatsnew li[id] {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  border-bottom: 12px solid #d1d3d4; }
.whatsnew img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1; }
  @media (min-width: 480px) {
    .whatsnew img {
      width: 37.647058824%;
      float: right;
      margin-left: 40px; } }
  @media screen and (min-width: 686px) {
    .whatsnew img {
      width: 100%;
      margin-left: 0;
      float: none; } }
  @media (min-width: 800px) {
    .whatsnew img {
      width: 37.647058824%;
      float: right;
      margin-left: 40px; } }
.whatsnew .summary {
  position: relative;
  margin: 0.25em 0 0; }
.whatsnew span, .whatsnew .dlb_byline {
  color: #00A0AD;
  font-size: 0.875em;
  line-height: 1;
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 1em; }
  .whatsnew span a, .whatsnew span a:visited, .whatsnew .dlb_byline a, .whatsnew .dlb_byline a:visited {
    color: #00A0AD;
    text-decoration: none; }
.whatsnew h3 {
  margin: 0; }
  .whatsnew h3 a, .whatsnew h3 a:visited {
    color: #393839;
    text-decoration: none;
    font: 800 1.58em/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0.1em 0;
    display: block; }
  .whatsnew h3 a:hover, .whatsnew h3 a:active {
    text-decoration: none; }

.summary {
  font: italic 18px/1.3 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0.125em 0 0; }

.section {
  color: #FBA340;
  font: bold 0.75em/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: .333333333em; }

.deck {
  font: italic 17px/1.4 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  position: relative;
  margin: .411764706em 0 .647058824em; }

.byline {
  color: #444;
  font: bold 0.875em/1.3 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  list-style: none;
  padding: 0;
  clear: both; }
  .byline li {
    float: left;
    padding-right: 10px;
    margin-right: 15px;
    position: relative; }
  .byline .author:after {
    content: "";
    background-color: #ccc;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 100%;
    top: 6px; }
  .byline .date {
    border: none; }
  .byline a, .byline a:visited {
    color: #444;
    text-decoration: none; }
  .byline a:hover, .byline a:active {
    text-decoration: underline; }
  .byline:after, .byline:before {
    content: "";
    display: table;
    clear: both; }
  #level1 .byline {
    margin: 4px 0 0;
    clear: none;
    display: inline-block; }

.pagination {
  margin: 0; }
  .pagination ul {
    text-align: center;
    padding: 1em;
    list-style-type: none;
    margin: 0; }
  .pagination li {
    display: inline-block; }
  .pagination a, .pagination a:visited {
    text-decoration: none;
    padding: 4px 14px;
    display: inline-block;
    background: #444;
    color: #fff;
    text-transform: uppercase;
    font: 0.875em "adelle-sans", Arial, sans-serif; }
  .pagination a:hover, .pagination a:active {
    opacity: 0.9;
    text-decoration: none; }
  .pagination .disablelink {
    display: none; }
  .pagination .currentpage, .pagination .currentpage:visited {
    background-color: #ccc;
    cursor: default; }
  .pagination .currentpage:hover, .pagination .currentpage:active {
    opacity: 1; }
  .pagination .next, .pagination .prev, .pagination .next:visited, .pagination .prev:visited {
    background: #F15E24; }

.sContent {
  background-color: #fff;
  padding: 20px 13px 0;
  position: relative; }
  @media (min-width: 686px) {
    .sContent {
      float: right;
      width: 366px; }
      .ie8 .sContent {
        position: absolute;
        top: 0;
        right: 0; } }
  .sContent:before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #d1d2d4;
    z-index: 1;
    left: -12px;
    top: 0;
    width: 12px; }
  .ie8 .sContent:before {
    display: none; }
  .sContent:after {
    content: "";
    display: table;
    clear: both; }
  .wide .sContent, .techlibrary .sContent, .onecolumn .sContent {
    display: none; }
  .sContent .ad {
    text-align: center;
    margin: 1em 0; }

#popular {
  margin: 0 0 20px;
  font: bold 1em/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
  #popular ul {
    padding: 0;
    list-style-type: none; }

.tabMenu li + li, .tabContent + .tabContent {
  display: none; }

.tabMenu {
  margin: 0; }
  .tabMenu a {
    font: 800 24px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    color: #333;
    cursor: default;
    display: inline-block; }
  .tabMenu:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.tabContent {
  padding: 4px 0 0; }
  .tabContent a, .tabContent a:active {
    text-decoration: none;
    display: block;
    background: #FBA340;
    padding: 14px;
    font-size: 0.875em;
    line-height: 1.2em;
    font-weight: normal;
    color: #fff; }
  .tabContent a:hover, .tabContent a:active {
    opacity: 0.85; }
  .tabContent h3 {
    margin: 0 0 1px; }

.module {
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 1em; }
  .module h3 {
    font: 800 24px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #333;
    display: inline-block;
    margin: 0; }
    .module h3 a, .module h3 a:visited {
      color: #333;
      text-decoration: none; }
  .module ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 4px; }
    .module ul a, .module ul a:active {
      text-decoration: none;
      display: block;
      background: #FBA340;
      padding: 14px;
      font-size: 1em;
      font-weight: normal;
      color: #fff;
      line-height: 1.2em; }
    .module ul a:hover, .module ul a:active {
      opacity: 0.85; }
  .module li {
    margin: 0 0 1px; }
  .module li:nth-of-type(even) a, .module li:nth-of-type(even) a:active {
    background-color: #fbb82b; }
  .module .footer {
    margin: 0; }
    .module .footer a, .module .footer a:active {
      text-decoration: none;
      display: block;
      background: #FBA340;
      padding: 14px;
      font-size: 1em;
      font-weight: normal;
      color: #fff; }
    .module .footer a:hover, .module .footer a:active {
      opacity: 0.85; }

.calendar-listing {
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 1.5em 0;
  border: 10px solid #FBA340;
  padding: 1em; }
  .calendar-listing .summary {
    font-style: normal; }
  .calendar-listing .upcoming-events {
    font: 800 24px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #333;
    padding-right: 20px;
    display: inline-block;
    margin: 0; }
  .calendar-listing ul {
    list-style-type: none;
    padding: 0;
    margin: 1em 0 0; }
  .calendar-listing li {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    font-size: 14px; }
    .calendar-listing li:last-of-type {
      border: none; }
  .calendar-listing a, .calendar-listing a:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1;
    font-size: 16px;
    color: #00A0AD; }

.MCP-MAG {
  background-color: #FBA340;
  color: #fff;
  padding: 18px 18px 1px;
  margin: 0 0 1.25em; }
  .MCP-MAG h3 {
    font: 800 24px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    color: #fff;
    padding: 0;
    font-size: 1.75em; }

.enl {
  background-color: #fff;
  padding: 0.75em 0.75em 0.5em;
  color: #333;
  overflow: hidden; }

.formlabel {
  padding-bottom: 0.2em; }

.emailAddress {
  width: 70%;
  float: left; }

#txtEMAILADR {
  width: 100%;
  height: 36px !important;
  border: 1px solid  #ccc;
  background-color: #fff;
  -webkit-appearance: none;
  margin: 0;
  padding: 0.5em;
  font-size: 0.9em; }

.dvForm-button {
  float: right;
  width: 30%; }
  .dvForm-button [type=button] {
    background-color: #FBA340;
    border: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.8em;
    width: 100%;
    height: 36px !important;
    margin: 0 0 1.25em 0.1px;
    padding: 0;
    text-align: center;
    line-height: 2.125em;
    overflow: hidden;
    -webkit-appearance: none; }

.enewsletterprivacypolicy {
  font-size: 10px;
  clear: both; }
  .enewsletterprivacypolicy a, .enewsletterprivacypolicy a:visited {
    color: #fff;
    font-size: 10px;
    text-decoration: underline; }

footer {
  background-color: #fff;
  width: 100%;
  border-right: 6px solid #d1d3d4;
  border-left: 6px solid #d1d3d4;
  border-bottom: 6px solid #d1d3d4; }
  @media screen and (min-width: 340px) {
    footer {
      border-top: 12px solid #d1d3d4;
      border-right: 12px solid #d1d3d4;
      border-left: 12px solid #d1d3d4; } }

.footerlist {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.footer1 ul {
  text-align: center;
  overflow: hidden;
  border-bottom: 12px solid #d1d3d4;
  background-color: #333;
  position: relative; }
  .footer1 ul:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #d1d3d4;
    right: 0;
    top: 0;
    z-index: 2; }
  .footer1 ul:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #d1d3d4;
    right: 0;
    bottom: 0;
    z-index: 2; }
.footer1 li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #d1d3d4;
  margin-bottom: 0; }
  .footer1 li a {
    border: 1px solid #d1d3d4;
    border-top: none;
    border-bottom: none; }
  .footer1 li:nth-of-type(odd) a {
    border-left: 1px solid #333; }
  .footer1 li:nth-of-type(even) a {
    border-right: 1px solid #333; }
  @media (min-width: 768px) {
    .footer1 li {
      width: 25%; }
      .footer1 li:nth-of-type(odd) a {
        border-left: 1px solid #d1d3d4; }
      .footer1 li:nth-of-type(even) a {
        border-right: 1px solid #d1d3d4; }
      .footer1 li:nth-of-type(4n) a {
        border-right: 1px solid #333;
        border-left: 1px solid #d1d3d4; }
      .footer1 li:nth-of-type(4n+1) a {
        border-left: 1px solid #333;
        border-right: 1px solid #d1d3d4; }
      .footer1 li:nth-of-type(n+4) a {
        border-top: 1px solid #d1d3d4;
        border-bottom: none; } }
  @media (min-width: 1070px) {
    .footer1 li {
      width: 12.5%; }
      .footer1 li:nth-of-type(3n) a {
        border-right: 1px solid #d1d3d4; }
      .footer1 li:nth-of-type(4n) a {
        border-right: 1px solid #d1d3d4;
        border-left: 1px solid #d1d3d4; }
      .footer1 li:nth-of-type(4n+1) a {
        border-left: 1px solid #d1d3d4;
        border-right: 1px solid #d1d3d4; }
      .footer1 li:nth-of-type(n+4) a {
        border-top: none;
        border-bottom: none; }
      .footer1 li.last a {
        border-right: none; } }
.footer1 a, .footer1 a:visited {
  color: #ddd;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: .70em;
  text-transform: uppercase;
  font-family: "adelle-sans", Arial, sans-serif;
  background-color: #333; }
.footer1 a:hover, .footer1 a:active {
  background-color: rgba(255, 255, 255, 0.4); }
.footer1 .clear {
  display: none; }

.footer-sites {
  font-family: "adelle-sans", Arial, sans-serif;
  background-color: #FBA340; }
  .footer-sites ul {
    text-align: center; }
    @media (min-width: 1070px) {
      .footer-sites ul {
        text-align: left;
        width: 700px;
        overflow: hidden;
        padding: 24px 0;
        margin-left: 300px; } }
  .footer-sites li {
    margin: 0 auto;
    font-size: 17px;
    /* font-size: 15px; text-transform: uppercase; */ }
    @media (min-width: 768px) {
      .footer-sites li {
        max-width: 322px; } }
    @media (min-width: 1070px) {
      .footer-sites li {
        max-width: none;
        float: left;
        width: 50%; } }
  .footer-sites a, .footer-sites a:visited {
    color: #fff;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    display: block; }
    @media (min-width: 1070px) {
      .footer-sites a, .footer-sites a:visited {
        border-bottom: none;
        height: 30px;
        line-height: 30px; } }
  .footer-sites a:hover, .footer-sites a:active {
    background-color: rgba(255, 255, 255, 0.1); }
    @media (min-width: 1070px) {
      .footer-sites a:hover, .footer-sites a:active {
        background-color: transparent; } }
  .footer-sites:before {
    content: url(../img/ECG.png);
    display: block;
    background: #fff;
    text-align: center;
    padding: 21px 0; }
    @media (min-width: 1070px) {
      .footer-sites:before {
        display: none; } }
  @media (min-width: 1070px) {
    .footer-sites {
      background: #FBA340 url(../img/ECG-white.png) no-repeat 46px 46px; } }
  .footer-sites .clear {
    display: none; }
  .footer-sites .last a, .footer-sites .last a:visited {
    border-bottom: none; }

.copyright {
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  padding: 0 20px 20px;
  text-align: center; }
  .copyright p {
    margin-bottom: 0; }
  .copyright a, .copyright a:visited {
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #333; }
  .copyright a:hover, .copyright a:active {
    text-decoration: underline; }
  .copyright:before {
    content: url(../img/1105.png);
    display: block;
    background: #fff;
    text-align: center;
    padding: 21px 0; }
  @media (min-width: 1070px) {
    .copyright {
      padding-top: 10px; }
      .copyright:before {
        display: inline;
        padding-right: 2em; }
      .copyright p {
        display: inline;
        padding-left: 2em; } }

.customPages {
  padding: 20px; }
  .customPages h3 {
    font: 800 40px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 0.5em;
    color: #FBA340; }
  .customPages h4 {
    font-size: 1.75em;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 0.25em;
    color: #231f20; }

[id="article"] {
  font-size: 17px; }
  [id="article"] h3 {
    font-size: 2.17647em;
    line-height: 1;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    font-weight: 800; }
  [id="article"] .ad {
    text-align: center; }
    [id="article"] .ad + br {
      display: none; }
  [id="level1"] [id="article"] > div {
    border-bottom: 12px solid #d1d3d4;
    padding: 20px;
    *zoom: 1; }
    [id="level1"] [id="article"] > div:before, [id="level1"] [id="article"] > div:after {
      content: " ";
      display: table; }
    [id="level1"] [id="article"] > div:after {
      clear: both; }
  [id="level1"] [id="article"] > .pagination {
    border-bottom: none;
    padding: 0; }
  [id="level1"] [id="article"] > br {
    display: none; }

[id="level1"] h3 {
  font-size: 1.875em; }
  [id="level1"] h3 a, [id="level1"] h3 a:visited {
    text-decoration: none;
    color: #393839; }
[id="level1"] img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1; }
  @media (min-width: 480px) {
    [id="level1"] img {
      width: 37.647058824%;
      float: right;
      margin-left: 40px; } }
  @media screen and (min-width: 686px) {
    [id="level1"] img {
      width: 100%;
      margin-left: 0;
      float: none; } }
  @media (min-width: 800px) {
    [id="level1"] img {
      width: 37.647058824%;
      float: right;
      margin-left: 40px; } }
[id="level1"] .ad img {
  width: auto;
  float: none;
  margin: 0; }

#level0 {
  padding: 20px; }

#disqus_thread {
  padding: 0 20px 20px; }

.introimage {
  width: 38%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
  .introimage img {
    max-width: 100%; }

.byline li {
  margin-bottom: 0; }

.aboutAuthor {
  border-top: 1px solid #efefef;
  padding: 10px 0 0;
  clear: both; }
  .aboutAuthor p {
    margin: 0;
    font-style: italic; }
  .aboutAuthor .author {
    font-weight: bold;
    font-style: normal; }

.intro, .topicPage {
  padding: 20px;
  font-size: 0.875em;
  border-bottom: 12px solid #d1d3d4; }
  .intro h3, .topicPage h3 {
    font: 800 50px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    color: #FBA340; }
  .intro p, .topicPage p {
    margin: 1em 0 0; }
  .intro .clear, .topicPage .clear {
    display: none; }

.topicPage h3 {
  padding: 0; }

.L1CommonDLB ul {
  list-style-type: none;
  padding: 0; }
.L1CommonDLB li[id] {
  padding: 20px;
  border-bottom: 12px solid  #d1d3d4;
  *zoom: 1; }
  .L1CommonDLB li[id]:before, .L1CommonDLB li[id]:after {
    content: " ";
    display: table; }
  .L1CommonDLB li[id]:after {
    clear: both; }
.L1CommonDLB h3 {
  font-size: 1.875em;
  line-height: 1;
  margin: 0;
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800; }
  .L1CommonDLB h3 a, .L1CommonDLB h3 a:visited {
    text-decoration: none;
    color: #393839;
    font-weight: 800;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
  .L1CommonDLB h3 a:hover, .L1CommonDLB h3 a:active {
    text-decoration: none; }
.L1CommonDLB img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1; }
  @media (min-width: 480px) {
    .L1CommonDLB img {
      width: 37.647058824%;
      float: right;
      margin-left: 40px; } }
  @media screen and (min-width: 686px) {
    .L1CommonDLB img {
      width: 100%;
      margin-left: 0;
      float: none; } }
  @media (min-width: 800px) {
    .L1CommonDLB img {
      width: 37.647058824%;
      float: right;
      margin-left: 40px; } }
.L1CommonDLB .ad {
  text-align: center; }

.dlb_byline {
  color: #00A0AD;
  font-weight: bold;
  font-size: 0.875em;
  margin: 1em 0 0; }
  .dlb_byline a, .dlb_byline a:visited {
    color: #00A0AD;
    text-decoration: none; }

.articleFeedback {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 1em;
  text-align: center; }

.intprint, .intsend {
  display: inline-block; }
  .intprint a, .intprint a:visited, .intsend a, .intsend a:visited {
    background: url(../img/print.gif) no-repeat 0 50%;
    padding: 0 0 0 16px;
    margin: 0;
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    margin-right: 5px; }
  .intprint a:hover, .intprint a:active, .intsend a:hover, .intsend a:active {
    text-decoration: underline; }

.intsend {
  display: none; }

.ad img {
  vertical-align: top; }

.xContent .ad {
  margin: 1em 0; }
  .xContent .ad + .ad {
    display: none; }
    @media screen and (min-width: 744px) {
      .xContent .ad + .ad {
        display: block; } }

.sz_728x90 {
  display: none; }
  @media screen and (min-width: 754px) {
    .sz_728x90 {
      display: block; } }

/* interstitial ad */
#intersitialMask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000000;
  display: none;
  background: #000;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%; }

#intersitial {
  margin-left: -320px;
  padding: 0 0 10px;
  position: fixed;
  left: 50%;
  top: 50px;
  width: 640px;
  height: 480px;
  z-index: 2000001;
  text-align: center;
  display: none; }
  #intersitial img {
    margin: 0;
    padding: 0; }
  #intersitial .adClose {
    text-align: center;
    margin-bottom: 10px; }

#adclose, #adClose:visited {
  font-size: 10px;
  color: #fff;
  text-decoration: none; }

/* dogear ad */
.wrapper ~ .ad {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.dogear {
  display: none;
  position: relative;
  width: 200px;
  height: 200px;
  background-position: 100% 0%;
  background-repeat: no-repeat no-repeat;
  overflow: hidden; }
  .dogear img {
    max-width: none; }
  .dogear .link {
    position: relative;
    z-index: 300;
    width: 100%;
    height: 100%; }
    .dogear .link img {
      position: relative; }
  .dogear .initialimage {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    max-width: none; }
  .dogear .closebutton {
    position: absolute;
    left: 20px;
    bottom: 10px;
    background: url(../img/close4.png) no-repeat 0 0;
    width: 86px;
    height: 103px;
    cursor: pointer;
    opacity: 0;
    z-index: 301;
    transition: opacity .2s;
    -webkit-transition: opacity .2s; }
    .dogear .closebutton:hover {
      background-position: 0 -120px; }
  .dogear .active.closebutton {
    opacity: 1;
    transition: opacity 2s;
    -webkit-transition: opacity 2s; }
  @media (min-width: 1025px) {
    .dogear {
      display: block; } }

.wrapper > .ad {
  position: relative;
  width: 1006px;
  margin: 0 auto;
  top: 155px; }
  @media (min-width: 1376px) {
    .wrapper > .ad {
      width: 1066px; } }
  .no-ticker .wrapper > .ad {
    top: 108px; }

.special, .special2 {
  position: absolute;
  top: 0;
  width: 122px; }
  @media (min-width: 1376px) {
    .special, .special2 {
      width: 152px; } }

.special {
  left: -163px; }

.special2 {
  right: -163px; }

.special img, .special2 img {
  max-width: 100%; }

.wrapper > .special--fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 50%;
  margin-left: -666px;
  width: 1332px; }
  @media (min-width: 1376px) {
    .wrapper > .special--fixed {
      margin-left: -696px;
      width: 1392px; } }
  .no-ticker .wrapper > .special--fixed {
    top: 0; }
  .wrapper > .special--fixed .special {
    left: auto; }
  .wrapper > .special--fixed .special2 {
    right: 0; }

/* RedHat Ad Fix */
.ad [id*="ftdiv"] {
  margin: 0 auto; }

[id="blogPost"] p[id] {
  font-size: 0.875em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.25em 0;
  font-style: italic; }
  [id="blogPost"] p[id] em {
    display: none; }

.names {
  padding: 30px 20px 30px;
  background-color: #FBA340; }
  #level0 .names {
    margin: -20px -20px 0; }
  .names h3 {
    margin: 0;
    font: 700 50px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #fff; }
    .names h3 a, .names h3 a:visited {
      color: #fff; }
    .names h3 a:hover, .names h3 a:active {
      text-decoration: none; }
  .names > a, .names .clear {
    display: none; }
  .names span {
    color: #fff; }
  .names ~ div {
    padding: 20px;
    border-bottom: 12px solid #d1d3d4;
    position: relative; }
    .names ~ div h3 {
      font: 700 2.42857em/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
      margin: 0 130px 0 0; }
      .names ~ div h3 a:hover, .names ~ div h3 a:active {
        text-decoration: none; }
    .names ~ div .clear {
      display: none; }
    #level0 .names ~ div {
      padding: 20px 0;
      border-bottom: none; }

.sharePage {
  position: absolute;
  top: 22px;
  right: 20px;
  display: none;
  width: 100px; }
  .sharePage p {
    margin: 0; }

.shareBox2 {
  list-style-type: none;
  background-color: #fff;
  padding: 10px;
  margin: 0;
  border: 1px solid #393839;
  width: 260px;
  position: absolute;
  right: 0;
  top: 29px;
  display: none; }
  .shareBox2 li {
    padding: 5px 0;
    float: left;
    width: 50%;
    margin-bottom: 0; }
  .shareBox2 a, .shareBox2 a:visited {
    text-decoration: none;
    color: #393839;
    position: relative;
    padding-left: 28px;
    display: block; }
  .shareBox2 a:hover, .shareBox2 a:active {
    color: #eaa110;
    text-decoration: none; }
  .shareBox2 a:before {
    background: #fff url(../img/social.png) no-repeat 0 0;
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 19px; }
  .shareBox2 .twitter a:before {
    background-position: 0 -18px;
    height: 14px;
    top: 3px; }
  .shareBox2 .google a:before {
    background-position: 0 -32px;
    height: 19px;
    top: 2px; }
  .shareBox2 .digg a:before {
    background-position: 0 -51px;
    height: 13px;
    top: 3px; }
  .shareBox2 .delicious a:before {
    background-position: 0 -64px;
    height: 16px;
    top: 1px; }
  .shareBox2 .technorati a:before {
    background-position: 0 -80px;
    height: 18px;
    top: 1px; }
  .shareBox2 .newsvine a:before {
    background-position: 0 -98px;
    height: 27px;
    top: -2px; }
  .shareBox2 .reddit a:before {
    background-position: 0 -125px;
    height: 18px; }
  .shareBox2 .yahoo a:before {
    background-position: 0 -143px;
    height: 14px;
    top: 2px; }
  .shareBox2 .facebook a:hover:before {
    background-position: 0 -158px; }
  .shareBox2 .twitter a:hover:before {
    background-position: 0 -176px; }
  .shareBox2 .google a:hover:before {
    background-position: 0 -190px; }
  .shareBox2 .digg a:hover:before {
    background-position: 0 -209px; }
  .shareBox2 .delicious a:hover:before {
    background-position: 0 -222px; }
  .shareBox2 .technorati a:hover:before {
    background-position: 0 -238px; }
  .shareBox2 .newsvine a:hover:before {
    background-position: 0 -256px; }
  .shareBox2 .reddit a:hover:before {
    background-position: 0 -283px; }
  .shareBox2 .yahoo a:hover:before {
    background-position: 0 -301px; }

.active .shareBox2 {
  display: block; }

#rotator {
  display: none; }

a.shareTrigger, a.shareTrigger:visited {
  background: #666 url(../img/shareicon.png) no-repeat 14px 4px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px 5px 43px;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  font-size: 0.875em; }

a.shareTrigger:hover, a.shareTrigger:active {
  opacity: 0.8;
  text-decoration: none; }

.more {
  display: block; }
  .more a, .more a:visited {
    background-color: #e88725;
    color: #fff;
    padding: 6px 10px;
    margin-top: 1em;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block; }
  .more a:hover, .more a:active {
    opacity: 0.9; }
  .more a:after {
    content: " >"; }

.blog-byline {
  display: block;
  font-size: 16px;
  margin-top: 6px; }

.wide .leaderboard {
  border-top: 8px solid #000; }
.wide [id="level1"] img {
  width: auto;
  margin: 0 0 1.25em 1.25em; }
.wide .topnav li {
  border: none; }

[id="whitepaper"] h4, #level0a h4 {
  margin: 0; }
[id="whitepaper"] a, [id="whitepaper"] a:visited, #level0a a, #level0a a:visited {
  color: #393839; }
#level1 [id="whitepaper"] a, #level1 [id="whitepaper"] a:visited, #level1 #level0a a, #level1 #level0a a:visited {
  font: 800 1.5em/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
[id="whitepaper"] a:hover, [id="whitepaper"] a:active, #level0a a:hover, #level0a a:active {
  text-decoration: none; }
[id="whitepaper"] img, #level0a img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
[id="whitepaper"] img[src*="logo"], [id="whitepaper"] img[src*="LOGO"], #level0a img[src*="logo"], #level0a img[src*="LOGO"] {
  box-shadow: none; }
[id="whitepaper"] > div, #level0a > div {
  padding: 20px;
  border-bottom: 12px solid #d1d3d4;
  *zoom: 1; }
  [id="whitepaper"] > div:before, [id="whitepaper"] > div:after, #level0a > div:before, #level0a > div:after {
    content: " ";
    display: table; }
  [id="whitepaper"] > div:after, #level0a > div:after {
    clear: both; }
[id="whitepaper"] > div:last-of-type, #level0a > div:last-of-type {
  border: none; }
#level0 [id="whitepaper"] img, #level0 #level0a img {
  float: right;
  margin: 0 0 1.25em 1.25em; }
#level0 [id="whitepaper"] .title, #level0 #level0a .title {
  font-size: 1.75em;
  font-weight: 800 !important; }
  #level0 [id="whitepaper"] .title a, #level0 [id="whitepaper"] .title a:visited, #level0 #level0a .title a, #level0 #level0a .title a:visited {
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800; }
#level0 [id="whitepaper"] > div, #level0 #level0a > div {
  border: none; }

#level0a img {
  float: right;
  margin: 0 0 1.25em 1.25em; }
#level0a .title {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.25em;
  font-weight: 800 !important; }
  #level0a .title a, #level0a .title a:visited {
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800; }
#level0a > div {
  border: none; }

.login {
  position: relative;
  clear: both;
  color: #fff;
  font-size: 13px;
  background: #005194;
  overflow: hidden; }
  .login:before {
    content: '';
    display: table;
    clear: both; }
  .login h3 {
    font: bold 27px Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #fff;
    margin: 0 0 10px; }
  .login h4 {
    font: bold 17px Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 2px;
    color: #fff; }
  .login input {
    margin: 0 0 6px; }
  .login label {
    margin: 0 0 0 4px;
    font-size: 13px;
    position: relative;
    color: #fff; }
  .login td table {
    margin: 20px; }
  .login .content {
    font-size: 13px;
    padding: 20px;
    margin: 0; }
    .login .content p {
      font-size: 13px;
      color: #fff;
      margin: 0 0 1em; }
  .login .message {
    color: #990000;
    background-color: #fff;
    padding: 4px;
    margin: 0 0 14px; }
  .login b {
    color: #fff;
    font: bold 17px Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
  .login td {
    background-color: #FBA340; }
    .login td[width="50%"], .login td[rowspan="8"] {
      width: 50%;
      background-color: #444;
      display: none; }
      @media (min-width: 400px) {
        .login td[width="50%"], .login td[rowspan="8"] {
          display: table-cell; } }
  .login a:link, .login a:visited {
    color: #fff; }

.login input[type="submit"], .button a, .button a:visited, #level0a .button a, #level0a .button a:visited {
  background-color: #F15E24;
  border: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 10px;
  margin-top: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

.login input[type="submit"]:hover {
  opacity: 0.9; }

.showTrigger, .hide, #preferences {
  display: none; }

.techlibrary-title {
  border-bottom: 12px solid #d1d3d4;
  padding: 20px; }
  .techlibrary-title h1 {
    font: 800 50px/1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #FBA340;
    margin: 0; }
  .techlibrary-title p {
    text-align: right; }

#level0a {
  padding: 40px; }

.asset {
  position: relative; }
  .asset .summary {
    margin-bottom: 0.5em; }
  .asset .checkbox {
    position: absolute;
    top: 4px;
    left: 0; }

.checkbox ~ .title, .checkbox ~ .summary {
  margin-right: 24px;
  left: 24px;
  position: relative; }
.checkbox ~ .title a {
  font-size: 0.75em;
  line-height: 1.1em;
  display: block; }
.checkbox ~ a img {
  display: none; }

.button a, .button a:visited {
  text-decoration: none;
  display: inline-block; }
.button a:hover, .button a:active {
  opacity: 0.9; }

.loggedin {
  font-size: 0.675em;
  background: #F15E24;
  padding: 4px 8px;
  float: right;
  color: #fff; }
  .loggedin a, .loggedin a:visited {
    color: #efefef; }
  .loggedin a:hover, .loggedin a:active {
    color: #ddd; }

.assetDescription {
  display: none;
  font-size: 13px;
  position: relative;
  margin-bottom: 2em; }
  .assetDescription span {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; }
  .assetDescription:after {
    content: '';
    display: block;
    border: 12px solid white;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    width: 0;
    height: 0;
    border-top-color: transparent;
    background: #1270b6;
    position: absolute;
    bottom: -24px;
    right: 50%; }

.separator + .assetDescription {
  display: block;
  background: #1270b6;
  color: #fff;
  padding: 16px; }

[id="webcast"] .title {
  font-size: 1.5em;
  line-height: 1;
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  font-weight: 800; }
  [id="webcast"] .title a, [id="webcast"] .title a:visited {
    color: #393839;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800; }
  [id="webcast"] .title a:hover, [id="webcast"] .title a:active {
    text-decoration: none; }
#level0 [id="webcast"] img {
  float: right;
  margin: 0 0 1.25em 1.25em; }
[id="webcast"] .duration {
  font-size: 13px;
  color: #666;
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800; }

.upcoming, .ondemand {
  border-bottom: 12px solid #d1d3d4;
  padding: 20px 20px 0; }
  .upcoming h3, .ondemand h3 {
    margin: 0 0 0.5em;
    font: 800 1.5em/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 8px;
    border-bottom: 1px solid #d1d2d4;
    color: #1270b6; }
  .upcoming img, .ondemand img {
    float: right;
    margin: 4px 0 1em 1em;
    width: auto; }
  .upcoming div, .ondemand div {
    padding: 20px 0;
    border-bottom: 1px solid #d1d2d4; }
    .upcoming div:last-of-type, .ondemand div:last-of-type {
      border: none; }
  .upcoming .childAssets, .ondemand .childAssets {
    display: none; }
  .upcoming a, .ondemand a, .upcoming a:visited, .ondemand a:visited {
    color: #393839;
    font-weight: 800;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
  .upcoming a:hover, .ondemand a:hover, .upcoming a:active, .ondemand a:active {
    text-decoration: none; }
  .upcoming .duration, .ondemand .duration {
    font-size: 13px;
    color: #666;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800; }
  .upcoming .summary, .ondemand .summary {
    margin-top: 0.25em; }

.ondemand {
  border: none; }
  .ondemand h4 {
    font-size: 28px;
    line-height: 1;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    color: #666;
    margin: 16px 0; }

.startDate, .startTime {
  display: inline-block;
  font-weight: bold;
  margin-right: .5em;
  color: #666;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif; }

.back-to-tech-library {
  padding: 20px 20px 0; }

.free-guides {
  width: 240px;
  float: left;
  padding: 20px;
  display: none; }
  .free-guides ul {
    text-align: center; }
  .free-guides li {
    margin-bottom: 1.2em; }
  .free-guides a, .free-guides a:visited {
    color: #333;
    text-decoration: none;
    line-height: 1.1;
    margin: 0 0 0.5em;
    display: block; }
  .free-guides h3 {
    margin-top: 0;
    font: bold 25px/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
  .free-guides h3 span {
    display: block;
    font: italic 13px/1.4 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #333; }
  @media (min-width: 530px) {
    .free-guides {
      display: block; } }

.vendor-profiles {
  width: 240px;
  float: right;
  padding: 20px;
  display: none; }
  .vendor-profiles ul {
    text-align: center; }
  .vendor-profiles a {
    margin-bottom: 0.5em;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #d1d2d4;
    display: block; }
  .vendor-profiles li:last-of-type {
    border: none; }
  .vendor-profiles h3 {
    margin: 0 0 8px;
    font: bold 25px/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
  .vendor-profiles h3 span {
    display: block;
    font: italic 13px/1.4 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #333; }
  @media (min-width: 790px) {
    .vendor-profiles {
      display: block; } }

.techLibrary {
  padding: 20px; }
  .techLibrary li {
    margin-bottom: 0.5em;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #d1d2d4; }
    .techLibrary li:last-of-type {
      border: none; }
  .techLibrary a, .techLibrary a:visited {
    color: #333;
    text-decoration: none;
    font: bold 1.35em/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 0.5em;
    display: block; }
  .techLibrary h3 {
    margin: 0;
    font: bold 25px/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
  .techLibrary h3 span {
    display: block;
    font: italic 13px/1.4 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: #333; }
  .techLibrary img {
    float: right;
    margin: 0 0.25em 0.5em 0.5em;
    max-width: 100px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
  .techLibrary img[alt$='logo'] {
    box-shadow: 0px 0px 0px black; }
  @media (min-width: 530px) {
    .techLibrary {
      margin: 0 0 0 240px;
      border-left: 9px solid #d1d2d4; } }
  @media (min-width: 790px) {
    .techLibrary {
      margin: 0 240px 0;
      border-left: 9px solid #d1d2d4;
      border-right: 9px solid #d1d2d4; } }

#webcast .registerbutton {
  overflow: hidden;
  text-align: center;
  clear: both;
  width: 100%; }
  #webcast .registerbutton img {
    float: none;
    margin: 0; }

.pContent > .content {
  padding: 20px 20px 8px;
  display: block; }

.pContent > .error {
  font-style: italic;
  padding: 0 20px 20px;
  display: block;
  margin-bottom: 40px;
  color: #FBA340; }

.searchresults h2 {
  font: 800 1.75em/1.1 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 0.15em;
  color: #333; }
  .searchresults h2 a, .searchresults h2 a:visited {
    color: #333;
    text-decoration: none;
    font-weight: 800;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
.searchresults h3 {
  color: #444;
  font: 800 0.75em/1.3 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0; }
.searchresults p {
  margin: 0;
  font: italic 17px/1.3 Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }
.searchresults > div {
  clear: both;
  padding: 20px;
  overflow: hidden; }
.searchresults p + a {
  font-size: 0.8em;
  line-height: 1.4em;
  display: block;
  text-decoration: none; }
.searchresults p + a, .searchresults p + a:visited {
  color: #FBA340; }
.searchresults ul {
  list-style-type: none;
  background: #efefef;
  font-size: 0.75em;
  padding: 0.25em 0.25em 0.25em 20px;
  margin: 0;
  overflow: hidden;
  float: left; }
.searchresults ul + ul {
  float: none;
  text-align: right; }
.searchresults li {
  float: left;
  margin-right: 0.75em; }
.searchresults .pagination {
  margin-top: 0;
  border-bottom: none; }
  .searchresults .pagination ul {
    background: none;
    float: none;
    font-size: 1em;
    border-bottom: none; }
  .searchresults .pagination li {
    float: none;
    margin-right: 0; }

[id$="ModifyQuery"] {
  display: none; }

#emailtoauthor {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 1.25em; }
  #emailtoauthor h3 {
    font-size: 2.5em;
    line-height: 1.1;
    margin: 0 0 0.5em;
    font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700; }
  #emailtoauthor td {
    padding: 5px 0; }
  #emailtoauthor b {
    font-size: 0.875em; }
  #emailtoauthor table {
    width: 100%; }
  #emailtoauthor input, #emailtoauthor textarea {
    margin-top: 4px; }
  #emailtoauthor #btnClose {
    display: none; }
  #emailtoauthor img {
    margin-bottom: 4px; }
  #emailtoauthor img + span {
    font-size: 0.75em; }
  #emailtoauthor input[type=text] {
    height: 32px;
    padding: 0 6px; }
  #emailtoauthor textarea {
    padding: 6px; }
  #emailtoauthor input[type=text], #emailtoauthor textarea {
    width: 100% !important; }
  #emailtoauthor input[type=submit] {
    margin-left: -0.5em;
    color: #fff;
    background-color: #FBA340;
    text-transform: uppercase;
    font-size: 0.8125em;
    padding: 0.5625em 1.125em;
    border-radius: 2px;
    border: none;
    font-weight: bold; }
    #emailtoauthor input[type=submit]:hover {
      opacity: 0.9; }

.intro p {
  font-size: 14px;
  line-height: 1.4;
  color: #393839;
  margin: 0.5em 0 0; }

#rssFeed {
  padding: 20px 20px 50px;
  font-size: 0.875em;
  background-color: #fff;
  display: none; }
  #rssFeed h4 {
    text-transform: uppercase;
    margin-bottom: 0.75em;
    font-size: 16px;
    color: #393839; }
  #rssFeed li {
    padding: 1em 0 1em 28px;
    background: url(../img/rss2.svg) no-repeat 0% 50%;
    border-bottom: 1px solid #ddd; }
  #rssFeed a, #rssFeed a:visited {
    font-weight: bold;
    color: #F15E24; }

/* @group Editor Styles */
.bcellc {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid; }

.bcellcl {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid; }

.bcellcr {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid; }

.bcelltlr {
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid; }

.bcellblr {
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid; }

.tc {
  border-top: 1px #ccc solid; }

.bc {
  border-bottom: 1px #ccc solid; }

.rc {
  border-right: 1px #ccc solid; }

.lc {
  border-left: 1px #ccc solid; }

.tbc {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid; }

.lrc {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid; }

.a8gray {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #999999; }

.a10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px; }

.a10wht {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; }

.aa11b {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 11px;
  font-weight: bold; }

.aa11whtb {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold; }

.aa11 {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 11px; }

.a11 {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px; }

.a11b {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-weight: bold; }

.a11i {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-style: italic; }

.a11bi {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic; }

.a12 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

.a12b {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold; }

.a12i {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic; }

.a12bi {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic; }

.a13 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px; }

.a13b {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold; }

.a13i {
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic; }

.a13bi {
  font-family: Arial, Verdana,Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold; }

.a14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

.a9 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px; }

.a14b {
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold; }

.a15 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px; }

.a15b {
  font-family: Arial, Verdana,  Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold; }

.a15i {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-style: italic; }

.a10wht {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF; }

.a11wht {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #FFFFFF; }

.a11whtb {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold; }

.a12wht {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #FFFFFF; }

.a12whtb {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF; }

.a11blu {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #003366;
  font-weight: normal; }

.a11blub {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #003366;
  font-weight: bold; }

.a12blu {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #336699; }

.a12blub {
  font: bold 1.2em "adelle-sans", sans-serif; }

.a14blub {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 14px;
  color: #336699;
  font-weight: bold;
  text-decoration: none; }

.a11orb {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #990000;
  font-weight: bold; }

.a11orab {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #990000;
  font-weight: bold; }

.a12ora {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #990000; }

.a12orab {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #990000;
  font-weight: bold; }

.a13orab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #990000; }

.a14blu {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 14px;
  color: #336699; }

.a15orab {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 15px;
  color: #990000;
  font-weight: bold; }

.a10gray {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999999; }

.a11gray {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #727272; }

.a11grab {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  font-weight: bold; }

.a13grayb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #999999; }

.a16grayb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #999999; }

.a11redb {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #CC3300; }

.mono {
  font-family: Courier New, Courier, mono;
  font-size: 10px; }

.bullet {
  font-size: 12px;
  color: #990000; }

.bulletg {
  font-size: 12px;
  color: #999999; }

.bulletbl {
  font-size: 12px;
  color: #336699; }

.bulletblk {
  font-size: 12px;
  color: #000000; }

.bulletred {
  font-size: 12px;
  color: #CC3300; }

.blk {
  color: #000000; }

.blu {
  color: #336699; }

.bur {
  color: #990000; }

.gray {
  color: #999999; }

.grayd {
  color: #666666; }

.grn {
  color: #339900; }

.ora {
  color: #FF6600; }

.red {
  color: #CC3300; }

.yel {
  color: #FFCC00; }

.wit {
  color: #FFFFFF; }

a.blk:link {
  color: #000000;
  text-decoration: none; }

a.blk:active {
  color: #990000;
  text-decoration: none; }

a.blk:visited {
  color: #000000;
  text-decoration: none; }

a.blk:hover {
  color: #003333;
  text-decoration: underline;
  background-color: #EEEEEE; }

a.blu:link {
  color: #336699;
  text-decoration: none; }

a.blu:active {
  color: #990000;
  text-decoration: none; }

a.blu:visited {
  color: #336699;
  text-decoration: none; }

a.blu:hover {
  color: #990000;
  text-decoration: underline;
  background-color: #EEEEEE; }

a.bur:link {
  color: #990000;
  text-decoration: none; }

a.bur:active {
  color: #990000;
  text-decoration: none; }

a.bur:visited {
  color: #990000;
  text-decoration: none; }

a.bur:hover {
  color: #336699;
  text-decoration: underline;
  background-color: #EEEEEE; }

a.gray:link {
  color: #999999;
  text-decoration: none; }

a.gray:active {
  color: #ff9900;
  text-decoration: none; }

a.gray:visited {
  color: #999999;
  text-decoration: none; }

a.gray:hover {
  color: #336699;
  text-decoration: underline;
  background-color: #eeeeee; }

a.ora:link {
  color: #FF6600;
  text-decoration: none; }

a.ora:active {
  color: #990000;
  text-decoration: none; }

a.ora:visited {
  color: #FF9900;
  text-decoration: none; }

a.ora:hover {
  color: #336699;
  text-decoration: underline;
  background-color: #eeeeee; }

a.red:link {
  color: #CC3300;
  text-decoration: none; }

a.red:active {
  color: #CC3300;
  text-decoration: none; }

a.red:visited {
  color: #CC3300;
  text-decoration: none; }

a.red:hover {
  color: #336699;
  text-decoration: underline;
  background-color: #eeeeee; }

a.wit:link {
  color: #FFFFFF;
  text-decoration: none; }

a.wit:active {
  color: #990000;
  text-decoration: underline; }

a.wit:visited {
  color: #FFFFFF;
  text-decoration: none; }

a.wit:hover {
  color: #990000;
  text-decoration: underline; }

a.yel:link {
  color: #FFCC00;
  text-decoration: none; }

a.yel:active {
  color: #FFCC00;
  text-decoration: none; }

a.yel:visited {
  color: #FFCC00;
  text-decoration: none; }

a.yel:hover {
  color: #336699;
  text-decoration: underline; }

.aa11gray {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 11px;
  color: #666666;
  text-decoration: none; }

.aa11wht {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 11px;
  color: #FFFFFF; }

.aa10 {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 10px; }

.aa12whtb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFFFFF; }

.aa12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal; }

.v11 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; }

.v11b {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold; }

.v11blub {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
  font-weight: bold; }

.v11blu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
  font-weight: normal; }

.v11orb {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #990000;
  font-weight: bold; }

.v11orab {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF9900;
  font-weight: bold; }

.v11gray {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999; }

.aa10gray {
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size: 10px;
  font-weight: normal;
  color: #999999; }

.c11 {
  font-family: Courier New, Courier, mono;
  font-size: 12px; }

.c11red {
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  color: #CC3300; }

.c11redb {
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  color: #CC3300;
  font-weight: bold; }

.c11blue {
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  color: #0000CC;
  font-weight: normal; }

.c11green {
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  color: #339966;
  font-weight: normal; }

.c11gray {
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  color: #999999;
  font-weight: normal; }

.c11purple {
  font-family: Courier New, Courier, mono;
  font-size: 12px;
  color: #9900CC;
  font-weight: normal; }

.c12 {
  font-family: Courier New, Courier, mono;
  font-size: 13px; }

.c12red {
  font-family: Courier New, Courier, mono;
  font-size: 14px;
  color: #CC3300; }

.c12redb {
  font-family: Courier New, Courier, mono;
  font-size: 14px;
  color: #CC3300;
  font-weight: bold; }

.c12blue {
  font-family: Courier New, Courier, mono;
  font-size: 13px;
  color: #0000CC;
  font-weight: normal; }

.c12green {
  font-family: Courier New, Courier, mono;
  font-size: 13px;
  color: #339966;
  font-weight: normal; }

.c12gray {
  font-family: Courier New, Courier, mono;
  font-size: 13px;
  color: #999999;
  font-weight: normal; }

.c12purple {
  font-family: Courier New, Courier, mono;
  font-size: 13px;
  color: #9900CC;
  font-weight: normal; }

.t12 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 12px; }

.t13 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 13px; }

.adcenter {
  text-align: center;
  margin: 0px auto 4px; }

p.adgoto {
  margin: 0px;
  padding: 0px 2px 2px 11px;
  text-align: left;
  text-indent: -10px; }

.subhead {
  font: bold 14px Arial, Helvetica, sans-serif;
  text-decoration: none; }

div.subhead, .moreinfo {
  border: 1px solid #ccc;
  padding: 0 8px 8px;
  font: normal 12px Arial, Helvetica, sans-serif; }

div.subhead h3, .moreinfo h3 {
  margin: 0 -8px 8px;
  padding: 2px 8px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px; }

.sidebarB {
  float: right;
  margin: 0 0 10px 10px;
  width: 280px;
  border: 3px solid #CC4D00;
  background-color: #eee; }

.sidebarB:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html .sidebarB {
  height: 1%; }

.sidebarB {
  display: inline-block; }

.sidebarB {
  display: block; }

.sidebarB h3 {
  color: #fff;
  background-color: #336699;
  border-bottom: 2px solid #000;
  text-align: center;
  padding: 4px;
  margin: 0 0 4px;
  font-weight: bold; }

.sidebarB p {
  padding: 0 4px 10px; }

table[width="100%"] {
  clear: both; }

.sidebar {
  width: 80%;
  border: 3px solid #CC4D00;
  background-color: #eee;
  margin: 0 auto 10px;
  display: block; }

.sidebar h3 {
  color: #fff;
  background-color: #336699;
  border-bottom: 2px solid #000;
  text-align: center;
  padding: 6px;
  margin: 0 0 4px;
  font-weight: bold; }

.sidebar p {
  padding: 0 6px; }

.calloutImgLeft {
  background-color: #bdd0f2;
  padding: 5px;
  width: 385px;
  margin: 0 auto 1.142857143em;
  overflow: hidden;
  vertical-align: middle;
  font-style: italic;
  font-size: 13px; }

.calloutImgLeft img {
  float: left;
  margin: 0 10px 0 0; }

.calloutImgLeft h3 {
  font-weight: bold;
  font-size: 13px;
  font-style: normal;
  margin: 0 0 4px; }

.calloutImgLeft p {
  margin: 0; }

.specialsubhead {
  font-weight: bold;
  font-size: 16px;
  display: block;
  background-color: #eee;
  padding: 8px; }

#level0 #webcast .copyrightsmall, #level0 #whitepaper .copyrightsmall {
  font-size: 10px;
  color: #666; }

.SideBarTitle, .TableCap {
  font: bold 1em "adelle-sans", sans-serif; }

/* @end */

/*# sourceMappingURL=styles.css.map */
