/*#region Tile */
.Tile {
    width: 100%;
    min-width: 1290px;
    min-height: 400px;

    background: #FFFFFF;
    border-top: 1px solid #D9DEE1;

    /*overflow: hidden;*/
}

.tile-content {
    width: 1140px;
    margin: 0 auto;
}

.tile-header {
    padding: 40px 0;
    width: 100%;
    text-align: center;
}

.Tile:nth-of-type(even) {
    background: #F2F7FA;
}
/*#endregion*/


/*#region Homepage Tile */
    /*
        <div class="Tile" id="HomepageTile">
            <div>
                <h1>
                    Debug hardware like the pros with the logic analyzer you'll love.
                </h1>
            </div>
            <div>
                 <a class="cta-button" onclick="setPreventProp(1); $('#ProductsButton').trigger('click'); SaleaeTrackEvent('Homepage Tile', 'CTA Buttom Clicked', 'Home: Hero Tile: CTA Button', null, true);">Choose Your Logic</a>
            </div>
            <div id="laptop-video"></div>
            <div id="laptop-video-preload"></div>
        </div>
    */

    #HomepageTile {
        position: relative; /*needed for the video position*/
        height: 900px;
        padding: 0 0 0 0;
        background: url('//d2zk8zqyfisjls.cloudfront.net/Content/Images/Tiles/Homepage/hero-tile-optimized-1.jpg') center top no-repeat;
    }

    #HomepageTile div:nth-child(1) {
        margin: 0 auto;
        margin-top: 190px;
        margin-bottom: 50px; /*two vertically arranged divs will have their vertical margins 'collapse' to the smaller of the two -- so we specify the same margin for each"*/
        width: 500px;
        text-align: center;
    }

    #HomepageTile div:nth-child(1) h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 145%;
        color: #FFFFFF;
        text-shadow: 1px 2px 6px #666666;
        user-select: none;
        cursor: default;
    }

     #HomepageTile div:nth-child(2) {
         height: 300px;
         width: 500px;
         /*margin-top: 50px; this margin is ignored, probably due to the magic of css 'margin collapse' */
         margin: 0 auto; /*The button does not have an absolute width, so it refuses to center itself unless it is inside a div of absolute width*/
         text-align: center; /*applies to text inside this div, because for some reason the <a> will not accept margin 0 auto*/
    }

     #HomepageTile div:nth-child(2) a {
         display: inline-block; /*block or inline block is required for the button to have it's own box shape, padding, etc. Block fills the entier container however'*/
    }

    #laptop-video,
    #laptop-video-preload {
        display: none; /*turn on in js*/
        position: absolute;
        top: 522px;
        left: 50%;
        margin-left: -333px;
        width: 676px;
        height: 195px;
        background-image: url(/Content/Images/Tiles/Homepage/LaptopVideo1.png);
        background-repeat: no-repeat;
        background-size: 28392px 100%;
        z-index: 2;
    }

    #laptop-video-preload {
        background-image: url(/Content/Images/Tiles/Homepage/LaptopVideo2.png);
        background-position-x: 0;
        background-size: auto 100% !important;
        z-index: 1;
    }

/*#endregion*/


/*#region CTA Button */

a.cta-button,
input.cta-button,
.cta-button a,
.cta-button input {
    display: block;
    text-transform: uppercase;
    padding: 13px 22px 12px 22px;
    font-size: 18px;
    font-weight: 700;
    border: none;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-appearance:none
}

    a.cta-button:hover,
    input.cta-button:hover,
    .cta-button input:hover,
    .cta-button a:hover {
        text-decoration: none;
        background-color: #B05800;
    }

    a.bcta-button:active,
    input.cta-button:active,
    .cta-button input:active,
    .cta-button a:active {
        text-decoration: none;
        background-color: #B05800;
    }

    a.cta-button,
    input.cta-button,
    .cta-button a,
    .cta-button input,
    .cta-button form {
        display: inline;
        background-color: #CC6600;
        color: #FFFEFF !important;

        /*text-shadow: 0px 1px 0px #BBBBBB;*/

        -webkit-transition: all,0.15s;
        -moz-transition: all,0.15s;
        -ms-transition: all,0.15s;
        -o-transition: all,0.15s;
        transition: all,0.15s;
        font-weight: 300;

        -webkit-appearance:none
    }

/*#endregion*/


/*#region How it Works Tile */

#HowItWorksTile {
    height: 653px;
}

#HowItWorksTile img {
    display: block;
    margin: 36px auto 48px auto;
}

#HowItWorksTile p {
    float: left;
    padding-left: 80px;
    margin-bottom: 80px;

    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.2px;
}

/*#endregion*/


/*#region Software Tile */
#SoftwareTile {
    height: 880px;
}

#SoftwareTile .tile-header {
}

#SoftwareTile .tile-content {
    position: relative;
}

#software-features-list {
    float: left;
    width: 200px;
    padding-right: 43px;
    /*height: 760px;*/
}

#software-features-list > li > a{
    /*font-weight: 700;*/
}

#software-features-list a {
    padding: 13px 0 13px 20px;
    display: block;

    height: 21px;

    font-weight: 500;
    font-size: 18px;
    color: #131313;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#software-features-list a:hover {
    text-decoration: underline;
}

#software-features-list a.selected {
    color: #4298cb;
    font-weight: 700;
    background-color: #c0d3e1;
    text-decoration: none;
}

#software-features-list ul {
    display: none;
}

#software-features-list ul li {
    margin: 0 0 0 40px;
}

#software-features-list p {
    display: none;
}

