/* ---------------------------------------------------------------------
Original Author: Benjamin Bowles
Contributors: N/A

Target Browsers: All
Media Type: Screen, Projection
Width: All Sizes
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: 0;
}

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
    overflow-y: scroll;
}

/* Don't let iOS and WinMobile mobile-optimize text for you */
/* Turn this rule on for mobile sites or sites using mediaqueries */
/*
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
*/

img {
    display: block;
}

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ---------------------------------------------------------------------
 Base Styles
------------------------------------------------------------------------ */

.system-tour {
    width: 1022px;
    height: 766px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5e5e5e;
}

/* Styles used for development only */
.system-tour.dev {
    height: auto;
    padding-bottom: 120px;
}
.alert {
    color: maroon;
    background: pink;
    border: 1px solid red;
    padding: 10px;
}
/* @end Styles used for development only */

.header {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -khtml-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -khtml-border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
    
}

.section-main {
    height: 662px;
    position: relative;
    display: none;
}

/* Style used for development only */
.dev .section-main {
    height: auto;
}

.section-td-initial {
    background: url(../images/bg-td-initial.jpg) no-repeat #ffffff;
    height: 662px;
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 500;
    display: none;
}

.page-test-drive {
    background: url(../images/bg-test-drive.jpg);
}

.footer {
    bottom: 0px;
    left: 0px;
    position: absolute;
    border-top: 1px solid #f2f2f2;
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-bottom-left-radius: 11px;
    -khtml-border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    -moz-border-bottom-right-radius: 11px;
    -khtml-border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #fefefe);
    background-image: -moz-linear-gradient(top, #e5e5e5, #fefefe);
    background-image: -o-linear-gradient(top, #e5e5e5, #fefefe);
    background-image: -ms-linear-gradient(top, #e5e5e5, #fefefe);
    background-image: linear-gradient(top, #e5e5e5, #fefefe);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e5e5e5', EndColorStr='#fefefe');
    
}

.branding-footer {
    display: block;
    width: 1022px;
    height: 65px;
    text-indent: -30000px;
    background: url(../images/branding-footer.png) right center no-repeat;
}

.sup {
    vertical-align: super;
    font-size:.83em;
}

/* ---------------------------------------------------------------------
 Layout Styles
------------------------------------------------------------------------ */

.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col {
    float: left;
}

.col:first-child {
    margin-left: 0;
}

.col-half {
    width: 47%;
    margin-left: 6%;
}

.layout-vc {
    display: table;
}

.layout-vc > * {
    display: table-cell;
    vertical-align: middle;
}

/* ---------------------------------------------------------------------
 Heading Styles
------------------------------------------------------------------------ */

.heading {
    /*  */
}

.h1-banner {
    color: #808080;
    line-height: 37px;
    padding: 0 0 0 20px;
    font-size: 16px;
}

.h1-main {
    color: #4d94a4;
    font-size: 18px;
}

.h2 {
    font-weight: bold;
    color: #5e5e5e;
    font-size: 14px;
}

.heading-accordion-title {
    padding: 10px 12px 6px 12px;
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
    background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
    background-image: -o-linear-gradient(top, #eaeaea, #ffffff);
    background-image: -ms-linear-gradient(top, #eaeaea, #ffffff);
    background-image: linear-gradient(top, #eaeaea, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#ffffff');
}

.heading-accordion-item {
    padding: 10px 12px 10px 30px;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    background: url(../images/arrow-right.png) 15px center no-repeat;
    cursor: pointer;
}

.accordion-item.active .heading-accordion-item {
    background: url(../images/arrow-down.png) 12px center no-repeat;
}

.heading-module {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

/* Style used for development only */
.style-guide-divider {
    font-size: 20px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    color: #333;
    background: #f9f9f9;
}


/* ---------------------------------------------------------------------
 Navigation Styles
------------------------------------------------------------------------ */

.nav-switcher {
    right: 14px;
    top: 8px;
    position: absolute;
}

.nav-switcher > li {
    margin: 0 0 0 8px;
    padding: 2px 0 2px 10px;
    border-left: 1px solid #d8d8d8;
    float: left;
}

.nav-switcher > li > a {
    text-indent: -30000px;
}

.nav-switcher > li:first-child {
    border-left: none;
}

.nav-switcher-global > a {
    display: block;
    height: 15px;
    width: 17px;
    background: url(../images/nav-switcher-global.png) no-repeat;
}

.nav-switcher-home > a {
    display: block;
    height: 15px;
    width: 18px;
    background: url(../images/nav-switcher-home.png) no-repeat;
}

.nav-menu-expand {
    line-height: 34px;
    padding: 0 10px 0 37px;
    float: left;
    color: #fff;
    background: url(../images/arrow-right.png) no-repeat 16px center;
}

.nav-menu-expand:hover {
    cursor: pointer;
}

.nav-menu-is-active .nav-menu-expand {
    background-image: url(../images/arrow-down.png);
}

.nav-menu {
    width: 1022px;
    position: absolute;
    bottom: 65px;
    z-index: 700;
    overflow: hidden;
    background-color: #000000;
    background-color: rgba(0,0,0,0.65);
}

.nav-menu-section-container {
    overflow: hidden;
    display: none;
    border-top: 1px solid #ffffff;
}

.nav-menu-header {
    overflow: hidden;
    cursor: pointer;
}

.nav-menu-breadcrumbs > li {
    float: left;
}

.nav-menu-breadcrumbs > li:before {
    content: "  >   ";
    color: #ffffff;
}

.nav-menu-breadcrumbs > li > a {
    padding: 9px 11px 10px 6px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.nav-menu-breadcrumbs > li > .nav-is-active {
    color: #ff6600;
}

.nav-menu-section {
    width: 173px;
    height: 166px;
    padding: 15px 15px 5px 15px;
    float: left;
}

.nav-menu-section + .nav-menu-section {
    border-left: 1px solid #fff;
}

.nav-menu-list > li {
    color: #fff;
    padding: 0 0 9px 50px;
}

.nav-menu-list > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.nav-menu-list > li > .nav-is-active {
    color: #ff6600;
}

.heading-menu {
    padding-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
}

.header-menu {
    margin-bottom: 20px;
}

.icon-menu {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
    float: left;
    background: url(../images/icons-menu.png) no-repeat;
}

.icon-tc20 { background: url(../images/icons-menu.png) no-repeat 0 0; }
.icon-test-drive { background: url(../images/icons-menu.png) no-repeat 0 -80px; }
.icon-cells { background: url(../images/icons-menu.png) no-repeat 0 -160px; }
.icon-tools { background: url(../images/icons-menu.png) no-repeat 0 -240px; }
.icon-performance { background: url(../images/icons-menu.png) no-repeat 0 -320px; }

.icon-tc20.active { background: url(../images/icons-menu.png) no-repeat 0 -40px; }
.icon-test-drive.active { background: url(../images/icons-menu.png) no-repeat 0 -120px; }
.icon-cells.active { background: url(../images/icons-menu.png) no-repeat 0 -200px; }
.icon-tools.active { background: url(../images/icons-menu.png) no-repeat 0 -280px; }
.icon-performance.active { background: url(../images/icons-menu.png) no-repeat 0 -360px; }

.carousel-nav {
    width: 240px;
    margin: 0 auto;
    padding: 0 24px 36px 24px;
    position: relative;
}

.carousel-nav-list {
    overflow: hidden;
    text-align: center;
    height: 33px;
}

.carousel-nav-list > li {
    margin: 0 0 0 12px;
    padding: 0;
    display: inline-block;
}

.carousel-nav-list > li:first-child {
    margin-left: 0;
}

/* ---------------------------------------------------------------------
 Module Styles
------------------------------------------------------------------------ */

.module {
    position: relative;
    border: 1px solid #c6c6c6;
    /* Rounded Corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    /* Box Shadow */
    box-shadow: 0 2px 2px #ccc;
    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    -khtml-box-shadow: 0 2px 2px #ccc;
    background-color: rgba(255,255,255,0.6);
}

.module-hd {
    padding: 10px 0 15px 0;
}

.module-md {
    overflow: hidden;
}

.module-img {
    border: 1px solid #c6c6c6;
    /* Rounded Corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

.module-image {
    padding: 5px;
}

.module-tooltip {
    padding: 20px;
}

.module-tooltip .btn-close {
    top: 8px;
    right: 8px;
    position: absolute;
}

.module-modal {
    position: absolute;
    /*display: none;*/
}

.js-module-modal {
    display: none;

    /*The margin for modals will be set via JavaScript*/
    margin-left: -280px;
    margin-top: -157px;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1001;
}

.module-modal-inner {
    padding: 10px;
}

.module-modal-inner .btn-close {
    top: 17px;
    right: 17px;
    position: absolute;
}

.module-td-modal {
    border: 2px solid #999999;
    padding: 15px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}

.module-modal-td-img {
    padding: 12px;
    border: 0 none;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: 7px 9px 24px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 9px 24px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 9px 24px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
}

.module-modal-td-img > img {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}

.module-carousel {
    width: 695px;
    padding: 12px;
    margin: 0 auto;
}

.module-carousel-inner {
    width: 698px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    /* Rounded Corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.module-left {
    float: left;
}

.module-right {
    float: right;
}

.listing-carousel {
    /* Style used for development only */
    /* The width will be controlled by JS */
    width: 2094px;
    height: 450px;
    position: relative;
}

.listing-carousel-item {
    width: 658px;
    padding: 20px;
    position: absolute;
    display: none;
}

.listing-carousel-item:first-child {
    display: block;
}

.listing-carousel-item > .module-md {
    padding: 15px 0 35px;
    text-align: center;
    line-height: 0;
}

.listing-carousel-image {
    margin: 0 14px;
    display: inline-block;
}


  /* MG for data carousel */
.listing-carousel-data-item {
    width: 728px;
    padding: 20px;
    position: absolute;
    display: none;
}

  /* MG for data carousel */
.listing-carousel-data-item > .module-data-md {
    padding: 15px 0 35px;
    text-align: center;
    line-height: 0;
}

  /* MG for data carousel - large image 2 */
.listing-carousel-image2 {
    margin: 0 14px;
    display: inline-block;
}

.listing-video {
    padding: 0 0 0 58px;
    overflow: hidden;
}

.listing-video > li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.listing-video > li:first-child {
    margin-left: 0;
}

.listing-video > li div:first-child {
    /* Rounded Corners */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.module-img-video-thumb {
    margin: 4px;
    /* Rounded Corners */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.module-img-pdf-thumb {
    /* Rounded Corners */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.module-md-pdf {
    padding: 4px;
}

.heading-listing-video {
    padding: 0 0 0 5px;
    font-size: 11px;
    text-align: center;
}

.listing-video > .active .heading-listing-video {
    color: #d35a2c;
}

.module-video {
    margin: 0 auto 15px auto;
    width: 509px;
    /* Rounded Corners */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.module-video-inner {
    margin: 8px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    height: 280px;
}

.module-tooltip {
    display: none;
}

.module-tooltip-compatible {
    width: 330px;
    height: auto;
    position: absolute;
    top: 220px;
    left: 40px;
}

.module-tooltip-gating {
    width: 330px;
    height: auto;
    position: absolute;
    top: 220px;
    left: 40px;
}

.module-tooltip-custom {
    width: 330px;
    height: auto;
    position: absolute;
    top: 220px;
    left: 40px;
}

.module-tooltip-analyzer {
    width: 330px;
    height: auto;
    position: absolute;
    top: 220px;
    left: 40px;
}

.module-tooltip-export {
    width: 330px;
    height: auto;
    position: absolute;
    top: 220px;
    left: 40px;
}

/* ---------------------------------------------------------------------
 Modal Styles
------------------------------------------------------------------------ */

.modal {
    position: absolute;
}

.modal-td {
    display: none;
    width: 330px;
    top: 210px;
    left: 125px;
    z-index: 300;
}

.modal-td.visible {
    display: block;
}

.modal-td-body {
    min-height: 60px;
    padding: 5px 0 0 60px;
    background: url(../images/modal-info.png) no-repeat;
}

.modal-td-body p {
    padding-right: 5px;
    font-size: 12px;
}

.modal-td-overflow {
    max-height: 235px;
    overflow-y: auto;
}

.heading-modal-td {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
}

.modal-td-img {
    text-align: center;
}

.modal-td-img-ext {
    margin-bottom: 20px;
}

.modal-td-img > img {
    display: inline;
}

.modal-td-footer {
    font-size: 14px;
    text-align: right;
}

.modal-close-td {
    color: #ff6600;
    text-decoration: none;
}

.modal-close-td:hover {
    text-decoration: underline;
}

.modal-expanded {
    display: none;
    left: 410px;
    top: 150px;
    z-index: 280;
}

.modal-expanded.visible {
    display: block;
}

/* ---------------------------------------------------------------------
 Grid Styles (Really Basic, due to inconsistent columns, widths, etc.)
------------------------------------------------------------------------ */

.grid {
    float: left;
}

.grid-left {
    padding: 27px 0 27px 27px;
}

.grid-right {
    width: 625px;
    padding: 27px 0 27px 0;
    position: relative;
}

.grid-right-scroll {
    width: 625px;
    height: 543px;
    padding: 27px 0 57px 0;
    overflow-y: auto;
}

.grid-left-narrow {
    width: 310px;
}

.grid-left-normal {
    width: 370px;
}

.grid-left-wide {
    width: 420px;
}

.grid-left-full {
    width: 970px;
    clear: both;
}

/* ---------------------------------------------------------------------
 Body Content Styles
------------------------------------------------------------------------ */

.body-content-md-img.multifocal-plane {
    padding: 45px 0 0 35px;
}

.body-content-md-img.multifocal-plane .multifocal-plane-footnote {
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
}

.body-content-md-img.data-analysis {
    padding: 0 0 15px 160px;
}

.body-content-bd > p {
    font-size: 12px;
    letter-spacing: .02em;
}

.body-content-bd-data-analysis {
    padding: 0 30px 15px 213px;
}

.body-content-bd-performance-data {
    padding: 0 30px 15px 200px;
}

.body-content-image {
    text-align: center;
    margin: auto;
}

.body-content-image-pin {
    position: absolute;
    bottom: 22px;
}

.content-header {
    margin-bottom: 20px;
}

.content-header-sub {
    margin-bottom: 15px;
}

p {
    line-height: 1.4em;
    padding: 0 0 20px 0;
    font-size: 14px;
}

.list-main {
    margin: 0 0 10px 15px;
    font-size: 14px;
}

.list-main > li {
    padding: 0 0 10px 5px;
}

.bold {
    font-weight: bold;
}

.list-def {
    margin: 0 0 10px 15px;
    overflow: hidden;
    font-size: 14px;
}

.list-def > dt {
    float: left;
    clear: left;
    margin-right: 4px;
    font-weight: bold;
    line-height: 1.4em;
}

.list-def > dd {
    margin: 0 0 10px;
    line-height: 1.4em;
}


.content-hidden {
    position: absolute;
    left: -99999px;
}

.img-inline {
    display: inline-block;
    vertical-align: middle;
}

.video-time {
    padding: 0 0 20px;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
}

.listing-thumbnail {
    padding: 0 0 0 30px;
}

.listing-thumbnail > li {
    margin: 0 0 29px 52px;
    display: inline-block;
}

.listing-thumbnail > li:first-child {
    margin-left: 0;
}

.whats-new-tc20 {
    margin: 78px 0 0 137px;
}

.link-next {
    display: inline-block;
    padding-right: 8px;
    background: url(../images/link-next.png) no-repeat right center;
}

/* ---------------------------------------------------------------------
 Button Styles
------------------------------------------------------------------------ */

.btn {
    
}

.btn-ir {
    display: block;
    border: 0;
    text-indent: -30000px;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.btn-img {
    height: 23px;
    width: 30px;
    background: url(../images/btn-view-image.png) no-repeat;
}

.btn-close {
    height: 28px;
    width: 30px;
    background: url(../images/btn-close.png) no-repeat;
}

.btn-feature-info {
    height: 19px;
    width: 20px;
    position: absolute;
    background: url(../images/btn-feature-info.png) no-repeat;
}

.btn-feature-info-compatible {
    top: 179px;
    left: 199px;
}

.btn-feature-info-gating {
    top: 191px;
    left: 419px;
}

.btn-feature-info-custom {
    top: 293px;
    left: 388px;
}

.btn-feature-info-analyzer {
    top: 402px;
    left: 266px;
}

.btn-feature-info-export {
    top: 408px;
    left: 434px;
}

.btn-carousel-prev {
    position: absolute;
    left: 4px;
    top: 2px;
    height: 30px;
    width: 14px;
    background: url(../images/btn-carousel-arrows.png) top left no-repeat;
    z-index: 50;
}

.btn-carousel-next {
    position: absolute;
    right: 4px;
    top: 2px;
    height: 30px;
    width: 14px;
    background: url(../images/btn-carousel-arrows.png) top right no-repeat;
    z-index: 50;
}

.btn-carousel-slide1 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-nav-sprite.png);
}

.btn-carousel-slide2 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-nav-sprite.png);
    background-position: -33px 0;
}

.btn-carousel-slide3 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-nav-sprite.png);
    background-position: -66px 0;
}

.btn-carousel-slide4 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-nav-sprite.png);
    background-position: -99px 0;
}

.btn-carousel-slide5 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-nav-sprite.png);
    background-position: -132px 0;
}

.active > .btn-carousel-slide1 {
    background-position: 0 -33px;
}

.active > .btn-carousel-slide2 {
    background-position: -33px -33px;
}

.active > .btn-carousel-slide3 {
    background-position: -66px -33px;
}

.active > .btn-carousel-slide4 {
    background-position: -99px -33px;
}

.active > .btn-carousel-slide5 {
    background-position: -132px -33px;
}

/* ---------------------------------------------------------------------
 Button Styles Carousel - Data Analysis - MG - START
------------------------------------------------------------------------ */

.btn-carousel-data-prev {
    position: absolute;
    left: 4px;
    top: 2px;
    height: 30px;
    width: 14px;
    background: url(../images/btn-carousel-arrows.png) top left no-repeat;
    z-index: 50;
}

.btn-carousel-data-next {
    position: absolute;
    right: 4px;
    top: 2px;
    height: 30px;
    width: 14px;
    background: url(../images/btn-carousel-arrows.png) top right no-repeat;
    z-index: 50;
}

.btn-carousel-data-slide1 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-data-nav-sprite.png);
}

.btn-carousel-data-slide2 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-data-nav-sprite.png);
    background-position: -33px 0;
}

