﻿.read-specs {
    margin-top: 16px;
    text-align: center;
}

    .read-specs > p {
        padding: 8px;
        display: inline-block;
        padding: 2px 14px;
        border: 1px solid #841718;
        text-decoration: none;
        color: #841718
    }

        .read-specs > p > a {
            font-size: 1.6 rem;
            text-decoration: none;
            color: #841718
        }
/* ========================== GIG5 Product Page Banner ========================== */

@media screen and (max-width: 320px) {
    #specs td.support-pack-title {
        column-width: 67px !important;
        -moz-column-width: 67px !important;
        -webkit-column-width: 67px !important;
    }
}

@media screen and (max-width: 480px) {

    .banner-content {
        width: 100% !important;
        /*max-width: 100%;
        max-height: 100%;*/
        max-width: 480px !important;
        height: auto;
        /* max-height: max-content;*/
        margin: 0 auto;
        position: relative;
    }

    #specs .technical-details-table {
        table-layout: fixed;
    }

    #specs .support-packs-singlecol {
        display: block;
        /* table-layout: fixed;*/
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-gap: 0px;
    }

    #specs .support-packs-singlecol-table > tbody > tr > td {
        break-inside: avoid-column;
        table-layout: fixed;
    }

    #specs td.support-pack-title {
        width: 30% !important;
        padding: 0 10px;
        background-color: #dad9d5;
        vertical-align: top;
        border-bottom: 1px solid #eee;
        /* column-width: 78px;*/
        column-width: 80px;
        -moz-column-width: 80px;
        -webkit-column-width: 80px;
    }

    #specs td.support-pack-desc {
        width: 70% !important;
        padding: 0 10px;
        vertical-align: top;
        border-bottom: 1px solid #eee;
    }

    #specs td.tech-spec-title {
        width: 42%;
        padding: 0 10px;
        background-color: #dad9d5;
        vertical-align: top;
        border-bottom: 1px solid #eee;
    }

    #specs td.tech-spec-desc {
        width: 58%;
        padding: 0 10px;
        vertical-align: top;
        border-bottom: 1px solid #eee;
        font-family:sans-serif;
    }
}

