/* Minification failed. Returning unminified contents.
(2265,1): run-time error CSS1019: Unexpected token, found '}'
(2278,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(2279,14): run-time error CSS1035: Expected colon, found '{'
(2287,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* @import '/Styles/RSX/framework/css/product.css';  */
/*import another product css file for carousel use purpose*/

#hpBannerCarousel {
    position: relative;
}

.hp-banner-carousel.hp-banner-carousel-height {
    height: 440px;
    overflow: hidden;
}

.hp-banner {
    overflow: hidden;
    display: block !important;
}

    .hp-banner .rsx-button {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
    }

    .hp-banner > .container {
        display: flex;
        flex-direction: column;
        min-height: 440px;
        margin-bottom: 0;
    }

    .hp-banner .rsx-learn-more-link {
        font-weight: bold;
    }

.hp-banner-content-wrap {
    text-align: center;
    padding: 30px 15px 15px;
    z-index: 1;
}

.hp-banner-text {
    margin: 0;
    color: #111;
}

.hp-banner-blue-box {
    padding: 10px;
    border-radius: 7px;
    border: 2px solid #578dbb;
    display: inline-block;
    margin: 10px 0;
}

.hp-banner-blue-box-flex {
    display: flex;
    padding: 0 5px;
}

.hp-banner-price-stack {
    display: inline-block;
    border-right: 1px solid #578dbb;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .hp-banner-price-stack:last-child {
        border: none;
        padding-right: 0px;
    }

@media(min-width:520px) {
    .hp-banner-blue-box .hp-banner-price-stack > .hp-banner-price {
        font-size: 40px
    }

    .hp-banner-blue-box {
        margin: 15px 0;
    }
}

@media(max-width:639px) {
    .hp-banner-price-stack {
        padding-left: 5px;
        padding-right: 5px;
        flex: 1 1 auto;
    }
}

ul.rsx-list.hp-banner-text {
    padding: 0;
}

.hp-banner-price-inline {
    color: #00549a;
    white-space: nowrap;
}

.hp-banner-text-margin {
    margin-top: 13px;
}

.hp-banner .hp-banner-cta-margin {
    margin-top: 18px;
}

.hp-banner-subtitle {
    font-family: sans-serif;
    font-size: 12px;
    color: #00549A;
    font-weight: bold;
    margin-bottom: 10px;
}

.hp-banner-image-wrap {
    position: relative;
}

.hp-banner .hp-banner-cta-desktop {
    margin: 0;
}

.hp-banner_shadow {
    position: relative;
}

    .hp-banner_shadow:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 40px 20px rgba(0, 0, 0, 0.05);
    }

.hp-banner .rsx-learn-more-link {
    display: inline-block;
}

.hp-banner-legal {
    font-size: 11px;
    font-weight: normal;
}

.hp-banner-price {
    font-size: 37px;
    color: #00549a;
    display: block;
    white-space: nowrap;
    line-height: .85;
    letter-spacing: normal;
    font-family: 'bell-slim';
    font-weight: 800;
}

    .hp-banner-price > sup {
        font-size: .4em;
        top: -0.95em;
        line-height: 1;
    }

.hp-banner-price-margin {
    margin-top: 15px;
}

.hp-banner-legal-margin {
    margin-top: 10px;
}

.hp-banner .hp-banner-cta-margin {
    margin-top: 13px;
}
/* Carousel styles - START */
.hp-banner-carousel-buttons {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 34px;
    padding: 4px 2px;
    margin: 0;
    border-radius: 16px;
    background-color: #fff;
    list-style: none;
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.hp-banner-carousel-button {
    position: relative;
    border-radius: 50%;
    border: none;
    height: 26px;
    width: 26px;
    background-color: #fff;
    color: #003778;
    font-size: 14px;
    line-height: 16px;
    margin: 0 2px;
    text-align: center;
    padding: 0;
}

    .hp-banner-carousel-button:hover {
        text-decoration: underline;
    }

#hpBannerCarousel *:focus {
    outline: 2px solid #a7c7ff;
    outline-offset: 1px;
}

.hp-banner-carousel-button > * {
    pointer-events: none;
}

.hp-banner-carousel-buttons > li.slick-active > .hp-banner-carousel-button {
    color: #fff;
    background-color: #00549A;
}

.hp-banner-carousel-pause {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: absolute;
    bottom: 13px;
    right: 15px;
    padding: 0;
    z-index: 10;
}

.hp-banner-carousel-pause-bg {
    height: 34px;
    width: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

svg.hp-banner-carousel-progress {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: rotate(-90deg);
}

    svg.hp-banner-carousel-progress circle.hp-banner-carousel-progress_initial {
        display: none;
    }

    svg.hp-banner-carousel-progress circle {
        stroke: #0075FF;
        stroke-width: 3px;
        stroke-dasharray: 125;
        stroke-dashoffset: 0;
        fill: rgba(225, 255, 255, 0);
    }

.hp-banner-carousel-pause[data-pressed="false"] .hp-banner-carousel-pause-bg:before,
.hp-banner-carousel-pause[data-pressed="false"] .hp-banner-carousel-pause-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    transform: translate(-50%, -50%);
    height: 10px;
    width: 0;
    border: 1px solid #003778;
    z-index: 1;
}

.hp-banner-carousel-pause[data-pressed="false"] .hp-banner-carousel-pause-bg:before {
    left: calc(50% + 3px);
}

.hp-banner-carousel-pause[data-pressed="true"] .hp-banner-carousel-pause-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 11px solid #003777;
    z-index: 1;
}
/* Carousel styles - END */
/* Custom banner styles - START */
.hp-banner.hp-banner_style-2 > .container {
    flex-direction: column-reverse;
}

.hp-banner.hp-banner_fibre .hp-banner-image {
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 50%;
    transform: translateX(50%);
    width: auto;
    height: 120%;
}

.hp-banner.hp-banner_coverage .hp-banner-image {
    width: auto;
    position: absolute;
    height: 110%;
    bottom: auto;
    top: 5px;
    right: 50%;
    transform: translateX(50%);
}

.hp-banner.hp-banner_android .hp-banner-image {
    width: auto;
    position: absolute;
    height: 150%;
    bottom: auto;
    top: 5px;
    right: 50%;
    transform: translateX(50%);
}

.hp-banner.hp-banner_galaxy .hp-banner-image {
    width: auto;
    position: absolute;
    height: 100%;
    bottom: auto;
    top: 5px;
    right: 0;
}