#software-video-panel {
    position: absolute;
    top: 330px;
    right: 40px;

    width: 860px;
    height: 456px;
    overflow: hidden;

    /*-webkit-box-shadow: 0 1px 0 0 #e3e3e3;
    -moz-box-shadow: 0 1px 0 0 #e3e3e3;
    box-shadow: 0 1px 4px 4px #d3d3d3;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/

    background-image: url(/Content/Video/Software/SoftwareSnap.png);
    /*background-size: 100.8% 99.4%;*/
}

#software-video-panel video {
    height: 100%;
    width: 100%;
    /*width: 100.3%;*/
}

#software-info {
    height: 100px;
}

#software-info h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

#software-info p,
#software-info a {
    font-weight: 500;
    font-size: 18px;
}
/*#endregion*/


/*#region Harware Tile */
#HardwareTile {
    height: 829px;
}

#hardware-image {
    margin-top: 40px;
    width: 1140px;
    height: 420px;
    position: relative;
}

#hardware-image img {
}

.logic-spec-ed {
}

.logic-classic {
   display: none;
}

#logic-selector {
    position: absolute;
    top: 4px;
    left: 0;
}

.logic-selector-button-red {

    position: relative;
    top: 6px;
    left: 10px;

    display: inline-block;
    width: 36px;
    height: 20px;

    background: url('/Content/Images/Tiles/Hardware/product_switch-red.png') center center no-repeat;

    cursor: pointer;
}

.logic-selector-button-black {
    position: relative;
    top: 6px;
    left: 10px;

    display: inline-block;
    width: 36px;
    height: 20px;

    background: url('/Content/Images/Tiles/Hardware/product_switch-black.png') center center no-repeat;
    cursor: pointer;
    display: none;
}

.point-of-interest {
    position: absolute;
    padding: 2px;
    width: 55px;
    height: 55px;
    background: url('/Content/Images/Tiles/Hardware/hardware_point_2-normal.png') center center no-repeat;
    /*background: url('Images/Tiles/Hardware/hardware_point.png') center center no-repeat;*/
    border-radius: 26px;

    cursor: pointer;
}

.point-of-interest:hover {
    background: url(/Content/Images/Tiles/Hardware/hover.png) center center no-repeat;
}

.point-of-interest.selected {
    background: url(/Content/Images/Tiles/Hardware/hardware_point_2-selected.png) calc(50% - 1px) center no-repeat;
}

.point-hover-info {
    display: none;

    position: absolute;
    top: -4px;
    left: 42px;
    z-index: 3;

    padding: 10px;

    background: #444444;

    border: 1px solid #222222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.point-hover-info:before {
    content:'';
    display:block;
    position:absolute;

    width:0;
    height:0;
    border-style: solid;
    border-width: 8px;

    border-color: transparent #222222 transparent transparent;
    left:-17px;
    top:11px;
}

.point-hover-info:after {
    content:'';
    display:block;
    position:absolute;

    width:0;
    height:0;
    border-style: solid;
    border-width: 8px;

    border-color: transparent #444444 transparent transparent;
    left:-16px;
    top:11px;
}

.point-hover-info p {
    color: #FFFFFF;
    font-size: 13px;
    max-width: 160px;
}

.point-detail-info {
    display: none;
}

#hardware-info {
    min-height: 160px;
    padding: 40px 40px 40px 40px;
}

#hardware-info h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

#hardware-info p {
    font-size: 18px;
    line-height: 160%;
}
/*#endregion*/


/*#region Testimonials Tile */
#TestimonialsTile {
    height: 599px;
}

.review-result-panels {
    text-align: center;
    margin: 0px auto 40px auto;
}

.review-result-panel
{
    width: 260px;
    height: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0 75px;
}

.review-result-panel:before {
    width: 260px;
    height: 300px;
    background: url(/Content/Images/Tiles/Testimonials/review_results_shine_overlay.png) center center no-repeat;
}

.review-result-panel p {
    position: relative;
    top: 108px;
}

.review-result-panel p, .review-result-panel a {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
}

.slide-bar-wrapper {

}

.slide-bar-wrapper.testimonials-slide-bar-wrapper {
    margin: 20px 0 50px 0;
}

.slide-bar-wrapper.companys-slide-bar-wrapper {
    margin-bottom: 40px;
}

.slide-bar-content-wrapper {
    position: relative;
    width: 100%;
}

.testimonials-slide-bar-wrapper .slide-bar-content-wrapper {
    height: 220px;
}

.companys-slide-bar-wrapper .slide-bar-content-wrapper {
    height: 90px;
}

.slidebar-item-view-panel {
    position: relative;
    float: left;
    width: calc(100% - 80px);
    height: 100%;

    overflow: hidden;
}

.slide-bar-wrapper .slidebar-item-container {
    position: relative;
    height: 100%;
}

