/*/css/smoothness/jquery-ui-1.10.4.custom.css */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  border-bottom: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0 0.4em;
  background: none;
}
.ui-widget {
}
.ui-widget .ui-widget {
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
}
.ui-widget-content {
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50%
    repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50%
    repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50%
    repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
}
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50%
    repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50%
    repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
/*/css/main.min.css */
#site-header {
  position: relative;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 37.5em) {
  #site-header {
    text-align: left;
  }
}
.layout-container {
  margin: 0 auto;
  width: 93.75%;
  max-width: 63.75em;
}
@media only screen and (min-width: 30em) {
  .layout-container {
    width: 92%;
  }
}
@media only screen and (min-width: 37.5em) {
  .layout-container {
    width: 100%;
  }
  #utility-navigation {
    float: right;
  }
}
@media only screen and (min-width: 48em) {
  .layout-container {
    width: 100%;
  }
  #site-footer .grid-u-1-5 {
    width: 19.95%;
  }
}
#site-footer {
  background: #f4ebe1; /*QNXITSPT-8756 test */
  padding-bottom: 1em;
  border-top: 1px dotted #ddd;
}
#featured,
#latest,
#jobs {
  margin-top: 2em;
}
.grid-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.opera-only :-o-prefocus,
.grid-g {
  word-spacing: -0.43em;
}
.grid-u {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.grid-u-1,
.grid-u-1-2,
.grid-u-1-3,
.grid-u-2-3,
.grid-u-1-4,
.grid-u-3-4,
.grid-u-1-5,
.grid-u-2-5,
.grid-u-3-5,
.grid-u-4-5,
.grid-u-1-6,
.grid-u-5-6,
.grid-u-1-7,
.grid-u-2-7,
.grid-u-3-7,
.grid-u-4-7,
.grid-u-5-7,
.grid-u-6-7,
.grid-u-1-8,
.grid-u-3-8,
.grid-u-5-8,
.grid-u-7-8,
.grid-u-1-9,
.grid-u-2-9,
.grid-u-4-9,
.grid-u-5-9,
.grid-u-6-9,
.grid-u-7-9,
.grid-u-8-9,
.grid-u-1-10,
.grid-u-3-10,
.grid-u-7-10,
.grid-u-9-10,
.grid-u-1-11,
.grid-u-2-11,
.grid-u-3-11,
.grid-u-4-11,
.grid-u-5-11,
.grid-u-6-11,
.grid-u-7-11,
.grid-u-8-11,
.grid-u-9-11,
.grid-u-10-11,
.grid-u-1-12,
.grid-u-5-12,
.grid-u-7-12,
.grid-u-9-12,
.grid-u-11-12 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.grid-u-1 {
  display: block;
}
.grid-u-1-2 {
  width: 50%;
}
.grid-offset-1-2 {
  margin-left: 50%;
}
.grid-u-1-3 {
  width: 33.3%;
}
.grid-offset-1-3 {
  margin-left: 33.33333%;
}
.grid-u-2-3 {
  width: 66.66667%;
}
.grid-offset-2-3 {
  margin-left: 66.66667%;
}
.grid-u-1-4 {
  width: 25%;
}
.grid-offset-1-4 {
  margin-left: 25%;
}
.grid-u-3-4 {
  width: 75%;
}
.grid-offset-3-4 {
  margin-left: 75%;
}
.grid-u-1-5 {
  width: 20%;
}
.grid-offset-1-5 {
  margin-left: 20%;
}
.grid-u-2-5 {
  width: 40%;
}
.grid-offset-2-5 {
  margin-left: 40%;
}
.grid-u-3-5 {
  width: 60%;
}
.grid-offset-3-5 {
  margin-left: 60%;
}
.grid-u-4-5 {
  width: 80%;
}
.grid-offset-4-5 {
  margin-left: 80%;
}
.grid-u-1-6 {
  width: 16.66667%;
}
.grid-offset-1-6 {
  margin-left: 16.66667%;
}
.grid-u-5-6 {
  width: 83.33333%;
}
.grid-offset-5-6 {
  margin-left: 83.33333%;
}
.grid-u-1-7 {
  width: 14.28571%;
}
.grid-offset-1-7 {
  margin-left: 14.28571%;
}
.grid-u-2-7 {
  width: 28.57143%;
}
.grid-offset-2-7 {
  margin-left: 28.57143%;
}
.grid-u-3-7 {
  width: 42.85714%;
}
.grid-offset-3-7 {
  margin-left: 42.85714%;
}
.grid-u-4-7 {
  width: 57.14286%;
}
.grid-offset-4-7 {
  margin-left: 57.14286%;
}
.grid-u-5-7 {
  width: 71.42857%;
}
.grid-offset-5-7 {
  margin-left: 71.42857%;
}
.grid-u-6-7 {
  width: 85.71429%;
}
.grid-offset-6-7 {
  margin-left: 85.71429%;
}
.grid-u-1-8 {
  width: 12.5%;
}
.grid-offset-1-8 {
  margin-left: 12.5%;
}
.grid-u-3-8 {
  width: 37.5%;
}
.grid-offset-3-8 {
  margin-left: 37.5%;
}
.grid-u-5-8 {
  width: 62.5%;
}
.grid-offset-5-8 {
  margin-left: 62.5%;
}
.grid-u-7-8 {
  width: 87.5%;
}
.grid-offset-7-8 {
  margin-left: 87.5%;
}
.grid-u-1-9 {
  width: 11.11111%;
}
.grid-offset-1-9 {
  margin-left: 11.11111%;
}
.grid-u-2-9 {
  width: 22.22222%;
}
.grid-offset-2-9 {
  margin-left: 22.22222%;
}
.grid-u-4-9 {
  width: 44.44444%;
}
.grid-offset-4-9 {
  margin-left: 44.44444%;
}
.grid-u-5-9 {
  width: 55.55556%;
}
.grid-offset-5-9 {
  margin-left: 55.55556%;
}
.grid-u-6-9 {
  width: 66.66667%;
}
.grid-offset-6-9 {
  margin-left: 66.66667%;
}
.grid-u-7-9 {
  width: 77.77778%;
}
.grid-offset-7-9 {
  margin-left: 77.77778%;
}
.grid-u-8-9 {
  width: 88.88889%;
}
.grid-offset-8-9 {
  margin-left: 88.88889%;
}
.grid-u-1-10 {
  width: 10%;
}
.grid-offset-1-10 {
  margin-left: 10%;
}
.grid-u-3-10 {
  width: 30%;
}
.grid-offset-3-10 {
  margin-left: 30%;
}
.grid-u-7-10 {
  width: 70%;
}
.grid-offset-7-10 {
  margin-left: 70%;
}
.grid-u-9-10 {
  width: 90%;
}
.grid-offset-9-10 {
  margin-left: 90%;
}
.grid-u-1-11 {
  width: 9.09091%;
}
.grid-offset-1-11 {
  margin-left: 9.09091%;
}
.grid-u-2-11 {
  width: 18.18182%;
}
.grid-offset-2-11 {
  margin-left: 18.18182%;
}
.grid-u-3-11 {
  width: 27.27273%;
}
.grid-offset-3-11 {
  margin-left: 27.27273%;
}
.grid-u-4-11 {
  width: 36.36364%;
}
.grid-offset-4-11 {
  margin-left: 36.36364%;
}
.grid-u-5-11 {
  width: 45.45455%;
}
.grid-offset-5-11 {
  margin-left: 45.45455%;
}
.grid-u-6-11 {
  width: 54.54545%;
}
.grid-offset-6-11 {
  margin-left: 54.54545%;
}
.grid-u-7-11 {
  width: 63.63636%;
}
.grid-offset-7-11 {
  margin-left: 63.63636%;
}
.grid-u-8-11 {
  width: 72.72727%;
}
.grid-offset-8-11 {
  margin-left: 72.72727%;
}
.grid-u-9-11 {
  width: 81.81818%;
}
.grid-offset-9-11 {
  margin-left: 81.81818%;
}
.grid-u-10-11 {
  width: 90.90909%;
}
.grid-offset-10-11 {
  margin-left: 90.90909%;
}
.grid-u-1-12 {
  width: 8.33333%;
}
.grid-offset-1-12 {
  margin-left: 8.33333%;
}
.grid-u-5-12 {
  width: 41.66667%;
}
.grid-offset-5-12 {
  margin-left: 41.66667%;
}
.grid-u-7-12 {
  width: 58.33333%;
}
.grid-offset-7-12 {
  margin-left: 58.33333%;
}
.grid-u-9-12 {
  width: 75%;
}
.grid-offset-9-12 {
  margin-left: 75%;
}
.grid-u-11-12 {
  width: 91.66667%;
}
.grid-offset-11-12 {
  margin-left: 91.66667%;
}
.grid-g-r {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
}
.opera-only :-o-prefocus {
  word-spacing: -0.43em;
}
.grid-g-r img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .grid-g-r [class ^="grid-u"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grid-g-r [class ^="grid-u"] {
    width: 100%;
  }
  .grid-visible-phone {
  }
  .grid-hidden-phone {
    display: none;
  }
  .grid-hidden-desktop {
  }
  .grid-visible-desktop {
    display: none;
  }
}
#utility-navigation > ul {
  margin: 0 auto;
  padding: 0.45em 0 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
@media only screen and (min-width: 37.5em) {
  #utility-navigation > ul {
    width: 180px;
  }
}
#utility-navigation > ul > li {
  float: right;
  list-style: none;
  padding: 0 0.15em;
  background-repeat: no-repeat;
}
#utility-navigation > ul > li:first-child {
  padding-right: 0.25em;
}
#utility-navigation > ul > li:last-child {
  padding-left: 0;
}
#utility-navigation ul li a,
#utility-navigation ul li span {
  font-size: 0.725em;
  text-decoration: none;
  color: #000000; /*QNXITSPT-8756 test */
}
#utility-navigation > ul > li a:hover {
  color: #ff443a; /*QNXITSPT-8756 test */
}
#utility-navigation > ul > li.menu-item-global {
  background: transparent url('/style-v2/img/qnx-sprite.png') no-repeat 41px -62px;
  padding-right: 1em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #utility-navigation > ul > li.menu-item-global {
    background-image: url('/style-v2/img/qnx-sprite@2x.png');
    -webkit-background-size: 220px 320px;
    background-size: 220px 320px;
  }
}
#utility-navigation {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 26.25em) {
  #utility-navigation {
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  #utility-navigation {
    position: relative;
    width: auto;
    margin-top: 1em;
  }
  #utility-navigation > ul {
    position: absolute;
    right: 11em;
    top: -0.1em;
    width: 361px;
  }
  #utility-navigation > ul > li {
    padding: 0 0.45em;
  }
  #utility-navigation ul li a,
  #utility-navigation ul li span {
    font-size: 0.825em;
  }
  #utility-navigation > ul > li.menu-item-global {
    background-position: 49px -62px;
    padding-right: 1.05em;
    margin-right: 0.2em;
  }
}
#utility-navigation > ul > li.menu-item-global {
  position: relative;
  width: 5em;
}
#utility-navigation > ul > li.menu-item-global > ul {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  padding: 0.2em 2.5em 0.5em 0.5em;
  margin: 0 0 0 -0.5em;
  list-style-type: none;
  text-align: left;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.15);
}
#utility-navigation > ul > li.menu-item-global:hover > ul {
  display: block;
}
#utility-navigation > ul > li.menu-item-global > ul.language-tag-selected {
  font-size: 0.825em;
  color: #007fa9;
}
#utility-navigation
  > ul
  > li.menu-item-global
  > ul.language-tag-selected:hover {
  color: #222;
  cursor: pointer;
}
.no-js #main-navigation {
  visibility: hidden;
}
#main-navigation {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background: #333;
  font-family: "Onest";
}
@media only screen and (min-width: 48em) {
  #main-navigation {
    background-color: #ffffff; /*QNXITSPT-8756 test */
    background-image: url('/style-v2/img/qnx-sprite.png');
    background-position: 0 -273px;
    background-repeat: repeat-x;
  }
}
@media only screen and (min-width: 1em) {
  #utility-navigation > ul > li.menu-item-global {
    position: relative;
    text-align: left;
    width: 4em;
  }
  #main-search input[type="search"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px 3px 3px 3px;
    color: #767676;
    font-size: 0.825em;
    height: 12px;
    margin: 0;
    padding: 0.7em 2em 0.7em 0.6em;
    position: relative;
    text-decoration: none;
    top: 4px;
    left: 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #utility-navigation > ul > li.menu-item-global {
    background-image: url('/style-v2/img/qnx-sprite@2x.png');
    -webkit-background-size: 220px 320px;
    background-size: 220px 320px;
  }
}
@media screen and (max-width: 47.9em) {
  #main-navigation a {
    width: 100%;
    display: block;
  }
  #main-navigation ul li dl dd {
    display: none;
  }
}
.js #main-navigation {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
#main-navigation.opened {
  max-height: 999px;
}
#main-navigation ul {
  margin: 0;
  /* height : 540px;  QNXITSPT-7846*/
}
#main-navigation ul li span {
  display: none;
}
@media only screen and (min-width: 48em) {
  #main-navigation ul li span {
    font-size: 0.83em;
    font-weight: 300;
    display: block;
    pointer-events: none;
    cursor: default;
    border-left: 1px solid #ddd;
    padding: 0 0 0.45em 10px;
    color: #222;
    height: 26px;
    overflow: hidden;
  }
  .js #main-navigation {
    padding-top: 2.9em;
    position: relative !important;
  }
  #main-navigation ul {
    margin-top: -1.6em;
    margin-bottom: 0;
    list-style: none;
    /*   height : 540px;  QNXITSPT-7846*/
  }
}
#main-navigation ul li dl dt {
  color: #007fa9;
  margin-top: 0.8em;
}
#main-navigation ul li dl dt:first-child {
  margin-top: 0;
}
#main-navigation ul li {
  color: #000000; /*QNXITSPT-8756 test */
  list-style: none;
  /*height : 540px;  QNXITSPT-7846*/
}
@media only screen and (min-width: 48em) {
  #main-navigation > div > ul > li {
    float: left;
    width: 19.5%;
  }
}
#main-navigation ul li a {
  color: #000000; /*QNXITSPT-8756 test */
  text-decoration: none;
  font-size: 0.9375em;
}
@media only screen and (min-width: 48em) {
  #main-navigation > div > ul > li > span > a {
    color: #000;
    text-decoration: none;
    font-size: 1.2375em;
    font-weight: 500;
  }
}
#main-navigation ul li dl dd {
  background: #333333;
}
@media only screen and (min-width: 48em) {
  #main-navigation ul li dl dd {
    line-height: 1;
    background: none;
    padding: 0 0.64em;
  }
}
#main-navigation ul li dl dd a {
  color: #000000; /*QNXITSPT-8756 test */
  display: block;
}
@media only screen and (min-width: 48em) {
  #main-navigation ul li dl dd a {
    color: #000000; /*QNXITSPT-8756 test */
    font-size: 0.8em;
    padding-top: 0.3em;
    padding-bottom: 0.4em;
  }
}
#main-navigation ul li a:hover,
#main-navigation ul li a:focus,
#main-navigation ul li a:active {
  text-decoration: underline;
  color: #ff443a; /*QNXITSPT-8756 test */
}
#main-navigation ul li dl dt a {
  padding: 0.05em 0.64em 0.2em 0.64em;
  border-bottom: 1px solid #444;
}
@media only screen and (min-width: 48em) {
  #main-navigation > div > ul > li:first-child {
    width: 22%;
  }
  #main-navigation ul li dl {
    margin: 0;
    padding: 1em 0 0 0;
    border-top: 5px solid #000000;
    height: 540px; /*test */
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
  .opened #main-navigation > ul > li {
    height: 440px;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
  #main-navigation.opened div > ul > li:hover {
    background-color: rgba(255, 255, 255, 0.8); /*QNXITSPT-8756 test */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #main-navigation.opened div > ul > li:hover dl {
    border-top: 5px solid #ffffff; /*QNXITSPT-8756 test */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #main-navigation.opened div > ul > li:hover span a {
    color: #ff443a; /*QNXITSPT-8756 test */
    text-decoration: none;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
  #main-navigation ul li dl dt a {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin-right: 0.4em;
    border-bottom: 0;
  }
  #main-navigation ul li dl dt a:hover {
    color: #fff;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #main-navigation ul li dl dd.menu-item-callout a {
    padding: 0.5em;
    margin-top: 1.4em;
    font-size: 0.9em; /*QNXITSPT-8756 test */
    background-color: #f4ebe1; /*QNXITSPT-8756 test */
    /*border: 1px solid ; QNXITSPT-8756 test */ 
    border-radius: 4px;
    color: #000000; /*QNXITSPT-8756 test */
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
  #main-navigation ul li dl dd.menu-item-callout a:hover {
    /*color: #000000; QNXITSPT-8756 test */
    background-color: rgb(255, 68, 58, 0.9); /* ff443a QNXITSPT-8756 test */
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.nav-toggle {
  width: 45px;
  height: 45px;
  background: #fff url('/style-v2/img/qnx-sprite.png') no-repeat 15px -77px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 54px;
  right: 11px;
}
@media screen and (min-width: 48em) {
  .nav-toggle {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .nav-toggle {
    background-image: url('/style-v2/img/qnx-sprite@2x.png');
    -webkit-background-size: 220px 320px;
    background-size: 220px 320px;
  }
}
#site-footer nav ul li {
  list-style: none;
}
#site-footer nav ul li:last-child ul li a {
  text-decoration: underline;
  color: #000000; /*QNXITSPT-8756 test */
}
#site-footer nav ul li:last-child ul li a:hover {
  color: #ff443a; /*QNXITSPT-8756 test */
}
#site-footer nav ul li ul li:last-child {
  border-bottom: none;
}
#site-footer nav ul li ul li,
#site-footer nav ul li ul li a {
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}
#site-footer nav ul li ul li a:hover,
#site-footer nav ul li ul li a:focus,
#site-footer nav ul li ul li a:active {
  text-decoration: underline;
}
#site-footer nav > ul li span {
  font-weight: 600;
  padding: 0.6em 0;
  margin-bottom: 0.3em;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #f4ebe1; /*QNXITSPT-8756 test */
}
@media only screen and (min-width: 48em) {
  #site-footer nav > ul li span {
    font-size: 16px;
    margin-bottom: 0.6em;
    margin-right: 1em;
  }
  #site-footer nav > ul li:last-child span {
    margin-right: 0;
  }
  #site-footer nav ul li ul li,
  #site-footer nav ul li ul li a {
    font-size: .9em;
  }
  #site-footer nav ul li:last-child ul li:first-child {
    margin-bottom: 1em;
  }
  #site-footer nav ul li:last-child ul li:last-child {
    margin-top: 1em;
  }
}
#legal ul {
  list-style: none;
  margin: 0.47em 0;
}
@media only screen and (min-width: 48em) {
  #legal ul {
    float: right;
  }
}
#legal ul li {
  float: left;
}
#legal ul li a {
  font-size: 0.625em;
  padding: 1em;
}
#main-search {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
#main-search input[type="search"] {
  border: 1px solid #eee;
  margin: 0;
  padding: 0.7em 2em 0.7em 0.6em;
  background: #fff;
  height: 12px;
  width: 80px;
  color: #767676;
  font-size: 0.825em;
  text-decoration: none;
  border-radius: 3px;
}
#main-search input[type="submit"] {
  border: none;
  background-color: transparent;
  direction: ltr;
  text-indent: -999px;
  background: #fff url('/style-v2/img/qnx-sprite.png') 0 -36px no-repeat;
  width: 23px;
  margin-left: -31px;
  display: inline-block;
  padding: 0;
  height: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #main-search input[type="submit"] {
    background-image: url('/style-v2/img/qnx-sprite.png');
    background-size: 220px 320px;
  }
}
#main-search label {
  font-size: 0.688em;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 0;
  visibility: hidden;
  height: 0;
  float: left;
}
@media only screen and (min-width: 48em) {
  #main-search {
    width: 170px;
  }
  #main-search input[type="search"] {
    width: 125px;
  }
}
#hero {
  position: relative;
  height: 450px;
}
#hero-slider li div {
  max-width: 63.75em;
  margin: 0 auto;
  position: relative;
  width: 95%;
}
#hero-slider li div h1 {
  font-size: 1.85em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  text-shadow: 2px 2px 8px #000;
}
#hero-slider li div h2 {
  font-weight: 100;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  line-height: 1.3em;
  font-size: 1em;
}
#hero-slider li div a {
  width: 100%;
  margin: 0.4em 0;
  margin-right: 0.2em;
  letter-spacing: 0.01em;
  display: block;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #007fa9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
}
#hero-slider li div a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007fa9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#hero-slider {
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #000;
}
#hero-slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
#hero-slider li:first-child {
  position: relative;
  display: block;
  float: left;
}
#hero-slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#hero-slider h2 {
  font-family: "Onest"; /*QNXITSPT-8756 test */
  letter-spacing: 0.05em;
  word-spacing: 0.09em;
}
#hero-slider h1 {
  font-family: "Onest"; /*QNXITSPT-8756 test */
}
@media only screen and (min-width: 30em) {
  #hero {
    height: 420px;
  }
  #hero-slider li div h1 {
    font-size: 2.15em;
    padding-top: 1em;
    margin-bottom: 0em;
  }
}
@media only screen and (min-width: 37.5em) {
  #hero {
    height: 425px;
  }
  #hero-slider li div h1 {
    font-size: 2.8em;
    line-height: 1;
    padding-top: 1em;
  }
}
@media only screen and (min-width: 48em) {
  #hero-slider li div h1 {
    font-size: 2.645em;
    padding-top: 2em;
    width: 70%;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 20px;
  }
  #hero-slider li div h2 {
    width: 60%;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 35px;
  }
  #hero-slider li div a {
    padding: 9px 15px;
    width: auto;
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 20px;
  }
  #hero-slider li.rslides1_on div h1 {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
  #hero-slider li.rslides1_on div h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
  #hero-slider li.rslides1_on div a {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
  }
}
@media only screen and (min-width: 60em) {
  #hero {
    height: 395px;
  }
  #hero-slider li div h1 {
    font-size: 2.645em;
    padding-top: 8.5%;
    margin-bottom: 2%;
    width: 70%;
  }
  #hero-slider li div a,
  li.rslides1_on div a {
    padding: 12px 20px;
  }
}
#hero-slider-tabs {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
#hero-slider-tabs .hero-slider-tabs-container {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
#hero-slider-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#hero-slider-tabs ul li {
  width: 65px;
  height: 65px;
  margin: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}