.hp-banner.hp-banner_internet .hp-banner-image {
    width: 280px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.hp-banner.hp-banner_network .hp-banner-image {
    width: auto;
    position: absolute;
    height: 100%;
    bottom: auto;
    top: 5px;
    right: 50%;
    transform: translateX(50%);
}

.hp-banner.hp-banner_network2 .hp-banner-image {
    width: auto;
    position: absolute;
    bottom: auto;
    right: 50%;
    transform: translateX(calc(50% + 20px));
}

.hp-banner.hp-banner_text-left-image-right .hp-banner-image {
    width: auto;
    position: absolute;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
}

.hp-banner.hp-banner_network3 .hp-banner-image {
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.hp-banner.hp-banner_fantastic .hp-banner-image {
    height: auto;
    position: absolute;
    bottom: -40px;
    left: 52%;
    transform: translateX(-50%);
    display: block;
}

.hp-banner.hp-banner_iphone8 .hp-banner-image {
    max-width: 260px;
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 52%;
    transform: translateX(-50%);
    display: block;
}

.hp-banner.hp-banner_devices .hp-banner-image {
    max-width: 260px;
    height: auto;
    position: absolute;
    bottom: auto;
    top: 5px;
    left: 52%;
    transform: translateX(-50%);
    display: block;
}

.hp-banner.hp-banner_iphonexr .hp-banner-image {
    max-width: none;
    height: 360px;
    position: absolute;
    bottom: -102px;
    left: 52%;
    transform: translateX(-50%) rotate(-45deg);
    display: block;
}

.hp-banner.hp-banner_satellite .hp-banner-image {
    height: 410px;
    position: absolute;
    bottom: auto;
    top: 10px;
    right: calc(50% - 170px);
    left: auto;
}

.hp-banner.hp-banner_bundle2 .hp-banner-image {
    height: 340px;
    position: absolute;
    bottom: auto;
    top: -10px;
    right: calc(50% - 189px);
    left: auto;
}

.hp-banner.hp-banner_fantastic .hp-banner-text-margin,
.hp-banner.hp-banner_iphone8 .hp-banner-text-margin,
.hp-banner.hp-banner_devices .hp-banner-text-margin,
.hp-banner.hp-banner_iphonexr .hp-banner-text-margin,
.hp-banner.hp-banner_bundle2 .hp-banner-text-margin,
.hp-banner.hp-banner_satellite .hp-banner-text-margin {
    margin-top: 10px;
}

.hp-banner.hp-banner_fibre .hp-banner-content-wrap,
.hp-banner.hp-banner_internet .hp-banner-content-wrap,
.hp-banner.hp-banner_coverage .hp-banner-content-wrap {
    text-align: center;
}
/* Custom banner styles - END */
@media (min-width: 520px) {
    .hp-banner-subtitle {
        font-size: 14px;
    }

    .rsx-h1.rsx-font-heavy.hp-banner-title {
        letter-spacing: -2px;
    }

    .hp-banner-price {
        font-size: 45px;
    }
    /* Custom banner styles - START */
    /* Custom banner styles - END */
}

@media (max-width: 639px) {
    .hp-banner > .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .hp-banner-title ul.rsx-list.hp-banner-text {
        padding: 0;
        list-style-type: none;
        font-size: 12px;
    }

    ul.rsx-list.hp-banner-text > li {
        margin-left: 0;
        line-height: 1.4;
        padding-bottom: 10px;
    }

        ul.rsx-list.hp-banner-text > li:last-child {
            padding-bottom: 0;
        }

        ul.rsx-list.hp-banner-text > li:before {
            display: none;
        }

    .hp-banner-content-wrap {
        height: auto;
    }

    .hp-banner .hp-banner-image-wrap {
        flex-grow: 1;        
    }
    .hp-banner_style_noBellements .hp-banner-image-wrap {
        height: 0;
        display: flex;
        justify-content: center;
    }
    .hp-banner.hp-banner_fantastic .hp-banner-title,
    .hp-banner.hp-banner_satellite .hp-banner-title,
    .hp-banner.hp-banner_bundle2 .hp-banner-title,
    .hp-banner.hp-banner_iphone8 .hp-banner-title,
    .hp-banner.hp-banner_devices .hp-banner-title,
    .hp-banner.hp-banner_iphonexr .hp-banner-title,
    .hp-banner.hp-banner_network .hp-banner-title,
    .hp-banner.hp-banner_network2 .hp-banner-title,
    .hp-banner.hp-banner_text-left-image-right .hp-banner-title,
    .hp-banner.hp-banner_network3 .hp-banner-title,
    .hp-banner.hp-banner_android .hp-banner-title,
    .hp-banner.hp-banner_galaxy .hp-banner-title,
    .hp-banner.hp-banner_satelite .hp-banner-title {
        font-size: 24px;
        letter-spacing: -0.6px;
        line-height: 24px;
    }

    .hp-banner.hp-banner_bundle2 .hp-banner-image-wrap {
        height: 235px;
    }

    .hp-banner.hp-banner_fantastic > .container,
    .hp-banner.hp-banner_gigabit > .container,
    .hp-banner.hp-banner_got > .container,
    .hp-banner.hp-banner_iphone8 > .container,
    .hp-banner.hp-banner_devices > .container,
    .hp-banner.hp-banner_iphonexr > .container,
    .hp-banner.hp-banner_satellite > .container,
    .hp-banner.hp-banner_bundle2 > .container {
        flex-direction: column-reverse;
        min-height: 440px;
    }

    .hp-banner.hp-banner_fantastic .hp-banner-image-wrap {
        padding: 20px 10px 0;
    }

    .hp-banner.hp-banner_network .hp-banner-text,
    .hp-banner.hp-banner_network2 .hp-banner-text,
    .hp-banner.hp-banner_network3 .hp-banner-text {
        line-height: 18px;
    }

    .hp-banner.hp-banner_internet > .container,
    .hp-banner.hp-banner_fibre > .container,
    .hp-banner.hp-banner_network2 > .container,
    .hp-banner.hp-banner_text-left-image-right > .container,
    .hp-banner.hp-banner_network3 > .container,
    .hp-banner.hp-banner_android > .container,
    .hp-banner.hp-banner_galaxy > .container,
    .hp-banner.hp-banner_coverage > .container,
    .hp-banner.hp-banner_network > .container {
        display: flex;
        flex-direction: column;
        height: 440px;
    }

    .hp-banner.hp-banner_internet .hp-banner-image {
        width: auto;
        height: 160%;
        top: 10px;
        bottom: auto;
    }

    .hp-banner.hp-banner_gigabit .hp-banner-image {
        position: absolute;
        width: auto;
        height: 160%;
        top: 10px;
        bottom: auto;
        right: 50%;
        transform: translateX(50%);
    }

    .hp-banner.hp-banner_got .hp-banner-image {
        position: absolute;
        width: auto;
        height: 280%;
        top: 0;
        bottom: auto;
        right: 50%;
        transform: translateX(50%);
    }

    .hp-banner.hp-banner_got .hp-banner-text-margin,
    .hp-banner.hp-banner_got .hp-banner-price-margin {
        margin-top: 8px;
    }

    .hp-banner.hp-banner_got .hp-banner-cta-margin {
        margin-top: 10px;
    }

    .hp-banner.hp-banner_got .hp-banner-legal-margin {
        margin-top: 5px;
    }

    .hp-banner.hp-banner_fantastic .hp-banner-image {
        width: auto;
        height: 253%;
        bottom: auto;
        top: -12px;
    }

    .hp-banner.hp-banner_iphonexr .hp-banner-image {
        width: auto;
        height: 170%;
        top: -30px;
        bottom: auto;
    }

    .hp-banner.hp-banner_iphone8 .hp-banner-image {
        height: 110%;
    }

    .hp-banner.hp-banner_devices .hp-banner-image {
        height: 170%;
    }

    .hp-banner.hp-banner_network2 .hp-banner-image {
        height: 210%;
    }

    .hp-banner.hp-banner_text-left-image-right .hp-banner-image {
        height: 100%;
    }
}

@media (min-width: 640px) {
    .hp-banner-content-wrap {
        padding-top: 15px;
        flex-grow: 1;
    }

    .hp-banner > .container {
        height: 440px;
        display: flex;
        flex-direction: row;
    }

    .hp-banner-content-wrap {
        width: 40%;
        padding-right: 20px;
        padding-left: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    .hp-banner-image-wrap {
        width: 60%;
        padding-right: 30px;
    }

    .hp-banner-text {
        font-size: 18px;
        line-height: 22px;
    }


    /* Custom banner styles - START */

    .hp-banner.hp-banner_fibre .hp-banner-image {
        width: 350px;
        position: absolute;
        right: 50%;
        bottom: -96px;
        top: auto;
        height: auto;
    }

    .hp-banner.hp-banner_coverage .hp-banner-image {
        width: 640px;
        position: absolute;
        right: 50%;
        top: auto;
        bottom: 0;
        height: auto;
    }

    .hp-banner.hp-banner_android .hp-banner-image {
        width: 360px;
        height: auto;
        position: absolute;
        right: calc(50% - 10px);
        bottom: -60px;
        top: auto;
    }

    .hp-banner.hp-banner_galaxy .hp-banner-image {
        width: 650px;
        position: absolute;
        right: -200px;
        bottom: 0;
        top: auto;
        height: auto;
    }

    .hp-banner.hp-banner_internet .hp-banner-image {
        width: 355px;
        position: absolute;
        right: 50%;
        bottom: -130px;
        top: auto;
    }

    .hp-banner.hp-banner_gigabit .hp-banner-image {
        width: 355px;
        position: absolute;
        right: 30px;
        bottom: -130px;
        top: auto;
    }

    .hp-banner.hp-banner_got .hp-banner-image {
        width: 355px;
        position: absolute;
        right: 30px;
        bottom: -130px;
        top: auto;
    }

    .hp-banner.hp-banner_network .hp-banner-image {
        width: 330px;
        position: absolute;
        right: 50%;
        bottom: 0;
        top: auto;
        height: auto;
    }

    .hp-banner.hp-banner_network2 .hp-banner-image {
        max-width: none;
        width: 400px;
        bottom: 0;
        left: 0;
        transform: none;
    }

    .hp-banner.hp-banner_network3 .hp-banner-image {
        max-width: none;
        width: 300px;
        bottom: 0;
        left: 50px;
        transform: none;
    }

    .hp-banner.hp-banner_network .hp-banner-content-wrap,
    .hp-banner.hp-banner_network .hp-banner-image-wrap,
    .hp-banner.hp-banner_network2 .hp-banner-content-wrap,
    .hp-banner.hp-banner_network2 .hp-banner-image-wrap,
    .hp-banner.hp-banner_text-left-image-right .hp-banner-image-wrap,
    .hp-banner.hp-banner_network3 .hp-banner-content-wrap,
    .hp-banner.hp-banner_network3 .hp-banner-image-wrap {
        width: 50%;
    }

    .hp-banner.hp-banner_galaxy .hp-banner-image-wrap {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
        position: static;
    }

    .hp-banner.hp-banner_galaxy > .container {
        position: static;
    }

    .hp-banner.hp-banner_fantastic .hp-banner-image {
        max-width: 335px;
        bottom: -95px;
        left: auto;
        right: 20px;
        transform: none;
    }

    .hp-banner.hp-banner_iphone8 .hp-banner-image {
        max-width: 330px;
        bottom: -20px;
        left: 0;
        transform: none;
    }

    .hp-banner.hp-banner_devices .hp-banner-image {
        max-width: 330px;
        bottom: -110px;
        left: 0;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_iphonexr .hp-banner-image {
        width: 200px;
        height: auto;
        bottom: -80px;
        left: 80px;
        transform: rotate(-40deg);
    }

    .hp-banner.hp-banner_satellite .hp-banner-image {
        max-width: none;
        width: auto;
        height: 490px;
        left: auto;
        right: 20px;
        bottom: -130px;
        top: auto;
    }

    .hp-banner.hp-banner_bundle2 .hp-banner-image {
        max-width: none;
        width: auto;
        height: 350px;
        left: auto;
        right: 20px;
        bottom: -40px;
        top: auto;
    }

    .hp-banner.hp-banner_network .hp-banner-image {
        max-width: 350px;
        bottom: 0;
        left: 0;
        transform: none;
    }

    .hp-banner.hp-banner_network2 .hp-banner-image {
        max-width: 370px;
        bottom: -210px;
        left: 10px;
        transform: none;
    }

    .hp-banner.hp-banner_text-left-image-right .hp-banner-image {
        max-width: 310px;
        bottom: 50%;
        left: 10px;
        transform: translateY(50%);
    }
    /* Custom banner styles - END */
}

@media (min-width: 640px) and (max-width: 999px) {
    .hp-banner.hp-banner_network2 .hp-banner-title {
        font-size: 28px;
    }

    .hp-banner.hp-banner_text-left-image-right .hp-banner-title {
        font-size: 28px;
    }

    .hp-banner.hp-banner_gigabit .hp-banner-title {
        font-size: 30px;
    }

    .hp-banner.hp-banner_got .hp-banner-title {
        font-size: 30px;
    }
}

@media (min-width: 1000px) {
    /* Carousel styles - START */
    .hp-banner-carousel-buttons {
        bottom: 30px;
        right: 85px;
        left: auto;
    }

    .hp-banner-carousel-pause {
        bottom: 28px;
        right: 30px;
    }
    /* Carousel styles - END */
    .hp-banner-content-wrap .hp-banner-text-margin {
        margin-top: 17px;
    }

    .hp-banner {
        position: relative;
        overflow: hidden;
    }

        .hp-banner .hp-banner-cta-margin {
            margin-top: 30px;
        }

    .hp-banner-price-margin {
        margin-top: 20px;
    }
    /* Custom banner styles - START */
    .hp-banner.hp-banner_network2 .hp-banner-cta-margin {
        margin-top: 20px;
    }

    .hp-banner.hp-banner_text-left-image-right .hp-banner-cta-margin {
        margin-top: 20px;
    }

    .hp-banner.hp-banner_fibre > .container,
    .hp-banner.hp-banner_coverage > .container,
    .hp-banner.hp-banner_android > .container,
    .hp-banner.hp-banner_galaxy > .container,
    .hp-banner.hp-banner_internet > .container {
        position: static;
    }

    .hp-banner.hp-banner_fantastic .hp-banner-content-wrap,
    .hp-banner.hp-banner_iphone8 .hp-banner-content-wrap,
    .hp-banner.hp-banner_devices .hp-banner-content-wrap,
    .hp-banner.hp-banner_iphonexr .hp-banner-content-wrap,
    .hp-banner.hp-banner_satellite .hp-banner-content-wrap,
    .hp-banner.hp-banner_bundle2 .hp-banner-content-wrap {
        padding-left: 30px;
        padding-right: 0;
    }

    .hp-banner.hp-banner_fibre .hp-banner-image-wrap,
    .hp-banner.hp-banner_coverage .hp-banner-image-wrap,
    .hp-banner.hp-banner_android .hp-banner-image-wrap,
    .hp-banner.hp-banner_galaxy .hp-banner-image-wrap,
    .hp-banner.hp-banner_network .hp-banner-image-wrap,
    .hp-banner.hp-banner_network2 .hp-banner-image-wrap,
    .hp-banner.hp-banner_text-left-image-right .hp-banner-image-wrap,
    .hp-banner.hp-banner_network3 .hp-banner-image-wrap,
    .hp-banner.hp-banner_internet .hp-banner-image-wrap {
        padding-bottom: 0;
    }

    .hp-banner.hp-banner_fibre .hp-banner-image {
        width: 500px;
        right: auto;
        height: auto;
        left: 80px;
        bottom: -275px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_coverage .hp-banner-image {
        width: 980px;
        right: auto;
        left: -220px;
        bottom: -70px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_android .hp-banner-image {
        width: 590px;
        right: auto;
        left: 30px;
        bottom: -290px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_galaxy .hp-banner-image {
        width: 910px;
        right: -100px;
        left: auto;
        bottom: -50px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_internet .hp-banner-image {
        width: 620px;
        right: auto;
        left: 30px;
        bottom: -390px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_gigabit .hp-banner-image {
        width: 620px;
        right: 60px;
        bottom: -390px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_got .hp-banner-image {
        width: 560px;
        right: 40px;
        bottom: -360px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_network .hp-banner-image {
        width: 460px;
        right: auto;
        max-width: none;
        left: 30px;
        bottom: -40px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_network2 .hp-banner-image {
        width: 595px;
        right: auto;
        max-width: none;
        left: 0;
        bottom: -546px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_text-left-image-right .hp-banner-image {
        width: 495px;
        right: auto;
        max-width: none;
        left: 0;
        bottom: 25px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_network3 .hp-banner-image {
        width: 380px;
        right: auto;
        max-width: none;
        left: 20px;
        bottom: -90px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_fantastic .hp-banner-image {
        width: 600px;
        bottom: -380px;
        max-width: none;
    }

    .hp-banner.hp-banner_iphone8 .hp-banner-image {
        width: 500px;
        bottom: -40px;
        right: 65px;
        left: auto;
        max-width: none;
    }

    .hp-banner.hp-banner_devices .hp-banner-image {
        width: 580px;
        bottom: -390px;
        right: 65px;
        left: auto;
        max-width: none;
    }

    .hp-banner.hp-banner_iphonexr .hp-banner-image {
        width: 300px;
        height: auto;
        bottom: -200px;
        right: 115px;
        left: auto;
        transform: rotate(-50deg);
    }

    .hp-banner.hp-banner_satellite .hp-banner-image {
        bottom: -330px;
        max-width: none;
        width: auto;
        height: 170%;
        right: 20px;
    }

    .hp-banner.hp-banner_bundle2 .hp-banner-image {
        bottom: -238px;
        max-width: none;
        width: auto;
        height: 650px;
        right: 20px;
    }
    /* Custom banner styles - END */
}

@media (min-width: 1240px) {
    /* Carousel styles - START */
    .hp-banner-carousel-buttons {
        transform: translateX(600px);
        right: calc(50% + 55px);
        left: auto;
    }

    .hp-banner-carousel-pause {
        transform: translateX(600px);
        right: 50%;
        left: auto;
    }
    /* Carousel styles - END */
    .hp-banner-content-wrap {
        width: 40%;
        padding-right: 60px;
    }

    .hp-banner-image-wrap {
        width: 60%;
    }
    /* Custom banner styles - START */
    .hp-banner.hp-banner_fibre .hp-banner-image {
        width: 500px;
        right: auto;
        left: 80px;
        bottom: -275px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_coverage .hp-banner-image {
        width: 980px;
        right: auto;
        left: -250px;
        bottom: -70px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_android .hp-banner-image {
        width: 590px;
        right: auto;
        left: 60px;
        bottom: -300px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_galaxy .hp-banner-image {
        width: 900px;
        right: 0;
        left: auto;
        bottom: -40px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_internet .hp-banner-image {
        width: 730px;
        right: auto;
        left: 30px;
        bottom: -550px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_gigabit .hp-banner-image {
        width: 730px;
        right: 90px;
        bottom: -550px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_got .hp-banner-image {
        width: 730px;
        right: 70px;
        bottom: -550px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_network .hp-banner-image {
        width: 640px;
        right: auto;
        max-width: none;
        left: -100px;
        bottom: -49px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_network2 .hp-banner-image {
        width: 655px;
        right: auto;
        max-width: none;
        left: 0;
        bottom: -605px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_text-left-image-right .hp-banner-image {
        width: 565px;
        bottom: 0;
    }

    .hp-banner.hp-banner_network3 .hp-banner-image {
        width: 400px;
        right: auto;
        max-width: none;
        left: 20px;
        bottom: -110px;
        top: auto;
        transform: none;
    }

    .hp-banner.hp-banner_network .hp-banner-content-wrap,
    .hp-banner.hp-banner_network2 .hp-banner-content-wrap,
    .hp-banner.hp-banner_text-left-image-right .hp-banner-content-wrap,
    .hp-banner.hp-banner_network3 .hp-banner-content-wrap {
        padding-right: 140px;
    }

    .hp-banner.hp-banner_fantastic .hp-banner-content-wrap,
    .hp-banner.hp-banner_iphone8 .hp-banner-content-wrap,
    .hp-banner.hp-banner_devices .hp-banner-content-wrap,
    .hp-banner.hp-banner_iphohexr .hp-banner-content-wrap,
    .hp-banner.hp-banner_satellite .hp-banner-content-wrap,
    .hp-banner.hp-banner_bundle2 .hp-banner-content-wrap {
        padding-left: 60px;
    }

    .hp-banner.hp-banner_fantastic .hp-banner-image {
        width: 730px;
        bottom: -540px;
    }

    .hp-banner.hp-banner_iphone8 .hp-banner-image {
        width: 640px;
        bottom: -190px;
        right: 65px;
        left: auto;
    }

    .hp-banner.hp-banner_devices .hp-banner-image {
        width: 580px;
        bottom: -380px;
        right: 85px;
        left: auto;
    }

    .hp-banner.hp-banner_iphonexr .hp-banner-image {
        width: 310px;
        height: auto;
        bottom: -200px;
        right: 235px;
        left: auto;
        transform: rotate(-50deg);
    }

    .hp-banner.hp-banner_satellite .hp-banner-image {
        width: auto;
        height: 180%;
        bottom: -383px;
    }

    .hp-banner.hp-banner_bundle2 .hp-banner-image {
        width: auto;
        height: 790px;
        bottom: -380px;
        right: -10px;
    }
    /* Custom banner styles - END */
}
/*Banner style left and right layout img bottom on mobile*/
@media(min-width:640px) {
    /*Img middle*/
    .hp-banner_style_noBellements .hpAbsMiddleImg {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50% !important;
        position: absolute;
    }

    .hp-banner_style_noBellements > .hp-banner-left-right-bottomImg .hp-banner-image-wrap {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hp-banner_style_noBellements > .hp-banner-left-right-bottomImg .hp-banner-img-bottom,
    .hp-banner-text-right-img-left.hp-banner_style_noBellements_mobile-img-top .hp-banner-image-wrap:last-child,
    .hp-banner-text-right-img-left.hp-banner_style_noBellements_mobile-img-bottom .hp-banner-image-wrap:last-child,
    .hp-banner-text-left-img-right.hp-banner_style_noBellements_mobile-img-bottom .hp-banner-image-wrap:first-child,
    .hp-banner-text-left-img-right.hp-banner_style_noBellements_mobile-img-top .hp-banner-image-wrap:first-child {
        display: none !important;
    }
}

@media(max-width:639px) {
    .hp-banner_style_noBellements > .hp-banner-left-right-bottomImg .hp-banner-img-left {
        display: none;
    }

    .hp-banner .hp-banner-title {
        font-size: 24px;
        letter-spacing: -.6px;
        line-height: 24px;
    }

    .hp-banner_style_noBellements .hp-banner-image {
        max-width: 260px;
        margin: 0 auto;
        max-height: 100%;
        position: absolute;
    }

    .hp-banner_style_noBellements > .container {
        padding-top: 15px;
    }

    .hp-banner_style_noBellements_mobile-img-top > .container {
        padding-top: 0px;
    }

    .hp-banner-text-right-img-left.hp-banner_style_noBellements_mobile-img-top .hp-banner-image-wrap:last-child,
    .hp-banner-text-right-img-left.hp-banner_style_noBellements_mobile-img-bottom .hp-banner-image-wrap:first-child,
    .hp-banner-text-left-img-right.hp-banner_style_noBellements_mobile-img-bottom .hp-banner-image-wrap:first-child,
    .hp-banner-text-left-img-right.hp-banner_style_noBellements_mobile-img-top .hp-banner-image-wrap:last-child {
        display: none !important;
    }
}
/*End of banner new style - left and right no bellements style*/
/*Migrated carousel banner style for other pages*/
.hp-banner .hp-banner-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.hp-banner_style_noBellements .hp-banner-content-wrap {
    padding: 0px;
}

.hp-banner_style_noBellements .hp-banner-content .hp-banner-text {
    margin: 0px;
}

.hp-banner_style_noBellements .hp-banner-price-wrap,
.hp-banner_style_noBellements .hp-banner-content .hp-banner-legal {
    margin-top: 15px;
}

.hp-banner_style_noBellements .hp-banner-content .hp-banner-cta-margin {
    margin-top: 20px;
    margin-bottom: 10px;
}

@media(max-width:639px) {
    .hp-banner_style_noBellements .hp-banner-content-wrap {
        padding: 0px 15px;
        height: 60%;
    }

    .hp-banner_style_noBellements .hp-banner-content {
        max-width: 280px;
        margin: auto;
    }
    .hp-banner_style_noBellements .hp-banner-content .hp-banner-legal {
        margin-top: 0;
    }
}

@media(min-width:640px) {
    .hp-banner-content .hp-banner-text {
        font-size: 14px;
    }

    .hp-banner_style_noBellements .hp-banner-content-wrap,
    .hp-banner_style_noBellements.hp-banner_style_lesstext .hp-banner-image-wrap {
        width: 60%;
    }

    .hp-banner_style_noBellements .hp-banner-image-wrap,
    .hp-banner_style_noBellements.hp-banner_style_lesstext .hp-banner-content-wrap {
        width: 40%;
    }

    .hp-banner-text-left-img-right.hp-banner_style_noBellements .hp-banner-content-wrap {
        padding-right: 30px;
    }

    .hp-banner-text-right-img-left.hp-banner_style_noBellements .hp-banner-image-wrap {
        margin-right: 30px;
    }

    .hp-banner_style_noBellements .hp-banner-content .hp-banner-legal {
        margin-top: 15px;
    }

    .hp-banner_style_noBellements .hp-banner-content .hp-banner-cta-margin {
        margin-top: 30px;
    }

    .hp-banner_style_noBellements .hp-banner-price-wrap {
        margin-top: 20px;
    }
}

@media(min-width:1000px) {
    .hp-banner .hp-banner-title {
        font-size: 32px;
    }

    .hp-banner-content .hp-banner-text {
        font-size: 18px;
    }

    .hp-banner-text-right-img-left.hp-banner_style_noBellements .hp-banner-image-wrap {
        margin-right: 60px;
    }

    .hp-banner-text-left-img-right.hp-banner_style_noBellements .hp-banner-content-wrap {
        padding-right: 60px;
    }
}

@media(min-width:1240px) {
    .hp-banner .hp-banner-title {
        font-size: 40px;
    }
}
/*Carousel style overwritten - same height shadow box*/
#hpBannerCarousel {
    background: white;
}

    #hpBannerCarousel .slick-track {
        display: table;
    }

    #hpBannerCarousel .slick-slide {
        display: table-cell !important;
        vertical-align: middle;
        float: none;
        position: relative
    }

        #hpBannerCarousel .slick-slide .hp-banner_shadow:after {
            box-shadow: none;
        }

        #hpBannerCarousel .slick-slide:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            box-shadow: inset 0 0 80px 20px rgba(0, 0, 0, .05);
        }
    /*end of carousel style overwritten*/
    /*Adding carousel with tabs style*/
    #hpBannerCarousel + .nav-tabs-se {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.06) 100%);
        border-bottom: 1px solid #d4d4d4;
        background-color: white;
    }

        #hpBannerCarousel + .nav-tabs-se a.rsx-tabs-tab.rsx-active {
            position: relative;
            bottom: -1px;
            z-index: 1;
        }

        #hpBannerCarousel + .nav-tabs-se .rsx-tabs:not(.rsx-tabs_vertical) .rsx-tabs-tab.rsx-active .rsx-tabs-tab-top {
            background-color: #fff;
            display: table-cell;
            float: none;
            vertical-align: middle;
        }
/*End of migrated carousel banner for none homepage banners*/
a#cmsEditLink {
    position: relative;
    z-index: 5;
}
/*banner style for full background image home page banner - with Bellement style*/
.hp-banner.hp-banner-full-bg-dark * {
    color: #fff;
}

.hp-banner.hp-banner-full-bg-dark .rsx-button {
    background-color: #fff;
    font-weight: 700;
    color: #00549a;
}

.hp-banner.hp-banner-full-bg {
    background-size: cover;
}

@media(max-width:639px) {
    .hp-banner.hp-banner-column-reset-xs > .container {
        flex-direction: column;
    }
}
/*full-clickable for homepage banner learnmore - mobile only*/
a.rsx-learn-more-link.hp-banner-cta-mobile:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
/*Promotional banner offer styles*/
/*Sliders style - 40-60 50-50 layouts - bellement*/
@media (min-width: 640px) {
    .rsx-bellement-slider .hp-banner-content-wrap {
        padding-right: 0px !important;
    }
}

@media (min-width: 1000px) {
    .rsx-bellement-slider.bellement-40-60 .hp-banner-image {
        bottom: -490px !important;
    }

    .rsx-bellement-slider.bellement-50-50 .hp-banner-image {
        bottom: -490px !important;
    }
}

@media (min-width: 1240px) {
    .rsx-bellement-slider.bellement-40-60 .hp-banner-image-wrap {
        width: 40% !important;
    }

    .rsx-bellement-slider.bellement-40-60 .hp-banner-content-wrap {
        width: 60% !important;
    }

    .rsx-bellement-slider.bellement-50-50 .hp-banner-image-wrap {
        width: 50% !important;
    }

    .rsx-bellement-slider.bellement-50-50 .hp-banner-content-wrap {
        width: 50% !important;
    }

    .rsx-bellement-slider.bellement-40-60 .hp-banner-image {
        width: 535px !important;
        bottom: -467px !important;
        right: -30px !important;
    }

    .rsx-bellement-slider.bellement-50-50 .hp-banner-image {
        width: 573px !important;
        bottom: -490px !important;
        right: -20px !important;
    }
}

.rsx-promotional-offers-filters {
    overflow: hidden;
}

.rsx-filters-button-group {
    overflow-x: auto;
    display: flex;
}

.rsx-promotional-offers-wrapper > .rsx-promotional-offers-intro {
    text-align: center;
}

    .rsx-promotional-offers-wrapper > .rsx-promotional-offers-intro .rsx-promotional-offers-intro-header {
        padding: 40px 15px 0 15px;
    }

    .rsx-promotional-offers-wrapper > .rsx-promotional-offers-intro .rsx-promotional-offers-intro-text {
        padding: 0 15px;
    }

.rsx-flex-content-middle-row {
    flex-direction: row;
    justify-content: center;
    display: flex;
}

    .rsx-flex-content-middle-row .rsx-button,
    .rsx-promotional-offers-wrapper .rsx-button {
        display: inline-flex;
        width: auto;
        white-space: nowrap;
    }

.rsx-filters-button-group.rsx-selected-filters-list .rsx-button {
    margin-right: 10px;
}

.rsx-promotional-offers-filters-wrapper.container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    overflow: auto;
}

@media(max-width:639px) {
    .rsx-filters-button-group.rsx-selected-filters-list > a.rsx-button:first-child {
        margin-left: 15px;
    }

    .rsx-filters-button-group.rsx-selected-filters-list > a.rsx-button:last-child {
        margin-right: 15px;
    }
}

.rsx-filters-button-group.rsx-selected-filters-list .rsx-button_outline:hover {
    background-color: #fff !important;
}

.rsx-filters-button-group.rsx-selected-filters-list a[data-close-template-enable="false"].rsx-button.rsx-button-selected {
    padding: 10px 36px;
}

.rsx-filters-button-group.rsx-selected-filters-list a[data-close-template-enable="true"].rsx-button.rsx-button-selected {
    padding-left: 20px;
    padding-right: 15px;
}

.rsx-filters-button-group.rsx-selected-filters-list a[data-close-template-enable="true"].rsx-button .rsx-criteria-button-image {
    margin-left: 18px;
    height: 12px;
    width: 12px;
}

.rsx-filters-button-group .rsx-filtered-button-inner-wrapper {
    display: flex;
    align-items: center;
}

.rsx-promotional-offer-tile-wrapper {
    padding: 0 15px 15px 15px;
    display: none;
    flex-direction: column;
}

    .rsx-promotional-offer-tile-wrapper.rsx-promotional-offer-tile-display {
        padding: 0 15px 30px 15px;
        flex-direction: column;
        display: flex;
    }

.rsx-promotional-offer-tile-flag {
    margin-top: 15px;
    background-color: #00549a;
    display: inline-flex;
    justify-content: center;
    color: white;
    border-radius: 2px;
    padding: 3px 7px 2px;
    align-self: center;
    font-size: 10px;
    font-weight: bold;
}

.rsx-promotional-offer-tile-content > * {
    margin-top: 15px;
}

.rsx-promotional-offer-tile-image {
    margin-top: 15px;
    max-height: 260px;
    overflow: hidden;
}

    .rsx-promotional-offer-tile-image > img {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }

.rsx-promotional-offer-tile-title {
    font-weight: 700;
    font-family: Arial;
    font-size: 18px;
    color: #111;
    letter-spacing: normal;
    line-height: 1.2;
}

.rsx-promotional-offer-tile-price .rsx-price {
    font-family: rsx-font-heavy;
    font-size: 37px;
}

.rsx-promotional-offer-tile-lob {
    font-size: 14px;
    font-weight: 700;
    color: #00549a;
    text-transform: uppercase;
}

.rsx-promotional-offers-list {
    margin-bottom: 0px;
}

    .rsx-promotional-offers-list .rsx-promotional-offer-tile-wrapper {
        margin-bottom: 15px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        -webkit-transition: all 250ms cubic-bezier(0.445, 0.170, 0.515, 0.890);
        -moz-transition: all 250ms cubic-bezier(0.445, 0.170, 0.515, 0.890);
        -o-transition: all 250ms cubic-bezier(0.445, 0.170, 0.515, 0.890);
        transition: all 250ms cubic-bezier(0.445, 0.170, 0.515, 0.890);
        /* custom */
    }

        .rsx-promotional-offers-list .rsx-promotional-offer-tile-wrapper:hover {
            -moz-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .16);
            -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .16);
        }

@media(max-width:639px) {
    .rsx-filters-button-group.rsx-selected-filters-list .rsx-button:last-child {
        margin-right: 0px;
    }
}

@media(min-width:640px) {
    .rsx-promotional-offer-tile-image {
        max-height: 190px;
    }

    .rsx-promotional-offers-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .rsx-promotional-offers-list .rsx-promotional-offer-tile-wrapper {
            flex: 1 0 47.5%;
            max-width: 47.5%;
            margin: 7.5px;
            /*Spacing 15px in between*/
        }
}

@media(min-width:1000px) {
    .rsx-promotional-offer-tile-wrapper.rsx-promotional-offer-tile-display {
        padding: 0 30px 30px 30px;
    }

    .rsx-promotional-offer-tile-image {
        margin-top: 30px;
        max-height: 175px;
    }

    .rsx-filters-button-group {
        justify-content: center;
    }

    .rsx-promotional-offers-list .rsx-promotional-offer-tile-wrapper {
        flex: 1 0 31%;
        max-width: 31%;
    }
}

@media(min-width:1240px) {
    .rsx-promotional-offer-tile-image {
        max-height: 240px;
    }

    .rsx-promotional-offers-list .rsx-promotional-offer-tile-wrapper {
        flex: 1 0 32%;
        max-width: 32%;
    }
}

.rsx-promotional-noflag {
    visibility: hidden;
}

.rsx-banner-fullclick-removal {
    text-decoration: none;
}

    .rsx-banner-fullclick-removal:before {
        display: none;
    }
/*general carousel styles*/
@media(max-width:639px) {
    .banner-pedestal .hp-banner-content-wrap {
        padding-bottom: 45%;
    }

    .banner-pedestal .hp-banner-image-wrap > .hp-banner-image {
    }

    .banner-standalone .hp-banner-content {
        max-width: 400px;
        margin: auto;
        height: 100%;
    }

    .hp-banner.banner-pedestal.reverse > .container {
        flex-direction: column-reverse;
    }

    #hpBannerCarousel .slick-track {
        display: flex !important;
    }

    #hpBannerCarousel .slick-slide {
        display: flex !important;
        float: left;
        position: relative;
        justify-content: center;
        height: auto;
    }

    .hp-banner > .container {
        height: auto!important;
        min-height: 440px;
    }

    #hpBannerCarousel .slick-slide > div,
    #hpBannerCarousel .slick-slide > div > div,
    #hpBannerCarousel .slick-slide > div > div > div,
    #hpBannerCarousel .hp-banner {
        height: 440px;
        width: 100%;
    }

    .hp-banner.banner-pedestal .hp-banner-image {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin-top: -40%;
    }
}

@media (min-width: 640px) {
    .banner-standalone .hp-banner-content-wrap,
    .banner-pedestal .hp-banner-content-wrap {
        padding-right: 0px;
    }

    .banner-40-60-layout.banner-pedestal .hp-banner-image,
    .banner-50-50-layout.banner-pedestal .hp-banner-image {
        bottom: -180px;
    }

    .hp-banner.reverse > .container {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1000px) {
    .banner-40-60-layout .hp-banner-image-wrap,
    .banner-40-60-layout .hp-banner-content-wrap,
    .banner-50-50-layout .hp-banner-image-wrap,
    .banner-50-50-layout .hp-banner-content-wrap {
        width: 50%;
    }

    .banner-50-50-layout.banner-pedestal .hp-banner-image,
    .banner-40-60-layout.banner-pedestal .hp-banner-image {
        bottom: -438px;
        right: 0;
        width: 518px;
    }   
}

@media (min-width: 1240px) {
    .banner-40-60-layout .hp-banner-image-wrap {
        width: 40%;
    }

    .banner-40-60-layout .hp-banner-content-wrap {
        width: 60%;
    }

    .banner-50-50-layout .hp-banner-image-wrap {
        width: 50%;
    }

    .banner-50-50-layout .hp-banner-content-wrap {
        width: 50%;
    }

    .banner-40-60-layout.banner-pedestal .hp-banner-image {
        width: 535px;
        bottom: -467px;
        right: -30px;
    }

    .banner-40-60-layout.banner-pedestal.reverse .hp-banner-image {
        right: 0px;
    }

    .banner-50-50-layout.banner-pedestal .hp-banner-image {
        width: 582px;
        right: -20px;
        bottom: -530px;
    }

    .banner-50-50-layout.banner-pedestal .hp-banner-image {
        right: -5px;
    }
}


/*Bundle tile banner carousels*/
.bundleTileCarousels {
    width: 100%;
}

    .bundleTileCarousels div > .container {
        display: flex;
        flex-wrap: nowrap;
        margin: 0px auto;
    }

    .bundleTileCarousels .container > .row {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }



.bundle-tile-carousel-wrap {
    display: flex;
    flex-flow: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    align-items: baseline;
    width: calc(31% - 10px);
    height: 100%;
}

.bundle-tile-carousel {
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner-carousel-height {
    height: 440px;
    overflow: hidden;
}


.bundle-tile-carousel > .slick-list {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid#dedede;
    background-color: rgba(0,0,0,.02);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
    height: 100%;
}



.bundle-tiles {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .bundle-tiles .slick-dots li {
        display: inline-block;
    }

    .bundle-tiles .slick-dots {
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        padding-left: 0;
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
    }

        .bundle-tiles .slick-dots button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            padding: 0;
            border: 2px solid #999;
            margin: auto 4px;
            opacity: .5;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            color: transparent;
        }

        .bundle-tiles .slick-dots .slick-active button {
            background: #999;
            opacity: 1;
        }

.bundle-tile-heading-wrap {
    overflow: hidden;
    border-radius: 10px;
}

.bundle-tile-heading {
    padding: 20px 30px;
    background-color: #fff;
}

.bundle-tile-desc {
    border-top: 1px solid#dedede;
    padding: 25px 30px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .bundle-tile-desc a {
        position: relative;
        z-index: 99;
    }

.bundle-tile-subhead {
    font-size: 18px;
    color: #111;
    font-weight: 700
}

.bundle-price-total-wrap .bundle-tile-subhead {
    font-weight: normal
}

/*Icon styles*/
.bundle-tile-icon-list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .bundle-tile-icon-list > div,
    .bundle-tile-icon-item {
        display: flex;
        align-items: center;
    }

        .bundle-tile-icon-item svg,
        div.bundle-tile-icon-item .rsx-icon,
        .bundle-tile-icon-item .rsx-icon,
        div.bundle-tile-icon-item .rsx-icon-o,
        .bundle-tile-icon-item .rsx-icon-o {
            color: #00549a;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            align-self: center;
            justify-content: center;
            stroke-width: 0;
            fill: currentColor;
        }


            div.bundle-tile-icon-item .rsx-icon:before,
            .bundle-tile-icon-item .rsx-icon:before,
            div.bundle-tile-icon-item .rsx-icon-o:before,
            .bundle-tile-icon-item .rsx-icon-o:before {
                font-size: 50px;
            }

        .bundle-tile-icon-item.custom .rsx-icon-plus:before {
            font-size: 25px
        }

        .bundle-tile-icon-item .rsx-icon-o.rsx-icon-o-unlimited:before {
            font-size: 32px;
        }

        .bundle-tile-icon-item .rsx-icon-o.rsx-icon-o-smart-home_devices:before {
            font-size: 65px;
        }

svg#rsx-icon-thermostat {
    height: 48px;
    margin: 0 2em;
    fill: #00549a;
}

svg.rsx-icon-thermostat {
    max-height: 50px;
    transform: scale(1.5);
}

.bundle-tile-icon-desc {
    margin: 10px 10px 10px 15px;
    width: 80%;
}

    .bundle-tile-icon-desc > * {
        margin: 0;
    }

.bundle-tile-icon-plus {
    margin-left: 10px;
    margin-right: 10px;
}

    .bundle-tile-icon-plus:before {
        font-size: 30px;
    }

.rsx-icon-rotate-45 {
    transform: rotate(45deg);
}

.bundle-tiles .slick-prev,
.bundle-tiles .slick-next {
    background: none;
    box-shadow: none;
}

.bundle-tiles .slick-prev {
    left: 0;
    -webkit-transform: translate(-20%,200%);
    -ms-transform: translate(-20%,200%);
    transform: translate(-20%,200%);
}

.bundle-tiles .slick-next {
    right: 0;
    -webkit-transform: translate(20%,200%);
    -ms-transform: translate(20%,200%);
    transform: translate(20%,200%);
}

    .bundle-tiles .slick-prev:before,
    .bundle-tiles .slick-next:before {
        color: #00549a;
        font-size: 20px;
        font-weight: 700;
    }

    .bundle-tiles .slick-prev:hover,
    .bundle-tiles .slick-prev:focus,
    .bundle-tiles .slick-next:hover,
    .bundle-tiles .slick-next:focus {
        background: none;
        outline: none;
    }

        .bundle-tiles .slick-prev:hover:before,
        .bundle-tiles .slick-prev:focus:before,
        .bundle-tiles .slick-next:hover:before,
        .bundle-tiles .slick-next:focus:before {
            color: #00215e;
        }

.bundle-tiles .slick-disabled:before,
.bundle-tiles .slick-disabled:hover:before,
.bundle-tiles .slick-disabled:focus:before {
    color: #ccc;
}

.bundle-tile-carousel .bundle-tile-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bundle-tile-carousel .slick-slide,
.bundle-tile-carousel .slick-track {
    height: 100%
}

.dock-bottom {
    position: fixed;
    width: 100%;
    z-index: 999;
}

    .dock-bottom.up {
        animation: transdockup .35s ease-in-out 0s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(.53,.23,.92,.29);
    }

    .dock-bottom.down {
        animation: transdockdown .35s ease-in-out 0s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(.53,.23,.92,.29);
    }

@keyframes transdockup {
    from {
        bottom: -600px;
    }

    to {
        bottom: 0;
    }
}

@keyframes transdockdown {
    from {
        bottom: 0;
    }

    to {
        bottom: -600px;
    }
}

@media(min-width:420px) {
    @keyframes transdockup {
        from {
            bottom: -300px;
        }

        to {
            bottom: 0;
        }
    }

    @keyframes transdockdown {
        from {
            bottom: 0;
        }

        to {
            bottom: -300px;
        }
    }
}

@media(min-width:1000px) {
    @keyframes transdockup {
        from {
            bottom: -300px;
        }

        to {
            bottom: 0;
        }
    }

    @keyframes transdockdown {
        from {
            bottom: 0;
        }

        to {
            bottom: -300px;
        }
    }
}


.bundle-price-total-wrap {
    background-color: #fff;
}

    .bundle-price-total-wrap.dock-bottom {
        background: rgb(238,238,238);
        background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
        border-top: 1px solid #efefef;
    }

    .bundle-price-total-wrap .container {
        padding: 15px 15px 30px 15px;
    }

        .bundle-price-total-wrap .container > .row {
            justify-content: space-around;
            width: 80%;
            margin: auto;
            flex-wrap: nowrap
        }

.bundle-grid {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 50%;
}

.bundle-grid-divider {
    width: 1px;
    background-color: #dedede;
    margin: 0 20px;
}

@media(max-width:999px) {
    .bundle-tile-carousel {
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

        .bundle-tile-carousel > .slick-list {
            border: none;
            background: #fff;
            box-shadow: none;
        }

        .bundle-tile-carousel .slick-track {
            display: flex;
        }

    .bundle-tile-wrap.slick-slide {
        padding-right: 15px;
        opacity: .8;
        display: flex;
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .bundle-tile-wrap.slick-slide img {
            margin: auto;
        }

    .bundle-tile-carousel > .single-slide {
        padding-right: 0 !important
    }

        .bundle-tile-carousel > .single-slide,
        .bundle-tile-carousel > .single-slide .slick-track,
        .bundle-tile-carousel > .single-slide .slick-slide,
        .bundle-tile-carousel > .single-slide .slick-slide .bundle-tile-content {
            width: 100% !important;
            height: 100%;
        }

            .bundle-tile-carousel > .single-slide .slick-slide img {
                margin: auto;
            }

    .bundle-tile-wrap.slick-slide.slick-center {
        opacity: 1;
    }


    .bundle-tile-wrap.slick-slide .bundle-tile-content {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .bundle-tile-wrap .bundle-tile-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .bundle-tile-wrap.slick-slide .bundle-tile-content:before {
        content: "";
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        border: 1px solid #e1e1e1;
        background-color: transparent;
        box-shadow: 0 6px 18px 0 rgba(0,0,0,.12);
        transition: box-shadow .2s;
        height: 100%;
        display: inline-flex;
        width: 100%;
    }

    .bundle-tiles .slick-dots {
        margin-top: 0px;
        top: -20px;
        position: relative;
        margin-bottom: -10px;
    }

    .bundle-tile-desc {
        background-color: rgba(0,0,0,.02);
    }
}

@media(max-width:999px) {
    .bundle-tiles {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .bundle-tile-carousel-wrap {
        width: 100%;
    }

    .bundle-price-total-wrap .container > .row {
        width: 100%;
    }

    .bundle-grid {
        max-width: 45%;
    }

    .bundle-tile-price.rsx-price {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .bundle-tile-subhead {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .bundle-text {
        font-size: 12px;
    }
}

@media(max-width:519px) {
    .bundle-price-total-wrap .bundle-tile-subhead {
        font-weight: 700;
    }

    .bundle-tile-content .bundle-tile-subhead {
        font-size: 18px
    }

    .bundle-tile-content .rsx-icon-circle-small {
        width: 28px;
        height: 28px;
    }

    .bundle-callus .rsx-call-us-link {
        font-size: 12px !important;
    }

    .bundle-tile-content .bundle-tile-heading > h2 {
        font-size: 22px;
        font-family: arial !important;
        font-weight: 700;
    }

    .bundle-tile-desc .bundle-tile-subhead {
        text-align: center;
    }
}



@media(max-width:999px) {
    .bundle-price-total-wrap .container > .row {
        width: 100%;
        flex-direction: column;
    }

    .bundle-grid {
        align-self: flex-start;
    }

    .bundle-grid-divider {
        margin: 5px;
    }
}

.bundle-grid {
    max-width: 100%;
    width: auto
}

@media(max-width:419px) {
    .bundle-tile-subhead,
    .small-text {
        font-size: 13px;
    }

    .rsx-icon-circle-small {
        width: 30px;
        height: 30px;
    }

    .rsx-flex.rsx-flex-center {
        margin-top: -5px;
    }

    .bundle-grid-divider {
        margin: 3px;
    }
}

.bundle-price-total-no-mob {
    white-space: nowrap;
}

/*new updates for dockbar style*/
.bundle-price--columns .bundle-price--tile-flex-horz {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.bundle-price--columns .bundle-grid {
    align-self: stretch;
    display: flex;
    width: 50%;
}

    .bundle-price--columns .bundle-grid.bundle-callus {
        width: 100%;
    }

.bundle-price--columns .bundle-tile-subhead {
    margin-bottom: 5px;
    height: 100%
}

.bundle-price--columns .bundle-grid-divider {
    margin-left: 10px;
    margin-right: 10px;
}

.bundle-price--tile-legal--wrap {
    justify-content: flex-start !important;
    max-width: 70% !important;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
}

.bundle-price--tile-legal {
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: 10px;
}

@media(min-width:1000px) {
    .bundle-price--tile-legal {
        font-size: 12px;
    }
}

@media(max-width:999px) {
    .bundle-price--columns > .row {
        margin: initial !important;
    }
}

@media(min-width:1000px) {
    .bundleTileCarousels div > .container {
        padding-bottom: 0
    }

    .bundle-price--columns .bundle-grid {
        max-width: 30%;
    }

    .bundle-price--columns .bundle-grid-divider {
        margin-left: 20px;
        margin-right: 20px;
    }

    .bundle-price-total-wrap .container > .row {
        margin: initial;
    }

    .bundleTileCarousels div > .container {
        display: flex;
        justify-content: space-around;
        flex-direction: column
    }


    .bundle-price-total-wrap .container > .row {
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-start;
        margin-top: initial;
        margin-bottom: 20px;
    }
}

@media(min-width:1240px) {
    .bundle-price--tile-legal--wrap {
        max-width: 49% !important;
    }
}

.bundle-tile-price {
    transition: .25s linear all;
}

.show-hide-block {
    opacity: 0;
    height: 0;
    transition: .25s linear all;
}

    .show-hide-block.active {
        opacity: 1;
        height: 20px;
    }

.bundle-tile-price.current-price {
    font-size: 12px;
}

.bundle-tile-price [data-price-formatted="false"] {
    color: #00549a
}

@media(min-width:1000px) {
    .bundle-tile-price.current-price {
        font-size: 14px;
    }
}

.flex-align-start {
    align-self: flex-start
}

/*Fix IE 11 issue*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bundle-tile-desc,
    .bundle-tile-carousel > .slick-list,
    .bundle-tile-carousel .bundle-tile-content {
        max-height: 700px;
    }

    .bundle-tile-icon-list {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

    .bundle-tile-carousel .slick-slide, .bundle-tile-carousel .slick-track {
        max-height: 100%;
    }
}

/*Accessory holidy compaign carousels*/
.product-list-carousel--accessory_wrapper {
    display: flex;
}

.accessory-item {
    padding: 20px;
}

.accessory-item-desc {
    font-size: 18px;
    color: #111;
    text-align: center;
    width: 100%;
}

.accessory-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accessory-item-price-detail > .rsx-price-group_two-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.accessory-item-price-detail .rsx-price {
    font-size: 36px;
    margin-top: 0px !important;
}

    .accessory-item-price-detail .rsx-price.rsx-price_inactive {
        margin-right: 10px;
    }

.accessory-item-content .rsx-button {
    display: inline-block;
    width: auto !important;
}

.accessory-carousel {
    padding: 20px;
}

    .accessory-carousel .slick-list {
        border: 1px solid #d4d4d4
    }

    .accessory-carousel .slick-track {
        display: flex;
        align-items: center;
    }

    .accessory-carousel .accessory-item-wrapper {
    }

@media(min-width:520px) and (max-width:999px) {

    .accessory-carousel .slick-list {
        border: 1px solid #d4d4d4
    }

    .slick-track .accessory-item-wrapper.slick-active {
        border-right: 1px solid #d4d4d4
    }
}

@media(min-width:1000px) {

    .slick-track .accessory-item-wrapper.slick-active {
        border-right: 1px solid #d4d4d4
    }
}

@media (max-width: 1239px) {
    .accessory-offers > .container,
    .product-list-carousel--accessory_wrapper > .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.accessory-carousel .slick-prev,
.accessory-carousel .slick-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all .25s cubic-bezier(.55,0,.1,1);
    font-size: 0;
    box-shadow: 0 14px 36px 0 rgba(0,0,0,.3);
    border: 1px solid #e1e1e1;
    color: #00549a;
    cursor: pointer;
}

    .accessory-carousel .slick-prev.slick-disabled,
    .accessory-carousel .slick-next.slick-disabled {
        display: none !important
    }

.accessory-carousel .slick-next {
    right: -5px;
}

.accessory-carousel .slick-prev {
    left: -5px;
}

    .accessory-carousel .slick-prev:before,
    .accessory-carousel .slick-next:before {
        font-family: 'bell-icon';
        top: 9px;
        position: absolute;
        font-size: 22px;
        color: #003676;
    }

    .accessory-carousel .slick-prev:before {
        transform: scaleX(-1);
        right: 15px;
        left: auto;
    }

.accessory-carousel .slick-next:before {
    right: 11px;
}

.accessory-carousel .slick-prev:hover,
.accessory-carousel .slick-next:hover,
.accessory-carousel .slick-prev:focus,
.accessory-carousel .slick-next:focus {
    outline: none;
    box-shadow: 0 14px 36px 0 rgba(0,0,0,.3), inset 0 0 0 2px #2672cb;
    background-color: #fff;
}

@media(min-width:1000px) {
    .accessory-carousel .slick-prev:hover:before,
    .accessory-carousel .slick-next:hover:before,
    .accessory-carousel .slick-prev:focus:before,
    .accessory-carousel .slick-next:focus:before {
        color: #003676;
    }
}


.accessory-carousel.transparent {
    opacity: 0;
    transition: .25s all;
}

    .accessory-carousel.transparent.in {
        opacity: 1;
    }

@media(min-width:1000px) {
    .accessory-carousel {
        padding: 20px 30px;
    }

        .accessory-carousel .slick-next {
            right: 5px;
        }

        .accessory-carousel .slick-prev {
            left: 5px;
        }
}

.accessory-offer {
    padding: 20px 30px;
    margin-bottom: 20px;
}

    .accessory-offer img,
    .accessory-item-image .product-img {
        max-width: 250px;
        margin: auto;
        width: 100%;
    }

.accessory-offers > .container {
    margin-bottom: 0;
}

    .accessory-offers > .container > .accessory-offers-row {
        display: flex;
        flex-direction: column;
    }

.accessory-offers .accessory-offer {
    position: relative;
}

@media(min-width:640px) {
    .accessory-offers > .container > .accessory-offers-row {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

        .accessory-offers > .container > .accessory-offers-row:after {
            width: calc(50% - 10px);
            display: block;
            content: " ";
        }


    .accessory-offers .accessory-offer {
        width: calc(50% - 10px);
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .accessory-offers .accessory-offer.reverse {
            flex-direction: row-reverse;
            padding-left: 30px;
        }

    .accessory-offer.reverse img {
        margin-right: 0;
        margin-left: 20px;
    }

    .accessory-offers.accessory-two-columns-style .accessory-offer {
        align-items: flex-start;
    }

    .accessory-offer img {
        max-width: 200px;
        margin: auto;
        width: auto;
    }
}

@media(min-width:640px) and (max-width:999px) {
    .accessory-offer {
        padding: 20px 10px 20px 0;
    }

        .accessory-offer.gallery-media {
            padding: 20px 15px!important;
        }

    .accessory-offers.gallery-media .accessory-offer {
        align-items: flex-start
    }

    .accessory-offer h3 {
        font-size: 20px !important
    }

    .accessory-offer a.rsx-learn-more-link,
    .accessory-offer p {
        font-size: 12px;
    }

    .accessory-offer img {
        max-width: 120px;
    }

    .accessory-offers .accessory-offer.gallery-media {
        flex-direction: column;
    }

    .accessory-offer.gallery-media img {
        max-width: 180px;
        margin: 0 auto;
    }
}

@media(min-width:1000px) {

    .accessory-offers .accessory-offer {
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .accessory-offer img {
        margin-right: 10px;
        max-width: 180px;
    }

    .accessory-offer.gallery-media img {
        max-width: 220px;
    }
}

@media(min-width:1240px) {
    .accessory-carousel {
        padding: 20px 50px;
    }

        .accessory-carousel .slick-next {
            right: 24px;
        }

        .accessory-carousel .slick-prev {
            left: 24px;
        }

    .accessory-offer img {
        margin-right: 20px;
    }
}

.accessory-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media(min-width:520px) {
    .accessory-item-content,
    .accessory-item-desc {
        height: 100%;
    }
}

.accessory-carousel .slick-list,
.accessory-carousel .slick-track {
    display: flex;
}

.accessory-carousel .slick-track {
    align-items: center;
    flex: 0 0 auto;
}
/**Special offer tile*/
.accessory-offers.accessory-carousel {
    padding: 0;
}

.accessory-offers .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}


.accessory-offers.accessory-carousel .slick-prev {
    left: 5px
}

.accessory-offers.accessory-carousel .slick-next {
    right: 5px
}

@media(min-width:520px) {
    .accessory-offers.accessory-carousel .slick-prev {
        left: -15px
    }

    .accessory-offers.accessory-carousel .slick-next {
        right: -15px
    }
}

@media(min-width:1000px) {
    .accessory-offers.accessory-carousel .slick-prev {
        left: -25px
    }

    .accessory-offers.accessory-carousel .slick-next {
        right: -15px
    }
}

@media(min-width:1240px) {
    .accessory-offers .slick-list {
        margin-right: 0
    }

    .accessory-offers.accessory-carousel .slick-next {
        right: -25px;
    }
}

.accessory-offers.accessory-carousel .slick-list {
    border: none;
}

@media(min-width:640px) {
    .accessory-offers .slick-list {
        padding: 0 10% 0 0;
    }
}


.accessory-offers .slick-list,
.accessory-offers .slick-track,
.accessory-offers .slick-slide {
    display: flex;
}

    .accessory-offers .slick-slide .accessory-offer {
        width: 100%;
    }


.accessory-offers .accessory-offer-wrapper {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

.accessory-carousel ul.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    z-index: 10;
}

    .accessory-carousel ul.slick-dots > li {
        display: inline-block;
    }

.accessory-carousel .slick-dots .slick-active > button {
    background-color: #555;
}

.accessory-carousel .slick-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #555;
    background-color: transparent;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    margin: 0 4px;
    cursor: pointer;
}

.accessory-offers.accessory-carousel .slick-prev,
.accessory-offers.accessory-carousel .slick-next {
    transform: translateY(-80%);
}

ul.checkmark {
    list-style-type: none;
    text-align: left;
}

    ul.checkmark li:before {
        content: "\2713\0020";
        font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
        display: table-cell;
        color: #00549a;
    }

/*Flex helpers*/
.rsx-flex-h,
.rsx-flex-h-xxs {
    display: flex;
    flex-direction: row;
}

.rsx-flex-h-row,
.rsx-flex-h-row-xxs {
    align-items: center;
    flex: 0 0 auto;
}

.rsx-flex-h-v-middle,
.rsx-flex-h-v-middle-xxs {
    display: flex;
    align-items: center;
}

.rsx-flex-h-justify-between,
.rsx-flex-h-justify-between-xxs {
    display: flex;
    justify-content: space-between
}

.rsx-flex-h-two-columns-10 {
    width: calc(50% - 10px);
}

.rsx-flex-v,
.rsx-flex-v-xxs {
    display: flex;
    flex-direction: column;
}

.rsx-flex-v-row,
.rsx-flex-v-row-xxs {
    align-self: center;
    flex: 0 0 auto;
}

.rsx-flex-v-v-middle,
.rsx-flex-v-v-middle-xxs {
    display: flex;
    align-self: center;
}

.rsx-flex-v-justify-between,
.rsx-flex-v-justify-between-xxs {
    display: flex;
    justify-content: space-between
}

.rsx-justify-center {
    justify-content: center;
}

.rsx-align-items-center {
    align-items: center;
}

.rsx-align-self-center {
    align-self: center;
}

@media(min-width:520px) {
    .rsx-flex-h-xs {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-h-row-xs {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-h-v-middle-xs {
        display: flex;
        align-items: center;
    }

    .rsx-flex-h-justify-between-xs {
        display: flex;
        justify-content: space-between
    }

    .rsx-flex-h-two-columns-10-xs {
        width: calc(50% - 10px);
    }

    .rsx-flex-v-xs {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-v-row-xs {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-v-v-middle-xs {
        display: flex;
        align-items: center;
    }

    .rsx-flex-v-justify-between-xs {
        display: flex;
        justify-content: space-between
    }
}

@media(min-width:640px) {
    .rsx-flex-h-sm {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-h-row-sm {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-h-v-middle-sm {
        display: flex;
        align-items: center;
    }

    .rsx-flex-h-justify-between-sm {
        display: flex;
        justify-content: space-between
    }

    .rsx-flex-h-two-columns-10-sm {
        width: calc(50% - 10px);
    }

    .rsx-flex-v-sm {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-v-row-sm {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-v-v-middle-sm {
        display: flex;
        align-items: center;
    }

    .rsx-flex-v-justify-between-sm {
        display: flex;
        justify-content: space-between
    }
}

@media(min-width:1000px) {
    .rsx-flex-h-md {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-h-row-md {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-h-v-middle-md {
        display: flex;
        align-items: center;
    }

    .rsx-flex-h-justify-between-md {
        display: flex;
        justify-content: space-between
    }

    .rsx-flex-h-two-columns-10-md {
        width: calc(50% - 10px);
    }

    .rsx-flex-v-md {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-v-row-md {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-v-v-middle-md {
        display: flex;
        align-items: center;
    }

    .rsx-flex-v-justify-between-md {
        display: flex;
        justify-content: space-between
    }
}

@media(min-width:1240px) {
    .rsx-flex-h-lg {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-h-row-lg {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-h-v-middle-lg {
        display: flex;
        align-items: center;
    }

    .rsx-flex-h-justify-between-lg {
        display: flex;
        justify-content: space-between
    }

    .rsx-flex-h-two-columns-10-lg {
        width: calc(50% - 10px);
    }

    .rsx-flex-v-lg {
        display: flex;
        flex-direction: row;
    }

    .rsx-flex-v-row-lg {
        align-items: center;
        flex: 0 0 auto;
    }

    .rsx-flex-v-v-middle-lg {
        display: flex;
        align-items: center;
    }

    .rsx-flex-v-justify-between-lg {
        display: flex;
        justify-content: space-between
    }
}

/**
 * RSX Framework
 * Copyright 2015 Bell Canada
 * 
 * Displayed product and the grid they're contained in.
 */
 
.rsx-product {
    z-index: 5;
    border: 0 solid #e1e1e1;
    background-color: #fff;
    transition: all .5s cubic-bezier(.55,0,.1,1);
}

.rsx-product.rsx-active {
    z-index: 10;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
 
.rsx-product.rsx-active[class*="col-"],
.rsx-product.rsx-active + .rsx-product[class*="col-"] {
    border-left-color: transparent;
}

.rsx-product-info[class*="col-"],
.rsx-product-img[class*="col-"] {
    padding: 0;
}

.rsx-product-overview-image img {
    margin-right: auto;
    margin-left: auto;
}

.rsx-price-size-28 {
    color: #0066a4;
    display: block;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: .7;
    white-space: nowrap;
}
.rsx-price-size-28 > sup {
    font-size: 45%;
    letter-spacing: 0;
    top: -0.8em;
}

.rsx-price-group.rsx-price-group_strikethrough .rsx-price {
    color: #babec2;
}

.rsx-price-group.rsx-price-group_strikethrough .rsx-price:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 26px;
    left: -5px;
    height: 1px;
    width: 100%;
    background-color: #00549a;
    transition: background-color 0.5s cubic-bezier(.55,0,.1,1);
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
}

@media (max-width: 519px) {
    .rsx-product[class*="col-"] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .rsx-product > .row {
        display: table;
    }

    .rsx-product-img img {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .rsx-price-group.rsx-price-group_two-price .rsx-price + .rsx-price {
        margin-top: 10px;
    }
}


@media (min-width: 520px) {
    .rsx-product-overview-image .rsx-color-selector {
        margin-top: 30px;
    }

    .rsx-product-img.col-sm-12 img {
        margin-right: auto;
        margin-left: auto;
    }

    .rsx-price-group.rsx-price-group_two-price .rsx-price {
        font-size: 38px;
        float: left;
    }

    .rsx-price-group.rsx-price-group_two-price .rsx-price:first-of-type {
        margin-right: 10px;
    }
}


@media (min-width: 1000px) {
    .rsx-product[class*="col-"] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .rsx-product-img img {
        margin-right: auto;
        margin-left: auto;
    }
}




/* bottom */
.rsx-product-bottom {
    display: none;
    position: absolute;
    bottom: -70px;
    left: 0;
    height: 105px;
    border-top: 1px solid #dedede;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear;
    background-color: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,.3);
    text-align: center;
}

.rsx-product-bottom[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
}

.rsx-product-bottom:before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fff;
}

.rsx-product.rsx-active .rsx-product-bottom {
    visibility: visible;
    opacity: 1;
}

.rsx-product-bottom .rsx-button {
    width: 100%;
    margin-bottom: 10px;
}

.rsx-product-bottom .rsx-button ~ .rsx-button {
    margin-top: 0;
}


@media (min-width: 520px) and (max-width: 999px) {
    .rsx-product-info.col-sm-12 .rsx-product-name-group {
        margin-bottom: 85px;
    }
}


@media (min-width: 1000px) {
    .rsx-product .rsx-product-name-group {
        margin-bottom: 85px;
    }

    .rsx-product-bottom {
        display: block;
    }
}




/* grid */
.rsx-product-grid[class*="col-"] {
    padding: 0 0 125px 0;
}

.rsx-product-grid-header {
    position: relative;
    background-color: #f7f7f7;
}

.rsx-product-grid-header[class*="col-"] {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.rsx-product-grid-header h3 {
    padding-right: 85px;
}

.rsx-product-grid-btn-filter,
.rsx-product-grid-btn-filter:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.rsx-product-grid-btn-filter {
    padding-right: 25px;
}

.rsx-product-grid-btn-filter:after {
    content: '\e608';
    font-family: 'bell-icon';
    display: block;
    right: 0;
}

.rsx-product-grid-header ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
}

.rsx-product-grid-header li {
    float: left;
    margin-right: 10px;
}

.rsx-product-grid-header li .rsx-button {
    margin: 0;
    padding-right: 20px;
    border-width: 1px;
}

.rsx-product-grid-view-more {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #dedede;
    background-color: #f7f7f7;
    text-align: center;
}


/* name */
.rsx-product .rsx-product-price-group {
    margin-top: 20px;
}

.rsx-product-name-group {
	line-height: normal;
}

.rsx-product-brand,
.rsx-product-name,
.rsx-product-tagline,
.rsx-product-network {
    display: block;
    font-weight: normal;
    font-family: sans-serif;
    letter-spacing: normal;
}


.rsx-product-network {
    font-size: 14px;
    color: #999;
}

.rsx-product-brand {
	font-size: 14px;
	text-transform: uppercase;
}

.rsx-product-name { 
    font-size: 18px;
}

.rsx-product-name sup {
	font-size: 50%;
	top: -6px;
}

.rsx-product-tagline {
    font-size: 52px;
    font-weight: normal;
}


@media (max-width: 519px) {
    .rsx-product-info[class*="col-"]:not(.col-xs-12) {
        padding-left: 10px;
    }

    .rsx-product-info .rsx-price-group {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}


@media (min-width: 640px) {
    .rsx-product-name-wrapper {
        margin-bottom: 8px;
    }
}


@media (min-width: 520px) and (max-width: 999px) {
    .rsx-product-info[class*="col-"]:not(.col-sm-12) {
        padding-left: 10px;
    }

    .rsx-product-info:not(.col-sm-12) .rsx-price-group {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }

    .rsx-product-info.col-sm-12 {
        position: static;
    }
    
    .rsx-product-info.col-sm-12 > .rsx-price-group {
        position: absolute;
        bottom: 37px;
        left: 0;
        margin: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}


@media (min-width: 1000px) {
    .rsx-product-info {
        position: static;
    }

    .rsx-product-info > .rsx-price-group {
        position: absolute;
        bottom: 36px;
        left: 0;
        margin: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}




/* black product name text */
.rsx-product-name-group_black > .rsx-product-name {
    margin-top: 4px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.rsx-product-name-group_black + .rsx-price-group {
    margin: 0;
}




/* highlights */
.rsx-product-highlights p {
    font-weight: bold;
    color: #535353
}

.rsx-product-highlights-item img {
    margin: auto;
}


@media (min-width: 520px) and (max-width: 999px) {
    .rsx-product-highlights-item img {
        margin: 20px auto 45px;
    }
}


@media (min-width: 1000px) {
    .rsx-product-highlights-item {
        margin: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .rsx-product-highlights-item:first-of-type img {
        margin: auto;
    }

    .rsx-product-highlights-item:last-of-type img {
        margin: 0 auto 45px;
    }
}




/* type */
.rsx-product-info-type {
    display: inline-block;
    margin-top: 20px;
    padding: 2px 8px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
}

.rsx-product-info-type_plus {
    background-color: #0069ab;
}

.rsx-product-info-type_lite {
    background-color: #2b9edf;
}

.rsx-product-info-type_basic {
    background-color: #a6a6a6;
}




/* price */
.rsx-price-group {
    display: inline-block;
	position: relative;
	line-height: normal;
}

.rsx-price {
	font-size: 47px;
	color: #00549a;
	display: block;
    white-space: nowrap;
    line-height: 1;
	letter-spacing: -1px;
	font-family: 'bell-slim';
    font-weight: bold;

}

.rsx-price_inactive {
	color: #a6a6a6;
}

.rsx-price-label {
    display: block;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
}

.rsx-price + .rsx-price-label {
    margin-top: -2px;
}

.rsx-price > sup {
    top: -1.05em;
    font-size: 40%;
    letter-spacing: 0;
}

.rsx-price-w-side-note {
    display: table;
    width: 100%;
}

.rsx-price-w-side-note-price,
.rsx-price-w-side-note-note {
    display: table-cell;
    vertical-align: top;
}

.rsx-price-w-side-note-note {
    padding-left: 10px;
    padding-top: 5px;
}

.rsx-price-pretext {
    font-size: 13px;
}

.rsx-price-posttext {
    font-size: 13px;
    margin-left: -60px;
}

p.rsx-product-name-group + .rsx-price {
    margin: 14px 0 0 0;
}

.rsx-price-group_block {
    margin: 0;
    padding: 10px;
    border: 1px solid #bebebe;
}

.rsx-price-group_block .rsx-price,
.rsx-price-group_block .rsx-price-label {
    float: left;
}

.rsx-price-group_block .rsx-price {
    font-size: 30px;
}

.rsx-price-group_block .rsx-price-label {
    margin: 1px 0 0 10px;
    text-transform: uppercase;
}

.home-phone-accessories-grid-footer .rsx-price {
    display: inline;
}

@media (max-width: 999px) {
    .rsx-price-label br {
        display: none;
    }

    
}


@media (min-width: 1000px) {
    .rsx-product .rsx-price-group .rsx-price,
    .rsx-product .rsx-price-group .rsx-price-label {
        float: left;
    }

    .rsx-product .rsx-price-group .rsx-price-label {
        margin: 8px 8px 0;
    }
}


/*BRS price*/

.rsx-price-brs-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #111;
    margin-bottom: 7px;
}    

.rsx-price-brs-current {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #555;        
    margin-bottom: 10px;
}

.rsx-price-brs-current > strong,
.rsx-price-brs-header > strong {
    font-weight: normal;
}

.rsx-price-brs-current > strong,
.rsx-price-brs-header > strong {
    color: #00549A;
}

.rsx-price-brs-current.rsx-txt-white > strong,
.rsx-price-brs-header.rsx-txt-white > strong {
    color: inherit;
}

.rsx-price-brs-wrap {
    display: flex;
    flex-direction: row;        
    margin-bottom: 16px;
}

.rsx-price-brs-side {
    border-left: 1px solid #cccccc;
    margin-left: 20px;
    padding-left: 20px;
}

.rsx-price-brs {
    font-size: 47px;
    color: #00549a;
    display: block;
    white-space: nowrap;
    line-height: .85;
    letter-spacing: normal;
    font-family: 'bell-slim';
    font-weight: normal;
}

.rsx-price-brs > sup{
    font-size: 18px;
    top: -20px;
    line-height: 1;
}

.rsx-price-brs-current + .rsx-price-brs-legal {
    margin-top: -2px;
}

.rsx-price-brs-legal {
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;        
}

.rsx-price-details {
    display: inline-block;
    margin-top: 18px;
    font-size: 14px;
}

.rsx-price-details:hover,
.rsx-price-details:focus {
    text-decoration: none;
}

.rsx-price-details:hover > span,
.rsx-price-details:focus > span {
    text-decoration: underline;
}

.rsx-price-details:after {
    font-family: 'bell-icon';
    position: relative;
    top: .1em;
    content: "\00a0\e608";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.rsx-price-plus {
    border: 1px solid #00549a;
}

.rsx-price-plus-body {
    padding: 7px 15px;
    font-size: 12px;
}

.rsx-price-plus-heading {
    background-color: #00549a;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 6px 15px;
}

@media (max-width: 1000px) {

    .rsx-price-brs {
        font-size: 37px;
    }

    .rsx-price-brs > sup{
        font-size: 14px;
        top: -16px;
    }

    .rsx-price-brs-side {
        margin-left: 10px;
        padding-left: 10px;
    }
}


/* Order now */
.rsx-prod-order-now a,
.rsx-prod-order-now p {
    margin: 0;
    font-size: 14px;
}


@media (max-width: 519px) {
    .rsx-prod-order-now {
        text-align: center;
    }
    
    .rsx-prod-order-now .rsx-button {
        width: 80%;
        margin: 16px auto 10px auto;
    }
}


@media (min-width: 520px) {
    .rsx-prod-order-now a {
        float: right;
        margin-top: 12px;
    }

    .rsx-prod-order-now p,
    .rsx-prod-order-now .rsx-button {
        float: left;
    }

    .rsx-prod-order-now .rsx-button {
        margin: 0 30px 0 0;
    }

    .rsx-prod-order-now p {
        margin-top: 3px;
    }
}




/* compare checkbox */
.rsx-product-compare {
    float: right;
    margin-top: 18px;
    margin-bottom: 25px;
}

.rsx-product-compare label {
    opacity: 0;
    transition: opacity .5s cubic-bezier(.55,0,.1,1);
}

.rsx-product.rsx-active .rsx-product-compare label,
.rsx-product-compare label.rsx-active {
    opacity: 1;
}

.rsx-product-compare .rsx-label-text {
    font-weight: normal;
}


@media (max-width: 999px) {
    .rsx-product-compare {
        display: none;
    }
}




/* product purchase form */
.rsx-prod-purchase-form-top {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
}

.rsx-prod-purchase-form-top:before,
.rsx-prod-purchase-form-top:after {
    content: '';
    display: table;
}

.rsx-prod-purchase-form-top:after {
    clear: both;
}

.rsx-prod-purchase-form-top p {
    margin: 0 0 8px 0;
}

.rsx-prod-purchase-form-top .rsx-color-selector {
    margin-top: 0;
}

.rsx-prod-purchase-form-top .rsx-radios .rsx-label:not(:last-child) {
    margin-right: 16px;
}


@media (max-width: 519px) {
    .rsx-prod-purchase-form-top > div + div {
        margin-top: 8px;
    }
}


@media (min-width: 520px) {
    .rsx-prod-purchase-form-top > div {
        float: left;
    }

    .rsx-prod-purchase-form-top > div:not(:last-of-type) {
        margin-right: 40px;
    }
}


/* Product pricing and purchase options for product details pages*/

.rsx-product-purchase-header {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 20px;
}

.rsx-product-purchase-memory,
.rsx-product-purchase-colours {
    float: left;
}

.rsx-product-purchase-memory{
    margin-right: 30px;
}

.rsx-product-purchase-memory .rsx-label{
    margin-top: 5px;
    margin-right: 15px;
}

.rsx-product-purchase-options {
    width: 100%;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background: #fff;
    font-size: 0;
}

.rsx-product-purchase-option {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 14px;
}


.rsx-product-purchase-option:before {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0, .3);
    transition: opacity .2s cubic-bezier(.55,0,.1,1);
}

.rsx-product-purchase-option.rsx-active:before {
    opacity: 1;
}

.rsx-product-purchase-option.rsx-active,
.rsx-product-purchase-option.rsx-active .rsx-price-w-terms-price,
.rsx-product-purchase-option.rsx-active .rsx-price-w-terms-sup,
.rsx-product-purchase-option.rsx-active .rsx-label-text,
.rsx-product-purchase-option.rsx-active .rsx-icon,
.rsx-product-purchase-option.rsx-active a,
.rsx-product-purchase-option.rsx-active a:hover{
    color: #fff;
}

.rsx-product-purchase-option-name:before,
.rsx-product-purchase-option-details:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    background-color: #fff;
    transition: all .2s cubic-bezier(.55,0,.1,1);
    border-bottom: 1px solid #d4d4d4;
}

.rsx-product-purchase-option-name:before {
    width: 30%;
    left: 0;
    background-color: #f0f0f0;
}

.rsx-product-purchase-option.rsx-active .rsx-product-purchase-option-name:before {
    width: calc(30% + 10px);
    left: -10px;
    background-color: #fff;
    background-color: #00549a;
}

.rsx-product-purchase-option-details:before {
    border-left: 1px solid #d4d4d4;    
    width: 70%;
    right: 0;
    background-color: #fff;
}

.rsx-product-purchase-option.rsx-active .rsx-product-purchase-option-details:before {
    width: calc(70% + 10px);
    right: -10px;    
    background-color: #003778;
}

.rsx-product-purchase-option-details,
.rsx-product-purchase-option-name {
    padding: 20px;
}

.rsx-product-purchase-option-name {
    width: 30%;
    float: left; 
}

.rsx-product-purchase-option-name .rsx-label-text {
    padding-left: 0;
    padding-top: 10px;
    line-height: normal;
}

.rsx-product-purchase-option-details {
    width: 70%;
    float: left; 
}

.rsx-product-purchase-option-pricing {
    display: table;
    width: 100%;
}

.rsx-product-purchase-option-price-labels {
    display: table-row;
}

.rsx-product-purchase-option-prices {
    display: table-row;
}

.rsx-product-purchase-option-price-label,
.rsx-product-purchase-option-price {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.rsx-product-purchase-option-breakdown {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.rsx-product-purchase-option-breakdown .rsx-icon{
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    color: #00549a
}

.rsx-product-purchase-option-price:last-child {
    padding-right: 0;
}

.rsx-product-purchase-option-details .rsx-price-w-terms{
    font-size: 38px;
}

.rsx-product-purchase-footer {
    text-align: right;
    padding-top: 20px;
}

.rsx-product-purchase-footer-btn-order {
    display: inline-block;
    margin: 5px 0;
}

.rsx-product-purchase-footer-promo {
    text-align: left;
    border: 2px solid #bdbdbd;
    padding: 15px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 20px;
    clear: left;
}

.rsx-product-purchase-footer-promo h6 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.rsx-product-purchase-footer-promo p {
    margin: 0;
}

.rsx-product-purchase-promo {
    border-top: 2px solid #bdbdbd;
    margin-top: 20px;
    font-size: 12px;
    padding-top: 5px;
}

.rsx-product-purchase-price-breakdown {
    display: none;
}

.rsx-product-purchase-tooltip .rsx-tooltip-content {
    padding: 20px;
}


@media (max-width: 519px) {

    .rsx-product-purchase-memory,
    .rsx-product-purchase-colours {
        float: none;
    }

    .rsx-product-purchase-memory {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .rsx-product-purchase-option-name {
        width: 45%;
    }

    .rsx-product-purchase-option-name:before {
        width: 45%;       
    }

    .rsx-product-purchase-option.rsx-active .rsx-product-purchase-option-name:before {
        width: calc(45% + 10px);
    }

    .rsx-product-purchase-option-details {   
        width: 55%;
    }    

    .rsx-product-purchase-option.rsx-active .rsx-product-purchase-option-details:before {
        width: calc(55% + 10px);
    }

    .rsx-product-purchase-option-details:before {   
        width: 55%;
    }    

    .rsx-product-purchase-option-price-labels {
        display: none;
    }
    
    .rsx-product-purchase-option-price,
    .rsx-product-purchase-option-breakdown,
    .rsx-product-purchase-option-pricing,
    .rsx-product-purchase-option-pricing {
        display: block;
    }

    .rsx-product-purchase-option-breakdown {
        text-align: left;
        margin-top: 10px;
    }

    .rsx-product-purchase-option-price {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .rsx-product-purchase-option-price > .rsx-note{
        display: block;
        margin-bottom: 3px;
    }

    .rsx-product-purchase-option-price .rsx-price-w-terms-sub.rsx-note{
        display: none;
    }

    .rsx-product-purchase-footer-order-wrap-cell:last-of-type {
        padding-top: 20px;
    }
}

@media (min-width: 520px) {
    .rsx-product-purchase-option-price > .rsx-note:first-child{
        display: none;
    }

    .rsx-product-purchase-footer-order-wrap {
        display: table;
        width: 100%;
    }

    .rsx-product-purchase-footer-order-wrap-cell {
        display: table-cell;
        width: 50%;
        text-align: left;
        vertical-align: middle;
    }

    .rsx-product-purchase-footer-order-wrap-cell:last-of-type {
        text-align: right;
    }
}

@media (min-width: 520px) and (max-width: 639px) {
    .rsx-product-purchase-option-price .rsx-price-w-terms-sub.rsx-note{
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .rsx-product-purchase-option-price > .rsx-note{
        display: none;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .rsx-product-purchase-option-price .rsx-price-w-terms-sub.rsx-note{
        display: none;
    }
}

@media (max-width: 999px) {
    .rsx-product-purchase-footer {
        text-align: center;
        background: #f1f1f1;        
        padding: 20px 40px 40px;
        border: 1px solid #d4d4d4;
        border-top: 0;
    }
}

@media (min-width: 1240px) {
    .rsx-product-purchase-option-price > .rsx-note{
        display: none;
    }
}


.rsx-prod-term {
    width: 100%;
    margin-bottom: 20px;
}

.rsx-prod-term th,
.rsx-prod-term td {
    padding-right: 20px;
    padding-left: 20px;
    border: 0 solid #cbcbcb;
    border-top-width: 1px;
    transition: width .5s cubic-bezier(.55,0,.1,1),
        padding .5s cubic-bezier(.55,0,.1,1),
        border-color .2s linear,
        background-color .2s linear;
}

.rsx-prod-term th {
    width: 140px;
    background-color: #f9f9f9;
    text-align: left;
}

.rsx-prod-term td {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.rsx-prod-term tr.rsx-active th {
    border-right-width: 0;
    background-color: #003778;
    border-right-color: #003778;
}

.rsx-prod-term tr.rsx-active td {
    background-color: #00549a;
}

.rsx-prod-term tr.rsx-active th,
.rsx-prod-term tr.rsx-active + tr th {
    border-top-color: #003778;
}

.rsx-prod-term tr.rsx-active td,
.rsx-prod-term tr.rsx-active + tr td {
    border-top-color: #00549a;
}

.rsx-prod-term .rsx-price,
.rsx-prod-term .rsx-label-text {
    transition: color .2s linear;
}

.rsx-prod-term tr.rsx-active .rsx-price,
.rsx-prod-term tr.rsx-active .rsx-label-text {
    color: #fff;
}

/*Price display that needs to have both super- and subscript before and/or after the price*/

.rsx-price-w-terms {
    display: table;
    font-size: 47px;
}

.rsx-price-w-terms-price {
    line-height: 1;
    color: #00549a;
}

.rsx-price-w-terms-sup{
    font-size: 40%;
    color: #00549a;
    white-space: nowrap;
}

.rsx-price-w-terms-before {
    text-align: right;
}

.rsx-price-w-terms-after{
    text-align: left;
}

.rsx-price-w-terms-before .rsx-price-w-terms-sub{
    padding-right: 5px;
}

.rsx-price-w-terms-after .rsx-price-w-terms-sub {
    padding-left: 5px;
}


.rsx-price-w-terms-sub {
    font-size: initial;
}

.rsx-price-w-terms-before,
.rsx-price-w-terms-price,
.rsx-price-w-terms-after {
    display: table-cell;
    vertical-align: top;
}

.rsx-price-w-terms-before,
.rsx-price-w-terms-price,
.rsx-price-w-terms-after {
    display: table-cell;
}

@media (min-width: 1000px) {

}






@media (max-width: 519px) {
    .rsx-prod-term {
        margin-bottom: 15px;
    }

    .rsx-prod-term th {
        border-right-width: 1px;
    }

    .rsx-prod-term td {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rsx-prod-term .rsx-label-text {
        width: 98px;
    }
}


@media (min-width: 520px) {
    .rsx-prod-term th {
        width: 160px;
        text-align: left;
    }

    .rsx-prod-term td {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}




/* specifications list */
.rsx-specs-wrap > [class^="col-"],
.rsx-specs-wrap > [class*=" col-"] {
    transition: padding .5s cubic-bezier(.55,0,.1,1);
}

.rsx-specs-wrap h4 i,
.rsx-specs-wrap h3 i {
    display: inline-block;
    vertical-align: middle;
    border-color: #fff;
    color: #fff;
}

.rsx-specs {
    margin-top: 0;
    margin-bottom: 60px;
}

.rsx-specs-jumpto .rsx-custom-select {
    display: block;
    margin-top: 20px;
}

.rsx-specs-jumpto[class*="col-"] {
    padding-bottom: 0;
}

.rsx-specs > dt {
    color: #cbdceb;
}

.rsx-specs > dd {
    margin-left: 0;
}

.rsx-specs > dt[class*="col-"],
.rsx-specs > dd[class*="col-"] {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    border: 0 solid #578dbb;
}

.rsx-specs > dd[class*="col-"] {
    padding-right: 0;
}


@media (max-width: 519px) {
    .rsx-specs-wrap > [class^="col-"],
    .rsx-specs-wrap > [class*=" col-"] {
        padding-bottom: 0;
    }

    .rsx-specs-jumpto {
        border-bottom-width: 1px;
    }

    .rsx-specs-jumpto .rsx-custom-select {
        margin-bottom: 20px;
    }
    
    .rsx-specs > dt[class*="col-"] {
        padding-bottom: 1px;
    }

    .rsx-specs > dt[class*="col-"]:first-of-type {
        border-top-width: 1px;
    }

    .rsx-specs > dd[class*="col-"] {
        padding-top: 1px;
        border-bottom-width: 1px;
    }

    .rsx-specs-wrap > [class^="col-"] ~ [class^="col-"],
    .rsx-specs-wrap > [class^="col-"] ~ [class*=" col-"],
    .rsx-specs-wrap > [class*=" col-"] ~ [class^="col-"],
    .rsx-specs-wrap > [class*=" col-"] ~ [class*=" col-"] {
        padding-top: 0;
    }
}


@media (min-width: 520px) {
    .rsx-specs-jumpto[class*="col-"] {
        padding-right: 0;
    }

    .rsx-specs > dt[class*="col-"],
    .rsx-specs > dd[class*="col-"] {
        border-bottom-width: 1px;
    }

    .rsx-specs > dd {
        text-align: right;
    }

    .rsx-specs > dt[class*="col-"]:first-of-type,
    .rsx-specs > dd[class*="col-"]:first-of-type {
        border-top-width: 1px;
    }

    .rsx-specs-wrap > [class^="col-"]:nth-last-child(-n+2) .rsx-specs:last-child,
    .rsx-specs-wrap > [class*=" col-"]:nth-last-child(-n+2) .rsx-specs:last-child {
        margin-bottom: 0;
    }
}


@media (min-width: 1000px) {
    .rsx-specs-jumpto {
        display: none;
    }
}


@media (min-width: 1000px) and (max-width: 1239px) {
    .rsx-specs-wrap > [class^="col-"]:nth-child(even),
    .rsx-specs-wrap > [class*=" col-"]:nth-child(even) {
        padding-right: 10px;
    }

    .rsx-specs-wrap > [class^="col-"]:nth-child(odd),
    .rsx-specs-wrap > [class*=" col-"]:nth-child(odd) {
        padding-left: 10px;
    }
}


@media (min-width: 1240px) {
    .rsx-specs-wrap > [class^="col-"]:nth-child(even),
    .rsx-specs-wrap > [class*=" col-"]:nth-child(even) {
        padding-right: 20px;
    }

    .rsx-specs-wrap > [class^="col-"]:nth-child(odd),
    .rsx-specs-wrap > [class*=" col-"]:nth-child(odd) {
        padding-left: 20px;
    }
}




/* installments */
.rsx-product-installments > .row > [class^="col-"],
.rsx-product-installments > .row > [class*=" col-"] {
    padding: 0;
}

.rsx-product-installments .rsx-price {
    font-size: 38px;
}

.rsx-product-installments-retail {
    margin-top: 25px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e1e1e1;
}

.rsx-product-installments-retail p:first-of-type {
    float: left;
    margin: 22px 0;
    font-size: 16px;
}

.rsx-product-installments-retail p:last-of-type {
    float: right;
}

.rsx-product-installments-breakdown .rsx-price-group {
    margin: 0;
}

.rsx-product-installments > .row:last-child p,
.rsx-product-installments-breakdown .rsx-price-group > span:first-of-type {
    color: #999;
}

.rsx-product-installments > .row:last-child p {
    margin-bottom: 0;
}

.rsx-product-installments-breakdown .rsx-price-group > span:first-of-type {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
}




/* monthly discount */
.rsx-monthly-discount {
    padding: 15px 20px 10px 20px;
    margin-top: 20px;
    border: 2px solid #cacaca;
    font-size: 12px;
    text-transform: uppercase;
}

.rsx-monthly-discount > p {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.25;
}

.rsx-monthly-discount > p:first-child {
    margin-bottom: 6px;
}

.rsx-monthly-discount > .rsx-price {
    float: left;
    font-size: 36px;
}

.rsx-monthly-discount > .visible-xs {
    float: right;
    width: calc(100% - 55px);
    margin: 8px 0;
}


@media (max-width: 519px) {
    .rsx-monthly-discount {
        width: 75%;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media (min-width: 520px) {
    .rsx-monthly-discount > p:last-child {
        float: left;
        padding: 6px 12px;
        margin-top: 10px;
        margin-left: 12px;
        border-left: 1px solid #cecece;
    }
}




/* phone type */
.rsx-phone-type,
.rsx-phone-type ul,
.rsx-phone-type li,
.rsx-phone-type-def,
.rsx-phone-type-term {
    vertical-align: middle;
}

.rsx-phone-type {
    text-align: center;
}

.rsx-phone-type ul,
.rsx-phone-type li,
.rsx-phone-type-def,
.rsx-phone-type-term {
    display: inline-block;
}

.rsx-phone-type ul {
    padding: 0;
    margin: 0;
}

.rsx-phone-type li {
    margin-right: 20px;
    margin-left: 20px;
}

.rsx-phone-type-term {
    padding: 4px 8px;
    margin-right: 10px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.rsx-phone-type-def {
    width: 175px;
    text-align: left;
    font-size: 12px;
}

.rsx-product-purchase-option-breakdown .rsx-icon.rsx-icon-exclamation-circled{
    font-size: 16px;
    font-weight: normal;
}

.rsx-product-purchase-option-breakdown .rsx-icon.rsx-icon-exclamation-circled:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