.slide-bar-wrapper .left-button,
.slide-bar-wrapper .right-button {
    float: left;
    position: relative;
    top: calc(50% - 20px);
    height: 40px;
    width: 40px;

    cursor: pointer;

    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.slide-bar-wrapper .left-button {
    background: url('/Content/Images/Tiles/Testimonials/slidebar_arrow-left.png') center center no-repeat;
}
    .slide-bar-wrapper .left-button:hover {
        background: url('/Content/Images/Tiles/Testimonials/slidebar_arrow-left-hover.png') center center no-repeat;
    }

.slide-bar-wrapper .right-button {
    background: url('/Content/Images/Tiles/Testimonials/slidebar_arrow-right.png') center center no-repeat;
}

    .slide-bar-wrapper .right-button:hover {
        background: url('/Content/Images/Tiles/Testimonials/slidebar_arrow-right-hover.png') center center no-repeat;
    }

    .slidebar-item {
        position: absolute;
    }

.slidebar-item .testimonial {
    padding: 0 20px 0 40px;
    width: 435px;
    display: inline-block;
}


.image-center-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.companys-slide-bar-wrapper .slidebar-item {
    height: 100%;
    padding: 0 0;
    width: 1060px;
    text-align: center;
}

.testimonials-slide-bar-wrapper .slidebar-item img {
    float: left;
    margin: 8px 36px 200px 0;

    width: 82px;
    height: 82px;

    border: 3px solid #FFFFFF;
    -webkit-border-radius: 81px;
    -moz-border-radius: 81px;
    border-radius: 81px;

}

.companys-slide-bar-wrapper .slidebar-item .logo-container {
    display: inline-block;
    min-width: 150px;
    padding: 0 26px;
    height: 100%;
    vertical-align: middle;
}

.companys-slide-bar-wrapper .slidebar-item .logo-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.companys-slide-bar-wrapper .slidebar-item img {
    vertical-align: middle;
}


.testimonial p {
    font-size: 18px;
    text-indent: 10px;
    line-height: 136%;

    padding: 4px 0 20px 0;
    background: url('/Content/Images/Tiles/Testimonials/quote.png') 97px 0px no-repeat;
}

.testimonial h5 {
    font-size: 26px;
    font-weight: 300;
}

.testimonial h6 {
    font-size: 22px;
    font-weight: 700;
}

.slidebar-item-buttons {
    margin: 40px auto 0 auto;
}

.slidebar-item-buttons .slidebar-item-button {
    display: inline-block;
    height: 16px;
    width: 14px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    cursor: pointer;

    background: url('/Content/Images/About/selected_item_button.png') center center no-repeat;
}

    .slidebar-item-buttons .slidebar-item-button:hover,
    .slidebar-item-buttons .slidebar-item-button:active,
    .slidebar-item-buttons .slidebar-item-button.selected {
        background: url('/Content/Images/About/selected_item_button-selected.png') center center no-repeat;
    }

/*#endregion*/


/*#region Reasons Tile */
#ReasonsTile {
    /*min-height: 1088px;*/
}

#ReasonsTile h3 {
    margin: 72px 0 34px 0;
    text-align: center;
}

#ReasonsTile .tp-panel-container {
    height: auto;
}

.reasons-panel {
    padding-bottom: 40px;
}

.reasons-panel .header-bar {
    padding: 0 150px 0 100px;
}

.reasons-panel .header-bar span {
    float: right;
    margin-left: 40px;
    font-weight: 500;
}

.reasons-panel .reason-list {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.reasons-panel .reason {
    position: relative;
    padding: 18px 150px 15px 100px;

    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;

    transition-timing-function: cubic-bezier(0.38, 0.77, 0.85, .99);
}

.reasons-panel .reason.selected {
    height: auto;
    padding-bottom: 40px;
}

.reasons-panel .reason h5 {
    display: inline-block;
    max-width: 700px;
    font-weight: 500;

    /*cursor: pointer;*/
}

.reasons-panel .reason h5:hover {
    /*
    color: #4398d8;
    text-decoration: underline;*/
}

.reasons-panel .reason form {
    display: inline;
}

.reasons-panel .reason .vote-button {

    display: block;
    background-color: #c2c2c2;
    border: solid 1px #959595;
    color: #ffffff;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    font-size: 18px;

    float: right;
    position: relative;
    top: -5px;

    margin-left: 20px;
    width: 38px;
    padding: 8px 0 7px 0;
    text-align: center;

    -webkit-appearance:none;
}

.reasons-panel .reason .vote-button:hover {
    background-color: #dddddd;
}

.reasons-panel .reason .vote-button.vote-up {
    background-color: #66cdcc;
    border-color: #33999b;
}

.reasons-panel .reason .vote-button.vote-up:hover {
    background-color: #8fdcdb;
}

.reasons-panel .reason .vote-button.vote-down {
    background-color: #FA4925;
    border-color: #BF3417;
}

.reasons-panel .reason .vote-button.vote-down:hover {
    background-color: #fa7055;
}

.reasons-panel .reason .vote-score {
    width: 40px;
    font-size: 18px;
    text-align: center;

    float: right;
    position: absolute;
    top: 22px;
    right: 288px;
}

.reasons-panel .reason p {
    font-weight: 500;
    line-height: 140%;

    display: none;

    min-height: 32px;
    margin-top: 20px;
}

    .reasons-panel .reason.selected p {
        display: block;
    }

.reasons-panel .reason-action-bar {
    margin-top: 18px;
    height: 50px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;

    display: none;
}

.reasons-panel .reason.selected .reason-action-bar {
    display: block;
}

.reasons-panel .reason-action-bar a {
    float: right;
    margin: 15px 10px 0 20px;
    text-decoration: underline;
    font-weight: 700;
}

.reasons-panel .num-comments {
    color: #4398d8;
    font-weight: 700;
}

.footer-bar {
    display: none;
    padding: 10px 150px 10px 100px;
}

.footer-bar .show-less-button {
    display: none;
}

.footer-bar .show-less-button,
.footer-bar .show-more-button {
    font-size: 14px;
    padding: 4px 6px 3px 6px;
    margin-right: 10px;
}


/*#endregion*/


/*#region Comments (Reasons Tile) */

.comment-panel {
    padding: 0 40px;
    display: none;
    background-color: #d7d7d7;
}

.comment-content {
    margin: 0 auto;
    
}

.comment-title {
    position: relative;
    left: -5px;
    display: block;
    padding-top: 28px;
    padding-bottom: 4px;
}

.comment {
    margin-top: 13px;
}

    .comment h4 {
        float: left;
        padding-bottom: 9px;
        font-size: 22px;

    }

    .comment h5 {
        padding-top: 7px;
        padding-right: 20px;
        float: right;
        font-weight: 700; 
    }

    .comment p {
        margin-bottom: 17px;
    }

.comment-foot {
    height: 34px;
    padding: 16px 0 0 0;

    border-bottom: 1px solid #F2F7FA;
}

.reason .helpful-or-not form {
    display: inline;
}

.reason .helpful-or-not input,
.reason .helpful-or-not a {
    display: inline;
    text-decoration: underline;
    font-weight: 700;
    color: #4398d8;
    background-color: inherit;
}

/*#endregion*/


/*#region Add Comment (Reasons Tile) */

.add-comment-panel {
    padding: 0 140px;
    display: none;
    background-color: #d7d7d7;
}

.add-comment-form {
    width: 1140px;
    padding-top: 26px;
    margin: 0 auto 0 auto;
}

    .add-comment-form legend {
        font-size: 20px;
        font-weight: 700;
        margin-left: 96px;
        margin-bottom: 22px;
    }

    .add-comment-form label {
        padding-bottom: 6px;
        display: block;
    }

.add-comment-left-column {
    width: 614px;
    float: left;
}

    .add-comment-left-column .add-comment-box {
        width: 559px;
        padding-left: 96px;
        padding-bottom: 10px;
        margin-bottom: 26px;
        border-bottom: solid 1px #F2F7FA;
    }

        .add-comment-left-column .add-comment-box .add-comment-entry {
            float: left;
            margin-right: 17px;
        }

        .add-comment-left-column .add-comment-box.add-comment-name-box {
            padding-bottom: 30px;
        }

        .add-comment-left-column .add-comment-box .add-comment-entry #Email {
            width: 455px;
            margin-right: 60px;
            margin-bottom: 17px;
        }

        .add-comment-left-column .add-comment-box.add-comment-name-box p {
            font-size: 14px;
            margin-bottom: 22px;
        }

        .add-comment-left-column .add-comment-box .add-comment-entry #FirstName {
            width: 222px;
        }

        .add-comment-left-column .add-comment-box .add-comment-entry #LastInitial {
            width: 40px;
        }

        .add-comment-left-column .add-comment-box.add-comment-use-box {
            padding-bottom: 3px;
        }

        .add-comment-left-column .add-comment-box.add-comment-use-box label {
            padding-bottom: 15px;
        }

            .add-comment-left-column .add-comment-box.add-comment-use-box label:not(:first-child) {
                float: left;
                width: 275px;
                padding-bottom: 22px;
            }