#hero-slider-tabs ul li a,
#hero-slider-tabs ul li a span {
  width: 100%;
  height: 100%;
  display: block;
}
#hero-slider-tabs ul li a .rslides1_text_container {
  display: none;
}
#hero-slider-tabs ul li a .rslides1_image_container {
  opacity: 0.4;
  filter: alpha(opacity=40);
  border-radius: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 4px solid #fff;
  overflow: hidden;
  -webkit-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
}
#hero-slider-tabs ul li a:hover .rslides1_image_container,
#hero-slider-tabs ul li.rslides_here a .rslides1_image_container {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 4px solid #007fa9;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  #hero-slider-tabs {
    top: 0;
    bottom: auto;
  }
  #hero-slider-tabs .hero-slider-tabs-container {
    max-width: 63.75em;
    margin: 0 auto;
    padding: 0 1em;
    position: relative;
  }
  #hero-slider-tabs ul {
    position: absolute;
    top: 2em;
    right: 2em;
    width: 230px;
  }
  #hero-slider-tabs ul li {
    width: 230px;
    height: 80px;
    display: block;
    overflow: visible;
  }
  #hero-slider-tabs ul li a .rslides1_text_container {
    position: relative;
    float: left;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: auto;
    height: auto;
    color: #fff;
    padding: 8px 15px;
    margin: 20px 0 0 0;
    min-width: 120px;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background-color: #007fa9;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
    border-radius: 4px 0 0 4px;
  }
  #hero-slider-tabs ul li a:hover .rslides1_text_container,
  #hero-slider-tabs ul li.rslides_here a .rslides1_text_container {
    margin-left: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
  }
  #hero-slider-tabs ul li a .rslides1_text_container:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(135, 182, 212, 0);
    border-left-color: #007fa9;
    border-width: 18px;
    margin-top: -18px;
  }
  #hero-slider-tabs ul li a .rslides1_image_container {
    width: 75px;
    height: 75px;
    float: right;
  }
  #hero-slider-tabs ul li a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 60em) {
  #hero-slider-tabs ul {
    right: 0;
  }
}
@media only screen and (min-width: 70em) {
}
#latest article {
  color: #fff;
  padding: 0.9375em 0.9375em 0 0.9375em;
  background: #ccc;
  margin-bottom: 1em;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