.btn-carousel-data-slide3 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-data-nav-sprite.png);
    background-position: -66px 0;
}

.btn-carousel-data-slide4 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-data-nav-sprite.png);
    background-position: -99px 0;
}

.btn-carousel-data-slide5 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-data-nav-sprite.png);
    background-position: -132px 0;
}

.btn-carousel-data-slide6 {
    height: 33px;
    width: 33px;
    background-image: url(../images/carousel-data-nav-sprite.png);
    background-position: -132px 0;
}


.active > .btn-carousel-data-slide1 {
    background-position: 0 -33px;
}

.active > .btn-carousel-data-slide2 {
    background-position: -33px -33px;
}

.active > .btn-carousel-data-slide3 {
    background-position: -66px -33px;
}

.active > .btn-carousel-data-slide4 {
    background-position: -99px -33px;
}

.active > .btn-carousel-data-slide5 {
    background-position: -132px -33px;
}

.active > .btn-carousel-data-slide6 {
    background-position: -165px -33px;
}

/* ---------------------------------------------------------------------
 Button Styles Carousel - Data Analysis - MG - END
------------------------------------------------------------------------ */

.btn-replay {
    height: 14px;
    width: 51px;
    position: absolute;
    top: 11px;
    right: 27px;
    background: url(../images/btn-replay.png) no-repeat;
}