.add-comment-right-column .add-comment-body-box textarea {
    margin: 0 auto;
    width: 592px;
    height: 200px;
}

.add-comment-submit-field {
    text-align: right;
    margin-top: 14px;
    padding-bottom: 24px;
}

    .add-comment-submit-field .blue-button input {
        float: right;
        font-size: 20px;
        padding: 7px 28px 7px 28px;
    }

.preview-comment-submit-field {
    margin-top: 38px;
    margin-bottom: 20px;
    text-align: right;
}

    .preview-comment-submit-field form,
    .preview-comment-submit-field div {
        display: inline;
    }

.preview-comment-submit-field a,
.preview-comment-submit-field input {
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;

    padding: 8px 29px 7px 29px;
}

.preview-comment-title {
    border-bottom: 1px solid #F2F7FA;
}

    .preview-comment-title h6 {
        margin-bottom: 22px;
    }

    .preview-comment-title p {
        margin-bottom: 22px;
    }

/*#endregion*/


/*#region FAQ Tile) */
#FaqTile {
    /*min-height: 570px;*/
}

#FaqTile .tabbed-panel-wrapper {
    width: 100%;
    min-width: 1140px;
    max-width: 1400px;
}

#FaqTile .tp-panel-container {
    width: 1030px;
    height: auto;
    min-height: 420px;

    margin: 0 auto;
    
    padding-bottom: 20px;
}

#faq-panel {
    padding-top: 38px;
    width: 100%;
}

.faq-column {
    float: left;
    height: auto;
    width: 467px;
    padding-bottom: 40px;
}

.faq-question {
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    display: block;
    margin-top: 30px;
}

.faq-question span {
    position: relative;
    top: 5px;
    left: -24px;
    font-size: 70px;
    line-height: 0px;
    display: block;
}

.faq-question:hover {
    color: #439dd1;
}

.faq-answer {
    display: none;
    margin-top: 20px;
    padding-left: 32px;
}

#FaqTile .tp-panel.side-image-panel {
    margin: 60px auto 0 auto;
    width: 1100px;
    position: relative;
}

.tp-panel.side-image-panel .image-stack {
    margin-left: 126px;
}

.tp-panel.side-image-panel .text-content {
    padding-left: 80px;
    float: left;
    width: 475px;
}

.tp-panel.side-image-panel .text-content h3 {
    margin-bottom: 10px;
}

.tp-panel.side-image-panel .text-content p,
.tp-panel.side-image-panel .text-content a {
    text-align: left;

    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}

.tp-panel.side-image-panel .text-content a.blue-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px 11px 28px;
}

.tp-panel.shipping-panel {
    margin: 60px auto 0 auto;
}

.tp-panel.shipping-panel h3 {
    text-align: center;
}

.shipping-panel .shipping-costs {
    margin: 40px 0;
}

.shipping-panel .shipping-costs span {
    display: inline-block;
    height: 46px;
    width: 238px;
    padding-top: 4px;
    padding-left: 100px;

    font-size: 18px;
    font-weight: 700;
}

.shipping-panel .shipping-costs span img {
    vertical-align: middle;
}