#latest article:last-child {
  margin-right: 0;
}
.lt-ie9 #latest article {
  margin: -4px;
}
#latest article footer {
  font-weight: 100;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.3em;
}
#latest article p a {
  color: #fff;
  text-decoration: none;
}
#latest article p a:hover {
  text-decoration: underline;
}
#latest article h1 {
  font-size: 0.97em;
  line-height: 1.43em;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
  padding-top: 0.7em;
}
#latest article h1 a,
#latest article header a {
  text-decoration: none;
  color: #fff;
}
#latest article h1 a:hover,
#latest article header a:hover {
  text-decoration: underline;
}
#latest article.newsroom {
  background: #007fa9;
}
#latest article.events {
  background: #8b9b11;
}
#latest article.webinars {
  background: #7d3f5b;
}
#latest article.whitepapers {
  background: #505557;
}
@media only screen and (min-width: 48em) {
  #latest article {
    width: 24%;
    margin-right: 1.3%;
    min-height: 210px;
    max-height: 210px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .lt-ie9 #latest article {
    margin-right: 7px;
  }
}
#featured article {
  padding: 0;
  position: relative;
}
#featured article.video h1 {
  padding-top: 0.35em;
}
@media only screen and (min-width: 48em) {
  #featured article:first-child {
    padding: 0 0.8em 0 0;
  }
  #featured article:last-child {
    padding: 0 0 0 0.8em;
  }
}
#featured article h1 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 1.5em 0 0.4em 0;
}
#featured article h1 a {
  text-decoration: none;
  color: #222;
}
#featured article h1 a:hover,
#featured article p a:hover {
  color: #007faf;
}
#featured article p {
  margin: 0 0 0.6em 0;
}
#featured article p a,
#featured article p a:hover {
  color: #222;
  text-decoration: none;
}
#featured article header span {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0.2em 0.6em;
  height: 23px;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  color: #222;
  text-decoration: none;
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Onest", sans-serif; /*QNXITSPT-8756 test */
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border-radius: 3px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#featured article:last-child header span {
  left: 28px;
}
#featured article img {
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  width: 100%;
}
#featured article .video-container {
  position: relative;
}
#featured .featureContextVideo {
  display: block;
  position: relative;
  top: 11px;
}
#featured article .video-container iframe,
#featured article .video-container object,
#featured article .video-container embed {
}
#social {
  display: block;
  background: #fff;
  margin-top: 0em;
  text-align: left;
}
#social .layout-container {
  padding: 1em 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: url("/style-v2/img/qnx-sprite.png") no-repeat scroll 10px -156px transparent;
}
#tweets {
  width: 100%;
  position: relative;
  min-height: 40px;
  text-align: center;
}
#tweets p {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  width: 47em;
}
#social ul {
  list-style: none;
  margin: 15px auto;
  width: 210px;
}
#social ul li {
  float: right;
}
#social ul li a {
  background: url('/style-v2/img/qnx-sprite.png') no-repeat 0 0;
  display: block;
  width: 31px;
  height: 31px;
  margin-right: 3px;
  border-radius: 4px;
  -webkit-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
}
#social ul li:first-child a {
  margin-right: 0;
}
#social ul li a:hover {
  background-color: #222;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#social ul li.youtube a {
  background-position: -142px -117px;
  background-color: #e04e43;
}
#social ul li.facebook a {
  background-position: -105px -116px;
  background-color: #4a6ea9;
}
#social ul li.twitter a {
  background-position: -68px -116px;
  background-color: #00d0ff;
}
#social ul li.linkedin a {
  background-position: 6px -117px;
  background-color: #0097bd;
}
#social ul li.flickr a {
  background-position: -30px -116px;
  background-color: #df0069;
}
#social ul li.blog a {
  background-position: -180px -117px;
  background-color: #ec6a00;
}
@media only screen and (min-width: 48em) {
  #social {
    text-align: left;
  }
  #tweets {
    padding-left: 9em;
    float: left;
    width: 70%;
    text-align: left;
    background-position: 0 -169px;
  }
  #social ul {
    margin: 4px auto 0 auto;
    float: right;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #tweets,
  #social ul li a {
  }
  #tweets p {
    width: auto;
    margin: 2em;
  }
}
#jobs .layout-container {
  background: #4e5356;
  padding: 0.8em 0 0.8em 1em;
  padding-bottom: 0.8em;
  margin-bottom: 2em;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 63.75em;
}
#jobs header h1 {
  color: #fff;
  font-size: 1.3em;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
  font-weight: 100;
}
#jobs article {
  margin-top: 0.4em;
  color: #fff;
  font-size: 1.5em;
}
#jobs article h1 {
  font-weight: 500;
  font-size: 0.65em;
  display: block;
  margin: 0;
}
#jobs article h1 a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  top: 2px;
}
#jobs article h1 a:hover {
  text-decoration: underline;
  color: #fff;
}
#jobs article #jobs article-footer {
  font-weight: 100;
  margin-top: 0;
}
#jobs .view-all-link {
  font-size: 0.6em;
  background: #000;
  padding: 0.7em;
  text-decoration: none;
  font-size: 0.9375em;
  float: left;
  color: #fff;
  background: #007fa9;
  padding: 0.5em 0.7em 0.4em;
  border-radius: 4px;
  margin: 0.6em 1.5em 0 0;
}
@media only screen and (min-width: 37.5em) {
  #jobs header h1 {
    color: #fff;
    font-weight: 100;
  }
  #jobs article {
    padding: 0.2em 0.5em;
    margin-top: 0.3em;
    float: left;
  }
  #jobs article h1 {
    font-weight: 500;
    float: left;
  }
  #jobs article footer {
    font-weight: 100;
    margin-top: 0;
    float: left;
  }
}
@media only screen and (min-width: 48em) {
  #jobs header h1 {
    font-size: 1.2em;
    font-weight: 100;
    margin: 0;
    padding: 0;
    line-height: 2.4em;
    border-right: 1px solid #676b6e;
    padding: 0 1em 0 0.5em;
    margin-right: 0.4em;
    float: left;
  }
  #jobs article {
    width: 33%;
    margin: 0;
  }
  #jobs .view-all-link {
    float: right;
  }
  #jobs article h1 {
    font-weight: 500;
    float: left;
    margin: 0 0.5em 0 0;
  }
  #jobs article footer {
    font-weight: 100;
    font-size: 0.65em;
    margin-top: 0;
  }
  #jobs article footer p {
    margin: 0;
  }
  #jobs .view-all-link:hover {
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (min-width: 70em) {
  #jobs header h1 {
    font-size: 1.5em;
    line-height: 2em;
  }
  #jobs article {
    width: 50%;
    margin: 0.37em 0;
  }
}
html,
button,
input,
select,
textarea,
.grid-g [class *="grid-u"],
.grid-g-r [class *="grid-u"] {
}
html {
  font-family: "Onest", sans-serif; /*QNXITSPT-8756 test */
  font-smooth: always;
  font-size: 1em;
  line-height: 1.43em;
  font-smooth: always;
  -webkit-font-smoothing: antialiased !important;
}
::-moz-selection {
  background-color: #990000;
  color: #ffffff;
}
::selection {
  background-color: #990000;
  color: #ffffff;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ol,
ul {
  padding-left: 0;
}
dd {
  margin-left: 0;
}
audio,
canvas,
img,
video {
}
audio,
canvas,
img,
video,
embed,
iframe {
}
fieldset {
}
textarea {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif; /*QNXITSPT-8756 test */
  letter-spacing: .04em;
  word-spacing: .04em;
  line-height: 1.43em;
  padding-top: 0.6em;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #007fa9;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
#logo-qnx {
  margin: 1em 0;
  overflow: hidden;
  text-indent: -999px;
  background-image: url ("/style-v2/img/QNX-Logo-QNX-CORAL-RGB.png"); /*QNXITSPT-8756 test       url ("/style-v2/img/QNX-Logo-QNX-CORAL-RGB.png")      */
  height: 35px;
  width: 257px;
  display: block;
  width: 180px;
  height: 30px;  
}
@media only screen and (min-width: 37.5em) {
  #logo-qnx {
    float: left;
    background-image: url("/style-v2/img/QNX-Logo-QNX-CORAL-RGB.png"); /*QNXITSPT-8756 test */
    height: 80px;
    width: 120px;
    background-size: cover;
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #logo-qnx {
    background-image: url("/style-v2/img/QNX-Logo-QNX-CORAL-RGB.png"); /*QNXITSPT-8756 test */
    height: 80px;
    width: 120px;
    background-size: cover;
    display: block;
  }
}
#tagline-qnx {
  display: none;
  float: left;
  width: 26em;
  color: #767676;
  text-align: left;
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.7em;
}
@media only screen and (min-width: 940px) {
  #tagline-qnx {
    display: block;
    font-size: 0.7em;
    margin: 1.6em 0 0 1.3em;
    padding: 0.4em 0;
    text-indent: 0;
    width: 26em;
  }
}
@media only screen and (min-width: 1092px) {
  #tagline-qnx {
    font-size: 0.7em;
  }
}
#legal p {
  color: #666666;
  font-size: 0.625em;
  float: left;
}
.tel {
  margin: 1em 0;
  padding: 0.25em 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
#HomeContent .row {
  width: 100%;
  clear: both;
}
#HomeContent .row h1 {
  color: #333333;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 3px;
}
#HomeContent.row li {
  list-style: none inside url("/images/sidebars/bullet.gif");
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 6px;
  padding: 0 0 2px 12px;
}
#HomeContent .row ul {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  list-style: none outside none;
  margin: 6px 0 0;
  padding: 0;
}
#HomeContent .row a:link,
.row a:visited {
  color: #333333;
  text-decoration: none;
}
.span3 {
  float: left;
  left: 11px;
  padding: 20px;
  position: relative;
  width: 340px;
}
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #site-header,
  #site-footer,
  #section-leffnav {
    display: none;
  }
  #widetext {
    position: absolute !important;
  }
  #titlearea h1 {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: normal;
    left: 13px;
    margin: 0;
    position: relative;
    text-shadow: 4px 4px 4px #000000;
    top: 32px;
  }
  #tabs div,
  #tabs2 div,
  #tabs3 div {
    display: block !important;
  }
  .ui-tabs-nav {
    display: none !important;
  }
  #titlearea div {
    background-image: none !important;
    background-color: #bbb !important;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: absolute;
    width: 847px;
  }
  #section-breadcrumb {
    display: none !important;
  }
  #textarea {
    position: absolute !important;
  }
  #section-rightsidebar {
    display: none !important;
  }
  .grid-u-1-4,
  .grid-u-1-3 {
    width: 100% !important;
  }
  #hero {
    display: none;
  }
}
#login-list {
  display: block;
}
#login-list .menu-item-login {
  display: block;
}
#mainPageContainer {
  position: relative;
}
#mainPageContainer .homebanner {
  margin: 1px auto;
  width: 936px;
  position: relative;
  height: 200px;
}
#headerWrapper {
  position: relative;
  z-index: 2;
}
#section-homepage-nav {
  font-size: 12px;
  color: #333333;
  line-height: 13px;
  padding-top: 15px;
}
#section-homepage-nav a,
#section-homepage-nav a:visited,
#section-homepage-nav a:active {
  color: #333;
}
#section-homepage-nav a:hover {
  color: #333;
  text-decoration: underline;
}
#section-homepage-nav h1 {
  color: #333333;
  font-size: 1.1em;
  margin: 0;
  padding: 0 0 3px;
}
#section-homepage-nav li {
  background: url("/images/sidebars/bullet.gif") no-repeat scroll 0 7px
    transparent;
  list-style: none outside none;
  padding: 0 0 5px 13px;
  margin: 0 0 0 5px;
}
#section-homepage-nav .spotlight_image {
  display: inline;
  float: left;
  width: 100px;
  padding-right: 6px;
}
#section-homepage-nav .spotlight_text {
  display: inline;
  float: left;
  padding-left: 15px;
  padding-top: 1px;
  width: 244px;
}
#section-homepage-nav .spotlight_text span {
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
}
#section-homepage-nav .spotlight_text a {
  display: block;
}
#section-homepage-nav .spotlight_text li {
  background: none;
}
#section-homepage-nav ul#spotlight {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #cccccc;
  list-style: none outside none;
  margin: 12px 0;
  padding: 6px 6px 6px 3px;
  overflow: auto;
}
#section-homepage-nav .home_lower_row {
  margin: 0;
  overflow: auto;
  padding-bottom: 10px;
}
#section-homepage-nav .home_lower_col1 {
  display: block;
  float: left;
  margin-left: 30px;
  width: 380px;
}
#section-homepage-nav .home_lower_col2 {
  display: block;
  float: left;
  margin-left: 40px;
  width: 200px;
}
#section-homepage-nav .home_lower_col3 {
  display: block;
  float: left;
  margin-left: 40px;
  width: 250px;
  clear: right;
}
#section-homepage-nav #socialLinks {
  display: block;
  float: right;
  margin: 10px;
  padding: 2px;
  position: relative;
  vertical-align: middle;
}
#textarea a,
#widetext a {
  color: #000000;  /*QNXITSPT-8756 test */
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
#textarea a:hover,
#widetext a:hover {
  text-decoration: underline;
  color: #ff443a; /*QNXITSPT-8756 test */
}
#leftnav {
  float: left;
  height: 700px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 187px;
}
#leftnav dl.section_main_nav dd ul {
  color: #7f9cb9;
  list-style-type: none;
  margin: 0 0;
  padding-left: 12px;
}
#leftnav dl.section_main_nav dd ul li {
  display: block;
  line-height: 1.43em;
}
#leftnav dl.section_main_nav {
  background-color: #f4ebe1; /*QNXITSPT-8756 test */
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px #eee;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: 0 5px 5px #eee;
}
#leftnav .sectionnav dl {
  background-color: #f4ebe1; /*QNXITSPT-8756 test */
  border: 1px solid #ddd;
  -moz-box-shadow: 0 5px 5px #eee;
  -webkit-box-shadow: 0 5px 5px #eee;
  box-shadow: 0 5px 5px #eee;
  padding-bottom: 7px;
}
#rightsidebar {
  display: block;
  float: right;
  margin-right: 10px;
  width: 200px;
}
#title_banner {
  background-repeat: no-repeat;
  float: right;
  height: 42px;
  padding: 40px 5px 0 10px;
  position: relative;
  right: 14px;
  width: 724px;
}
#section-header {
  background: #ffffff url("/style/images/header-bg.png") repeat right center;
  font-size: 11px;
  width: 100%;
}
#section-header .header {
  height: 57px;
  left: 35px;
  display: block;
}
#section-header .header a:hover {
  text-decoration: none;
}
#section-header .qnxlogo {
}
#section-header .qnxlogo img {
  position: relative;
  display: block;
  padding-left: 33px;
}
#section-header .language {
  display: block;
  float: right;
  position: relative;
  right: 0;
  top: 42px;
  width: 159px;
}
#section-header .breadcrumbs {
  float: right;
  margin: 0;
  padding: 3px 27px 0;
  position: relative;
  right: 13px;
  top: 13px;
}
#section-header .breadcrumbs ul {
  margin: 0 0 18px;
  padding: 7px 14px;
}
#section-header .breadcrumbs li {
  display: inline;
  text-shadow: 0 1px 0 #dddddd;
}
#section-header .searchnav {
  clear: both;
  float: right;
  left: -23px;
  position: relative;
  top: -31px;
}
#section-header img {
}
#section-header .searchnav ul {
  margin: 0 0 18px;
  padding: 7px 14px;
}
#section-header .searchnav li {
  display: inline;
  text-shadow: 0 1px 0 #dddddd;
  padding: 5px;
}
#section-navigation,
#section-breadcrumbs {
  top: -10px;
}
#section-navigation {
  margin-bottom: 10px;
}
#section-navigation #mainnav,
#section-navigation #mainnav ul {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#section-navigation #mainnav ul li ul li {
  width: 250px;
}
#section-navigation #mainnav ul a:link,
#section-navigation #mainnav ul a:visited {
  display: block;
  padding: 6px 10px;
  width: 134px;
  color: #fff;
}
#section-navigation #mainnav li {
  background-image: url("/style/images/qnx-social-nav-divider.gif");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  float: left;
}
#section-navigation #mainnav li:last-child {
  background-image: none;
  display: block;
  float: left;
}
#section-navigation #mainnav li ul li {
  background: none;
}
#section-navigation #mainnav li ul {
  display: block;
  background: none repeat scroll 0 0 #333333;
  left: -999em;
  opacity: 0.98;
  padding-bottom: 0px;
  padding-top: 0px;
  position: absolute;
  width: 250px;
  z-index: 999;
}
#section-navigation #mainnav li:hover ul ul,
#section-navigation#mainnav li.sfhover ul ul {
  display: block;
  left: -999em;
}
#section-navigation #mainnav li:hover ul,
#section-navigation #mainnav li li:hover ul,
#section-navigation #mainnav li.sfhover ul,
#section-navigation #mainnav li li.sfhover ul {
  display: block;
  left: auto;
  width: 154px;
  box-shadow: 0 1px 9px #333333;
  padding-bottom: 0px;
  top: 37px;
}
#section-navigation #mainnav a:link,
#mainnav a:visited {
  background: none;
  color: #ffffff;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
}
#section-navigation #mainnav *:hover > a {
  background-image: url("/style/images/qnx-social-nav-side-off.gif");
  background-repeat: repeat-x;
}
.MainNavSectionHover {
  background-image: url("/style/images/qnx-social-nav-side-off.gif") !important;
  background-repeat: repeat-x !important;
}
#section-navigation .navitems {
  float: left;
  left: 24px;
  position: relative;
  top: 0;
}
#section-navigation .navitems li {
  line-height: 24px;
}
#section-navigation .navitems dl,
.navbar-social dl {
  height: 38px;
}
#section-navigation .navitems dd {
  display: block;
  float: left;
  height: 37px;
  list-style: none outside none;
  margin: 0;
  position: relative;
  width: auto;
  background-image: url('/style/images/qnx-social-nav-divider.gif');
  background-repeat: no-repeat;
}
#section-navigation .navitems dd:first-child {
  background-image: none;
  margin-left: 20px;
}
#section-navigation .navitems a {
  color: #ffffff;
  display: block;
  font-family: Arial;
  position: relative;
  text-decoration: none;
}
#section-navigation div.navitems a:hover {
  background-repeat: repeat-x;
}
#section-navigation div.navitems *:hover > a {
  background-image: url('/style/images/qnx-social-nav-side-off.gif');
  background-repeat: repeat-x;
}
#section-navigation #mainnav li ul a:hover {
  background-image: none;
  background-color: #555555;
}
#section-navigation .navbar-social {
  color: #ffffff;
  float: right;
  width: 210px;
  background-image: url("/style/images/connect-bar-off.png");
}
#section-navigation .connectWithUs:active,
#section-navigation .connectWithUs:visited {
  display: block;
  position: relative;
}
#section-navigation .connectWithUs:hover {
  display: block;
  position: relative;
  background-image: url("/style/images/connect-bar-roll.png");
}
#section-navigation .navbar-social dd {
  display: block;
  float: left;
  height: 38px;
  list-style: none outside none;
  margin: 0;
  position: relative;
  width: auto;
}
#section-navigation .navbar-social img {
}
#section-navigation .navbar-social a {
  color: #ffffff;
  display: block;
  font-family: Arial;
  height: 17px;
  padding: 11px 10px 10px;
  position: relative;
  text-decoration: none;
}
#section-navigation .navbar-social dd:first-child a {
  padding: 10px 12px 10px 19px;
}
#section-navigation .navigationbar {
  background-image: url('/style/images/qnx-social-nav-off.gif');
  height: 38px;
  color: #fff;
  margin-left: 0px;
  width: 960px;
}
#languageSwitch {
  display: block;
  position: relative;
}
#languageSwitch .selected {
  display: block;
  position: relative;
}
#languageSwitch .items {
  display: block;
  position: relative;
}
#section-breadcrumb {
  display: block;
  height: 0;
  left: 7px;
  line-height: 10px;
  padding-bottom: 5px;
  position: relative;
  top: -8px;
  width: 732px;
}
#section-breadcrumb .crumbs {
  color: #999999;
  margin: 0;
}
#section-breadcrumb .crumbs {
  padding: 0px;
  font-size: 0.7em;
  line-height: 0.7em;
  color: #ccc;
}
#section-breadcrumb dd:last-child {
  color: #999;
  text-decoration: none;
  background: none repeat scroll 0 0 transparent !important;
}
#section-breadcrumb .crumbs a {
  color: #999;
  text-decoration: none;
}
#section-breadcrumb .crumbs a:hover {
  color: #006699;
  text-decoration: underline;
}
#section-breadcrumb .crumbs dt a {
  color: #999;
  text-decoration: none;
}
#section-breadcrumb .crumbs dd {
  background: url("/images/template/crumb_arrow.gif") no-repeat scroll right -2px transparent;
  display: inline;
  margin: 0 7px 0 0;
  padding: 0 12px 0 0;
}
#section-breadcrumb .crumbs dt {
  display: inline;
  margin: 0px;
  padding: 8px 0px 6px 0px;
  color: #999;
  text-transform: normal;
}
#mainPageContainer {
  background-color: #fff;
  -moz-box-shadow: 0 0 44px #eeeeee inset;
  -webkit-box-shadow: 0 0 44px #eeeeee inset;
  box-shadow: 0 0 44px #eeeeee inset;
  width: 960px;
}
.row {
  margin-left: 0px;
}
.tagline {
  color: #888888;
  display: block;
  line-height: 15px;
  position: relative;
  width: 378px;
  top: 20px;
}
.headerContent {
  display: block;
  width: 300px;
  display: inline;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.headerContent li {
  float: left;
  display: block;
  padding-right: 10px;
}
.headerActions {
  bottom: -45px;
  display: block;
  left: 79px;
  position: relative;
}
.socialGray {
  display: block;
  position: relative;
}
.languageSelector {
  display: block;
}
.langSelected {
  display: block;
}
.languageSelector a .langSelectItems a {
  display: block;
  background-repeat: no-repeat;
}
#langSelected img,
.langSelectItems img {
  float: right;
  padding-left: 6px;
  position: relative;
  top: -3px;
}
.langSelectItems {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  display: block;
  margin: 5px;
  opacity: 0.9;
  padding: 10px 20px;
  position: absolute;
  right: -33px;
  top: 23px;
}
.langSelectItems dl {
  margin-bottom: 2px;
}
.languageSelector img {
  display: block;
}
.breadcrumb-container dl {
  display: block;
  position: relative;
}
.breadcrumb-container dd {
  float: left;
}
#section-header .qnxlogo {
  display: block;
  position: relative;
  height: 100%;
}
#section-header .row {
  display: block;
  height: 67px;
}
#section-header .qnxtagline {
  color: #666666;
  display: block;
  line-height: 15px;
  padding-left: 15px;
  position: relative;
  text-align: left;
  top: 20px;
  vertical-align: middle;
  width: auto;
}
#section-header .qnxlanguage {
  display: block;
  line-height: 24px;
  position: relative;
}
#section-header .qnxlanguage a {
  line-height: 13px;
  padding-left: 10px;
}
#section-header a {
  color: #666666;
}
#section-header a:hover {
  color: #0069d6;
  text-decoration: underline !important;
}
#section-header .qnxcontact {
  display: block;
  position: relative;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#section-header .qnxsearch {
  display: block;
  left: 10px;
  position: relative;
  top: 2px;
  width: 143px;
}
#section-header .login-container {
  color: #666666;
  display: block;
  height: 10px;
  position: relative;
  right: 28px;
  text-align: right;
  top: -50px;
  width: 100%;
}
#section-header .login-container a {
  line-height: 13px;
}
#section-header .seperator {
  background: url("/images/dividers/vert_grey_dotted.gif") no-repeat scroll
    right top transparent;
  margin-left: 2px;
  margin-right: 4px;
  padding: 2px;
}
#section-header .searchInput {
  color: #cccccc;
  height: 11px;
  line-height: 14px;
  position: relative;
  width: 100px;
  border-radius: 0 0 0 0;
}
#section-header .SearchIcon {
  cursor: pointer;
  display: block;
  float: right;
  position: relative;
  right: 15px;
  top: 2px;
}
#section-header .floatL {
  float: left;
  line-height: 13px;
}
#section-header .floatR {
  float: right;
}
#section-header .qnxheaderActions {
  display: block;
  position: relative;
  top: 32px;
  vertical-align: middle;
}
#titlearea {
  display: block;
  margin-left: 188px;
  margin-top: 0;
  padding-left: 12px;
  margin-bottom: 13px;
  height: 87px;
}
#titlearea h1 {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: normal;
  left: 13px;
  margin: 0;
  position: relative;
  text-shadow: 4px 4px 4px #000000;
  top: 32px;
}
#titlearea.noBannerImage {
  height: 41px;
  left: -12px;
  margin-bottom: 2px;
  position: relative;
  top: 4px;
}
#titlearea.noBannerImage H1 {
  color: #343434;
  display: block;
  position: relative;
  text-shadow: 4px 4px 4px #eeeeee;
  top: -7px;
}
#titlearea div {
  background-repeat: no-repeat;
  height: 82px;
  margin-top: 8px;
}
#textarea,
#widetext {
  display: inline;
  float: left;
  font-size: 0.81em;
  line-height: 1.43em;
  position: relative;
  left: 2px;
}
#textarea ul,
#widetext ul {
  margin-bottom: 10px;
  padding: 0 0 10px;
}
#textarea li > ul,
#widetext li > ul {
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 0 0 0px;
}
#textarea ul > li,
#widetext ul > li {
  background: url("/images/sidebars/bullet.gif") no-repeat scroll 0 7px
    transparent;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 4px 13px;
  margin: 0 0 0 5px;
}
#textarea ol > li,
#widetext ol > li {
  list-style: decimal;
  margin: 1px 2px;
  padding: 0 0 4px 13px;
}
#textarea {
  width: 648px;
}
#widetext {
  width: 847px;
  font-size: 0.81em;
  line-height: 1.43em;
}
#textarea p,
#widetext p {
}
#section-leffnav {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  width: 167px;
  height: 500px;
  font-size: 0.81em;
  height: auto;
}
#section-leffnav a {
  text-decoration: none;
  color: #000000; /*QNXITSPT-8756 test */
}
#section-leffnav a:hover {
  text-decoration: underline;
  color: #ff443a; /*QNXITSPT-8756 test */
}
#section-rightsidebar a {
  text-decoration: none;
  color: #000000; /*QNXITSPT-8756 test */
}
#section-rightsidebar a:hover {
  text-decoration: underline;
  color: #ff443a; /*QNXITSPT-8756 test */
}
#section-leffnav dl {
  box-shadow: 0 5px 5px #eeeeee;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding-bottom: 7px;
}
#section-leffnav dl.section_main_nav dd ul {
  list-style-type: none;
  margin: 3px 0 3px;
  padding-left: 18px;
  color: #7f9cb9;
}
#section-leffnav .sectionnav dt {
  padding: 4px 0 3px 10px;
  margin: 0px;
  background: #333;
  color: #fff;
}
#section-leffnav dt#resourcestitle {
  background: #90a8ba;
}
#section-leffnav dd {
  padding: 0px 0px 0px 10px;
  margin: 5px 5px 5px 0px;
}
#section-rightsidebar {
  color: #666666;
  display: block;
  float: right;
  line-height: 1.43em;
  margin-right: 0;
  top: -7px;
  position: relative;
  width: 152px;
  font-size: 0.8em;
}
#section-rightsidebar dd {
  box-shadow: 0 5px 5px #eeeeee;
}
#section-rightsidebar dt.blue {
  background: none repeat scroll 0 0 #90a8ba;
  color: #ffffff;
  padding: 2px 4px 3px;
  border: 1px solid #ddd;
}
#section-rightsidebar dt.grey {
  background: none repeat scroll 0 0 #eeeeee;
  color: #343434;
  padding: 2px 4px 3px;
  border: 1px solid #ddd;
}
#section-rightsidebar dt.photo {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 55px;
}
#section-rightsidebar li {
  background: url("/images/sidebars/bullet.gif") no-repeat scroll 0 7px
    transparent;
  margin: 0;
  padding: 0 0 0 13px;
  list-style: none;
}
#section-rightsidebar dd {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 4px 6px 6px;
}
#section-rightsidebar dt {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.roundtable-t {
  background-image: url("/images/roundtable/t.gif");
}
.roundtable-l {
  background-image: url("/images/roundtable/l.gif");
}
.roundtable-r {
  background-image: url("/images/roundtable/r.gif");
}
.roundtable-b {
  background-image: url("/images/roundtable/b.gif");
}
.roundtable-tr {
  background-image: url("/images/roundtable/tr.gif");
}
.roundtable-tl {
  background-image: url("/images/roundtable/tl.gif");
}
.roundtable-br {
  background-image: url("/images/roundtable/br.gif");
}
.roundtable-bl {
  background-image: url("/images/roundtable/bl.gif");
}
object#ia_header {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.ui-tabs {
  display: block;
}
.ui-tabs-panel table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.downloadlist dt h1,
.downloadlist dt h2,
.downloadlist dt h3,
.downloadlist dt h4,
.downloadlist dt h5,
.downloadlist dt h6 {
  text-shadow: none;
  padding-left: 10px;
}
.downloadlist dt {
  background: none repeat scroll 0 0 #90a8ba;
  color: #ffffff;
  margin: 2px 0 0;
  padding: 3px;
}
.downloadlist dd {
  border-bottom: 1px dotted #cccccc;
  color: #666666;
  margin: 6px 0;
  padding: 4px 0 8px;
}
.downloadlist dd:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.downloadlist dd a {
}
.downloadlist dd div {
  margin-top: 2px;
}
.downloadlist dd .dl-left {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 150px;
}
.downloadlist dd .st-left {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  width: 100px;
}
.downloadlist dd .qnxcar-st-left {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  width: 170px;
}
.downloadlist dd .dl-list {
  display: inline;
  float: left;
  font-size: 0.81em;
  margin-right: 15px;
  width: 85px;
}
.downloadlist dd .dl-right {
  display: inline;
  float: right;
  width: 365px;
}
.downloadlist dd .dl-right {
  display: inline;
  float: right;
  width: 365px;
}
.downloadlist dd .part-left {
  display: inline;
  float: left;
  margin-left: 15px;
  width: 190px;
}
.downloadlist dd .part-right {
  display: inline;
  float: right;
  width: 325px;
}
.downloadlist dd .part-clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.downloadlist dd .enddllist {
  border-bottom: medium none;
}
.downloadlist dd .st-right h3 {
  margin-bottom: 4px;
  margin-top: 0;
}
.callout {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #c8c8c8;
  width: 330px;
}
.callout-left-half {
  display: inline;
  float: left;
  margin-right: 12px;
}
.callout-right-half {
  display: inline;
  float: right;
  margin-left: 12px;
}
.callout-full {
  width: auto;
  margin-bottom: 20px !important;
}
.callout-title {
  background: none repeat scroll 0 0 #eeeeee;
  border-bottom: 1px solid #c8c8c8;
  color: #333333;
  font: bold 11px/13px verdana, tahoma, helvetica, arial, sans-serif;
  padding: 6px 0;
}
.callout-title span {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  padding: 6px;
}
.callout-content {
  color: #666666;
  font: 10px/14px verdana, tahoma, helvetica, arial, sans-serif;
  padding: 25px 25px 0;
  overflow: auto;
}
.callout-content img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.callout-zoom {
  text-align: right;
}
.callout-zoom img {
  padding: 0 5px 5px 0;
}
#socialLinks {
  display: block;
  position: relative;
  float: right;
  vertical-align: middle;
  padding: 2px;
  margin: 10px;
}
#socialLinks a {
  display: block;
  position: relative;
  padding: 5px;
  float: left;
  border: none;
}
#socialLinks img {
  vertical-align: middle;
  text-align: center;
  width: 20px;
  height: 20px;
  padding-right: 3px;
  border: none;
}
ul.newstabs-new a#active {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  padding-bottom: 2px;
  padding: 5px;
}
.newstabs-new li {
  background: none !important;
  display: block;
  float: left;
  margin: 2px;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
}
.noLayout {
  height: auto !important;
  width: auto !important;
  margin: 0px !important;
  padding: 0px !important;
}
ul.newstabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.newstabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.newstabs li {
  float: left;
  display: inline;
}
ul.newstabs li#view {
  margin-right: 12px;
}
ul.newstabs a {
  display: block;
  padding: 2px 12px;
  position: relative;
  top: 1px;
  z-index: 2;
  font-size: 0.81em;
  text-decoration: none;
}
ul.newstabs a#active {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  padding-bottom: 2px;
  font-size: 0.81em;
}
ul.newstabs #tabend {
  margin-left: 20px;
}
.newsdivider {
  background: #ccc;
  height: 1px;
  overflow: hidden;
  margin-bottom: 5px;
}
.newsitem dt {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
  font-weight: normal;
}
div#widetext dl.newsitem {
  margin: 0px;
  padding: 0px;
}
.newsitem dd {
  display: inline;
  width: 616px;
  padding: 0px;
  margin: 0px;
}
.newsitem {
  padding: 0px;
}
.newsitem:after {
  content: ".";
  display: block;
  height: 12px;
  clear: both;
  visibility: hidden;
}
.dataTable {
  border: 1px solid #ddd;
  border-radius: 10px 10px 10px 10px;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  margin-bottom: 18px;
  -moz-box-shadow: 0 0 5px #eee;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: 0 5px 5px #eee;
}
.dataTable th {
  border-bottom: 1px solid #ddd;
  margin-bottom: 21px;
  padding: 5px 0px;
  text-align: left;
}
.dataTable td {
  padding-left: 8px;
  line-height: 18px;
}
.dataTable tr:last-child > td {
  padding-bottom: 10px;
}
.dataTable tfoot tr td {
  border-top: 1px solid #ddd;
  margin-top: 11px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.pagingWrapper {
}
.paging {
}
.paging ul {
}
.paging li {
  display: inline;
  padding-left: 10px;
  background: none !important;
}
.colGroup {
  cursor: pointer;
  display: table;
}
.colGroup > * {
  cursor: default;
}
#relatedLinks {
  display: block;
  position: relative;
}
#relatedLinks .col {
  float: left;
  padding-left: 4px;
  padding-right: 34px;
  padding-top: 5px;
  width: 15em;
}
#relatedLinks h1 {
  border-bottom: 1px solid #5f83a8;
  color: #33649a;
  font-weight: bold;
  left: -3px;
  line-height: 0;
  margin-bottom: 9px;
  padding-bottom: 15px;
  padding-top: 10px;
  position: relative;
  text-align: left;
}
#relatedLinks ul {
  list-style-type: none;
}
#relatedLinks li {
  list-style-type: none;
  left: 0px;
}
#tabs ol {
  list-style: none !important;
}
#tabs ol li {
  list-style: none !important;
  border-bottom: 1px solid #dddddd;
}
#tabs {
  left: -6px;
}
#tabs li a.ui-tabs-anchor {
  position: relative;
  right: 0.7em;
  text-decoration: none;
  top: 0.2em;
}
#tabs li a.ui-tabs-anchor:hover {
  text-decoration: none;
}
.ui-widget-content {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2em;
  color: #ff443a; /*QNXITSPT-8756 test */
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 10px;
}
h6 {
  font-size: 1.1em;
}
h2 a {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
#bodyContent {
  display: block;
}
.div-table {
  display: table;
  width: auto;
  margin-bottom: 18px;
}
.div-table .div-row {
  display: block;
  overflow: auto;
  position: relative;
  width: auto;
}
.div-table [class*="col"] {
  float: left;
  display: table-column;
  padding-left: 15px;
}
.div-table.border {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 5px #eee;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: 0 5px 5px #eee;
}
.div-table .header > [class*="col"] {
  font-weight: bold;
}
.div-table .border > [class*="col"] {
  border-top: 1px solid #eeeeee;
}
.div-table ul {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.div-table .border > [class*="col"]:first-child {
  margin-left: 0px;
}
.col1 {
  width: 40px;
}
.col2 {
  width: 100px;
}
.col3 {
  width: 159px;
}
.col4 {
  width: 220px;
}
.col5 {
  width: 280px;
}
.col6 {
  width: 340px;
}
.col7 {
  width: 400px;
}
.col8 {
  width: 460px;
}
.col9 {
  width: 686px;
}
.col10 {
  width: 580px;
}
.col11 {
  width: 640px;
}
.col12 {
  width: 685px;
}
.col13 {
  width: 760px;
}
.col14 {
  width: 820px;
}
.col15 {
  width: 880px;
}
.col16 {
  width: 940px;
}
.col17 {
  width: 1000px;
}
.col18 {
  width: 1060px;
}
.col19 {
  width: 1120px;
}
.col20 {
  width: 1180px;
}
.col21 {
  width: 1240px;
}
.col22 {
  width: 1300px;
}
.col23 {
  width: 1360px;
}
.col24 {
  width: 1420px;
}
.notification {
  background-color: #ce1211;
  border: 1px solid #000000;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 0 2px 5px #aaaaaa;
  color: #ffffff;
  font-weight: bold;
  margin: 1em auto 0;
  padding: 10px 3em;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}
.notification a {
  text-decoration: underline;
  color: #ffffff;
}
#notification-wrapper {
  position: absolute;
}
.sticky {
  position: fixed;
  top: 0;
}
#qnxdoc dd {
  margin-left: 1em;
  padding-bottom: 1em;
}
#qnxdoc dt {
  font-weight: bold;
}
#qnxdoc dl {
}
/*/css/facebox.css */
#facebox .b {
  background: url(/images/facebox/b.png);
}
#facebox .tl {
  background: url(/images/facebox/tl.png);
}
#facebox .tr {
  background: url(/images/facebox/tr.png);
}
#facebox .bl {
  background: url(/images/facebox/bl.png);
}
#facebox .br {
  background: url(/images/facebox/br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #dddddd;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl,
#facebox .tr,
#facebox .bl,
#facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.facebox_hide {
  z-index: -100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay {
  position: absolute;
  height: expression(
    document.body.scrollHeight > document.body.offsetHeight ?
      document.body.scrollHeight : document.body.offsetHeight + 'px'
  );
}
/*/css/youtubeplayer.css */
.yt-blanket {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url('/images/blanket.png');
  z-index: 1000;
}
.yt-wrapper {
  background-color: #cccccc;
  border: 1px solid black;
  display: block;
  height: 400px;
  margin: 0 auto;
  padding: 5px 8px;
  position: relative;
  text-align: center;
  width: 700px;
  z-index: 1001;
}
.yt-title {
  background-color: #dddddd;
  border: 1px solid #bbbbbb;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.6em;
  position: relative;
  text-align: left;
}
.yt-player {
  position: relative;
  display: block;
  width: 100%;
  height: 84%;
}
.yt-Iframe {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  border: 0 none;
}
.yt-close {
  bottom: 10px;
  cursor: pointer;
  padding-right: 17px;
  padding-top: 7px;
  position: absolute;
  right: 0;
}
.youTubeThumbNail {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(center top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 3px solid #ffffff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 9px #333333;
  display: block;
  height: 100px;
  width: 133px;
  margin: 10px;
}
article .youTubeThumbNail {
  display: block;
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin: 0;
  width: auto;
}
.playDiv {
}
article .playDiv {
  background-image: url("/images/play-overlay.png");
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 50px;
  margin: auto;
  position: relative;
  top: -60%;
  width: 50px;
}
@media only screen and (min-width: 1em) {
  article .youTubeThumbNail {
    height: auto;
  }
  article .playDiv {
    display: none;
  }
}
@media only screen and (min-width: 60em) {
  article .youTubeThumbNail {
    height: 13.5em;
  }
  article .playDiv {
    display: block;
  }
}
.youTubeThumbNail img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
article .youTubeThumbNail img {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
}