.hide-on-mobile {
    display: block;
}
@media screen and (max-width: 480px) {
    .hide-on-mobile {
        display: none;
    }
}


    @media screen and (max-width: 480px) {
        #key-features .product-images-list {
            display: block !important;
        }

            #key-features .product-images-list > li {
                text-align: center;
                height: auto;
                max-width: 100% !important;
                float: none;
            }

                #key-features .product-images-list > li > img {
                    width: 480px;
                    height: auto;
                    max-width: 100%;
                }
    }


    div.banner-content:before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b1b1ac+0,b1b1ac+100,000000+100,b1b1ac+100&1+0,0+25,0+75,0+100,1+100 */
        background: -moz-linear-gradient(left, rgba(177,177,172,1) 0%, rgba(177,177,172,0) 25%, rgba(177,177,172,0) 75%, rgba(177,177,172,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(177,177,172,1) 0%,rgba(177,177,172,0) 25%,rgba(177,177,172,0) 75%,rgba(177,177,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(177,177,172,1) 0%,rgba(177,177,172,0) 25%,rgba(177,177,172,0) 75%,rgba(177,177,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b1ac', endColorstr='#b1b1ac',GradientType=1 ); /* IE6-9 */
    }

    .banner-container {
        display: inline-block;
        position: relative;
        text-align: center;
        color: white;
        width: 100%;
        background-color: #b1b1ac;
    }

    .banner-content {
        width: 1280px;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .banner-bubble {
        position: absolute;
        top: 22px;
        left: 150px;
        margin-left: 24px;
        width: 213px;
        height: 258px;
    }

    @media screen and (max-width: 780px) {
        .banner-bubble {
            position: absolute;
            top: 22px;
            left: 24px;
            width: 213px;
            height: 258px;
            margin-left: 0px;
        }
    }

    .banner-response-text {
        position: absolute;
        top: 22px;
        left: 150px;
        margin-left: 24px;
        width: 213px;
        height: 213px;
        padding: 10px 20px;
        font-size: 23px;
        text-align: left;
    }

    @media screen and (max-width: 780px) {
        .banner-response-text {
            position: absolute;
            top: 22px;
            left: 24px;
            width: 213px;
            height: 213px;
            padding: 10px 20px;
            font-size: 23px;
            text-align: left;
            margin-left: 0px;
        }
    }

    .product-banner-image {
        height: 427px;
        width: 1280px;
        max-width: 100%;
        max-height: 100%;
    }

    @media screen and (max-width: 780px) {
        .product-banner-image {
            height: 290px;
            /*width: 580px;*/
            max-width: 100%;
            max-height: 100%;
        }
    }

    @media screen and (max-width: 480px) {
        .product-banner-image {
            height: auto;
            width: 100%;
            /*max-width: 100%;
        max-height: 100%;*/
        }

        .banner-bubble {
            display: none;
        }

        .banner-response-text {
            display: none;
        }
    }



    /* ======================== GIG5 Product Page Navigation ======================== */
    #ppnavigation a.active {
        font-weight: bold
    }

    /* ======================== GIG5 Product Features Section ======================== */


    #productfinder .sub-featurestory a > p:nth-of-type(1) {
        height: 255.22px !important;
    }

    .ProductFinderImage {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 255.22px;
    }

    @media screen and (max-width: 480px) {
        #productfinder .sub-featurestory a > p:nth-of-type(1) {
            height: auto !important;
        }
    }




    #key-features .product-images-list > li {
        text-align: center;
        width: 320px;
        float: left;
    }

        #key-features .product-images-list > li > img {
            width: 320px;
        }

    @media screen and (max-width: 705px) {
        #key-features .product-images-list > li {
            text-align: center;
            width: 320px;
            float: none;
        }

            #key-features .product-images-list > li > img {
                width: 320px;
            }
    }

    @media screen and (min-width: 980px) {
        #key-features .summary360 {
            width: 50%;
        }
    }

    @media screen and (max-width: 480px) {
        #key-features .section-promotion-image {
            flex: 0 0 auto !important;
            width: 100% !important;
            order: 2 !important;
            height: auto !important;
        }

        #key-features .section-promotion {
            display: flex !important;
            text-align: center;
            flex: 0 0 auto;
        }

        #key-features .summary360 {
            width: 100%;
            text-align: center;
        }

        #key-features .section-promotion-content {
            order: 1 !important;
            width: 100%;
        }
    }

    @media screen and (max-width: 980px) {
        #key-features .section-promotion-image {
            flex: 0 0 auto !important;
            width: 100% !important;
        }

        #key-features .section-promotion {
            display: block;
            text-align: center;
            flex: 0 0 auto;
        }

        #key-features .summary360 {
            width: 100%;
            text-align: center;
        }
    }


    #key-features .tile-plain-3 {
        background: #fff;
    }

    #key-features .hoverbox-content .figure a {
        padding: 15px !important;
    }

    #key-features .hoverbox-content .figure a {
        text-decoration: none;
        background: /*rgba(60, 60, 60, .7)*/ rgba(243, 243, 243, 0.9) /*rgba(204,204,204,.7)*/;
        position: absolute;
        z-index: 2;
        bottom: -83%;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding: .9881vw;
        transition: bottom .3s, background .3s;
    }

    #key-features .hoverbox-content .figure h5 {
        font-weight: normal;
        text-align: center;
        color: #000;
        margin-bottom: 1em;
    }

    #key-features .hoverbox-content .figure a:focus h5,
    #key-features .hoverbox-content .figure:hover a h5 {
        padding: 0 1vw;
    }

    #key-features .hoverbox-content .figure a p {
        font-size: 1.4vw;
        color: #fff;
    }

    #key-features .hoverbox-content .figure:hover h5 {
        color: #fff;
    }

    #key-features .hoverbox-content .figure a:focus p,
    #key-features .hoverbox-content .figure:hover a p {
        margin-top: 1.4vw;
        padding: 0 1vw;
    }

    #key-features .hoverbox-content .figure a:focus,
    #key-features .hoverbox-content .figure:hover a {
        text-decoration: none;
        background: rgba(175,39,46,.7);
        bottom: 0;
    }



    #key-features .hoverbox .hoverbox-inside .hoverbox-content:first-child {
        font-size: 1.6rem;
        width: auto;
        height: auto;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
    }

    @media only screen and (min-width: 1013px) {
        #key-features .hoverbox-content .figure a {
            padding: 10px;
        }

        #key-features.hoverbox-content .figure h5 {
            margin-bottom: 1.4rem;
        }

        #key-features .hoverbox-content .figure a p {
            font-size: 1.4rem;
        }

        #key-features .hoverbox-content .figure a:focus h5,
        #key-features .hoverbox-content .figure:hover a h5 {
            padding: 0 14px;
        }

        #key-features .hoverbox-content .figure a:focus p,
        #key-features .hoverbox-content .figure:hover a p {
            margin-top: 16px;
            padding: 0 14px;
        }
    }

    @media only screen and (max-width: 768px) {
        #key-features .hoverbox-content .figure img {
            width: 120px;
        }

        #key-features .hoverbox .hoverbox-inside .hoverbox-content:first-child > p {
            padding-bottom: 8px;
        }
    }

    @media screen and (min-width: 1280px) {
        #key-features #benefits-list {
            display: none;
        }

        #key-features #benefits-table {
            display: block;
        }
    }

    @media screen and (max-width: 1279px) {
        #key-features #benefits-list {
            display: inline-block;
        }

            #key-features #benefits-list > li {
                width: 100%;
            }

        #key-features #benefits-table {
            display: none;
        }
    }

    @media screen and (max-width: 768px) {
        #key-features #benefits-list {
            display: inline-block;
        }

            #key-features #benefits-list > li {
                width: 100%;
            }

        #key-features #benefits-table {
            display: none;
        }
    }

    @media screen and (max-width: 480px) {
        #key-features #benefits-list {
            display: inline-block;
        }

            #key-features #benefits-list > li {
                width: 100%;
            }

        #key-features #benefits-table {
            display: none;
        }
    }

    /* ======================== GIG5 Product Video Section ======================== */
    #video .video-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #video .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
    }


    /* ======================== GIG5 Product Specs Section ======================== */

    @media only screen and (min-width: 1280px) {
        #specs .technical-details-2col {
            column-count: 2;
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-gap: 0px;
        }
    }

    @supports (-ms-accelerator:true) or (-ms-ime-align:auto) {
        #specs .support-packs-multicol {
            margin-top: -10px;
        }
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #specs .support-packs-multicol {
            margin-top: -10px;
        }
    }

    #specs .technical-details-table > tbody > tr > td {
        break-inside: avoid-column;
    }

    #specs td.tech-spec-title {
        width: 30%;
        padding: 0 10px;
        background-color: #dad9d5;
        vertical-align: top;
        border-bottom: 1px solid #eee;
    }

    #specs td.tech-spec-desc {
        width: 70%;
        padding: 0 10px;
        vertical-align: top;
        border-bottom: 1px solid #eee;
        font-family:sans-serif;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #specs td.tech-spec-title {
            width: 30%;
            padding: 0 10px;
            background-color: #dad9d5;
            vertical-align: top;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #eee;
        }

        #specs td.tech-spec-desc {
            width: 70%;
            padding: 0 10px;
            vertical-align: top;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #eee;
            font-family:sans-serif;
        }
    }

    @media screen and (min-width: 1280px) {
        #specs .support-packs-multicol {
            display: block;
        }

        #specs .support-packs-singlecol {
            display: none;
        }

        #specs td.support-pack-title {
            width: 15%;
            padding: 0 10px;
            background-color: #dad9d5;
            vertical-align: top;
            border-bottom: 1px solid #eee;
            border-top: 1px solid #eee;
        }

        #specs td.support-pack-desc {
            width: 35%;
            padding: 0 10px;
            vertical-align: top;
            border-bottom: 1px solid #eee;
            border-top: 1px solid #eee;
        }
    }

    @media screen and (max-width: 1280px) {
        #specs .support-packs-multicol {
            display: none;
        }

        #specs .support-packs-singlecol {
            display: block;
        }

        #specs td.support-pack-title {
            width: 30%;
            padding: 0 10px;
            background-color: #dad9d5;
            vertical-align: top;
            border-bottom: 1px solid #eee;
            /*border-top: 1px solid #eee;*/
        }

        #specs td.support-pack-desc {
            width: 70%;
            padding: 0 10px;
            vertical-align: top;
            border-bottom: 1px solid #eee;
            /*border-top: 1px solid #eee;*/
        }
    }




    /* ======================== GIG5 Product Accessories Section ======================== */
    #accesories td.acc-img-col {
        width: 30%;
        vertical-align: top;
    }

    #accesories td.acc-desc-col {
        width: 70%;
        vertical-align: top;
    }

    #accesories a.acc-link {
        color: rgb(132, 23, 24);
        text-decoration: none;
    }
    /* ======================== GIG5 Product Documents Section ======================== */
    #documents .product-doc-list {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }

        #documents .product-doc-list div {
            page-break-inside: avoid;
            break-inside: avoid-column;
            -webkit-column-break-inside: avoid;
        }

    @media screen and (max-width:480px) {
        #documents .product-doc-list {
            column-count: 1 !important;
            -moz-column-count: 1 !important;
            -webkit-column-count: 1 !important;
        }
    }


    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid; /* Theoretically FF 20+ */
    break-inside: avoid-column; /* IE 11 */
    display:table;
    /* ======================== GIG5 Product Finder ======================== */
    #productfinder .filter-cb {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
    }

    #productfinder .product[hidden] {
        display: none !important;
    }

    #productfinder .product ul {
        line-height: 1.5;
    }

    #productfinder .filters {
        display: none; /*inline-block;*/
        padding: 25px;
        width: 100%;
        background: #eee;
    }

        #productfinder .filters > div {
            width: 100%;
            margin-left: 45px;
        }


    #productfinder .filters-list {
        width: 100%;
        display: flex;
    }

    @media screen and (min-width: 1280px) {
        #productfinder .filter-list-container {
            width: 21%;
        }

        #productfinder .filters-list > div {
            margin-right: 45px;
            width: 20%;
            box-sizing: border-box;
        }
    }


    @media screen and (min-width: 780px) and (max-width: 1280px) {
        #productfinder .filter-list-container {
            width: 30%;
        }

        #productfinder .filters-list > div {
            margin-right: 22px;
        }
    }


    @media screen and (max-width: 779px) {
        #productfinder .filter-list-container {
            width: 100%;
        }

        #productfinder .filters-list > div {
            margin-right: 0px;
        }

        #productfinder .filters > div {
            width: 100%;
            margin-left: 0px;
        }

        #productfinder .filters-list {
            width: 100%;
            display: block;
        }
    }

    #productfinder .filter-bar.open:before {
        content: '';
        position: absolute;
        margin: 17px auto;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: solid 30px #eee;
        border-left: solid 30px transparent;
        border-right: solid 30px transparent;
    }



    #productfinder .filter-bar {
        width: 100%;
        color: #808080;
        background: #fff;
        display: inline-block;
        padding: 10px 10px 0 10px;
    }

        #productfinder .filter-bar.closed::after {
            content: '';
            position: absolute;
            margin: 48px auto;
            left: 0;
            right: 0;
            width: 0;
            height: 0;
            border-top: solid 30px #d60303;
            border-left: solid 30px transparent;
            border-right: solid 30px transparent;
            filter: drop-shadow(0px 8px 5px rgba(0,0,0,0.40));
            -webkit-filter: drop-shadow(0px 8px 5px rgba(0,0,0,0.40));
            -moz-filter: drop-shadow(0px 8px 5px rgba(0,0,0,0.40));
        }

        #productfinder .filter-bar.closed:hover::after {
            border-top: solid 30px #ff0000;
            border-left: solid 30px transparent;
            border-right: solid 30px transparent;
        }

    #productfinder .clear-filter-btn {
        float: right;
        border: none;
        text-decoration: none;
        color: #d60303;
    }

    #productfinder .filter-container {
        color: #808080;
        border: 1px #eee solid;
        -webkit-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.75);
        box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.75);
    }

    .compare-enabled {
        background: #d60303;
        color: #fff;
    }

        .compare-enabled:hover {
            background: #ff0000;
            color: #fff;
        }
    /* ======================== GIG5 Product Finder / Comparison Slider   ======================== */
    .noUi-connect {
        background: #d60303 !important;
    }

    .noUi-connects {
        background: #808080 !important;
    }
    /* ======================== GIG5 Product Finder / Comparison Checkbox ======================== */
    .filter-cb {
        font-family: arial;
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 5px;
        padding-top: 3px;
        cursor: pointer;
        font-size: 1.36rem;
    }

        .filter-cb input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

    .filter-cb_indicator {
        position: absolute;
        top: 3px;
        left: 0;
        height: 20px;
        width: 20px;
        background: #b6b6b6;
        border: 0px dashed #000000;
        border-radius: 0px;
    }

    .filter-cb:hover input ~ .filter-cb_indicator,
    .filter-cb input:focus ~ .filter-cb_indicator {
        background: #cccccc;
    }

    .filter-cb input:checked ~ .filter-cb_indicator {
        background: #d60303;
    }

    .filter-cb:hover input:not([disabled]):checked ~ .filter-cb_indicator,
    .filter-cb input:checked:focus ~ .filter-cb_indicator {
        background: #ff0000;
    }

    .filter-cb input:disabled ~ .filter-cb_indicator {
        background: #e6e6e6;
        opacity: 25;
        pointer-events: none;
    }

    .filter-cb_indicator:after {
        box-sizing: unset;
        content: '';
        position: absolute;
        display: none;
    }

    .filter-cb input:checked ~ .filter-cb_indicator:after {
        display: block;
    }

    .filter-cb-checkbox .filter-cb_indicator:after {
        left: 8px;
        top: 4px;
        width: 3px;
        height: 8px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .filter-cb-checkbox input:disabled ~ .filter-cb_indicator:after {
        border-color: #eee;
        color: #eee;
    }

    .filter-cb-checkbox .filter-cb_indicator::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 4.5rem;
        height: 4.5rem;
        margin-left: -1.3rem;
        margin-top: -1.3rem;
        background: #2aa1c0;
        border-radius: 3rem;
        opacity: 0.6;
        z-index: 99999;
        transform: scale(0);
    }

    @keyframes s-ripple {
        0% {
            transform: scale(0);
        }

        20% {
            transform: scale(1);
        }

        100% {
            opacity: 0;
            transform: scale(1);
        }
    }

    @keyframes s-ripple-dup {
        0% {
            transform: scale(0);
        }

        30% {
            transform: scale(1);
        }

        60% {
            transform: scale(1);
        }

        100% {
            opacity: 0;
            transform: scale(1);
        }
    }

    .filter-cb-checkbox input + .filter-cb_indicator::before {
        animation: s-ripple 250ms ease-out;
    }

    .filter-cb-checkbox input:checked + .filter-cb_indicator::before {
        animation-name: s-ripple-dup;
    }

    /* ======================== GIG5 Comparison table / modal ======================== */
    .comparisonTable {
        width: 100%;
    }

        .comparisonTable tr {
        }

            .comparisonTable tr:nth-of-type(odd) {
                background: #eee;
            }

        .comparisonTable .header {
            background: #d60303;
            color: white;
            width: 28%;
        }

        .comparisonTable td, th {
            padding: 6px;
            border: 1px solid #ccc;
            text-align: center;
        }

        .comparisonTable .header-left {
            width: 15%;
            text-align: left;
        }

    .comparison-modal {
        display: none;
        position: fixed;
        z-index: 400; /*z-Index 100 because of the related topics button*/
        padding: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(193, 193, 193); /* Fallback color */
        background-color: rgba(193, 193, 193, 0.4); /* Black w/ opacity */
    }

        .comparison-modal .content {
            background-color: #fff;
            margin: auto;
            padding: 20px;
            border: 1px solid #808080;
            -webkit-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.75);
            -moz-box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.75);
            box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.75);
        }

        .comparison-modal .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

            .comparison-modal .close:hover,
            .comparison-modal .close:focus {
                color: #000;
                text-decoration: none;
            }

    .printPDFbtn {
        background: #d60303;
        color: #fff;
    }