.btn-skip {
    padding: 5px 5px 5px 20px;
    position: absolute;
    top: 37px;
    right: 11px;
    font-size: 11px;
    text-decoration: none;
    color: #1e1e1e;
    background: url(../images/arrows-skip.png) no-repeat 5px center; /* Old Browsers */
}

/* ---------------------------------------------------------------------
 Specifications Table Styles
------------------------------------------------------------------------ */

.specs-table {
    margin: 0 0 20px 0;
    width: 375px;
}

.specs-table .sup {
    font-size: .5em;
}

.specs-table-spaced {
    margin: 50px 0 0 0;
}

.specs-table-heading {
    line-height: 33px;
    background-color: rgba(77,148,164,0.08);
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    text-align: left;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
}

.specs-table-spec, .specs-table-value {
    padding: 10px 0;
    color: #5e5e5e;
    font-size: 14px;
}

.specs-table-value {
    text-align: right;
}

.specs-table-spec {
    width: 230px;
}

.specs-table > tbody > tr > .even {
    background-color: rgba(241,245,246,0.5);
}

.specs-table-disclaimer {
    line-height: 1.3em;
    padding: 6px 0;
    font-weight: bold;
    text-align: left;
    color: #5e5e5e;
    font-size: 14px;
}

.specs-table-note {
    line-height: 1.3em;
    padding: 6px 0;
    color: #5e5e5e;
    font-size: 14px;
    border-top: 1px solid #666666;
}