.shipping-panel .product-stock {
        width: 1030px;
    height: 132px;
    margin: 0 auto;

    background: url('/Content/Images/Tiles/FAQ/shipping_product_background.png') center top no-repeat;
    line-height: 160%;
}

.shipping-panel .product-stock > span {
    display: inline-block;
    height: 60px;

    width: 11.3%;
    padding-top: 56px;
    margin: 10px 2.5% 0 2.5%;

    font-weight: 400;
    text-align: center;
}

.product-stock .status span {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;

    padding: 3px 6px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.product-stock .status .in-stock {
    background-color: #34b143;
}

.product-stock .status .low-stock {
    background-color: #edc434;
}

.product-stock .status .out-of-stock {
    background-color: #ca1e1e;
    /*background-color: #b1b1b1;*/
}

.product-stock .status .pre-order {
    background-color: #328cc1;
}

#support-heroes {
    float: left;
    padding: 0 0 50px 120px;
}

#support-heroes h5 {
  font-size: 20px;
  font-weight: 700;
  color: #131313;
  margin: 0 0 24px 0;
}

#support-heroes p {
 margin: 9px 0 27px 0; 
}

#support-heroes img {
  width: 82px;
  height: 82px;
  
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 81px;
  -moz-border-radius: 81px;
  border-radius: 81px;
  
  margin: 0 18px 10px 0;
}

#support-heroes a {
 position: relative;
 text-decoration: none;
 
 color: #FFFFFF;
 font-weight: 500;
}

#support-heroes .hero-name {
    display: none;
  
    position: absolute;
    left: 96px;
    top: -56px;
    z-index: 1;
 
    padding: 8px 12px;
    background: #439DD1;
    color: #FFFFFF;
 
    border: 1px solid #347aa1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#support-heroes img:hover + .hero-name {
  display: block;
}

#support-heroes img:hover {
  border-color: #439DD1;
}

#support-heroes .hero-name:after {
  content: '';
  display: block;
  position: absolute;
  left:-11px;
  top: 11px;
  
  z-index: 3;
  width: 0;
  height: 0;
  
  border-style: solid;
  border-width: 6px;
  border-color: transparent #439DD1 transparent transparent;
}

#support-heroes .hero-name:before {
  content: '';
  display: block;
  position: absolute;
  left:-12px;
  top: 11px;
  
  z-index: 3;
  width: 0;
  height: 0;
  
  border-style: solid;
  border-width: 6px;
  border-color: transparent #347aa1 transparent transparent;
}

/*#endregion*/


/*#region Pricing Tile) */
#PricingTile {
    height: 592px;
}

#PricingTile #products-table {
}
/*#endregion*/
#DatasheetTile {
    padding-bottom: 50px;
}

#DatasheetTile .tile-content {
    width: 1180px;
}

#datasheet-tabs .tp-panel-container {
    padding-bottom: 80px;
}

.tabbed-panel-wrapper {
    width: inherit;
}


  /*****************************/
 /*******Product Specs*********/
/*****************************/

#product-specs-table {
    margin: 0 auto;

}

#product-headers div:first-child {
    width: 271px;
    margin: 0;

    background: none;
    border: none;
}

#product-headers div {
    float: left;
    width: 210px;
    height: 49px;
    margin: 0 10px 0 0;

    background-color: #64afd9;
    border-left: solid 1px #367aa1;
    border-top: solid 1px #367aa1;
    border-right: solid 1px #367aa1;

    -moz-top-right-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;

    -moz-top-left-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

#product-headers h6 {
    color: #FFFFFF;
    padding-top: 14px;
    font-weight: 500;
    text-align: center;
}


#product-specs {
    padding: 0 20px 20px 0;

    background-color: #f4f4f4;

    border: 1px solid #d7d7d7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;

     /*overflow: hidden;*/
}

#product-specs-table .product-column {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

#product-specs-table .td {
    width: 210px;
    height: 40px;

    text-align: center;
    font-weight: 500;

    background: #ebebeb;

    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;

    line-height: 41px;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

#product-specs-table .tr:first-of-type .td {
    border-top: none;
}

#product-specs-table .th {
    width: 270px;
    height: 40px;

    background: #ebebeb;

    text-align: left;
    text-indent: 10px;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}



#product-specs-table .tr:last-of-type .td {
    border-bottom: 1px solid #d7d7d7;
}

#product-specs-table .tr .th.row-header {
    width: 240px;
    height: 40px;

    font-weight: 700;


    line-height: 41px;

    border-top: 1px solid #d7d7d7;
}

#product-specs-table .tr:last-of-type .th.row-header {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

#product-specs-table .tr .th.section-header {
    background-color: #f4f4f4;
    height: 49px;
    border-bottom: 1px solid #d7d7d7;
    text-indent: 0px;
    position: relative;
}

#product-specs-table .section-header-inner {
    position: absolute;
    bottom: 0;
}

#product-specs-table .tr:first-of-type .th.section-header {
    border-top: none;
}

#product-specs-table .tab {
    display: inline-block;
    vertical-align:middle;
    padding: 5px 16px 5px 10px;

    font-size: 16px;
    font-weight: 700;

    text-align: center;

    background-color: #e1e1e1;

    -moz-top-right-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
     border-top-right-radius: 5px;
}

#product-specs-table .show-adv-specs-button {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    margin-left: 4px;

    font-weight: 500;
    font-size: 15px;
    text-indent: 0;
    color: #FFFFFF;
    background-color: #439dd0;

    cursor: pointer;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
}

#product-specs-table .tr .th.section-row-header {
    width: 260px;
    height: 40px;
    padding-left: 10px;

    font-weight: 500;

    text-align: left;
    text-indent: 0;
    line-height: 41px;

    background: #ebebeb;

    border-bottom: 1px solid #d7d7d7;
}

