/*Why Bell Banner Aliant*/

.rsx-hs-whybell-banner {    
    background-image:url(/Styles/RSX/shop/img/hs-whybell-banner.jpg), linear-gradient(to bottom, #e1e1e1 30%,#d8d8d8 100%);
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media (max-width: 639px) {
    .hidden-xs-hs {
        display: none;
    }
}

@media (max-width: 639px) {
    .rsx-hs-whybell-banner {
        background-size: 620px;
        padding-bottom: 220px;
        background-image: url(/Styles/RSX/shop/img/hs-whybell-banner.jpg);
    }

    .rsx-hs-whybell-banner-conent {
        padding: 30px 0;
    }
}

@media (min-width: 640px) {

    .rsx-hs-whybell-banner-conent {
        width: 350px;
        background: #fff;
        padding: 30px;
        border: 1px solid #d4d4d4;
        float: right;
        position: relative;
        top: 100px;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .rsx-hs-whybell-banner {
        min-height: 460px;
        background-size: 1100px;
    }

    .rsx-hs-whybell-banner-conent { 
        top: 25px; 
    }
}

@media (min-width: 1000px) {    

    .rsx-hs-whybell-banner {
        min-height: 500px;   
    }

    .rsx-hs-whybell-banner-conent {
        right: 40px;     
        top: 30px;
    }
}

/* Why Bell Banner (ON/QC) */

.rsx-hs-security-banner {
    /*background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-whybell-top-banner_en.jpg);*/
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

html[lang="fr"] .rsx-hs-security-banner {
    /*background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-whybell-top-banner_fr.jpg);*/
}

.rsx-hs-security-banner-container {
    position: relative;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 999px) and (min-width: 520px){
	html[lang="fr"] .rsx-hs-security-banner-content h1{
        font-size: 24px;
    }
}

@media(min-width:999px) {
    .rsx-hs-security-banner-content {
        width: 1200px;
    }
}

@media (min-width: 1000px) {
    .rsx-hs-security-banner-content {
        position: relative;
        top: 25%;
    }
}

@media (max-width: 999px) {
    .rsx-hs-security-banner {
        height: 325px;
    }
    .rsx-hs-security-banner-content {
        width: 900px;
        top: 10%;
    }
    .rsx-hs-security-banner-container {
        width: auto;
    }
}

@media(max-width: 519px) {
    .rsx-hs-security-banner {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-whybell-top-banner-mobile_en.jpg);
        height: 375px;
    }

    html[lang="fr"] .rsx-hs-security-banner {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-whybell-top-banner-mobile_fr.jpg);
        height: 375px;
    }

    .rsx-hs-security-banner-content {
        width: 900px;
        top: 0;
    }
}

/* Why Bell text/image block*/

.rsx-promo-block.rsx-promo-block_white {
    background-color: #fff;
    border: 1px solid #d4d4d4;
}

.rsx-promo-block-image-pane .rsx-promo-block-image{
    display: block;
    max-width: 100%;
}

.rsx-promo-block-text-pane {
    padding: 30px;
}

.rsx-promo-block-image-pane.rsx-promo-block-image-pane_pad-center-middle {
    padding: 30px 30px 0;
    vertical-align: middle;
}

@media (min-width: 640px) {
    .rsx-promo-block-wrap {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .rsx-promo-block-text-pane,
    .rsx-promo-block-image-pane {
        display: table-cell;
        vertical-align: middle;
    }

    .rsx-promo-block-image-pane.rsx-promo-block-image-pane_pad-center-middle {
        vertical-align: middle;
        padding: 30px;
    }

    .rsx-promo-block-image-pane.rsx-promo-block-image-pane_pad-center-middle .rsx-promo-block-image{
        margin: 0 auto;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .rsx-promo-block-text-pane {
        padding-left: 15px;
    }

    .rsx-promo-block-image-pane.rsx-promo-block-image-pane_pad-center-middle {
        padding-right: 15px;
    }
}

/* Infoblocks for new Alarmforce pages */

.rsx-hs-infoblock .col-sm-6 {
    background-color: transparent;
    /*padding-top: 80px;
    padding-bottom: 80px;*/
}

.rsx-hs-infoblock ul {
    list-style-type: none;
    text-indent: -28px;
}

@media(max-width:999px) {
    .rsx-hs-infoblock .container {
        width: auto;
    }

    .rsx-hs-infoblock .col-sm-6 {
        background-color: transparent;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width:519px) {
    .rsx-hs-infoblock .col-sm-6 {
        background-color: transparent;
        padding-top: 20px;
        padding-bottom: 80px;
    }
}

/* Image blocks */

.rsx-hs-infoblock {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media(max-width:519px) {
    .rsx-hs-surveillance-bg {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-professional-monitoring-mobile.jpg);
        background-position: center bottom;
        background-size: 100%;
    }
}

.rsx-hs-medical-bg {
    background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-medicalalert.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media(max-width:519px) {
    .rsx-hs-medical-bg {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-medicalalert-mobile.jpg);
        background-position: center bottom;
    }
}

.rsx-hs-app-bg {
    background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-alarmforce-app-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

@media(max-width:519px) {
    .rsx-hs-app-bg {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-alarmforce-app-bg-mobile.jpg);
    }
}

.rsx-hs-camera-bg {
    background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-surveillance.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media(max-width:519px) {
    .rsx-hs-camera-bg {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-surveillance-mobile.jpg);
        background-position: bottom center;
    }
}

.rsx-hs-automation-bg {
    background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-automation_en.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

html[lang="fr"] .rsx-hs-automation-bg {
    background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-automation_fr.jpg);
}

@media(max-width:519px) {
    .rsx-hs-automation-bg {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-automation-mobile_en.jpg);
        background-position: bottom center;
    }

    html[lang="fr"] .rsx-hs-automation-bg {
        background-image: url(/Styles/RSX/shop/img/Alarmforce/hs-automation-mobile_fr.jpg);
        background-position: bottom center;
    }
}

/* Installation info */

.hs-installation-point .rsx-icon {
    font-size: 24px;
}

.hs-installation-point p {
    margin: 0;
}

@media (max-width: 999px) {
    .hs-installation-container.container {
        width: auto;
    }
}

/* For SVGs */

.rsx-hs-infoblock .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    font-size: 70px;
}

/* Why Bell alternating text/image blocks*/
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_odd .rsx-promo-blocks-alt-block-text-pane {
        background-color: #fff;
        border: 1px solid #d4d4d4;
    }

    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane p,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane a,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane h1,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane h1,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane h2,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane h3,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane h4,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane h5,
    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane h6 {
        color: #fff;
    }

    .rsx-promo-blocks-alt-block-image {
        display: block;
        max-width: 100%;
    }

    .rsx-promo-blocks-alt-block-image-pane.rsx-promo-blocks-alt-block-image-pane_left-middle .rsx-promo-blocks-alt-block-image {
        margin: 0 auto 0 0;
    }

    .rsx-promo-blocks-alt-block-image-pane.rsx-promo-blocks-alt-block-image-pane_right-middle .rsx-promo-blocks-alt-block-image {
        margin: 0 0 0 auto;
    }

    .rsx-promo-blocks-alt-block-image-pane.rsx-promo-blocks-alt-block-image-pane_center-bottom {
        vertical-align: bottom;
    }

        .rsx-promo-blocks-alt-block-image-pane.rsx-promo-blocks-alt-block-image-pane_center-bottom .rsx-promo-blocks-alt-block-image {
            margin: 0 auto;
        }

    .rsx-promo-blocks-alt-block.rsx-promo-blocks-alt-block_even .rsx-promo-blocks-alt-block-text-pane {
        background-color: #003778;
    }

    @media (max-width: 999px) {
        .rsx-promo-blocks-alt-block-text-pane {
            padding: 30px;
            margin-bottom: 20px;
        }

        .rsx-promo-blocks-alt-block-image-pane {
            display: none;
        }
    }

    @media (min-width: 1000px) {
        .rsx-promo-blocks-alt-block {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

        .rsx-promo-blocks-alt-block-text-pane,
        .rsx-promo-blocks-alt-block-image-pane {
            display: table-cell;
            vertical-align: middle;
        }

        .rsx-promo-blocks-alt-block-text-pane {
            padding: 60px 40px;
        }
    }

    /* Equipment Product Grid */
    .rsx-product-list-product > img {
        margin-bottom: 20px;
    }

    :not(.rsx-product-list_w-filters) .rsx-product-list-wrap-outer {
        display: block;
    }

    @media (min-width: 1000px) {
        .rsx-product-list-product {
            padding-bottom: 170px;
        }

        .rsx-product-list-product-wrap > .rsx-product-list-product-footer {
            height: 140px;
        }

        .rsx-product-list-product-wrap-odd:before {
            border-right: 1px solid #D4D4D4;
            width: calc(25% + 1px) !important;
        }
    }

    @media (min-width: 520px) and (max-width: 999px) {
        .rsx-product-list-product {
            padding-bottom: 170px;
        }

        .rsx-product-list-product-wrap > .rsx-product-list-product-footer {
            height: 140px;
        }

        .rsx-product-list-wrap-inner {
            display: inline-block;
            position: relative;
            z-index: 1;
            width: 100%;
            font-size: 14px;
        }

        .rsx-product-list-product-wrap-odd:before {
            width: calc(50% + 1px) !important;
        }
    }

    @media (min-width: 520px) {
        .rsx-product-list-product p, .rsx-product-list-product ul {
            font-size: 12px;
        }

        .rsx-product-details-top {
            display: none;
        }
    }

    @media (max-width: 520px) {
        .rsx-product-details-bottom {
            display: none;
        }
    }
    /* Switch Install Component */
    .rsx-switch-install {
        background-color: #f0f0f0;
        border: 1px solid #d4d4d4;
        padding: 40px;
    }

        .rsx-switch-install label {
            color: #515151;
        }

    .rsx-install-switch-top {
        text-align: center;
    }

        .rsx-install-switch-top > i {
            position: relative;
            width: 35px;
            height: 37px;
            display: inline-block;
            vertical-align: middle;
            color: #06559a;
        }

            .rsx-install-switch-top > i:before {
                position: absolute;
                top: -16px;
                left: -15px;
                font-size: 65px;
            }

        .rsx-install-switch-top > h2 {
            padding-left: 10px;
            position: relative;
            top: 4px;
            display: inline-block;
            vertical-align: middle;
        }

    .rsx-install-switch-form {
        width: 100%;
        display: table;
    }

        .rsx-install-switch-form > div {
            display: table-cell;
            padding-right: 20px;
        }

            .rsx-install-switch-form > div:last-of-type {
                vertical-align: top;
                text-align: right;
                padding-right: 0;
                padding-top: 25px;
            }

            .rsx-install-switch-form > div > input {
                height: 54px;
            }

    .rsx-switch-install .reset {
        text-decoration: underline;
        margin: 10px 0;
        display: block;
    }

    .rsx-switch-install .rsx-button {
        margin: 0;
        position: relative;
        top: 13px;
    }

    @media (min-width: 1240px) {
        .rsx-install-switch-form .rsx-custom-select {
            width: 230px;
        }

        .rsx-install-switch-form > div > input {
            width: 220px;
        }
    }

    @media (min-width: 1000px) and (max-width: 1239px) {
        .rsx-install-switch-form .rsx-custom-select {
            width: 168px;
        }
    }

    @media (max-width: 999px) {
        .rsx-switch-install .reset {
            display: none;
        }

        .rsx-switch-install .rsx-button {
            position: static;
        }
    }

    @media (min-width: 640px) and (max-width: 999px) {
        .rsx-install-switch-top > i {
            display: block;
            margin: 0 auto;
        }

        .rsx-install-switch-top > h2 {
            display: block;
        }

        .rsx-install-switch-form {
            display: block;
        }

            .rsx-install-switch-form > div {
                width: 50%;
                margin-right: -4px;
                display: inline-block;
                padding-right: 20px;
                vertical-align: top;
            }

                .rsx-install-switch-form > div:nth-child(2), .rsx-install-switch-form > div:nth-child(4) {
                    padding-right: 0;
                }

                .rsx-install-switch-form > div:nth-child(-n+2) {
                    margin-bottom: 10px;
                }

                .rsx-install-switch-form > div:last-of-type {
                    display: block;
                    margin: 20px auto 0 auto;
                    text-align: center;
                }

        .rsx-switch-install {
            overflow: hidden;
        }

        .rsx-custom-select {
            width: 100%;
        }
    }

    @media (max-width: 639px) {
        .rsx-install-switch-form > div {
            display: block;
            padding-right: 0;
            margin-bottom: 20px;
        }

        .rsx-custom-select {
            width: 100%;
        }

        .rsx-install-switch-form > div:last-of-type {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

        .rsx-switch-install {
            padding: 40px 20px;
        }

            .rsx-switch-install .rsx-button {
                width: 60%;
                margin: 0 auto;
            }
    }


    /* Packages table Aliant */

    .rsx-aliant-packages-table {
        width: 100%;
        border-collapse: collapse;
        position: relative;
        background-clip: content-box;
    }

        .rsx-aliant-packages-table th {
            font-weight: 400;
            text-align: left;
            vertical-align: bottom;
        }

        .rsx-aliant-packages-table td,
        .rsx-aliant-packages-table th {
            border: 1px solid #d4d4d4;
            background-color: #fff;
            padding: 20px;
            position: relative;
            background-clip: padding-box
        }

    .rsx-aliant-packages-table-mobile-header {
        display: none;
        position: relative;
        box-shadow: 0 0 40px rgba(0,0,0, .3);
        z-index: 10;
        width: 100%;
    }

    .rsx-aliant-packages-table-mobile-header-section {
        display: table-cell;
    }

        .rsx-aliant-packages-table-mobile-header-section:nth-child(2) {
            padding: 20px 0;
        }

        .rsx-aliant-packages-table-mobile-header-section:nth-child(3) {
            padding: 20px 0;
        }

        .rsx-aliant-packages-table-mobile-header-section:nth-child(1),
        .rsx-aliant-packages-table-mobile-header-section:nth-child(4) {
            width: 60px;
            vertical-align: middle;
            text-align: center;
        }

    .rsx-aliant-packages-table-mobile-header .rsx-price,
    .rsx-aliant-packages-table .rsx-price {
        font-size: 36px;
    }

    .rsx-aliant-packages-table-col-standard,
    .rsx-aliant-packages-table-col-plus {
        width: 25%;
        text-align: center;
        vertical-align: middle;
    }

        .rsx-aliant-packages-table-col-standard .rsx-icon-check-light,
        .rsx-aliant-packages-table-col-plus .rsx-icon-check-light {
            color: #00549a;
            font-size: 20px;
        }

    .rsx-aliant-packages-table thead tr:first-child > th:first-child {
        background-color: transparent;
        border-left: none;
        border-top: none;
    }

    .rsx-aliant-packages-table-col-standard.rsx-aliant-packages-table-col_head,
    .rsx-aliant-packages-table-col-plus.rsx-aliant-packages-table-col_head,
    .rsx-aliant-packages-table-mobile-header {
        background-color: #00549a;
        color: #fff;
    }

    .rsx-aliant-packages-package-title {
        color: #fff;
    }

    .rsx-aliant-packages-table .rsx-price,
    .rsx-aliant-packages-table-mobile-header .rsx-price {
        color: #fff;
    }

    .rsx-aliant-packages-table-col-v-head .rsx-icon-o {
        font-size: 62px;
        color: #00549a;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .rsx-aliant-packages-table-col-v-head-text {
        padding-left: 60px;
    }

    .rsx-aliant-packages-table-col-plus.rsx-aliant-packages-table-col_body,
    .rsx-aliant-packages-table-col-standard.rsx-aliant-packages-table-col_body {
        vertical-align: top;
        padding-top: 40px;
    }

    .rsx-aliant-packages-table-mobile-header-btn-prev,
    .rsx-aliant-packages-table-mobile-header-btn-next {
        padding: 10px;
        border: 0;
        color: #fff;
        background: none;
    }

        .rsx-aliant-packages-table-mobile-header-btn-prev:before,
        .rsx-aliant-packages-table-mobile-header-btn-next:before {
            content: '\e012';
            font-family: 'bell-icon';
            display: inline-block;
            font-size: 22px;
            color: #fff;
        }

        .rsx-aliant-packages-table-mobile-header-btn-prev:before {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    @media (max-width: 639px) {

        .rsx-aliant-packages-table-col-plus.rsx-aliant-packages-table-col_body,
        .rsx-aliant-packages-table-col-standard.rsx-aliant-packages-table-col_body {
            width: 60px;
        }

        .rsx-aliant-packages-table-col-v-head .rsx-icon-o {
            left: 5px;
            font-size: 50px;
        }

        .rsx-aliant-packages-table-col-v-head-text {
            padding-left: 40px;
        }

        .rsx-aliant-packages-table-mobile-header {
            display: table;
        }

        .rsx-aliant-packages-table thead {
            display: none;
        }


        /* Plus is active */
        .rsx-aliant-packages-table-wrap .rsx-aliant-packages-table-mobile-header-section_standard {
            display: none;
        }

        .rsx-aliant-packages-table-wrap .rsx-aliant-packages-table-col-standard {
            display: none;
        }

        .rsx-aliant-packages-table-wrap .rsx-aliant-packages-table-mobile-header-section_plus {
            display: table-cell;
        }

        .rsx-aliant-packages-table-wrap .rsx-aliant-packages-table-col-plus {
            display: table-cell;
        }

        /* Standard is active */
        .rsx-aliant-packages-table-wrap.rsx-aliant-packages-table_standard-active .rsx-aliant-packages-table-mobile-header-section_plus {
            display: none;
        }

        .rsx-aliant-packages-table-wrap.rsx-aliant-packages-table_standard-active .rsx-aliant-packages-table-col-plus {
            display: none;
        }

        .rsx-aliant-packages-table-wrap.rsx-aliant-packages-table_standard-active .rsx-aliant-packages-table-mobile-header-section_standard {
            display: table-cell;
        }

        .rsx-aliant-packages-table-wrap.rsx-aliant-packages-table_standard-active .rsx-aliant-packages-table-col-standard {
            display: table-cell;
        }
    }

    /*@media (min-width: 1000px) {
        .rsx-aliant-packages-table-col-standard,
        .rsx-aliant-packages-table-col-plus {
            width: 22%;
        }
    }*/

    @media (min-width: 1240px) {

        /*.rsx-aliant-packages-table-col-standard,
        .rsx-aliant-packages-table-col-plus {
            width: 19%;
        }*/

        .rsx-aliant-packages-table thead th {
            padding: 30px;
        }
    }
	
	
    /* Packages table ON/QC*/

    .rsx-hs-packages-table .icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor;
        font-size: 57px;
    }

    .rsx-hs-packages-table ul {
        list-style-type: none;
    }

    .rsx-hs-packages-table .rsx-hs-packages-table-icon {
        text-align: center;
    }

    .rsx-hs-packages-table .rsx-hs-packages-table-label {
        vertical-align: middle;
    }

    .rsx-hs-packages-table .rsx-hs-packages-table-row {
        display: contents;
    }

    .rsx-hs-table-block {
        padding: 12px;
    }

    .rsx-hs-table-popular {
        position: absolute;
        top: 0;
        font-size: 10px;
        left: 0;
        padding: 5px;
        text-transform: uppercase;
        text-align: center;
        background-color: #00549a;
        color: #fff;
        width: 100%;
    }

    .rsx-hs-packages-table .rsx-icon-o {
        font-size: 46px;
    }

    .rsx-hs-table-google {
        border: 2px solid #00549a;
    }

    .rsx-hs-table-price {
        font-size: 28px;
        font-family: 'bell-slim';
    }

        .rsx-hs-table-price > sup {
            font-size: initial;
            line-height: 0;
            position: relative;
            vertical-align: baseline;
            top: -0.5em;
        }


    .rsx-hs-packages-divider {
        font-size: 18px;
    }
    .rsx-hs-packages-price.rsx-hs-packages-price-first,
    .rsx-hs-packages-table .rsx-hs-packages-info {
        height: auto;
    }


    @media(max-width:1024px) and (min-width:768px) {
        .rsx-hs-packages-price-bonus {
            height: 62px;
            width: 75%;
            position: absolute;
            right: 0;
            margin-top: -62px;
            text-align: center;
        }  
    }

    @media(max-width:1024px) and (min-width:768px) {

        .rsx-hs-packages-table .rsx-hs-packages-table-icon {
            width: 20%;
        }


        .rsx-hs-packages-price .rsx-hs-table-price {
            display: block;
        }

        .rsx-hs-packages-price-bonus {
            height: 62px;
            width: 75%;
            position: absolute;
            right: 0;
            margin-top: -62px;
            text-align: center;
        }

        .rsx-hs-packages-price-bonus h3 {
            font-size: 20px;
        }

        html[lang="fr"] .rsx-hs-packages-price-bonus h3 {
            font-size: 15px;
            padding-top: 2px;
        }

       

    }

    @media(min-width: 1025px) {

        .rsx-hs-packages-table .rsx-hs-packages-table-icon {
            width: 20%;
        }


        .rsx-hs-packages-price .rsx-hs-table-price {
            display: block;
        }

        .rsx-hs-packages-price-bonus {
            height: 42px;
            width: 75%;
            position: absolute;
            right: 0;
            margin-top: -42px;
            text-align: center;
        }

        .rsx-hs-packages-price-bonus h3 {
            font-size: 20px;
        }

        html[lang="fr"] .rsx-hs-packages-price-bonus h3 {
            font-size: 15px;
            padding-top: 2px;
        }

        .rsx-hs-packages-price-bonus-md {
            display: none;
        }

    }


        @media(max-width:1240px) and (min-width:1000px) {
            .rsx-hs-packages-price-bonus {
                height: 55px;
            }
        }


    @media(max-width:999px) and (min-width:520px) {
        .rsx-hs-packages-table .rsx-table {
            display: block !important;
        }

        .rsx-hs-packages-table .rsx-hs-packages-table-row {
            display: block !important;
        }

        .rsx-hs-packages-table .rsx-hs-packages-table-icon {
            width: 20%;
        }



        .rsx-hs-packages-price .rsx-hs-table-price {
            display: block;
        }

        .rsx-hs-packages-price-bonus {
            display: none;
        }

        .rsx-hs-packages-price-bonus-md {
            height: 110px;
        }

            .rsx-hs-packages-price-bonus-md h3 {
                font-size: 12px;
            }
    }

    @media(max-width:519px) {
        .rsx-hs-packages-table .rsx-hs-packages-table-col {
            display: block !important;
        }

        .rsx-hs-table-popular {
            position: relative;
        }

        .rsx-hs-packages-price-bonus {
            display: none;
        }

        .rsx-hs-packages-price-bonus-md {
            height: 80px;
        }

            .rsx-hs-packages-price-bonus-md h3 {
                font-size: 12px;
            }
    }

    /* Included Equipment */
    .rsx-included-equipment {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

        .rsx-included-equipment .rsx-included-equipment-row {
            display: table-row;
            border-bottom: 1px solid #d4d4d4;
        }

        .rsx-included-equipment .rsx-included-equipment-row-head {
            display: table-row;
            border-bottom: none;
        }

            .rsx-included-equipment .rsx-included-equipment-row-head > div, .rsx-included-equipment .rsx-included-equipment-row-head > div h3 {
                color: #FFF !important;
            }

                .rsx-included-equipment .rsx-included-equipment-row-head > div:nth-child(1) {
                    background-color: #003778;
                    border-right: 1px solid #003778 !important;
                }

                .rsx-included-equipment .rsx-included-equipment-row-head > div:nth-child(2) {
                    background-color: #00549a;
                }

        .rsx-included-equipment > div > div {
            display: table-cell;
            vertical-align: middle;
            width: 50%;
            color: #000;
            padding: 20px 40px;
            border-right: 1px solid #d4d4d4;
        }

            .rsx-included-equipment > div > div:last-child {
                border-right: none;
            }

        .rsx-included-equipment > div:last-child > div:nth-last-child(-n+2) {
            padding-bottom: 40px;
        }

        .rsx-included-equipment > div > div:nth-child(even) {
            color: #555555;
            text-align: right;
            background-color: #FFF;
        }

        .rsx-included-equipment > div > div:nth-child(odd) {
            background-color: #f4f4f4;
        }

        .rsx-included-equipment > div > div p {
            margin: 0;
        }

        .rsx-included-equipment ul {
            margin-top: 3px;
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            color: #555;
        }

    .parent-li > .rsx-list > li:before {
        content: "\25CB";
        position: absolute;
        top: 0;
        left: -1em;
    }

    @media (max-width: 999px) {
        .rsx-included-equipment ul {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            color: #555;
        }
    }

    @media (min-width: 520px) {
        .rsx-included-equipment-mobile-price {
            display: none;
        }
    }

    @media (max-width: 519px) {
        .rsx-included-equipment,
        .rsx-included-equipment .rsx-included-equipment-row,
        .rsx-included-equipment .rsx-included-equipment-row-head,
        .rsx-included-equipment > div > div {
            display: block;
        }

            .rsx-included-equipment .rsx-included-equipment-row {
                border-top: 1px solid #d4d4d4;
                border-right: 1px solid #d4d4d4;
                border-left: 1px solid #d4d4d4;
            }

            .rsx-included-equipment > div > div {
                padding: 20px;
                width: 100%;
            }

            .rsx-included-equipment > div > div,
            .rsx-included-equipment .rsx-included-equipment-row-head > div:nth-child(1) {
                border: none;
            }

            .rsx-included-equipment .rsx-included-equipment-row-head > div:nth-child(2),
            .rsx-included-equipment .rsx-included-equipment-price p:first-child {
                display: none;
            }

            .rsx-included-equipment > div:last-child > div:nth-last-child(-n+2) {
                padding-bottom: 20px;
            }

        .rsx-included-equipment-row {
            margin-bottom: 10px;
        }

        .rsx-included-equipment ul {
            margin-top: 10px;
        }

        .rsx-included-equipment > div > div:nth-child(even) {
            border-top: 1px solid #D4D4D4;
        }

        .rsx-included-equipment-mobile-price {
            display: table;
            width: 100%;
        }

            .rsx-included-equipment-mobile-price > * {
                display: table-cell;
                width: 50%;
                vertical-align: middle;
            }

            .rsx-included-equipment-mobile-price > p {
                text-align: right;
            }

            .rsx-included-equipment-mobile-price > span {
                color: #000;
            }

            .rsx-included-equipment-mobile-price > span,
            .rsx-included-equipment-price {
                text-align: left;
            }

        .rsx-included-equipment-price {
            margin-top: 10px;
        }
    }

    /* Devices */

    .rsx-hs-do-it-yourself {
        display: inline-block;
        border-radius: 40px;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

        .rsx-hs-do-it-yourself a {
            border-radius: 40px;
            padding: 12px;
            margin-left: 5px;
            margin-right: 5px;
        }

    @media(max-width:999px) {
        .rsx-hs-do-it-yourself {
            justify-content: center;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 2px;
            padding-right: 2px;
            display: inline-flex;
        }
    }

    /* Devices product listing */

    .rsx-hs-devices-list.container {
        margin-bottom: 0;
    }

    .rsx-hs-devices-list-product:before {
        z-index: 1;
    }

    .rsx-hs-devices-list .rsx-product-list-wrap-outer {
        background: none;
        position: static;
    }

    .rsx-product-description {
        height: 190px;
    }

    .rsx-product-list-product {
        padding-bottom: 30px;
    }

    .rsx-price-group.rsx-price-none {
        visibility: hidden;
    }

    .rsx-product-name {
        height: 60px;
    }

    .rsx-product-list-product-img-col {
        padding-bottom: 20px;
    }

        .rsx-product-list-product-img-col img {
            height: 150px;
            width: auto;
        }

    @media (min-width:999px) {
        .rsx-hs-devices-list-product.rsx-active:before {
            z-index: 8;
        }

        .rsx-active .rsx-product-list-product {
            z-index: 8;
        }

        .rsx-active .rsx-product-list-product-footer {
            z-index: 8;
        }

        .rsx-product-list-product-wrap > .rsx-product-list-product-footer {
            height: 40px;
        }

        .rsx-product-list-product-wrap.rsx-active:before {
            height: calc(100% + 130px);
        }

        .rsx-product-list-product-wrap:nth-child(2) .rsx-product-list-product-footer {
            left: 25%;
        }

        .rsx-product-list-product-wrap:nth-child(3) .rsx-product-list-product-footer {
            left: 50%;
        }

        .rsx-product-list-product-wrap:nth-child(4) .rsx-product-list-product-footer {
            left: 75%;
        }
    }

    @media (max-width:999px) {
        .rsx-hs-devices-list-product.rsx-active:before {
            box-shadow: none;
        }

        .rsx-hs-devices-list-product {
            padding-bottom: 0;
        }
    }

    @media (min-width:520px) and (max-width: 1000px) {
        .rsx-product-description {
            height: 160px;
        }
    }

    /* Availability Modal */

    .rsx-modal-home-security .rsx-modal-header {
        position: relative;
        padding: 20px 40px;
        background-color: #00549a;
    }

        .rsx-modal-home-security .rsx-modal-header h4 {
            color: #FFF;
        }

    .rsx-modal-home-security .rsx-modal-close {
        font-size: 25px;
        color: #FFF;
        padding-right: 40px;
    }

    .rsx-modal-home-security .rsx-list-column {
        float: left;
        width: 33%;
    }

    .rsx-modal-home-security .rsx-modal-body > h2,
    .rsx-modal-home-security ul {
        margin-bottom: 40px;
    }

    .rsx-modal-body .rsx-list-column h5 {
        margin-bottom: 5px;
    }

    .rsx-get-notified {
        clear: both;
        display: table;
        width: 100%;
        padding: 30px;
        background-color: #e1e1e1;
        border: 1px solid #d4d4d4;
    }

        .rsx-get-notified > div {
            display: table-cell;
            vertical-align: middle;
        }

    html[lang="fr"] .rsx-get-notified > div:nth-child(2) {
        padding-left: 20px;
    }

    html[lang="fr"] .rsx-get-notified > div:nth-child(3) .rsx-button {
        padding: 10px 20px;
    }

    .rsx-get-notified > div:last-child {
        text-align: right;
    }

    .rsx-get-notified .rsx-icon-o-find_areacode {
        font-size: 65px;
        background-color: #00549a;
        color: #FFF;
        height: 72px;
        width: 72px;
        border-radius: 50%;
        display: block;
        padding-top: 1px;
        padding-left: 1px;
        left: 0;
        position: relative;
    }

        .rsx-get-notified .rsx-icon-o-find_areacode:before {
            position: relative;
            left: 3px;
        }

    @media (min-width: 1000px) {
        .rsx-get-notified p {
            margin: 0;
        }

        .rsx-install-switch-form .rsx-form-group {
            width: auto;
        }

        .rsx-hs-packages-price-bonus-md {
            display: none;
        }
    }

    @media (min-width: 1000px) and (max-width: 1239px) {
        .rsx-get-notified > div:nth-child(2) {
            padding-left: 30px;
            padding-right: 30px;
        }

        .rsx-get-notified > div:last-child {
            min-width: 158px;
        }
    }

    @media (min-width: 520px) and (max-width: 999px) {
        .rsx-modal-home-security .rsx-list-column {
            padding-right: 20px;
        }

            .rsx-modal-home-security .rsx-list-column:nth-last-child(2) {
                padding-right: 0;
            }
    }

    @media (max-width: 999px) {
        .rsx-get-notified,
        .rsx-get-notified > div,
        .rsx-get-notified > div:last-child {
            display: block;
            text-align: center;
        }

            .rsx-get-notified .rsx-icon-o-find_areacode {
                margin: 0 auto 20px auto;
            }

            .rsx-get-notified .rsx-button {
                margin: 0;
            }

            .rsx-get-notified .rsx-icon-o-find_areacode:before {
                left: 0;
            }

        .rsx-modal-home-security .rsx-modal-body > h2 {
            margin-bottom: 20px;
        }
    }

    @media (min-width: 520px) {
        .rsx-modal-home-security .rsx-modal-body {
            padding: 40px;
        }
    }

    @media (max-width: 519px) {
        .rsx-modal-home-security .rsx-modal-body {
            padding: 40px 30px;
        }

        .rsx-modal-home-security .rsx-modal-header {
            padding: 20px 30px;
        }

        .rsx-modal-home-security .rsx-modal-close {
            padding-right: 30px;
        }

        .rsx-modal-home-security .rsx-list-column {
            float: none;
            width: 100%;
        }

        .rsx-modal-home-security ul {
            margin-bottom: 20px;
        }
    }

    /* Installation Modal */

    .rsx-modal-home-security .rsx-glow-box-wrapper {
        position: relative;
        padding: 40px 40px 0 40px;
    }

    .rsx-modal-home-security .rsx-glow-box {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 160px;
        -webkit-box-shadow: 0px -2px 79px -1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px -2px 79px -1px rgba(0,0,0,0.3);
        box-shadow: 0px -2px 79px -1px rgba(0,0,0,0.3);
        border-top: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4;
    }

    .rsx-modal-home-security .rsx-glow-box-wrapper-bg {
        position: absolute;
        width: calc(100% - 2px);
        z-index: 2;
        top: 1px;
        right: 0;
        left: 0;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
    }

    .rsx-modal-home-security .rsx-glow-box-content {
        position: relative;
        z-index: 3;
    }

        .rsx-modal-home-security .rsx-glow-box-content p {
            margin: 0 0 10px 0;
        }

    .rsx-modal-columns {
        width: 100%;
        overflow: hidden;
    }

        .rsx-modal-columns > div {
            float: left;
            width: 50%;
        }

            .rsx-modal-columns > div img {
                margin: 0 auto;
            }

            .rsx-modal-columns > div > h2 {
                margin-bottom: 40px;
            }

        .rsx-modal-columns h5 {
            margin-bottom: 20px;
        }

        .rsx-modal-columns ul li {
            margin-bottom: 12px;
        }

    @media (max-width: 999px) {
        .rsx-modal-home-security .rsx-glow-box-content p {
            margin: 0 40px 10px 0;
        }

        .rsx-modal-columns > div:nth-child(1) {
            width: 100%;
            float: none;
        }

        .rsx-modal-columns > div:nth-child(2) {
            display: none;
        }

        .rsx-modal-columns > div > h2 {
            margin-bottom: 30px;
        }

        .rsx-modal-home-security .rsx-glow-box,
        .rsx-modal-home-security .rsx-glow-box-wrapper-bg {
            display: none;
        }

        .rsx-modal-home-security .rsx-glow-box-wrapper {
            padding: 0;
        }

        .rsx-modal-columns ul li {
            margin-bottom: 0px;
        }

        /* get a quote modal */



    }

    @media (max-width: 1240px) {

        .rsx-get-quote {
            background-color: #f0f0f0;
            border: 1px solid #d4d4d4;
            padding: 40px;
        }


        .rsx-get-quote-form {
            width: 100%;
            display: block;
            box-sizing: border-box;
        }

        .rsx-get-quote .reset {
            display: none;
        }

        .rsx-get-quote-form .rsx-button {
            position: static;
        }
    }

    @media (min-width: 1000px) {

        .rsx-get-quote-content {
            max-width: 502px;
        }
    }

    /* SH MEDICAL ALERT (ON/QC) */

    .rsx-sh-medical-banner-bg {
        background-image: url(/Styles/RSX/shop/img/AlarmForce/1_Top-Banner_1900px.jpg);
        background-repeat: no-repeat;
        background-position: center;
        height: 500px;
        background-size: cover;
    }

    @media (min-width: 1000px) {
        .rsx-hs-medical-banner-conent {
            width: 512px;
            padding-top: 150px;
            padding-right: 40px;
            text-align: left !important;
        }
    }

    @media (max-width: 999px) and (min-width: 750px) {
        .rsx-sh-medical-banner-bg .container {
            width: 800px;
        }
    }

    @media (max-width: 749px) and (min-width: 640px) {
        .rsx-sh-medical-banner-bg .container {
            width: 670px;
        }
    }

    @media (max-width: 999px) and (min-width: 520px) {
        .rsx-hs-medical-banner-conent {
            width: 50%;
            padding-top: 120px;
            /*padding-right: 40px;*/
        }

        .rsx-sh-bar-cta {
            padding-right: 10px;
        }

        .rsx-sh-bar {
            padding-left: 10px;
        }

        html[lang="fr"] .rsx-hs-medical-banner-conent h1 {
            font-size: 22px;
        }
    }

    @media (max-width: 519px) {

        .rsx-sh-medical-banner-bg {
            background-image: url(/Styles/RSX/shop/img/AlarmForce/1_Top-Banner_mobile.jpg);
            padding-top: 20px;
            height: 400px;
            background-size: cover;
        }
    }

    @media (max-width: 999px) and (min-width: 520px) {
        .rsx-hs-medical-banner-conent {
            padding-top: 40px;
        }

        .rsx-sh-medical-banner-bg {
            background-position: left;
        }

        h1, .rsx-h1 {
            font-size: 29px;
        }
    }

    @media (min-width: 1000px) {
        .rsx-hs-medical-banner-conent {
            padding-top: 70px !important;
        }
    }

    @media (max-width: 519px) {
        .rsx-sh-medical-banner-bg {
            background-image: url(/Styles/images/1_Top-Banner_mobile-2.jpg);
            height: 500px;
        }

        h1, .rsx-h1 {
            font-size: 29px;
        }
    }

    .rsx-sh-bar {
        display: table-cell;
        font-weight: normal;
        font-size: 18px;
        color: #111;
        line-height: 21px;
        vertical-align: middle;
    }

    .rsx-sh-bar-cta {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

        .rsx-sh-bar-cta .rsx-button {
            width: auto;
            display: inline-block;
        }

    .rsx-sh-bar-text {
        display: -webkit-box;
    }


    .rsx-sh-login {
        background-color: #F4F4F4;
    }

    @media (max-width: 520px) {
        .rsx-sh-bar-cta .rsx-button {
            width: 100%;
            display: inline-block;
        }

        .rsx-sh-bar-cont {
            display: block;
            vertical-align: middle;
            padding-left: 20px;
            padding-right: 20px;
            margin-right: 15px;
            margin-left: 15px;
        }

        .rsx-sh-bar {
            display: flex;
            margin-top: 10px;
        }

        .rsx-sh-login {
            background-color: #F4F4F4;
            padding: 10px;
        }

        .rsx-sh-bar-cta {
            display: block;
        }
    }

    @media (min-width: 1000px) {
        .rsx-sh-bar-cont {
            display: table;
        }
    }

    .rsx-sh-modal {
        display: table;
        padding: 30px;
        width: 650px;
    }

    .rsx-sh-modal-cont {
        display: table-cell;
        width: 295px;
    }

    .rsx-sh-txt {
        height: 18px;
        width: 61px;
        color: #00549A;
        font-family: Arial;
        font-size: 14px;
        line-height: 18px;
        padding-top: 10px;
    }

    @media (max-width: 519px) {

        .rsx-sh-modal {
            display: grid;
            padding: 20px;
            width: auto;
        }

        .rsx-sh-modal-cont {
            border-left: none;
            padding: 30px;
            width: -webkit-fill-available;
        }
    }

    @media (min-width: 520px) and (max-width: 660px) {

        .rsx-sh-modal {
            width: 500px;
        }
    }

    .rsx-sh-use {
        background-image: url(/Styles/RSX/shop/img/AlarmForce/2_Easy-to-Use_1900px.jpg);
        background-size: cover;
        background-position: top center;
        height: 360px;
    }

    .rsx-icon-o-smarttouch-sh {
        font-size: 70px;
    }

    @media (max-width: 519px) {
        .rsx-sh-use {
            background-image: url(/Styles/RSX/shop/img/AlarmForce/2_Easy-To-Use_mobile.jpg);
            height: 360px;
        }
    }

    @media (min-width: 520px) and (max-width: 999px) {
        .rsx-sh-use {
            background-image: url(/Styles/RSX/shop/img/AlarmForce/2_Easy-to-Use.jpg);
            background-size: cover;
            height: auto;
        }
    }

    .rsx-sh-live {
        background-image: url(/Styles/RSX/shop/img/AlarmForce/3_Professional-monitoring_1900px.jpg);
        background-size: cover;
        background-position: top center;
        height: 360px;
    }

    .rsx-icon-o-headphones-easy {
        font-size: 70px;
    }

    @media (max-width: 519px) {
        .rsx-sh-live {
            background-image: url(/Styles/RSX/shop/img/AlarmForce/3_Professional-monitoring_mobile.jpg);
            height: 500px;
        }
    }

    @media (min-width: 520px) and (max-width: 999px) {
        .rsx-sh-live {
            background-image: url(/Styles/RSX/shop/img/AlarmForce/2_Professional-monitoring_easy.jpg);
            height: 550px;
            background-position: bottom;
        }
    }

    .rsx-sh-advanced {
        background-image: url(/Styles/RSX/shop/img/AlarmForce/4_Fall-detection_1900px.jpg);
        background-size: cover;
        background-position: center;
        height: 360px;
    }

    .rsx-icon-o-shield-sh {
        font-size: 70px;
    }

    @media (max-width: 519px) {
        .rsx-sh-advanced {
            background-image: url(/Styles/RSX/shop/img/AlarmForce/4_Fall-Detection_mobile.jpg);
        }
    }

    @media (min-width: 520px) and (max-width: 999px) {
        .rsx-sh-advanced {
            background-image: url(/Styles/RSX/shop/img/AlarmForce/4_Fall-detection.jpg);
            background-position: bottom;
        }
    }

    .rsx-med-alert-pac {
        height: 191px;
        width: 320px;
        border: 1px solid #D4D4D4;
        background-color: #F4F4F4;
    }

    .rsx-med-al {
        height: 50px;
        width: 320px;
        border: 1px solid #D4D4D4;
        background-color: #FFF;
    }

    .rsx-med-al-bg {
        background-color: #003778;
        vertical-align: bottom;
    }

    .rsx-hs-choice-table {
        position: relative;
        width: 33%;
        margin-left: auto;
        margin-right: auto;
    }

    .rsx-img-med-prod {
        background-image: url(/Styles/RSX/shop/img/AlarmForce/5_In-Home-products.png);
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: bottom;
        background-color: white;
    }

    @media (max-width: 519px) {
        .rsx-img-med-prod {
            background-image: none;
        }

        .rsx-med-alert-pac {
            height: 72px;
        }
    }

    .rsx-img-med-go {
        background-image: url(/Styles/RSX/shop/img/AlarmForce/5_On-the-go_product.jpg);
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: bottom;
        background-color: white;
    }

    .rsx-offer-details {
        padding-top: 20px;
    }

    .rsx-icon-links {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .live-chat-tab {
        position: fixed;
        bottom: 150px;
        right: 0px;
        z-index: 99999;
    }

    @media (max-width: 520px) {
        .live-chat-tab {
            z-index: 50;
        }
    }

    .rsx-note-14 {
        font-size: 14px !Important;
    }

    .rsx-product-list-wrap-inner:nth-child(1) .rsx-product-list-product-wrap:nth-child(3)::before {
        left: 50%;
    }

    .rsx-product-list-wrap-inner:nth-child(1) .rsx-product-list-product-wrap:nth-child(4)::before {
        left: 75%;
    }

    @media (max-width: 999px) {
        .rsx-product-list-wrap-inner:nth-child(1) .rsx-product-list-product-wrap:nth-child(4)::before {
            left: 0;
        }

        .rsx-product-list-product {
            min-height: 540px;
        }
    }

    @media (max-width: 519px) {
        .rsx-img-med-go {
            background-image: none;
        }

        .rsx-product-list-product-footer .rsx-price-group,
        .rsx-product-list-product-footer-overflow {
            display: block;
        }

        .rsx-product-list-product-wrap > .rsx-product-list-product-footer,
        .rsx-product-list .rsx-product-list-wrap-outer
        .rsx-product-list-product-wrap.rsx-product-list-product-wrap_installment > .rsx-product-list-product-footer {
            position: inherit;
            border-bottom: 1px solid #d4d4d4 !important;
            padding: 0 20px;
            height: 140px;
        }

        .rsx-hs-devices-list-product .rsx-border-bottom-xs {
            border: none;
        }

        .rsx-product-list-product {
            min-height: 200px;
        }
    }



    @media (min-width: 520px) {
        .rsx-product-list-wrap-outer:hover, .rsx-product-list-wrap-outer:focus, .rsx-product-list-wrap-inner:focus, .rsx-product-list_w-filters .rsx-product-list-wrap-inner:focus {
            z-index: 12;
        }
    }

    @media (max-width: 999px) and (min-width: 520px) {
        .rsx-product-list_w-carousel.rsx-product-list, .rsx-product-list-wrap-outer {
            overflow: inherit;
        }
    }

    @media (min-width: 520px) {
        .rsx-product-list-wrap-outer {
            overflow: inherit;
        }
    }

    .rsx-product-grid-view-more {
        z-index: 1;
    }


    @media (min-width: 600px) {
        .rsx-product-list-product {
            padding-top: 100px;
            padding-bottom: 40px;
        }

        /*.rsx-product-list-product-wrap > .rsx-product-list-product-footer {
		height: 110px;
	}*/



        /*.rsx-product-list-product-wrap > .rsx-product-list-product-footer,
	.rsx-product-list .rsx-product-list-wrap-outer .rsx-product-list-product-wrap.rsx-product-list-product-wrap_installment > .rsx-product-list-product-footer {
		position: absolute;
		z-index: 2;
		bottom: 0px;
		left: 0;
		margin: 0;
		height: 110px;
	}*/
    }

    @media (max-width: 999px) and (min-width: 520px) {
        .rsx-product-list-product, .rsx-product-list-product-footer {
            padding-top: 110px;
        }
    }


    th.rsx-aliant-packages-table-col_head div.rsx-price-group span, div.rsx-aliant-packages-table-mobile-header div.rsx-price-group span {
        font-family: Arial;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
    }

    th.rsx-aliant-packages-table-col_head div.rsx-price, div.rsx-aliant-packages-table-mobile-header div.rsx-price {
        font-size: 47px;
        font-family: bell-slim;
        line-height: 48px;
    }

        th.rsx-aliant-packages-table-col_head div.rsx-price sup, div.rsx-aliant-packages-table-mobile-header div.rsx-price sup {
            font-size: 18px;
            font-family: bell-slim;
        }

    th.rsx-aliant-packages-table-col_head div.rsx-txt-off-blue p, div.rsx-aliant-packages-table-mobile-header div.rsx-txt-off-blue p {
        font-size: 14px;
        font-family: Arial;
        line-height: 20px;
    }

    th.rsx-aliant-packages-table-col_head div.rsx-txt-off-blue, div.rsx-aliant-packages-table-mobile-header div.rsx-txt-off-blue {
        font-size: 12px !important;
        font-family: Arial !important;
        line-height: 18px !important;
    }


    @media (min-width: 575px) and (max-width: 900px) {
        th.rsx-aliant-packages-table-col_head div.rsx-price, div.rsx-aliant-packages-table-mobile-header div.rsx-price {
            display: inline-table !important;
        }

        .linebreak {
            display: block !important;
        }
    }

    @media (max-width: 574px) {
        .linebreak {
            display: none !important;
        }
    }

    @media (min-width: 901px) {
        .linebreak {
            display: none !important;
        }
    }

    @media (min-width: 1000px) {
        .display-content {
            display: table-cell !important;
        }
    }


    @media (max-width: 999px) {
        .page-code_prsshphs-whybell .rsx-connector-mobile-bar.mts .rsx-connector-active-lob-title,
        .page-code_prsshphs-equipment .rsx-connector-mobile-bar.mts .rsx-connector-active-lob-title,
        .page-code_prsshphs-devices .rsx-connector-mobile-bar.mts .rsx-connector-active-lob-title {
            margin-left: 120px;
        }

        .page-code_prsshphs-whybell .rsx-connector-brand.mts:after,
        .page-code_prsshphs-equipment .rsx-connector-brand.mts:after,
        .page-code_prsshphs-devices .rsx-connector-brand.mts:after {
            content: '\e928';
        }
    }

    .page-code_prsshphs-whybell .rsx-connector-brand.mts a:before,
    .page-code_prsshphs-equipment .rsx-connector-brand.mts a:before,
    .page-code_prsshphs-devices .rsx-connector-brand.mts a:before {
        content: '\e928';
    }

    @media (min-width: 1240px) {
        .nowrap-lg {
            white-space: nowrap;
        }
    }

    .rsx-product-list:not(.rsx-product-list_generic-items) .rsx-product-list-product {
        z-index: 1;
    }


    .rsx-compatible-device-spec {
        padding-top: 10px;
    }

    .rsx-compatible-device-image {
        margin: 0 auto;
        padding: 30px 0;
    }

    p.rsx-compatible-device-note {
        font-size: 14px !important;
        color: #000;
    }

        p.rsx-compatible-device-note.rsx-compatible-device-note-bold {
            font-weight: 700;
        }

    .rsx-compatible-device-button-wrapper > .rsx-button_outline {
        margin-left: 10px;
    }

    @media(max-width:999px) {
        .rsx-compatible-device:first-child {
            padding-bottom: 20px;
        }

        .rsx-compatible-device:not(first-child) {
            padding: 25px 0;
        }

        .rsx-compatible-device.rsx-compatible-device-border {
            border-bottom: 1px solid#cecece;
        }
    }

    @media(min-width: 1000px) {
        .rsx-compatible-device-button-wrapper {
            white-space: nowrap;
            transform: scale(0.8);
        }

        .rsx-compatible-device-txt-maxheight,
        .rsx-compatible-device-txt-firstblock {
        }

        .rsx-compatible-device-image {
            max-width: 250px;
        }

        .rsx-compatible-device-content-wrapper {
            padding-bottom: 20px;
        }

        .rsx-compatible-device-note {
            margin-bottom: 0px;
        }

        .rsx-compatible-device {
            display: table-cell;
            vertical-align: top;
            float: none;
        }

            .rsx-compatible-device.rsx-compatible-device-border {
                border-right: 1px solid#cecece;
            }
    }

    @media(min-width: 1240px) {
        .rsx-compatible-device-lightbox-wrapper {
            margin: 0 auto;
            display: table;
        }
    }

    @media (min-width: 1000px) and (max-width: 1239px) {
        .rsx-compatible-device-txt-maxheight,
        .rsx-compatible-device-txt-firstblock {
            white-space: nowrap;
            font-size: 20px;
        }
    }

    @media (max-width: 999px) {
        .rsx-compatible-device-image {
            max-width: 320px;
        }

        .rsx-compatible-device-lightbox {
            padding-bottom: 25px;
        }
    }

    @media(max-width: 519px) {
        .rsx-compatible-device-button-wrapper > .rsx-button {
            width: 85%;
            margin: 0 auto;
        }
    }

    .icon-config {
        width: 60px !important;
        height: 60px !important;
        transform: scale(0.65);
        position: relative;
        top: 20px;
    }