.specs-table-left {
    text-align: left;
}

.specs-table-center {
    text-align: center;
}


.viability-specs-table .specs-table-heading {
    padding: 5px 0;
    line-height: 18px;
    vertical-align: bottom;
}

/* ---------------------------------------------------------------------
 Accordion Styles
------------------------------------------------------------------------ */

.accordion-list {
    overflow: hidden;
    border: 1px solid #c5c5c5;
    /* Rounded Corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    /* Box Shadow */
    box-shadow: 0 2px 2px #ccc;
    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    -khtml-box-shadow: 0 2px 2px #ccc;
}

.accordion-list > li {
    border-top: 1px solid #c5c5c5;
}

.accordion-list > li:first-child {
    border-top: none;
}

.accordion-notes {
    padding: 6px 12px;
    display: block;
    color: #666;
    background: #fff;
    font-size: 14px;
}

.accordion-item {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background-image: linear-gradient(top, #ffffff, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#eaeaea');
    background-size: 100% 35px;
    background-repeat: no-repeat;
}

.accordion-table-container {
    max-height: 350px;
    overflow-y: auto;
    border-top: 1px solid #c5c5c5;
    display: none;
}

.accordion-table {
    overflow: hidden;
    width: 100%;
}

.accordion-table-heading {
    padding: 10px 12px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    background: #f2f5f6;
}

.accordion-table-value {
    padding: 10px 12px;
    font-size: 12px;
    border-top: 1px solid #c5c5c5;
}

.accordion-table-value.even {
    background: #f8f8f8;
}

.accordion-table-center,
.accordion-table-col-binary {
    text-align: center;
}

.accordion-table-col-img {
    width: 100px;
}

/* ---------------------------------------------------------------------
 360/Zoom Styles
------------------------------------------------------------------------ */

.zoom-images {
    top: 64px;
    right: 20px;
    position: absolute;
}

.listing-zoom-image {
    margin: 20px 0 0 0;
    overflow: hidden;
    border: 1px solid #999;
    /* Rounded Corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    /* Box Shadow */
    box-shadow: 0 2px 2px #ccc;
    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    -khtml-box-shadow: 0 2px 2px #ccc;
}

.listing-zoom-image:first-child {
    margin: 0;
}

.listing-zoom-image > a {
    overflow: hidden;
    display: block;
    margin: 5px;
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.listing-zoom-view {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #b2b1b1;
    text-decoration: none;
    margin: 10px 0 0 0;
}

.rotation-360 {
    bottom: 100px;
    right: 90px;
    position: absolute;
    height: 490px;
}

.rotation-360-images {
    margin-left: 60px;
}

.rotation-360-label {
    position: absolute;
    left: -39px;
    bottom: -13px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #b2b1b1;
    text-decoration: none;
    margin: 0 0 0 0;
}

.drag-360-bar {
    position: relative;
    top: 490px;
    width: 470px;
    height: 10px;
}

.btn-360-slider {
    position: absolute;
    cursor: pointer;
    height: 26px;
    width: 42px;
    background: url(../images/btn-360-slider.png) no-repeat;
    top: -8px;
}

.bar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/rotation-360-images/slider-bg.png) repeat-x;
    /* Rounded Corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: -1;
}

.rotation-360 li {
    display: none;
    position: absolute;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.rotation-360 li:first-child {
    display: block;
}

/* ---------------------------------------------------------------------
 Test Drive Device
------------------------------------------------------------------------ */

.device-screen {
    display: none;
    width: 358px;
    height: 264px;
    overflow: hidden;
    position: absolute;
    top: 193px;
    left: 495px;
    color: #ffffff;
    font-size: 14px;
    background: url(../images/bg-td-screen.png) no-repeat 25px 45px;
}

.device-screen .type-a-concentration-label,
.device-screen .type-b-concentration-label {
    display: none;
}

.device-screen.type-a .type-a-concentration-label {
    display: block;
}

.device-screen.type-b .type-b-concentration-label {
    display: block;
}


.device-screen.visible {
    display: block;
}

.device-screen-histogram {
    background: none;
}

.device-screen-state {
    display: none;
}

.device-screen-state.visible {
    display: block;
}

.device-header {
    margin: 50px 0 8px 70px;
}

.device-body {
    margin: 0 20px 0 55px;
}

/* ---------------------------------------------------------------------
 Test Drive Content
------------------------------------------------------------------------ */

.heading-device {
    font-size: 13px;
    font-weight: bold;
}

.device-box {
    overflow: hidden;
    padding: 8px 15px 8px 20px;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.device-box-centered {
    padding: 12px 0 8px;
    text-align: center;
}

.device-box-single {
    margin-top: 75px;
    padding: 16px 0;
    text-align: center;
}

.device-box-count {
    margin-top: 30px;
}

.device-calculator {
    line-height: 1.5;
}

.device-calculator-footer {
    color: rgba(255, 255, 255, 0.5);
}

.calculator-edit {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    line-height: 1.25;
}

.calculator-edit.active {
    background: #619c38;
    border-color: #ffffff;
}

.calculator-select-minor {
    display: inline-block;
    margin: 0 4px 0 7px;
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #ffffff;
}

.row-device-screen {
    margin-bottom: 4px;
}

.row-device-offset {
    margin-left: -10px;
    line-height: 1.25;
}

.row-device-apart {
    margin: 4px 0;
}

.row-device-right {
    text-align: right;
    margin: 3px 15px 0 0;
}

.device-col-keys {
    width: 140px;
    margin-right: 5px;
    padding-top: 3px;
}

.device-col-controls {
    width: 100px;
}

.device-col-label {
    width: 149px;
    margin-right: 5px;
    font-size: 12px;
    text-align: right;
}

.device-col-units {
    width: 127px;
    text-align: left;
    vertical-align: baseline;
}

.device-divider {
    margin: 8px 0;
    height: 2px;
    background: #0b490f;
    background: -moz-linear-gradient(left, #0b490f 0%, #4f7d3c 38%, #4f7d3c 63%, #0b490f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0b490f), color-stop(38%, #4f7d3c), color-stop(63%, #4f7d3c), color-stop(100%,#0b490f));
    background: -webkit-linear-gradient(left, #0b490f 0%, #4f7d3c 38%, #4f7d3c 63%,#0b490f 100%);
    background: -o-linear-gradient(left, #0b490f 0%, #4f7d3c 38%, #4f7d3c 63%,#0b490f 100%);
    background: -ms-linear-gradient(left, #0b490f 0%, #4f7d3c 38%, #4f7d3c 63%,#0b490f 100%);
    background: linear-gradient(to right, #0b490f 0%, #4f7d3c 38%, #4f7d3c 63%,#0b490f 100%);
}

.device-box > .device-divider {
    margin: 8px -15px 8px -20px;
}

.error {
    color: #ff0000;
    visibility: hidden;
}

.error-active {
    visibility: visible;
}

.device-content-note {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.device-focusing {
    width: 36px;
    height: 35px;
    position: absolute;
    top: 168px;
    left: 175px;
    background: url(../images/icon-focusing.png) no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.device-focusing.active {
    opacity: 1;
}

.device-counting {
    width: 228px;
    height: 12px;
    position: relative;
    margin: 12px auto -6px;
    background: url(../images/counting-outline.png) no-repeat;
}

.device-counting-inner {
    width: 218px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: url(../images/counting-inner.png) no-repeat;
    background-position: -216px 0;
}

.device-counting-inner.active {
    background-position: 0 0;
}

/* ---------------------------------------------------------------------
 Test Drive Histogram
------------------------------------------------------------------------ */

.device-histogram {
    margin: 50px 0 0 25px;
    float: left;
    position: relative;
}

.device-histogram-title {
    position: absolute;
    top: 1px;
    left: 51px;
    font-size: 12px;
}

.device-histogram-legend {
    position: absolute;
    top: 1px;
    left: 207px;
    width: 116px;
}

.histogram-legend-item {
    float: left;
    font-size: 12px;
}

.histogram-legend-item + .histogram-legend-item {
    margin-left: 14px;
}

.histogram-legend-key {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.legend-key-total { background: #005baa; }
.legend-key-live { background: #ff0000; }
.legend-key-dead { background: #00a600; }

.device-histogram-gating-container {
    float: left;
    font-size: 12px;
    margin-top: 160px;
}

.device-histogram-gating {
    margin-bottom: 10px;
}

.gating-label {
    margin-bottom: 2px;
}

.gating-value {
    display: inline-block;
    padding: 2px 0;
    width: 20px;
    text-align: center;
    background: #ffffff;
    color: #000000;
}

.gated-count-container {
    width: 110px;
    position: absolute;
    top: 78px;
    left: 170px;
    border: 1px solid #ffffff;
    background: #403836;
    background: rgba(55, 49, 48, 0.8);
    color: #ffffff;
    font-size: 12px;
}

.gated-count-container .sup {
    font-size: .5em;
}

.gated-count-header {
    border-bottom: 1px solid #ffffff;
    padding: 4px 5px 3px;
}

.gated-count-body {
    padding: 7px 7px 3px;
}

.gated-count-body > * {
    margin-bottom: 4px;
}

.gating-line-container {
    width: 250px;
    height: 155px;
    position: absolute;
    top: 68px;
    left: 50px;
}

.gating-line {
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: #f7eb32;
}

.gl-01 { left: 9px; }
.gl-01.final { left: 16px; }
.gl-02 { left: 54px; }
.gl-02.final { left: 43px; }
.gl-03 { left: 16px; }
.gl-03.final { left: 22px; }
.gl-04 { left: 43px; }
.gl-04.final { left: 37px; }
.gl-05 { left: 16px; }
.gl-05.final { left: 22px; }
.gl-06 { left: 43px; }
.gl-06.final { left: 37px; }

.device-histogram-footer {
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
}

/* ---------------------------------------------------------------------
 Test Drive Interface
------------------------------------------------------------------------ */

.device-nav {
    padding-left: 29px;
    background: url(../images/bg-td-home-menu.png) no-repeat 0 15px;
}

.btn-device {
    display: block;
    padding: 2px 0;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.btn-device-lg {
    margin: 0 0 4px 0;
    padding: 5px 22px 4px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.5);
}

.btn-device-select {
    width: 185px;
    display: inline-block;
}

.device-box.btn-device {
    background: transparent;
}

.btn-device.active {
    background: #649f3b;
    background: -moz-linear-gradient(left, #0b490f 0%, #639e39 38%, #639e39 63%, #0b490f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0b490f), color-stop(38%,#639e39), color-stop(63%,#639e39), color-stop(100%,#0b490f));
    background: -webkit-linear-gradient(left, #0b490f 0%,#639e39 38%,#639e39 63%,#0b490f 100%);
    background: -o-linear-gradient(left, #0b490f 0%,#639e39 38%,#639e39 63%,#0b490f 100%);
    background: -ms-linear-gradient(left, #0b490f 0%,#639e39 38%,#639e39 63%,#0b490f 100%);
    background: linear-gradient(to right, #0b490f 0%,#639e39 38%,#639e39 63%,#0b490f 100%);
    color: #ffffff;
}

.device-controls {
    position: absolute;
    top: 535px;
    left: 490px;
}

.device-controls > li {
    width: 80px;
    height: 50px;
    position: relative;
    float: left;

    /* Prevent double click from highlighting */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.device-controls > li.active {
    cursor: pointer;
}

.device-controls > li + li {
    margin-left: 16px;
}

.device-controls > li > .pulse-animation {
    position: absolute;
    top: -10px;
    left: -14px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.device-controls > li.active > .pulse-animation {
    opacity: 1;
}

.device-button-label {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

.slide-container {
    position: absolute;
    top: 245px;
    left: 30px;
}

.slide-sample {
    position: absolute;
    opacity: .5;
}

.slide-sample.active {
    opacity: 1;
}

.slide-sample-a {
    left: 0;
    top: 0;
}

.slide-sample-b {
    left: 65px;
    top: 130px;
}

.sample-label {
    margin: 0 0 45px 125px;
    font-size: 14px;;
}

.slide {
    display: block;
    width: 225px;
    height: 90px;
    position: relative;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    cursor: default;
}

.active .slide {
    cursor: pointer;
}

.slide > .pulse-animation {
    position: absolute;
    top: 36px;
    right: 9px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.active .slide > .pulse-animation {
    opacity: 1;
}

.slide-a {
    background: url(../images/slide-a.png) no-repeat;
}

.slide-b {
    background: url(../images/slide-b.png) no-repeat;
}

.accordion-td {
    margin-left: 62px;
    line-height: 1.5;
    font-size: 12px;
}

.accordion-td-header {
    font-weight: bold;
    cursor: pointer;
}

.accordion-td-indicator:before {
    content: "+";
    color: #ff6600;
    font-weight: normal;
}

.accordion-td > .active .accordion-td-indicator:before {
    content: "-";
}

.accordion-td-body {
    margin-left: 20px;
}

.modal-td-extra {
    margin: 20px 0 10px 62px;
    font-size: 12px;
}

/* ---------------------------------------------------------------------
 Background Images
------------------------------------------------------------------------ */

.bg-cells-large-grid {
    background: url(../images/background-images/1_0-tc20.jpg) no-repeat;
}

.bg-3-0-cells-photo {
    background: url(../images/background-images/3_0-with-photo-pdfs.jpg) 0 20px no-repeat;
}

.bg-grid-cells-right {
    background: url(../images/background-images/grid-cells-right.jpg) no-repeat;
}

.bg-cells-bottom-left {
    background: url(../images/background-images/cells-bottom-left.jpg) no-repeat;
}

.bg-cells-top-left-sparse {
    background: url(../images/background-images/cells-top-left-sparse.png) no-repeat;
}

.bg-cells-bottom-right-device {
    background: url(../images/background-images/cells-bottom-right-device.png) no-repeat;
}

.bg-grid-cells-lg {
    background: url(../images/background-images/grid-cells-lg.png) no-repeat;
}




.video-description {
    display: none;
}

.video-description:first-child {
    display: block;
}

.pulse-animation {
    width: 29px;
    height: 26px;
    text-indent: -9999px;
    display: block;
    background: url(../images/pulsing-dots.png);
}