#product-specs-table .tr .th.student-pricing-header {
    border-top: 1px solid #d7d7d7;
    background-color: #f4f4f4;
}

#product-specs-table .tr .th.student-price {
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;

    background-color: #f4f4f4;
}


#product-specs-table .th.product-header {
    position: relative;
    padding: 90px 0 40px 0;

    background-color: #f4f4f4;

    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;

    font-size: 16px;
    font-weight: 700;
}

#product-specs-table .th.product-header div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #66add7;
}

#product-specs-table .tr.section-gap .td {
    height: 49px;
    background-color: #f4f4f4;
}

#product-specs-table .tr.gap .th,
#product-specs-table .tr.gap .td {
    height: 20px;
}

#product-specs-table .tr.gap .td {
    background-color: #f4f4f4;
}

#product-specs-table .tr.gap .th {
    background: none;
}
#product-specs-table .tr.gap:last-child .td {
    width: 222px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}




#product-specs-table div.purchase-row {
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
}

div.purchase-row a,
div.purchase-row input {
    display: inline-block;
    width: 140px;
    padding: 8px 10px 7px 10px;
}

#product-specs-table .tr .th.show-adv-specs {
    text-align: right;
    line-height: 100%;
    text-indent: 0px;
}

#product-specs-table .tr.show-adv-specs + .tr.section-gap .td {
    border-top: none;
}

.tr:last-of-type .show-adv-specs span{
    border-right: 1px solid #d2d2d2;

    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
     border-bottom-right-radius: 5px;
}

#product-specs-table .tr.adv-specs {

}

#product-specs-table .tr.adv-specs > div  {
    display: none;
}

  /*****************************/
 /***********Charts************/
/*****************************/

#chart-data-buttons {
    width: 170px;
    float: left;
    margin-top: 30px;
}

#chart-data-buttons ul {
    margin-bottom: 24px;
}

#chart-data-buttons li {
    position: relative;
}

#chart-data-buttons h6 {
    font-weight: 500;
    font-size: 16px;
}

#chart-data-buttons .chart-select {
    display: inline-block;
    width: 98px;
    margin-top: 12px;

    line-height: 28px;
    text-indent: 10px;

    font-size: 14px;
    color: #7f7d7e;

    cursor: pointer;

    background: url("/Content/Images/Tiles/DataSheet/chart_button-background.png") repeat-x;
    border: solid 1px #d7d7d7;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#chart-data-buttons .chart-select.selected {
    background: url("/Content/Images/Tiles/DataSheet/chart_button-background-selected.png") repeat-x;
    background-size: 100% 100%;
    border: solid 1px #c3c3c3;
}

#charts {
    position: relative;
    float: left;
    width: 672px;
}

#charts h4,
#charts h4 * {
    text-align: center;
    font-size: 18px;
    color: #7d7d7d;
}

#charts h4 span {
    font-size: 14px;
}

#charts figure {
    border: solid 1px #bed4e2;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background: url("/Content/Images/Tiles/DataSheet/chart-background.png") repeat-x;
    background-size: 100% 100%;
}

.chart {
    position: relative;
}


#topChart {
    position: relative;
    margin: 10px auto 0 auto; width: 670px; height: 270px;
}

#bottomChart {
    position: relative;
    margin: 40px auto 0 auto; width: 670px; height: 270px;
}

#bottomChart svg {
    position: relative;
}

.scale .axisY .tick:last-of-type {
    display: none;
}

.hover-box {
    display: none;
    position: absolute;

    width: 80px;
    line-height: 50px;

    text-align: center;
    background: #439dd0;
    color: #FFFFFF;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    z-index: 2;
}

.hover-box:after {
        content:'';
        display:block;
        position:absolute;

        width:0;
        height:0;
        border-style: solid;

        z-index: 999;

        border-width: 10px;

        border-color: #439dd0 transparent  transparent  transparent;
        left:30px;
        top:50px;
}

  /*****************************/
 /********Testing tabs*********/
/*****************************/
#testing-panel {
    width: 1027px;
    margin: 0 auto;
}

#testing-panel h3 {

    margin: 40px 0 30px 0;
    text-align: center;
}

#testing-panel .panel-text {
    font-weight: 500;
    text-align: left;
    width: 99%;
    min-height: 200px;
    margin: 0 auto 50px auto;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

#testing-panel .panel-text ul {
    font-weight: 500;
    text-align: left;
    margin: 10px auto 10px 60px;
}

#testing-panel .panel-text li {
    font-weight: 500;
}

#testing-diagram {
    position: relative;

    width: 1027px;
    height: 505px;
    background: url("/Content/Images/Tiles/DataSheet/testing-tab_background-image.png");
}

#testing-diagram .testing-node {
    position: absolute;

    width: 102px;
    height: 128px;

    text-align: center;
}

#testing-diagram .testing-node img {
    cursor: pointer;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#testing-diagram .testing-node.selected img {
    -webkit-box-shadow: 0 0 6px 6px #CCCCCC;
    -moz-box-shadow: 0 0 6px 6px #CCCCCC;
    box-shadow: 0 0 6px 6px #CCCCCC;
}

#testing-diagram .testing-node h6 {
    margin-top: 3px;

    width: 138%;
    margin-left: -16%;

    font-size: 14px;
    font-weight: 500;
    color: gray;
}

#testing-diagram .testing-node .node-text,
#testing-diagram .testing-node .node-header {
    display: none;
}
  /*******************************/
 /*********Image Stack***********/
/*******************************/

.image-stack {
    width: 350px;
    height: 280px;
    float: left;
    position: relative;
}

    .image-stack img {
        position: absolute;
        margin-top: 18px;
        margin-left: 20px;
        width: 300px;
        height: 200px;
        border: 6px solid #fff;

        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
        
        /*Offset background images*/
        .image-stack a:nth-child(3n+2) img {
            left: 15px;
            
            transform: rotate(2deg);
            -ms-transform: rotate(2deg); /* IE 9 */
            -webkit-transform: rotate(2deg);
            
        }

        .image-stack a:nth-child(3n+3) img {
            left: -15px;
            transform: rotate(-5deg);
            -ms-transform: rotate(-5deg); /* IE 9 */
            -webkit-transform: rotate(-5deg);
            
        }

.image-stack-buttons {
    margin: 0 auto;
    position: relative;
    top: 260px;
    left: 140px;

}

.image-stack-buttons .image-stack-button {
    display: inline-block;
    height: 16px;
    width: 14px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    cursor: pointer;

    background: url('/Content/Images/About/selected_item_button.png') center center no-repeat;
}

    .image-stack-buttons .image-stack-button:hover,
    .image-stack-buttons .image-stack-button:active,
    .image-stack-buttons .image-stack-button.selected {
        background: url('/Content/Images/About/selected_item_button-selected.png') center center no-repeat;
    }
  /*****************************************/
 /********Interactive Capabilities*********/
/*****************************************/
#InteractiveCapabilitiesTile {
    height: 1313px;
    /*background: url('Images/Tiles/InteractiveCapabilities/LogicApp.png') center 0 no-repeat;*/
}

#InteractiveCapabilitiesTile .tile-content {
    padding-bottom: 40px;
}

.step-panel {
    width: 100%;
    margin-bottom: 40px;
}

.blue-step-bubble {
    float: right;
    width: 374px;
    padding: 30px 42px 30px 30px;

    min-height: 122px;
    position: relative;

    color: #FFFFFF;

    background-color: #439dd1;
    border: 1px solid #357aa1;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .blue-step-bubble:before,
    .blue-step-bubble:after {
        content:'';
        display:block;
        position:absolute;

        width:0;
        height:0;
        border-style: solid;

        z-index: 6;

        border-width: 12px;
    }

    .blue-step-bubble:before {
        border-color: transparent #357aa1 transparent transparent;
        left:-24px;
        top:82px;
    }

    .blue-step-bubble:after {
        border-color: transparent #439dd1 transparent transparent;
        left:-23px;
        top:82px;
    }

.gray-step-bubble {
    float: left;
    width: 419px;
    padding: 30px 42px 30px 30px;

    margin-right: 60px;

    min-height: 191px;
    position: relative;

    color: #FFFFFF;

    background-color: #a1a1a1;
    border: 1px solid #898989;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .gray-step-bubble:before,
    .gray-step-bubble:after {
        content:'';
        display:block;
        position:absolute;

        width:0;
        height:0;
        border-style: solid;

        z-index: 6;

        border-width: 12px;
    }

    .gray-step-bubble:before {
        border-color: transparent transparent transparent #898989;
        left:491px;
        top:120px;
    }

    .gray-step-bubble:after {
        border-color: transparent transparent transparent #a1a1a1;
        left:490px;
        top:120px;
    }

.blue-step-bubble h4,
.gray-step-bubble h4 {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;

    margin-bottom: 20px;
}

.blue-step-bubble p,
.gray-step-bubble p {
    color: #FFFFFF;
}

.interactive-content {
    float: left;
    min-height: 50px;
    margin: 0 auto;
}

.gray-step-bubble + .interactive-content {
    width: 580px;
}

.interactive-content * {
    font-family: 'Roboto', sans-serif;
}

#ds-device-panel {
    background: url('/Content/Images/Tiles/InteractiveCapabilities/logic_select-background.png');
    width: 544px;
    height: 126px;
    padding-left: 47px;

    margin: 35px 0 0 45px;
}

.logic-device {
    float: left;
    width: 97px;
    height: 73px;

    cursor: pointer;

    padding: 0;
    margin: 36px 36px 0 0;
}

.logic-device h6 {
    padding-top: 51px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.logic-device.selected {
    background: url('/Content/Images/Tiles/InteractiveCapabilities/selected-device-background.png') center center no-repeat;
}

/***TABLE***/

.step-panel table {
    margin: 104px auto 10px auto;

    border-collapse: separate;
}

.step-panel td {
    text-align: center;
    width: 49px;
    height: 29px;
    cursor: pointer;

    background: url('/Content/Images/Tiles/InteractiveCapabilities/channel_button_background.png') repeat-x;
    background-size: 100% 100%;
    border-bottom: solid 1px #cbcbcb;
    border-right: solid 1px #cbcbcb;
}

.step-panel td:hover {
    background: url('/Content/Images/Tiles/InteractiveCapabilities/channel_button_background-hover.png') repeat-x;
    background-size: 100% 100%;
}

.step-panel td.empty-channel:hover {
    background: url('/Content/Images/Tiles/InteractiveCapabilities/channel_button_background.png') repeat-x;
    background-size: 100% 100%;
}

.step-panel td.selected,
.step-panel td.selected:hover {
    background: url('/Content/Images/Tiles/InteractiveCapabilities/channel_button_background-down.png') repeat-x;
    background-size: 100% 100%;
}

.step-panel td.channel-header[rowspan="2"] {
    height: 59px;
    width: 85px;
}

.step-panel td.channel-header[rowspan="4"] {
    height: 118px;
    width: 85px;
}

.channel-image {
    position: relative;
    left: -6px;
    -webkit-user-drag: none;
    user-drag: none;
}


/*#ds-channels-table tr:first-of-type td {
    border-top: solid 1px #cbcbcb;
}*/

#ds-channels-table .digital-channels td {
    border-top: solid 1px #cbcbcb;
}

.step-panel td.clear{
    height: 29px;
    width: 53px;
}

.step-panel td.clear[rowspan="2"] {
    height: 59px;
    width: 53px;
}

.step-panel td.clear:hover {
    color: #d24d4d;
}

.step-panel td.clear:active {
    background: none;

    background-color: #f3ddde;
    color: #9e6262;
}


#ds-channels-table tr:first-of-type td.clear {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#ds-channels-table tr:last-of-type td.clear,
#ds-channels-table tr:nth-of-type(3) td.clear {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.step-panel td.channel-header {
    border-left: solid 1px #cbcbcb;

    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;

    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: url('/Content/Images/Tiles/InteractiveCapabilities/channel_button_background.png') repeat-x;
    background-size: 100% 100%;
}

input.duration {
    width: 42%;
    height: 30px;
    display: inline-block;
}

#record-length {
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;

    font-size: 28px;
    font-weight: 300;
}

#record-length,
#record-length * {
    font-family: "proxima-nova", sans-serif !important;
}

/***Dropdown***/
.ds-dd-field {

}
.ds-dd-field > label {
    display: inline-block;
    padding-bottom: 6px;
}

.ds-dd-field.sample-rate-content {
    width: 510px;
    height: 125px;
    background: url('/Content/Images/Tiles/InteractiveCapabilities/sample_rate-background.png');
    margin: 20px 20px 0 80px;
}

#record-duration-dd {
    width: 253px;
    height: 30px;
    position: relative;

    background: #f7f7f7;

    border: solid 1px #cbcbcb;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#memory-amount-dd {
    width: 84px;
}

#data-density-dd {
    width: 450px;
}

#sample-rate-dd {
    width: 254px;
    padding: 50px 0 0 0;
    margin-left: 32px;
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-wrapper.disabled .dropdown-selected {
        background: url('/Content/Images/Account/dropdown_icon-2.png') right 10px center no-repeat,
                    url('/Content/Images/Account/dropdown_background.png') repeat-x;
}

.dropdown-wrapper.disabled .option-value {
    color: #737373;
}

.dropdown-selected {
    z-index: 3;

    height: 30px;

    background: #f7f7f7;
    cursor: pointer;

    border: solid 1px #cbcbcb;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background: url('/Content/Images/Account/dropdown_icon-2.png') right 10px center no-repeat,
                url('/Content/Images/Account/dropdown_background.png') repeat-x;
    position: relative;
}

.ds-dd-field .dropdown-selected .option{
    border: none;
}

#record-duration-dd input[type="text"] {
    position: relative;
    top: 1px;
    left: 1px;
    width: 106px;
    height: 26px;
    margin: 0;
}

#record-duration-dd .dropdown-selected {
    width: 126px;
    display: inline-block;
    position: absolute;
    top: 1px;
    height: 26px;

    border: none;
    background: none;
}

.dropdown-container {
    border-left: solid 1px #cbcbcb;
    border-right: solid 1px #cbcbcb;
    border-top: solid 1px #cbcbcb;

    display: none;
    position: absolute;

    background: #FFFFFF;

    overflow: auto;
    z-index: 2;

    width: calc( 100% + 2px);
    position: absolute;
    left: -2px;
    padding-top: 33px;
    top: -2px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#record-duration-dd .dropdown-container {
    width: 128px;
    left: 124px;
    margin-top: 3px;
}

.ds-dd-field .option {
    display: block;
    cursor: pointer;
    height: 31px;
    vertical-align: middle;

    border-bottom: solid 1px #cbcbcb;
}

#memory-amount-dd .option,
#data-density-dd .option {
    text-indent: 16px;
    height: 27px;

    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 700;
}

.ds-dd-field span.option-unit {
    position: relative;
    top: 0;
    font-size: 11px;
    color: #777777;
    vertical-align: bottom;
    font-weight: 500;
}


.ds-dd-field span.option-value {
    position: relative;
    top: 1px;

    font-size: 17px;
    letter-spacing: -1px;
    font-weight: 400;
    vertical-align: middle;
}


.ds-dd-field span.option .digital-option,
.ds-dd-field span.option .analog-option {
    display: inline-block;
    width: 36%;
    padding-left: 13%;
    height: 27px;

    position: relative;
    top: 2px;
}

.ds-dd-field span.option .digital-option {
        width: 35%;
}

.ds-dd-field span.option > .digital-option + .analog-option {
    border-left: dotted 1px #b2b2b2;
}

.ds-dd-field .dropdown-selected span.option > .digital-option + .analog-option {
    border-left: solid 1px #b2b2b2;
}

.ds-dd-field .dropdown-selected span.option .digital-option,
.ds-dd-field .dropdown-selected span.option .analog-option {
    top: 0;
    height: 100%;
}

.ds-dd-field span.option .analog-option {
        background: url('/Content/Images/Tiles/InteractiveCapabilities/analog_icon-black.png') 6px 10px no-repeat;
}

.ds-dd-field span.option .digital-option {
    background: url('/Content/Images/Tiles/InteractiveCapabilities/digital_icon-black.png') 6px 10px no-repeat;
}

.dropdown-container span.option.selected {
    background: #f1f1f1;
    -moz-box-shadow:    inset 0 1px 0 #FFFFFF, inset 0 -1px 0 #FFFFFF;
   -webkit-box-shadow: inset 0 1px 0 #FFFFFF, inset 0 -1px 0 #FFFFFF;
   box-shadow:         inset 0 1px 0 #FFFFFF, inset 0 -1px 0 #FFFFFF;
}
