﻿/**
 * RSX Framework
 * Copyright 2015 Bell Canada
 * 
 * Generic styling that does not belong elsewhere. 
 */

.rsx-modal-close:focus {
    outline: -webkit-focus-ring-color auto 5px !important;
}

.rsx-page-banner {
    position: relative;
    text-align: center;
    transition: min-height 0.5s cubic-bezier(.55,0,.1,1);
}

.rsx-page-banner-content-box {
    background-color: rgba(232, 232, 232, .9);
    margin-top: 20px;
    margin-bottom: 20px;
}

.rsx-scroll-btn {
    position: absolute;
    bottom: 0;
}



@media (min-width: 520px) {
    .rsx-page-banner {
        /*height: 450px;*/
        text-align: left;
    }

    .rsx-page-banner-content-box {
        float: right;
    }
}

@media (min-width: 1000px) {
    .rsx-page-banner {
        height: 600px;
    }

        .rsx-page-banner h1 {
            font-size: 48px;
        }

    .rsx-page-banner-text {
        padding-top: 150px;
    }

    .rsx-page-banner-content-box {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
}

/* Header / Title Area */

.rsx-page-header-title-container h1 sup,
.rsx-page-header-title-container h2 sup,
.rsx-page-header-title-container .rsx-h1 sup,
.rsx-page-header-title-container .rsx-h2 sup {
    margin-bottom: 18px;
    top: -0.7em;
    font-size: 50%;
}

@media (max-width: 519px) {
    .rsx-page-header-title-container {
        margin-bottom: 18px;
    }
    /*arrow alignment for mobile view*/
    .rsx-internet-why-bell.rsx-slideshow.rsx-tabbed-slideshow {
        box-shadow: none;
    }

    .rsx-custom-icon .rsx-icon-o::before {
        left: 10%;
    }
}

@media (max-width: 999px) {
    .rsx-page-header-title-container {
        margin-top: 20px
    }
    /*arrow alignemnt used for both mobile and ipad view*/
    .rsx-custom-icon .rsx-caret_arrow:after {
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
    }
}

@media (min-width: 1000px) {
    .rsx-page-header-title-container {
        padding-top: 30px;
    }
}

/* Hot tiles */
.rsx-hot-tile {
    background: #00549a;
    text-align: center;
    color: #fff;
    display: block;
    transition: background-color 0.5s cubic-bezier(.55,0,.1,1);
    padding: 40px 20px;
}

    .rsx-hot-tile:link {
        color: #fff;
        text-decoration: none;
    }

    .rsx-hot-tile:visited {
        color: #fff;
        text-decoration: none;
    }

    .rsx-hot-tile:hover, .rsx-hot-tile:focus {
        color: #fff;
        text-decoration: none;
        background: #003778;
    }

    .rsx-hot-tile:active {
        color: #fff;
        text-decoration: none;
    }

    .rsx-hot-tile h3 {
        margin: 10px 0;
        color: #fff;
    }

        .rsx-hot-tile h3 > span {
            font-family: 'bell-icon';
            font-size: 15px;
        }

    .rsx-hot-tile .rsx-font_slim {
        font-size: 24px;
        display: block;
        margin: 10px 0;
    }

.rsx-hot-tile-content p {
    opacity: .8;
}

.rsx-hot-tile-content > p:last-of-type {
    margin-bottom: 0;
}

.rsx-hot-tiles_left .rsx-hot-tile {
    text-align: left;
}

.rsx-hot-tile-content-wrap > img {
    width: 80px;
    height: 80px;
}

.rsx-hot-tile .rsx-icon-o:before {
    font-size: 70px;
}

@media (max-width: 519px) {
    .rsx-hot-tiles {
        display: table;
    }

        .rsx-hot-tiles > .rsx-hot-tile {
            display: block;
            height: 100%;
            padding: 14px 34px 14px 20px;
            position: relative;
        }

    .rsx-hot-tile-content {
        width: 100%;
    }

    .rsx-hot-tile-content-wrap {
        display: block;
        position: relative;
    }

    .rsx-hot-tile,
    .rsx-hot-tile h3 {
        text-align: left;
    }

        .rsx-hot-tile p {
            display: none;
        }

    .rsx-hot-tile-content-wrap > img {
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 35px;
        height: 35px;
    }

    .rsx-hot-tile .rsx-icon-o {
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 35px;
        height: 35px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .rsx-hot-tile .rsx-icon-circle-large {
        border-width: 0;
    }

    .rsx-hot-tile .rsx-icon-o:before {
        font-size: 43px;
    }

    .rsx-hot-tile .rsx-icon-circle-xsmall:before, .rsx-icon-circle-small:before, .rsx-icon-circle-medium:before, .rsx-icon-circle-large:before, .rsx-icon-circle-xlarge:before {
        top: calc(50% - 1px) !important;
    }

    .rsx-hot-tile h3 {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: normal!important;
        width: calc(100% - 50px);
        font-family: Arial, Helvetica!important;
        margin: 0 !important;
    }

    .rsx-hot-tile:after {
        font-family: bell-icon;
        font-size: 15px;
        display: inline;
        position: absolute;
        content: '\e012';
        right: 20px;
        top: calc(50% - 10px);
    }

    .rsx-hot-tile h3 > span {
        font-size: 20px;
    }

    .rsx-hot-tile-content-wrap > img {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
    }
}


@media (max-width:519px) {

    rsx-hot-tiles3 {
        display: table;
    }

    .rsx-hot-tile3:after {
        font-family: bell-icon;
        font-size: 15px;
        display: inline;
        position: absolute;
        content: '\e012';
        right: 20px;
        top: calc(50% - 10px);
        color: gray;
    }

    .rsx-hot-tiles3 > .rsx-hot-tile3 {
        display: block;
        height: 100%;
        padding: 14px 34px 14px 10px;
        position: relative;
        text-decoration: none;
    }

    .rsx-hot-tile3-content {
        width: 100%;
    }

    .rsx-hot-tile3-content-wrap {
        display: block;
        position: relative;
    }

    .rsx-hot-tile3,
    .rsx-hot-tile3 h3 {
        text-align: left;
    }

        .rsx-hot-tile3 p {
            display: none;
        }

    .rsx-hot-tile3-content-wrap > img {
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 35px;
        height: 35px;
    }

    .rsx-hot-tile3 .rsx-icon-o {
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 35px;
        height: 35px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .rsx-hot-tile3 .rsx-icon-circle-large {
        border-width: 0;
    }

    .rsx-hot-tile3 .rsx-icon-o:before {
        font-size: 43px;
    }

    .rsx-hot-tile3 .rsx-icon-circle-xsmall:before, .rsx-icon-circle-small:before, .rsx-icon-circle-medium:before, .rsx-icon-circle-large:before, .rsx-icon-circle-xlarge:before {
        top: calc(50% - 1px) !important;
    }

    .rsx-hot-tile3 h3 {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: normal!important;
        width: calc(100% - 50px);
        font-family: Arial, Helvetica!important;
        margin: 0 !important;
    }

        .rsx-hot-tile3 h3 > span {
            font-size: 20px;
        }

    .rsx-hot-tile3-content-wrap > img {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
    }

    /*.rsx-category-icons {
        padding: 10px !important;
    }*/
}

@media (min-width: 519px) and (max-width:570px) {
    .rsx-hot-tiles3 {
        display: table;
        width: 440px;
    }

    .rsx-hot-tile3:after {
        font-family: bell-icon;
        font-size: 15px;
        display: inline;
        position: absolute;
        content: '\e012';
        right: 30px;
        top: calc(50% - 10px);
        color: gray;
    }

    .rsx-hot-tiles3 > .rsx-hot-tile3 {
        display: block;
        height: 100%;
        padding: 14px 34px 14px 10px;
        position: relative;
        text-decoration: none;
        border-top-width: 1px !important;
    }

    .rsx-hot-tile3-content {
        width: 100%;
    }

    .rsx-hot-tile3-content-wrap {
        display: block;
        position: relative;
    }

    .rsx-hot-tile3,
    .rsx-hot-tile3 h3 {
        text-align: left;
    }

        .rsx-hot-tile3 p {
            display: none;
        }

    .rsx-hot-tile3-content-wrap > img {
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 35px;
        height: 35px;
    }

    .rsx-hot-tile3 .rsx-icon-o {
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 35px;
        height: 35px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .rsx-hot-tile3 .rsx-icon-circle-large {
        border-width: 0;
    }

    .rsx-hot-tile3 .rsx-icon-o:before {
        font-size: 43px;
    }

    .rsx-hot-tile3 .rsx-icon-circle-xsmall:before, .rsx-icon-circle-small:before, .rsx-icon-circle-medium:before, .rsx-icon-circle-large:before, .rsx-icon-circle-xlarge:before {
        top: calc(50% - 1px) !important;
    }

    .rsx-hot-tile3 h3 {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: normal;
        width: calc(100% - 50px);
        font-family: Arial, Helvetica;
        margin: 0 !important;
    }

        .rsx-hot-tile3 h3 > span {
            font-size: 20px;
        }

    .rsx-hot-tile3-content-wrap > img {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
    }

    /*.rsx-category-icons .rsx-hot-tile3 {
        padding: 10px !important;
    }*/

    .rsx-category-icons {
        padding: 10px !important;
    }
}

@media (min-width: 580px) {
    .rsx-hot-tiles3 {
        display: table;
        width: 555px;
    }

    .rsx-hot-tile3:after {
        font-family: bell-icon;
        font-size: 15px;
        display: inline;
        position: absolute;
        content: '\e012';
        right: 20px;
        top: calc(50% - 10px);
        color: gray;
    }

    .rsx-hot-tiles3 > .rsx-hot-tile3 {
        display: block;
        height: 100%;
        padding: 14px 34px 14px 10px;
        position: relative;
        text-decoration: none;
        border-top-width: 1px !important;
    }

    .rsx-hot-tile3-content {
        width: 100%;
    }

    .rsx-hot-tile3-content-wrap {
        display: block;
        position: relative;
    }

    .rsx-hot-tile3,
    .rsx-hot-tile3 h3 {
        text-align: left;
    }

        .rsx-hot-tile3 p {
            display: none;
        }

    .rsx-hot-tile3-content-wrap > img {
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 35px;
        height: 35px;
    }

    .rsx-hot-tile3 .rsx-icon-o {
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 35px;
        height: 35px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .rsx-hot-tile3 .rsx-icon-circle-large {
        border-width: 0;
    }

    .rsx-hot-tile3 .rsx-icon-o:before {
        font-size: 43px;
    }

    .rsx-hot-tile3 .rsx-icon-circle-xsmall:before, .rsx-icon-circle-small:before, .rsx-icon-circle-medium:before, .rsx-icon-circle-large:before, .rsx-icon-circle-xlarge:before {
        top: calc(50% - 1px) !important;
    }

    .rsx-hot-tile3 h3 {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: normal;
        width: calc(100% - 50px);
        font-family: Arial, Helvetica;
        margin: 0 !important;
    }

        .rsx-hot-tile3 h3 > span {
            font-size: 20px;
        }

    .rsx-hot-tile3-content-wrap > img {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
    }
    /*rsx-category-icons {
        padding: 10px !important;
    }*/
    /*.rsx-category-icons .rsx-hot-tile3 {
        padding: 10px !important;
    }*/
}

/*@media (min-width: 520px) and (max-width: 999px) {

    .rsx-category-icons .rsx-hot-tile {
        padding: 40px !important;
    }*/

/*.rsx-category-icons .rsx-hot-tile-content-wrap {
        text-align: left !important;
    }
    .rsx-category-icons .rsx-icon-large:before,  .rsx-category-icons .rsx-icon-circle-large:before {
        font-size: 67px !important;
    }
    .page-code_prsshpwls-prdacclist .rsx-category-icons .rsx-hot-tile .rsx-font-face {
        margin-top: 20px !important;
    }
    
    .page-code_prsshpwls-prdacclist .rsx-category-icons .rsx-hot-tile h3:after {
        left: 0 !important;    
    }   

    arrow alignment for ipad view
     .rsx-custom-icon.rsx-modal-body a{
        border:1px solid;
    }

    .rsx-custom-icon .rsx-icon-circle-large::before{
        font-size: 52px;
    }

    .rsx-custom-icon .rsx-icon-circle-large::after{
        content: '';
        width: 60px;
        display: block;
        height: 60px;
        border-radius: 54px;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }*/
/*}*/



@media (min-width:520px) {
    .rsx-hot-tile h3:after {
        font-family: bell-icon;
        font-size: 15px;
        display: inline;
        position: relative;
        left: 10px;
        content: '\e012';
    }
}


@media (min-width: 1000px) {
    .rsx-hot-tile,
    .rsx-hot-tile h3 {
        text-align: left;
    }
}

/* 3 Block Component */

@media (max-width: 519px) {
    .page-code_prsshpwls-prdlistviewall .rsx-threeblock-two, .page-code_prsshpwls-prdlistviewall .rsx-threeblock-three {
        padding: 25px 30px 30px 30px;
    }
}

/* suggestions */
.rsx-suggestion {
    padding-left: 10px !important;
}

    .rsx-suggestion img {
        width: 50%;
    }

    .rsx-suggestion > div {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
    }


@media (max-width: 519px) {
    body .rsx-suggestion-list-title {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}


@media (min-width: 520px) {
    .rsx-suggestion-list-title {
        position: absolute;
        bottom: 0;
    }
}




/* view additional details */
.rsx-view-additional-details p[class*="col-"] {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
}

.rsx-view-additional-details a:hover {
    text-decoration: none;
}

.rsx-view-additional-details .rsx-icon {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}


@media (min-width: 520px) {
    .rsx-view-additional-details {
        margin-top: 40px;
        border-top: none;
    }

        .rsx-view-additional-details p[class*="col-"] {
            margin: 0;
            padding: 20px 0;
            text-align: left;
        }
}


/*Button with sitting "on top" color-profile a line*/

.rsx-button-on-line {
    display: table;
    width: 100%;
}

.rsx-button-on-line-line,
.rsx-button-on-line-button {
    display: table-cell;
    vertical-align: middle;
}

.rsx-button-on-line-line {
    width: 50%;
}

    .rsx-button-on-line-line .rsx-hr {
        background-color: #999;
    }

.rsx-button-on-line-button .rsx-button {
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 519px) {
    .rsx-button-on-line-line {
        display: none;
    }

    .rsx-button-on-line-button .rsx-button {
        white-space: normal;
        margin-left: 0;
        margin-right: 0;
    }
}


/* ways to shop */
.rsx-product-ways-shop ul {
    padding-bottom: 40px;
}

@media (max-width: 519px) {
    .rsx-product-ways-shop ul {
        padding: 0 20px;
    }
}

.rsx-product-ways-shop-item {
    padding: 20px 0;
    text-align: center;
}

    .rsx-product-ways-shop-item .rsx-button {
        margin: 8px 0 0 0;
    }

    .rsx-product-ways-shop-item p {
        margin: 8px 0 0 0;
        opacity: .8;
        font-size: 12px;
    }


@media (max-width: 639px) {
    .rsx-product-misc-item-image {
        display: none;
    }
}


@media (min-width: 640px) {
    .rsx-product-ways-shop-item {
        padding: 12px 0;
    }

        .rsx-product-ways-shop-item p {
            position: absolute;
            bottom: -14px;
            left: 50%;
            width: 100%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}


@media (min-width: 640px) and (max-width: 999px) {
    .rsx-product-ways-shop-item:not(:nth-child(-n+3)) {
        margin-top: 30px;
        padding: 0 20px;
    }
}

@media (min-width: 520px) and (max-width: 999px) {
    .rsx-category-icons .rsx-hot-tile-content-wrap {
        text-align: left !important;
    }

    .rsx-category-icons .rsx-icon-large:before, .rsx-category-icons .rsx-icon-circle-large:before {
        font-size: 67px !important;
    }

    .page-code_prsshpwls-prdacclist .rsx-category-icons .rsx-hot-tile .rsx-font-face {
        margin-top: 20px !important;
    }

    .rsx-category-icons .rsx-hot-tile {
        padding: 40px !important;
    }

    .page-code_prsshpwls-prdacclist .rsx-category-icons .rsx-hot-tile h3:after {
        left: 0 !important;
    }

    /*arrow alignment for ipad view*/
    .rsx-custom-icon.rsx-modal-body a {
        border: 1px solid;
    }

    .rsx-custom-icon .rsx-icon-circle-large::before {
        font-size: 52px;
    }

    .rsx-custom-icon .rsx-icon-circle-large::after {
        content: '';
        width: 60px;
        display: block;
        height: 60px;
        border-radius: 54px;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1000px) {
    .rsx-product-ways-shop-item {
        width: 16%;
        max-width: none;
    }

        .rsx-product-ways-shop-item:last-of-type {
            width: 24%;
        }
}




/* plus label */
.rsx-txt-label {
    display: inline-block;
    padding: 2px 10px;
    background-color: #0661A7;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}




/* image overflow */
.rsx-img-overflow[class^="col-"],
.rsx-img-overflow[class*=" col-"] {
    padding-left: 0;
}

.rsx-img-overflow img {
    display: block;
    max-width: calc(50vw - 15px);
    height: auto;
}




/* icon label set */
.rsx-icon-label-set {
    display: inline-block;
    font-family: 'bell-slim';
    text-align: center;
}

    .rsx-icon-label-set + .rsx-icon-label-set {
        margin-left: 28px;
    }

    .rsx-icon-label-set i {
        display: block;
        font-size: 54px;
        transition: font-size .5s cubic-bezier(.55,0,.1,1);
    }


@media (min-width: 520px) {
    .rsx-icon-label-set i {
        font-size: 64px;
    }
}




/* alternative banner implementation for md-lg */
.rsx-banner {
    background-repeat: no-repeat;
    background-position: center left calc(50% + 200px);
    background-size: 0;
}

.rsx-banner_left {
    background-position: center right calc(50% + 200px);
}


@media (min-width: 1000px) {
    .rsx-banner {
        background-size: auto calc(100% - 160px);
    }

        .rsx-banner .container {
            margin-bottom: 0;
        }

            .rsx-banner .container > .row > [class^="col-"],
            .rsx-banner .container > .row > [class*=" col-"] {
                margin-top: 80px;
                margin-bottom: 80px;
                background-color: #fff;
            }
}

/*Bottom alignment classes*/
.rsx-button-align-bottom {
    padding-bottom: 120px !important;
}

    .rsx-button-align-bottom div.rsx-pad-responsive:last-of-type {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }


@media (min-width: 1000px) {
    .rsx-content-bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

        .rsx-content-bottom > .rsx-button {
            margin-top: 0;
            margin-bottom: 0;
        }
}


@media (min-width: 520px) and (max-width: 999px) {
    .rsx-content-bottom:not(.rsx-content-bottom_no-sm) {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

        .rsx-content-bottom:not(.rsx-content-bottom_no-sm) > .rsx-button {
            margin-top: 0;
            margin-bottom: 0;
        }
}




/* modifications to slick carousel plugin */
.slick-slide.rsx-product ~ .rsx-product[class*="col-"] {
    border-left-width: 1px;
    border-top-width: 0;
}

.slick-slide.rsx-product[class*="col-"] {
    padding: 20px 30px;
}


@media (min-width: 520px) {
    .slick-slide.rsx-product[class*="col-"] {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


@media (min-width: 520px) and (max-width: 639px), (min-width: 1000px) and (max-width: 1239px) {
    .slick-slide.rsx-product[class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}


@media (min-width: 640px) and (max-width: 999px), (min-width: 1240px) {
    .slick-slide.rsx-product[class*="col-"] {
        padding-right: 40px;
        padding-left: 40px;
    }
}




/* text and image */
.rsx-text-and-image {
    display: table;
    table-layout: fixed;
}

    .rsx-text-and-image > [class^="col-"],
    .rsx-text-and-image > [class*=" col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .rsx-text-and-image img {
        width: 100%;
    }


@media (max-width: 519px) {
    .rsx-text-and-image > [class^="col-"],
    .rsx-text-and-image > [class*=" col-"] {
        padding: 20px;
    }
}

.rsx-hr {
    height: 1px;
    background-color: #e1e1e1;
    border: 0 !important;
}

.rsx-hr-dark-blue {
    height: 1px;
    background-color: #003778;
    border: 0 !important;
}




.rsx-filter-small-buttons li {
    line-height: 50px;
}

@media (min-width: 1000px) {
    .rsx-refactorthis {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.rsx-hide {
    display: none !important;
}

.rsx-txt-no-decoration,
.rsx-txt-no-decoration:link,
.rsx-txt-no-decoration:visited,
.rsx-txt-no-decoration:hover,
.rsx-txt-no-decoration:active {
    text-decoration: none !important;
}


.rsx-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rsx-list {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.rsx-list-standard {
    margin: 0;
    padding: 0;
}

ol.rsx-list {
    counter-reset: listItemCounter;
}

.rsx-list > li {
    margin-left: 1em;
    position: relative;
    padding-bottom: 3px;
}

.rsx-list-standard > li {
    margin-left: 1em;
    position: relative;
    padding-bottom: 3px;
}

ol.rsx-list > li {
    margin-left: 1.1em;
}


.rsx-list > li:last-child {
    padding-bottom: 0;
}

.rsx-list > li:before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: -1em;
}

.rsx-list-standard > li:before {
    position: absolute;
    top: 0;
    left: -1em;
}

ol.rsx-list > li:before {
    counter-increment: listItemCounter;
    content: counter(listItemCounter)".  ";
}

.rsx-list_check-circled > li,
.rsx-list.rsx-list_check > li,
.rsx-list.rsx-list_play > li {
    margin-left: 2em;
}

    .rsx-list_check > li:before,
    .rsx-list_check-circled > li:before,
    .rsx-list_play > li:before {
        font-family: 'bell-icon';
    }

.rsx-list_check > li:before {
    content: "\e602";
    font-size: .7em;
    line-height: 2;
    left: -2.6em;
}

.rsx-list_check-circled > li:before {
    content: "\e610";
    font-size: 1.2em;
    left: -1.6em;
}

.rsx-list_play > li:before {
    content: "\e608";
    font-size: 1em;
    left: -1.6em;
}

.rsx-list-no-style {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

    .rsx-list-no-style > li {
        display: block;
    }

.rsx-ellipses {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




/* Progress */
.rsx-progress.rsx-progress_selected-count {
    position: relative;
    padding: 10px;
    background-color: #999;
}

    .rsx-progress.rsx-progress_selected-count .rsx-progress-label {
        position: relative;
        z-index: 1;
    }

    .rsx-progress.rsx-progress_selected-count .rsx-progress-bar {
        background-color: #00549a;
        white-space: nowrap;
        transition: width 0.5s cubic-bezier(.55,0,.1,1);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .rsx-progress.rsx-progress_selected-count,
    .rsx-progress.rsx-progress_selected-count [class*="rsx-h"] {
        color: #fff;
    }



/* configurable text and image infoblock */
.rsx-configurable-wrapper {
    background-color: #fff;
}

    .rsx-configurable-wrapper.container {
        margin-bottom: 0 !important;
    }

    .rsx-configurable-wrapper > .rsx-margin-top {
        margin-top: 0 !important;
    }

.rsx-configurable-text-and-image {
    margin-bottom: 0;
    background-color: #fff;
}

    .rsx-configurable-text-and-image > .row {
        display: table;
        width: 100%;
    }

.rsx-configurable-image,
.rsx-configurable-text {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.rsx-configurable-wrapper .rsx-configurable-text-and-image:first-child {
    padding-top: 20px;
}

.rsx-configurable-wrapper .rsx-configurable-text-and-image:nth-last-child(2) {
    padding-bottom: 20px;
}

@media (max-width: 999px) {
    .rsx-configurable-text-and-image:nth-child(2) {
        padding-top: 20px;
    }

    .rsx-configurable-image,
    .rsx-configurable-text {
        float: left;
    }

    .rsx-configurable-wrapper .rsx-configurable-text-and-image:first-child .row > .rsx-configurable-text {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .rsx-configurable-wrapper .rsx-configurable-text {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .rsx-configurable-wrapper .rsx-configurable-text-and-image:last-of-type .row > .rsx-configurable-text {
        padding-bottom: 20px;
    }
}

.rsx-configurable-image[class*="col-"] {
    padding: 0;
}

@media (max-width: 519px) {
    .rsx-configurable-image[class*="col-"] {
        padding: 0 20px 0 20px;
    }
}

.rsx-hide-inactive {
    display: none;
}

    .rsx-hide-inactive.rsx-active {
        display: block;
    }

/* Page header */

.rsx-page-header-subtitle {
    font-size: 16px;
    margin: 0;
    margin-left: 5px;
}

/************************* Start of Address bar ********************/

.rsx-address-bar .rsx-h4,
.rsx-address-bar h4 {
    color: #fff;
}

.rsx-address-bar a,
.rsx-address-bar a:link,
.rsx-address-bar a:visited,
.rsx-address-bar a:hover,
.rsx-address-bar a:active {
    color: #fff;
    text-decoration: underline;
}

.rsx-address-bar > .row {
    color: #fff;
}

.rsx-address-bar-cta,
.rsx-address-bar-address {
    background: #00549a;
}


.rsx-address-bar-cta-wrap {
    position: relative;
}

.rsx-address-bar .rsx-icon-o {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rsx-address-bar-cta-login .rsx-button {
    margin-bottom: 0;
    margin-left: 0;
}

.rsx-address-bar-cta-login button:first-of-type {
    margin-right: 15px;
}

@media (max-width: 519px) {

    .rsx-address-bar {
        text-align: center;
    }

        .rsx-address-bar a {
            display: block;
            margin-top: 20px;
        }

    .rsx-address-bar-cta-login p:first-of-type {
        color: #555;
        margin-bottom: 0;
        margin-top: 0;
        display: block;
    }

    .rsx-address-bar-cta-login span {
        color: #555;
    }

    .rsx-address-bar-cta-login .rsx-button {
        display: inline-block;
        background: none;
        border: none;
        text-decoration: underline !important;
        width: auto;
        color: #FFF !important;
        padding: 10px 3px;
    }

        .rsx-address-bar-cta-login .rsx-button.rsx-button_white.rsx-button_outline:hover,
        .rsx-address-bar-cta-login .rsx-button:hover {
            color: #FFF !important;
        }

    .rsx-address-bar-cta-login button:first-of-type {
        margin-right: 0;
    }
}


@media (max-width: 999px) {

    .row > .rsx-address-bar-cta {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .row > .rsx-address-bar-address {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .rsx-address-bar .rsx-icon-o {
        display: none;
    }

    .rsx-address-bar-cta .rsx-h4 {
        padding-left: inherit;
    }

    .row > .rsx-address-bar-cta-login {
        padding-top: 20px;
        padding-bottom: 20px;
    }



    .rsx-address-bar-cta-login .rsx-button {
        margin-top: 0;
        font-size: 14px;
    }
}


@media (min-width: 520px) {
    .row > .rsx-address-bar-cta {
        padding-right: 10px;
    }

    .rsx-address-bar-address .rsx-h4 {
        display: inline-block;
        margin-right: 20px;
    }

    .rsx-address-bar-cta-login {
        background: #003778;
    }
}

@media (min-width: 520px) and (max-width: 999px) {
    .rsx-address-bar-cta-login p:first-of-type {
        display: inline-block;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1000px) {
    .rsx-address-bar > .row {
        display: table;
    }

    .rsx-address-bar-cta,
    .rsx-address-bar-address,
    .rsx-address-bar-cta-login {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

        .rsx-address-bar-address p:first-of-type,
        .rsx-address-bar-cta-login p:first-of-type {
            margin-top: 0;
            position: absolute;
            top: 20px;
        }
}

/************************* End of Address bar ********************/

.rsx-bg-blue-gradient {
    background: rgba(0, 0, 0, 0) radial-gradient(circle at center, #00549a 28%, #003778 63%, #003778 36%) repeat scroll 80px 0;
}

    .rsx-bg-blue-gradient * {
        color: #fff;
    }


@media (max-width: 519px) {
    .rsx-bg-blue-gradient {
        background: rgba(0, 0, 0, 0) radial-gradient(circle at top, #00549a 28%, #003778 97%, #003778 25%) repeat scroll 80px 0;
    }
}

/* Multiinfoblock Configurable Image Columns */
@media (min-width:1000px) {
    .rsx-configurable-image-columns .rsx-configurable-image-columns-background {
        background-size: 0;
    }
}

@media (max-width:1000px) {
    .rsx-configurable-image-columns .rsx-configurable-image-columns-background {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
}




/* Ordered List */
.rsx-ordered-list {
    list-style: none;
    counter-reset: orderedList;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .rsx-ordered-list > li:not(:first-of-type) {
        margin-top: 10px;
    }

    .rsx-ordered-list > li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .rsx-ordered-list > li:before,
    .rsx-ordered-list > li > div {
        display: inline-block;
        vertical-align: middle;
    }

    .rsx-ordered-list > li:before {
        counter-increment: orderedList;
        content: counter(orderedList);
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
        font-family: 'bell-slim', Helvetica, Arial, sans-serif;
        border: 2px solid #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        color: #fff;
    }

    .rsx-ordered-list > li > div {
        width: calc(100% - 65px);
        text-align: left;
    }

    .rsx-ordered-list > li a {
        text-decoration: underline;
        color: #fff;
    }

.rsx-list-spacing > li:not(:first-of-type) {
    margin-top: 10px;
}

.rsx-list-spacing > li:not(:last-of-type) {
    margin-bottom: 10px;
}


.rsx-o-list {
    list-style: none;
    counter-reset: olist;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .rsx-o-list > li {
        counter-increment: olist;
    }

        .rsx-o-list > li:not(:first-of-type) {
            margin-top: 10px;
        }

        .rsx-o-list > li:not(:last-of-type) {
            margin-bottom: 10px;
        }

        .rsx-o-list > li:before {
            content: counter(olist) '. ';
        }


/* Header breadcrumbs */

.rsx-breadcrumbs-header {
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.rsx-breadcrumbs-header-item {
    white-space: nowrap;
    margin: 2px 0;
    display: inline-block;
}

    .rsx-breadcrumbs-header-item a,
    .rsx-breadcrumbs-header-item .rsx-icon {
        color: #555;
        display: inline-block;
        vertical-align: middle;
    }

    .rsx-breadcrumbs-header-item.rsx-active a {
        color: #00549a;
    }

        .rsx-breadcrumbs-header-item.rsx-active a:hover {
            text-decoration: none;
        }

    .rsx-breadcrumbs-header-item.rsx-active .rsx-icon {
        display: none;
    }

.rsx-breadcrumbs-header .rsx-icon {
    color: #fff;
}

.rsx-breadcrumbs-header .rsx-icon-home {
    font-size: 18px;
    color: #00549a;
}

.rsx-breadcrumbs-header .rsx-icon-chevron-bold {
    font-size: 10px;
    margin: 0 3px;
    color: #555;
}

header .rsx-skip-to-main-link {
    display: inline-block;
    padding: 9px 12px;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    border-bottom-right-radius: 8px;
    transition: top .3s ease-out;
    z-index: 3000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    background: #2d2e33;
}

    header .rsx-skip-to-main-link:focus {
        top: 0;
    }

.rsx-footer .rsx-skip-to-main-link,
.rsx-footer.rsx-footer_home .rsx-skip-to-main-link {
    display: inline-block;
    padding: 7px 12px;
    position: absolute;
    left: -300px;
    text-decoration: underline;
    border-bottom-right-radius: 8px;
    transition: left .3s ease-out;
    background-color: #e1e1e1;
    z-index: 3000;
    font-size: 13px;
    color: #00549a;
}

    .rsx-footer .rsx-skip-to-main-link:focus {
        left: 0;
    }

    .rsx-footer.rsx-footer_home .rsx-skip-to-main-link:focus {
        color: #00549a;
    }

/* Best Choice Infoblock */


.rsx-best-choice {
    background-color: #003778;
}

    .rsx-best-choice,
    .rsx-best-choice a,
    .rsx-best-choice h2,
    .rsx-best-choice h3 {
        color: #fff;
    }

        .rsx-best-choice h2 {
            text-align: center;
        }

        .rsx-best-choice h2 {
            text-align: center;
        }

@media (max-width: 519px) {
    .rsx-best-choice li ~ li[class*="col-"] {
        border-top: 1px solid #0c2343 !important;
    }
}

/* Best Choice Infoblock  V2*/

.rsx-best-choice.rsx-best-choice_v2,
.rsx-best-choice.rsx-best-choice_v2 a,
.rsx-best-choice.rsx-best-choice_v2 h2,
.rsx-best-choice.rsx-best-choice_v2 h3 {
    color: #555;
}

.rsx-best-choice.rsx-best-choice_v2 {
    background-color: transparent;
}

    .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-header {
        text-align: center;
        padding-top: 30px;
    }

        .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-header hr {
            margin: 0;
            border-color: #999999;
        }

    .rsx-best-choice.rsx-best-choice_v2 h3 {
        display: inline-block;
        padding: 10px;
        background-color: #E1E1E1;
        position: relative;
        top: -20px;
        font-family: sans-serif;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: normal;
    }

    .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
    }

        .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-list > li {
            position: relative;
            padding-left: 33px;
            padding-bottom: 10px;
        }

            .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-list > li > p {
                padding-top: 0;
                margin-top: 0;
            }


            .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-list > li > .rsx-icon {
                position: absolute;
                top: 2px;
                left: 0;
                color: #00549a;
            }

@media (min-width: 1000px) {
    .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-list {
        display: table;
        table-layout: fixed;
        width: calc(100% - 40px);
        left: 40px;
    }

        .rsx-best-choice.rsx-best-choice_v2 .rsx-best-choice-list > li {
            display: table-cell;
            padding-right: 40px;
        }
}

/* Configurable best choice */

.rsx-best-choice-conf .container {
    background-color: #003778;
    color: #fff;
}

.rsx-best-choice-conf .rsx-icon-o,
.rsx-best-choice-conf h3,
.rsx-best-choice-conf h4 {
    color: #fff;
}

.rsx-best-choice-conf-item h4 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 74px);
    padding-left: 10px;
    padding-right: 10px;
}

.rsx-best-choice-conf-item .rsx-icon-o {
    color: #00549a;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

    .rsx-best-choice-conf-item .rsx-icon-o:before {
        position: absolute;
        top: 50%;
        left: 51%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
    }

.rsx-best-choice-conf_title-center h3 {
    text-align: center;
}

.rsx-best-choice_text-side .rsx-best-choice-conf-item-copy {
    width: calc(100% - 84px);
    display: inline-block;
}

    .rsx-best-choice_text-side .rsx-best-choice-conf-item-copy > p {
        color: #c2cedf;
    }

@media(max-width: 639px) {

    .rsx-best-choice-conf-item .rsx-icon-o {
        border: 1px solid #fff;
        width: 45px;
        height: 45px;
    }

        .rsx-best-choice-conf-item .rsx-icon-o:before {
            font-size: 41px;
        }

    .rsx-best-choice-conf-item {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        border-bottom: 1px solid #0a2543;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rsx-best-choice-conf-row:last-child .rsx-best-choice-conf-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .rsx-best-choice-conf-item > h4,
    .rsx-best-choice_text-side .rsx-best-choice-conf-item-copy {
        width: calc(100% - 50px);
    }

        .rsx-best-choice_text-side .rsx-best-choice-conf-item-copy > p {
            display: none;
        }

    .rsx-best-choice-conf .rsx-best-choice-conf-item-copy > h4 {
        width: 100%;
    }
}

@media (max-width: 999px) and (min-width: 520px) {
    h3, .rsx-h3 {
        font-size: 24px !important;
    }
}

@media(min-width: 640px) {

    .rsx-best-choice-conf-item .rsx-icon-o {
        border: 2px solid #fff;
        width: 70px;
        height: 70px;
    }

        .rsx-best-choice-conf-item .rsx-icon-o:before {
            font-size: 62px;
        }

    .rsx-best-choice-conf-item {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
        padding-top: 10px;
    }

    .rsx-best-choice_text-side .rsx-best-choice-conf-item {
        vertical-align: top;
    }

        .rsx-best-choice_text-side .rsx-best-choice-conf-item .rsx-icon-o {
            vertical-align: top;
        }

    .rsx-best-choice_text-side .rsx-best-choice-conf-item-copy {
        vertical-align: top;
    }

        .rsx-best-choice_text-side .rsx-best-choice-conf-item-copy h4 {
            width: 100%;
        }

        .rsx-best-choice_text-side .rsx-best-choice-conf-item-copy > p {
            padding: 0 10px;
            margin-bottom: 0;
        }

    .rsx-best-choice_two-infoblocks .rsx-best-choice-conf-row {
        width: 100%;
    }

    .rsx-best-choice_two-infoblocks .rsx-best-choice-conf-item:first-child {
        padding-right: 10px;
    }

    .rsx-best-choice_two-infoblocks .rsx-best-choice-conf-item:last-child {
        padding-left: 10px;
    }
}

@media(min-width: 640px) and (max-width: 999px) {

    .rsx-best-choice-conf-row {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

        .rsx-best-choice-conf-row:last-child {
            margin-bottom: 0;
        }
}

@media(min-width: 1000px) {
    .rsx-best-choice-conf-wrap {
        display: table;
    }

    .rsx-best-choice-conf-row {
        width: 50%;
        display: table-cell;
        vertical-align: top;
    }
}

@media(min-width: 1000px) and (max-width: 1239px) {

    .rsx-best-choice_text-side .rsx-best-choice-conf-row {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

        .rsx-best-choice_text-side .rsx-best-choice-conf-row:last-child {
            margin-bottom: 0;
        }
}

/*Check availability bar*/
@media (max-width: 519px) {
    .availability-bar-standalone.rsx-availability-bar {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .rsx-availability-bar-address-wrap {
        font-weight: normal !important;
    }
}


@media (min-width: 520px) {
    .rsx-availability-bar > .container {
        width: 480px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 640px) {
    .rsx-availability-bar > .container {
        width: 600px;
    }
}

@media (min-width: 1000px) {
    .rsx-availability-bar > .container {
        width: 960px;
    }
}

@media (min-width: 1240px) {
    .rsx-availability-bar > .container {
        width: 1200px;
    }
}

.rsx-availability-bar {
    background-color: #f0f0f0;
}

    .rsx-availability-bar .rsx-icon-location-pin-outline {
        font-size: 20px;
    }

.rsx-availability-bar-cta .rsx-button {
    white-space: nowrap;
    padding: 8px 28px;
}

.rsx-availability-bar > .container {
    padding: 18px 0;
}

.rsx-availability-bar-address,
.rsx-availability-bar-address strong {
    font-weight: normal;
    font-size: 18px;
    color: #111;
}

    .rsx-availability-bar-address .rsx-icon-o-location {
        font-size: 35px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

.rsx-availability-bar-address-wrap {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 520px) {

    .rsx-availability-bar > .container {
        padding-left: 20px;
        padding-right: 20px;
    }
	a.check-another-link {
		text-decoration: underline;
		margin-left: 0px;
	}
}

@media(max-width: 999px) {

    .rsx-availability-bar-cta .rsx-button {
        margin-top: 10px;
        margin-bottom: 0;
        width: auto;
        display: inline-block;
    }

    .rsx-availability-bar-address-wrap .rsx-icon-location-pin-outline {
        height: 18px;
        width: 24px;
    }

        .rsx-availability-bar-address-wrap .rsx-icon-location-pin-outline:before {
            position: relative;
            left: -5px;
        }

    .rsx-availability-bar-address > .rsx-icon-location-pin-outline,
    .rsx-availability-bar-address > .rsx-icon-i-solid {
        display: none;
    }
}

@media(min-width: 1000px) and (max-width: 1239px) {

    .rsx-availability-bar-address {
        display: table-cell;
        width: 82%;
        vertical-align: middle;
    }
}

@media(min-width: 1240px) {

    .rsx-availability-bar-address {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
}

.check-another-link {
    text-decoration: none;
    cursor: pointer;
	margin-left: 10px;
	white-space: nowrap;
}

.font35 {
	font-size: 35px !important;
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .rsx-availability-bar-cta.address-bar-cta {
        position: relative;
        top: 6px;
    }
}

@media(min-width: 1000px) {
    .rsx-availability-bar > .container {
        display: table;
    }

    .rsx-availability-bar-cta.address-bar-cta {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .rsx-availability-bar-cta .rsx-button {
        margin: 0 0 0 20px;
    }

    .rsx-availability-bar-cta .rsx-button {
        margin-bottom: 0;
        margin-left: 30px;
    }

    .rsx-availability-bar-address-wrap {
        width: calc(100% - 40px);
    }

        .rsx-availability-bar-address-wrap .rsx-icon-location-pin-outline,
        .rsx-availability-bar-address-wrap .rsx-icon-i-solid {
            display: none;
        }

    .rsx-availability-bar-address > .rsx-icon-location-pin-outline {
        width: 20px;
        height: 18px;
    }
}

.rsx-not-availability-fr {
    position: relative;
    z-index: 16;
}

    .rsx-not-availability-fr i {
        color: #b0b0b0;
    }

.rsx-white-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    background-color: rgba(215,215,215, 0.5);
}
/*freeform component for internet Why Bell fibe-internet-even-better-in-a-bundle*/
@media (min-width: 1000px) {
    .fibe-internet-even-better-in-a-bundle .cd-sub-heading {
        margin-top: 9px
    }

    .rsx-availability-bar-cta.address-bar-cta {
        width: 430px;
    }
    html[lang=fr] .rsx-availability-bar-cta.address-bar-cta {
        width: 456px;
    }
}

@media (max-width: 999px) {
    .fibe-internet-even-better-in-a-bundle .cd-sub-heading {
        margin-top: -11px
    }

    .rsx-availability-bar-cta.address-bar-cta {
        display: flex !important;
        flex-direction: column-reverse;
        align-items: center;
    }

        .rsx-availability-bar-cta.address-bar-cta .rsx-button {
            margin-left: 0 !important;
        }

    .check-another-link {
        margin-top: 12px;
    }
}

@media (min-width: 1000px) {
    .fibe-internet-even-better-in-a-bundle .icon-text-wrapper-wifi {
        padding: 23px 4px 0 9px;
    }

    .fibe-internet-even-better-in-a-bundle .equals {
        right: 12px;
        top: 49px;
    }

    .fibe-internet-even-better-in-a-bundle .bundle-phone-icon {
        margin-top: 20px;
    }

    .fibe-internet-even-better-in-a-bundle .home_phone_text {
        padding-top: 0 !important;
        margin-top: -28px !important;
        position: relative;
    }
}

@media (min-width: 1240px) {
    .fibe-internet-even-better-in-a-bundle .rsx-pad-40-top-lg {
        padding-top: 14px !important;
    }

    .fibe-internet-even-better-in-a-bundle .rsx-pad-5-top-lg {
        padding-top: 11px !important;
    }
}

.rsxIconRedSmallNoBorder {
    color: white !important;
    background-color: #BD2025;
    border: none !important;
    margin: 6px 4px 0px 0px !important;
    display: block !important;
}

.rsx-text-label-error {
    display: block;
    margin-top: -18px !important;
    margin-left: 27px !important;
}


/* Qualification related */
#manualservicepopup {
    padding: 30px;
}

#eShopTextCantFindAddPreQual #cantfindaddressdiv #cantfindaddform .rxs-modal-footer-check-availability,
#eShopTextCantFindAddHTB #cantfindaddressdiv #cantfindaddform .rxs-modal-footer-check-availability {
    padding: 12px 30px 12px;
    margin: 0 -30px -30px;
    background: #f4f4f4;
    border-top: 1px solid #d4d4d4;
    width: auto !important;
    clear: both;
}

@media (max-width: 519px) {
    #eShopTextCantFindAddPreQual #cantfindaddressdiv #cantfindaddform .rxs-modal-footer-check-availability,
    #eShopTextCantFindAddHTB #cantfindaddressdiv #cantfindaddform .rxs-modal-footer-check-availability {
        padding-bottom: 42px;
    }
}

#eShopTextCantFindAddPreQual #cantfindaddressdiv #cantfindaddform .rxs-modal-footer-check-availability .rsx-button,
#eShopTextCantFindAddHTB #cantfindaddressdiv #cantfindaddform .rxs-modal-footer-check-availability .rsx-button {
    margin: 15px 0 !important;
}

.spacer-30 {
    clear: both;
    width: 100%;
    height: 30px;
}

#invalidAddress .rsx-notificationtoppad.rsx-warning .rsx-icon-exclamation + span,
#invalidAddresshtb .rsx-notificationtoppad.rsx-warning .rsx-icon-exclamation + span,
#poBoxError .rsx-notificationtoppad.rsx-warning .rsx-icon-exclamation + span,
#eShopLOBNotAvailable .rsx-notificationtoppad.rsx-warning .rsx-icon-exclamation + span {
    font-size: 1.3em;
    line-height: 1.15;
    color: #000;
}

.rsx-availability-link {
    cursor: pointer;
    text-decoration: underline;
}

    .rsx-availability-link:hover {
        text-decoration: none;
    }

.rsx-availability-options {
    position: relative;
    text-align: center;
}

    .rsx-availability-options p {
        margin: 1em 0;
    }

#invalidAddress .rsx-notificationtoppad .rsx-icon,
#invalidAddresshtb .rsx-notificationtoppad .rsx-icon,
#poBoxError .rsx-notificationtoppad .rsx-icon,
#eShopLOBNotAvailable .rsx-notificationtoppad .rsx-icon {
    border-color: #DFA32A;
}

    #invalidAddress .rsx-notificationtoppad .rsx-icon:before,
    #invalidAddresshtb .rsx-notificationtoppad .rsx-icon:before,
    #poBoxError .rsx-notificationtoppad .rsx-icon:before,
    #eShopLOBNotAvailable .rsx-notificationtoppad .rsx-icon:before {
        color: #DFA32A;
    }

#callmebackrequestsuccess.rsx-modal .rsx-modal-content.container {
    max-width: 645px;
}

#callmebackrequestsuccess .rsx-notificationtoppad.rsx-warning .rsx-icon-check-light + span {
    font-size: 1.3em;
    color: #000;
}

#callmebackrequestsuccess .rsx-notificationtoppad.rsx-warning .welcontactyou {
    font-size: 1em;
}

#callmebackrequestsuccess .rsx-pad-v .form-data-p {
    font-weight: bold;
    margin: 0 0 .15em;
}

    #callmebackrequestsuccess .rsx-pad-v .form-data-p > span {
        font-weight: normal;
    }

#callmebackrequestsuccess .rsx-notificationtoppad .rsx-icon {
    border-color: #378e42 !important;
}

    #callmebackrequestsuccess .rsx-notificationtoppad .rsx-icon:before {
        color: #378e42;
    }

.rsx-modal-footer.rsx-border-top-dark {
    border-top: 1px solid #d4d4d4;
}

#requestCallback .rsx-modal-footer.rsx-bg-grey {
    background: #f4f4f4 !important;
    border-top: 1px solid #d4d4d4;
}

    #requestCallback .rsx-modal-footer.rsx-bg-grey .rsx-button {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

#requestCallback #requestForm .rsx-form-label {
    margin-bottom: 4px;
}

    #requestCallback #requestForm .rsx-form-label + label {
        font-size: .8em;
        line-height: 1;
        display: block;
        margin-bottom: 4px;
    }

@media (min-width: 1000px) {
    #requestCallback .rsx-radios .rsx-label {
        padding-bottom: 10px !important;
    }

        #requestCallback .rsx-radios .rsx-label:last-child {
            padding-bottom: 20px !important;
        }
}

#requestCallback .rsx-modal-content .row > .col-xs-12 {
    padding-bottom: 10px;
    padding-top: 30px;
}

#requestCallback #requestCallback_modal_body > .rsx-pad-v {
    padding-bottom: 0 !important;
}

@media (max-width: 639px) {

    #requestCallback #requestCallback_modal_body #requestForm .row .col-xs-12 fieldset {
        margin-left: 20px !important;
    }
}

@media (max-width: 519px) {

    #requestCallback #requestCallback_modal_body #requestForm .row .col-xs-12 fieldset {
        margin-left: 10px !important;
    }

        #requestCallback #requestCallback_modal_body #requestForm .row .col-xs-12 fieldset .rsx-radio {
            right: auto !important;
        }
}

#invalidAddress.rsx-modal.rsx-modal_small .rsx-modal-content.container,
#invalidAddresshtb.rsx-modal.rsx-modal_small .rsx-modal-content.container,
#poBoxError.rsx-modal.rsx-modal_small .rsx-modal-content.container,
#eShopLOBNotAvailable.rsx-modal.rsx-modal_small .rsx-modal-content.container {
    max-width: 645px;
}

#invalidAddress .row > [class^="col-"],
#invalidAddresshtb .row > [class^="col-"],
#poBoxError .row > [class^="col-"],
#eShopLOBNotAvailable .row > [class^="col-"] {
    padding-top: 30px;
}

#invalidAddress .rsx-notificationtoppad > .rsx-icon,
#invalidAddresshtb .rsx-notificationtoppad > .rsx-icon,
#poBoxError .rsx-notificationtoppad > .rsx-icon,
#eShopLOBNotAvailable .rsx-notificationtoppad > .rsx-icon {
    left: -12px;
}

#invalidAddress .rsx-notificationtoppad,
#invalidAddresshtb .rsx-notificationtoppad,
#poBoxError .rsx-notificationtoppad,
#eShopLOBNotAvailable .rsx-notificationtoppad {
    padding-left: 40px;
}

    #invalidAddress .rsx-notificationtoppad .rsx-availability-options:first-child,
    #invalidAddresshtb .rsx-notificationtoppad .rsx-availability-options:first-child,
    #poBoxError .rsx-notificationtoppad .rsx-availability-options:first-child,
    #eShopLOBNotAvailable .rsx-notificationtoppad .rsx-availability-options:first-child {
        margin-left: -20px;
    }

    #invalidAddress .rsx-notificationtoppad .rsx-pad-v > .col-xs-12:last-child,
    #invalidAddresshtb .rsx-notificationtoppad .rsx-pad-v > .col-xs-12:last-child,
    #poBoxError .rsx-notificationtoppad .rsx-pad-v > .col-xs-12:last-child,
    #eShopLOBNotAvailable .rsx-notificationtoppad .rsx-pad-v > .col-xs-12:last-child {
        height: 40px !important;
    }

#multiple-autonomy-results-modal .rsx-modal-content .rsx-h4 {
    display: none;
}

#multiple-autonomy-results-modal .rsx-modal-content .rsx-modal-body-new {
    max-height: 360px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    margin-right: 30px;
}

#multiple-autonomy-results-modal .rsx-modal-footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#multiple-autonomy-results-modal .address-count {
    margin-top: 30px;
    margin-bottom: 10px;
}

#multiple-autonomy-results-modal .scroll-wrapper {
    max-height: 360px !important;
    margin-right: 10px;
    height: auto !important;
}

#multiple-autonomy-results-modal #multiple-addresses-list .row:first-child {
    padding-top: 4px;
}

#multiple-autonomy-results-modal #multiple-addresses-list .row .rsx-label {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    #multiple-autonomy-results-modal #multiple-addresses-list .row .rsx-label .rsx-radio {
        position: absolute;
        top: 4px;
    }

    #multiple-autonomy-results-modal #multiple-addresses-list .row .rsx-label .rsx-label-text {
        padding-left: 35px;
    }

@media (max-width: 999px) {
    #multiple-autonomy-results-modal #multiple-addresses-list .row .rsx-label .rsx-radio {
        position: absolute;
        top: -3px;
    }

    #multiple-autonomy-results-modal #multiple-addresses-list .row .rsx-label .rsx-label-text {
        padding-left: 45px;
    }
}

#multiple-autonomy-results-modal .rsx-notification {
    padding-left: 30px;
    padding-right: 30px;
}

#multiple-autonomy-results-modal .rsx-radios:not(.rsx-radios_absolute) .rsx-label-text {
    padding-left: 12px;
}

#multiple-autonomy-results-modal .rsx-modal-footer .rsx-button {
    margin: 0;
}

@media (max-width: 519px) {
    #requestCallback .rsx-modal-footer.rsx-bg-grey {
        padding: 12px 40px 42px 40px !important;
    }

    .rsx-modal .rsx-modal-content .rsx-modal-header h3 {
        padding-right: 30px;
    }

    #cantfindaddressdiv #cantfindaddform > .row > .row > .col-sm-4.col-xs-6 + .col-sm-4.col-xs-6 {
        clear: both;
    }

        #cantfindaddressdiv #cantfindaddform > .row > .row > .col-sm-4.col-xs-6 + .col-sm-4.col-xs-6 .rsx-form-label {
            padding-top: 0 !important;
        }
}



@media (max-width: 999px) {
    #invalidAddress .rsx-notificationtoppad .rsx-availability-options:first-child,
    #invalidAddresshtb .rsx-notificationtoppad .rsx-availability-options:first-child,
    #poBoxError .rsx-notificationtoppad .rsx-availability-options:first-child,
    #eShopLOBNotAvailable .rsx-notificationtoppad .rsx-availability-options:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .rsx-notificationtoppad .rsx-icon-clock, .rsx-notificationtoppad .rsx-icon-handset, .rsx-notificationtoppad .rsx-icon-location-pin {
        float: left;
        transform: none !important;
        left: 0 !important;
        margin-right: 16px !important;
    }

    #invalidAddress .rsx-availability-options p,
    #invalidAddresshtb .rsx-availability-options p,
    #poBoxError .rsx-availability-options p,
    #eShopLOBNotAvailable .rsx-availability-options p {
        text-align: left;
        min-height: 40px;
    }

    #invalidAddress .rsx-notificationtoppad,
    #invalidAddresshtb .rsx-notificationtoppad,
    #poBoxError .rsx-notificationtoppad,
    #eShopLOBNotAvailable .rsx-notificationtoppad {
        padding-left: 0 !important;
    }

        #invalidAddress .rsx-notificationtoppad .rsx-icon,
        #invalidAddresshtb .rsx-notificationtoppad .rsx-icon,
        #poBoxError .rsx-notificationtoppad .rsx-icon,
        #eShopLOBNotAvailable .rsx-notificationtoppad .rsx-icon {
            position: relative;
            margin: 0 auto 17px auto;
            left: 0;
        }

        #invalidAddress .rsx-notificationtoppad .rsx-pad-v,
        #invalidAddresshtb .rsx-notificationtoppad .rsx-pad-v,
        #poBoxError .rsx-notificationtoppad .rsx-pad-v,
        #eShopLOBNotAvailable .rsx-notificationtoppad .rsx-pad-v {
            padding-top: 0 !important;
        }

        #invalidAddress .rsx-notificationtoppad .rsx-unable-tofind-address-match + .rsx-pad-v,
        #invalidAddresshtb .rsx-notificationtoppad .rsx-unable-tofind-address-match + .rsx-pad-v,
        #poBoxError .rsx-notificationtoppad .rsx-unable-tofind-address-match + .rsx-pad-v,
        #eShopLOBNotAvailable .rsx-notificationtoppad .rsx-unable-tofind-address-match + .rsx-pad-v {
            padding-top: 20px !important;
        }

    #invalidAddress .rsx-modal-content.container .row > [class^="col-"],
    #invalidAddresshtb .rsx-modal-content.container .row > [class^="col-"],
    #poBoxError .rsx-modal-content.container .row > [class^="col-"],
    #eShopLOBNotAvailable .rsx-modal-content.container .row > [class^="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    #eShopTextCantFindAddPreQual #cantfindaddressdiv #cantfindaddform .row .row .col-sm-4:nth-child(3) {
        clear: both;
    }

        #eShopTextCantFindAddPreQual #cantfindaddressdiv #cantfindaddform .row .row .col-sm-4:nth-child(3) .rsx-margin-10-top {
            margin-top: 0 !important;
        }
}

/* End Goxxy dodao */

.rsx-call-us {
    display: inline-block;
}

    .rsx-call-us .rsx-icon-o {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        width: 35px;
        height: 45px;
        overflow: hidden;
    }

        .rsx-call-us .rsx-icon-o:before {
            color: #00549a;
            font-size: 60px;
            position: absolute;
            top: -9px;
            left: -13px;
        }

.rsx-call-us {
    position: relative;
}

.rsx-call-us-link,
.rsx-call-us-text {
    color: #00549a;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    margin-left: 45px;
    white-space: nowrap;
}

@media (max-width: 999px) {
    .rsx-call-us-link {
        display: inline-block;
    }

    .rsx-call-us-text {
        display: none;
    }
}

@media (min-width: 1000px) {
    .rsx-call-us-link {
        display: none;
    }

    .rsx-call-us-text {
        display: inline-block;
    }
}

.rsx-learn-more-link {
    color: #00549a;
}

    .rsx-learn-more-link:after {
        font-family: 'bell-icon';
        position: relative;
        top: .14em;
        content: "\00a0\e608";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: .1;
        font-size: 1.05em;
    }

    .rsx-learn-more-link:hover,
    .rsx-learn-more-link:focus {
        text-decoration: none;
    }

        .rsx-learn-more-link:hover > span,
        .rsx-learn-more-link:focus > span {
            text-decoration: underline;
        }
/*Global Css for banner gradient and round cornors*/
/*movepage static banner style for accordion section*/
.rsx-shadow-box a,
.rsx-shadow-box button,
.rsx-shadow-box input,
.rsx-shadow-box textarea{
    position: relative;
    z-index: 3;
}

.rsx-shadow-box-outer {
    webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}

.rsx-shadow-box {
    border: none !important;
    overflow: hidden;
}

    .rsx-shadow-box:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 40px 20px rgba(0,0,0,.05);
    }

.rsx-border-radius {
    border-radius: 10px;
}

.rsx-no-box-radius {
    border-radius: 0px;
}
.rsx-flex-content-middle-row,
.rsx-flex-content-middle-horz {
    flex-direction: row;
    justify-content: center;
    display: flex;
}
.rsx-flex-content-middle {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

@media (min-width: 1240px) {
    .rsx-border-radius-lg {
        border-radius: 10px;
    }

    .rsx-no-box-radius-lg {
        border-radius: 0px;
    }

    .rsx-shadow-box-lg {
        border: none !important;
    }
    .rsx-shadow-box-lg:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 40px 20px rgba(0,0,0,.05);
        z-index: 2;
    }
    .rsx-no-shadow-box-lg:after {
        content: "";
        position: relative;
        box-shadow: none;
    }
    .rsx-flex-content-middle-lg {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .rsx-no-flex-content-middle-lg {
        display:block;
    }
}

@media(min-width:1000px) and (max-width:1239px) {
    .rsx-border-radius-md {
        border-radius: 10px;
    }

    .rsx-no-box-radius-md {
        border-radius: 0px;
    }

    .rsx-shadow-box-md {
        border: none !important;
    }
    .rsx-shadow-box-md:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 40px 20px rgba(0,0,0,.05);
        z-index: 2;
    }
    .rsx-no-shadow-box-md:after {
        content: "";
        position: relative;
        box-shadow: none;
    }
    .rsx-flex-content-middle-md {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .rsx-no-flex-content-middle-md {
        display: block;
    }
}

@media(min-width:640px) and (max-width:999px) {
    .rsx-border-radius-sm {
        border-radius: 10px;
    }

    .rsx-no-box-radius-sm {
        border-radius: 0px;
    }

    .rsx-shadow-box-sm {
        border: none !important;
    }
    .rsx-shadow-box-sm:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 40px 20px rgba(0,0,0,.05);
        z-index: 2;
    }
    .rsx-no-shadow-box-sm:after {
        content: "";
        position: relative;
        box-shadow: none;
    }
    .rsx-flex-content-middle-sm {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .rsx-no-flex-content-middle-sm {
        display: block;
    }
}

@media(max-width:639px) and (min-width:520px) {
    .rsx-border-radius-xs {
        border-radius: 10px;
    }

    .rsx-no-box-radius-xs {
        border-radius: 0px;
    }

    .rsx-shadow-box-xs {
        border: none !important;
    }
    .rsx-shadow-box-xs:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 40px 20px rgba(0,0,0,.05);
        z-index: 2;
    }
    .rsx-no-shadow-box-xs:after {
        content: "";
        position: relative;
        box-shadow: none;
    }
    .rsx-flex-content-middle-xs {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .rsx-no-flex-content-middle-xs {
        display: block;
    }
}

@media(max-width:519px) {
    .rsx-border-radius-xxs {
        border-radius: 10px;
    }

    .rsx-no-box-radius-xxs {
        border-radius: 0px;
    }

    .rsx-shadow-box-xxs {
        border: none !important;
    }
    .rsx-shadow-box-xxs:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 40px 20px rgba(0,0,0,.05);
        z-index: 2;
    }
    .rsx-no-shadow-box-xxs:after {
        content: "";
        position: relative;
        box-shadow: none;
    }
    .rsx-flex-content-middle-xxs {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .rsx-no-flex-content-middle-xxs {
        display: block;
    }
}


.rsx-box-border {
    border: 1px solid #d1d1d1;
}

.rsx-move-banner {
    overflow: hidden;
    padding: 30px;
}
.rsx-move-banner .icon-large-empty {
        width:60px;
        height:60px;
        display:block;
}
.rsx-move-banner-wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
}

.rsx-move-banner-wrapper.rsx-move-banner-accordion {
    margin-bottom: 45px;
    border: 1px solid #d1d1d1;
}

.rsx-move-banner-content-container {
    display: block;
}


.rsx-move-banner-first .rsx-move-banner-content-container {
    display: flex;
}

@media(min-width:1000px) {
    .rsx-single-gradient-banner .rsx-move-banner-content-container {
        display: flex;
    }

    .rsx-single-gradient-banner .rsx-move-banner-left {
        width: 50%;
        max-width: 50%;
    }
    .rsx-single-gradient-banner .rsx-move-banner-right {
        width: 50%;
        max-width: 50%;
    }
    .rsx-move-banner-first .rsx-move-banner-left {
        padding-left:20px;
    }
    .rsx-move-banner-first .rsx-move-banner-right {
        margin-right:20px;
    }
}
@media(min-width:1240px) {
    .rsx-move-banner-first .rsx-move-banner-left {
        padding-left: 60px;
    }

    .rsx-move-banner-first .rsx-move-banner-right {
        margin-right: 60px;
    }
}

.rsx-move-banner-first .rsx-move-banner-left {
    width: 60%;
    max-width: 60%;
}

.rsx-move-banner-first .rsx-move-banner-right {
    width: 40%;
    max-width: 40%;
}

@media(max-width:999px) {
    .rsx-move-banner-first .rsx-move-banner-content-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .rsx-move-banner-first .rsx-move-banner-left,
    .rsx-move-banner-first .rsx-move-banner-right {
        width: 100%;
        max-width: 100%;
        height:100%;
    }
}

.rsx-move-banner .rsx-move-banner-image.banner-wide-bg-image {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 40px;
}

    .rsx-move-banner .rsx-move-banner-image.banner-wide-bg-image > .banner-wide-component-image {
        max-width: 750px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        position: relative;
        top: 60px;
        width: 100%;
    }

    .rsx-move-banner .rsx-move-banner-image.banner-wide-bg-image.banner-wide-bg-image_1 {
        background-image: url(https://mybell-qc.akamaized.net/Styles/RSX/shop/img/img_bg_BlueBurst_Internet.jpg?ver=201906251819);
        margin-bottom: 60px;
    }


    .rsx-move-banner .rsx-move-banner-image.banner-wide-bg-image.banner-wide-bg-image_2 {
        background-image: url(https://mybell-qc.akamaized.net/Styles/RSX/shop/img/img_bg_BlueBurst_TV.jpg?ver=201906251819);
    }

@media(max-width:519px) {
    .rsx-move-banner .rsx-move-banner-image.banner-wide-bg-image.banner-wide-bg-image_1,
    .rsx-move-banner .rsx-move-banner-image.banner-wide-bg-image.banner-wide-bg-image_2 {
        margin-bottom: 60px;
    }

    .rsx-move-banner, .rsx-move-banner-content-container {
        padding-left: 10px;
        padding-right: 10px;
    }

        .rsx-move-banner .rsx-move-banner-image.banner-wide-bg-image {
            margin-left: -10px;
            margin-right: -10px;
        }
}

.rsx-move-banner-two-columns-wrap .rsx-move-banner {
    padding: 0px;
}

.rsx-move-banner-title-wrap,
.rsx-move-banner-subtitle-wrap{
    padding: 15px 15px 25px 15px;
    text-align: center;
}
.rsx-move-banner h2,
.rsx-move-banner-title {
    font-family: 'rsx-font-black';
}

.rsx-move-banner-two-columns-banner-image {
    min-height: 200px;
    background-size: 100% !important;
}

    .rsx-move-banner-two-columns-banner-image > img {
        margin: 0 auto;
        position: relative;
        top: 20px;
    }

.rsx-move-banner-two-columns-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 1px);
    margin: auto;
}

    .rsx-move-banner-two-columns-wrap .rsx-move-banner {
        width: calc(50% - 30px);
        overflow: hidden;
        position: relative;
    }

@media(max-width:999px) {
    .rsx-move-banner-two-columns-wrap {
        display: block;
    }

        .rsx-move-banner-two-columns-wrap .rsx-move-banner {
            width: 100%;
        }

            .rsx-move-banner-two-columns-wrap .rsx-move-banner:last-child {
                margin-bottom: 0px;
            }

    .rsx-move-banner-two-columns-banner-image {
        background-size: auto !important;
    }

    .rsx-move-banner-accordion .collapsible-body-toggle.lessinfo {
        margin-bottom: -60px;
    }
}

@media(max-width:999px) and (min-width:640px) {
    .rsx-move-banner-two-columns-wrap .rsx-move-banner {
        width: 100%;
        margin-bottom: 20px;
    }

    .rsx-move-banner-two-columns-wrap {
        padding: 20px;
    }
}

@media(min-width:1000px) {
    .rsx-move-banner-two-columns-layout .collapsible-body-toggle.lessinfo {
        margin-bottom: 0px;
    }

    .rsx-move-banner-sub-expandable {
        padding-bottom: 25px;
    }

    .rsx-move-banner-accordion .collapsible-body-toggle.lessinfo {
        top: -40px !important;
    }
}


.rsx-move-banner-two-columns-content .rsx-move-banner-title-wrap {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 550px;
}

.rsx-move-banner-two-columns-content {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
}

.rsx-move-banner-features.rsx-move-banner-list-horz {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-flow: wrap;
}

    .rsx-move-banner-features.rsx-move-banner-list-horz .rsx-move-banner-feature-list {
        max-width: 100%;
        width: 100%
    }

@media(min-width:1000px) {
    .rsx-move-banner-features.rsx-move-banner-list-horz .rsx-move-banner-feature-list {
        max-width: 50%;
        width: 50%
    }
}

.rsx-move-banner-feature-list {
    margin-bottom: 15px;
}

.rsx-move-banner-two-columns-wrap .rsx-move-banner-features .rsx-move-banner-feature-list:last-child {
    margin-bottom: 30px;
}

.rsx-move-banner-two-columns-wrap {
    margin-bottom: 50px;
}

.rsx-move-banner-button {
    text-align: center;
}

ul.rsx-move-banner-features {
    list-style-type: none;
    display: block;
    padding-left: 0px;
    max-width: 100%;
}

.rsx-move-banner.rsx-move-banner-first ul.rsx-move-banner-features {
    max-width: 480px;
}

.rsx-move-banner-two-columns-content ul.rsx-move-banner-features {
    max-width: 280px;
    margin: 0 auto;
}
/*correction on icon position*/
.rsx-move-banner-features.rsx-move-banner-list-horz h5 {
    margin-top: 15px;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:not(.rsx-flex):before, .row:not(.rsx-flex):after {
    display: flex;
    content: '';
}
/*Gradient Offer tiles style design*/
.rsx-flex-content-middle-horz .rsx-banner-left,
.rsx-offertile-banner-standard > .rsx-flex-content-middle-horz .rsx-offertile-banner-left {
    width: 60%;
    max-width: 60%;
}

.rsx-flex-content-middle-horz .rsx-banner-right,
.rsx-offertile-banner-standard > .rsx-flex-content-middle-horz .rsx-offertile-banner-right {
    width: 40%;
    max-width: 40%;
}

.rsx-offertile-banner-standard .rsx-contact-us .rsx-icon-size-small:before {
    font-size: 18px;
}

@media(max-width:999px) {
    .rsx-flex-content-middle-horz,
    .rsx-offertile-banner-standard .rsx-move-banner {
        display: block;
    }
    .rsx-flex-content-middle-horz .rsx-banner-left,
    .rsx-flex-content-middle-horz .rsx-banner-right,
    .rsx-offertile-banner-standard > .rsx-flex-content-middle-horz .rsx-offertile-banner-left,
    .rsx-offertile-banner-standard > .rsx-flex-content-middle-horz .rsx-offertile-banner-right {
        width: 100%;
        max-width: 100%;
    }
}
/*End of move page banner*/


/*Student inward custom style*/
.page-code_prsshpint-fibetv-student-inward .rsx-page-content,
body.page-code_prsshpint-fibetv-student-inward {
    background-color: white;
}

.js-img-lazyload-component-start {
    display: block;
    height: 1px;
}

span.js-img-lazyload-component-start + *,
span.js-img-lazyload-component-start + * > * {
    background-image: none !important;
}

/*styles for brand treatment - h2 - h6*/
.FTTH-section-2 h3,
.FTTH-section-2 .HeaderFix,
.rsx-bndl-address-bar-links-wrap h4,
.rsx-sb-bndl-standard-address-bar_links h4 {
    font-weight: normal !important;
    font-size: 18px !important;
    font-family: Helvetica,Arial,sans-serif !important;
    letter-spacing: normal !important;
}

@media (max-width: 999px) {
    .FTTH-section-2 h3,
    .FTTH-section-2 .HeaderFix,
    .rsx-bndl-address-bar-links-wrap h4,
    .rsx-sb-bndl-standard-address-bar_links h4 {
        letter-spacing: -.4px !important;
    }
}

.special-promo h4 {
    font-size: 24px !important;
    letter-spacing: -0.4px !important;
    line-height: 1.1 !important;
    font-family: 'rsx-font-black' !important;
}

@media (max-width: 999px) {
    .special-promo h4 {
        font-weight: normal !important;
    }
}

/*Tabbed rsx-modal style*/
.tabbed-modal .rsx-alt-tv-tab .rsx-tab-label {
    opacity: .8;
    transition: opacity .3s linear;
    color: #00549a;
    line-height: 1;
    font-size: 18px;
    padding-bottom: 15px;
}

.tabbed-modal .rsx-alt-tv-tab .rsx-tabs-tab.rsx-active .rsx-tab-label {
    opacity: 1;
    color: #000;
    border-bottom: 2px solid #00549a;
}

.tabbed-modal .rsx-alt-tv-tab .rsx-tabs-tab {
    display: table-cell;
    height: 100%;
    text-align: left;
    vertical-align: bottom;
    background-color: transparent;
    border-left: 0px solid #092442;
    transition: background-color .3s cubic-bezier(.55,0,.1,1);
}

.tabbed-modal #tabs-about-radios-alt-tv {
    padding-left: 30px;
}

.tabbed-modal .rsx-modal-tab-content-wrap {
    max-height: 80vh;
    min-height: 60vh;
    overflow-y: auto;
}

    .tabbed-modal .rsx-modal-tab-content-wrap .rsx-modal-tab-body {
        padding-top: 20px;
    }

@media(min-width:520px) {
    .tabbed-modal .rsx-modal-tab-content-wrap .rsx-modal-tab-body {
        padding-top: 0px;
    }
}

@media(min-width:640px) {
    .tabbed-modal .rsx-modal-tab-content-wrap {
        max-height: 60vh;
        min-height: 40vh;
    }
}
/*end of Tabbed rsx-modal style*/

.pay-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.pay-note {
    color: #111;
    margin-bottom: 15px;
}

.rsx-recommendation-price {
    font-size: 14px;
    font-weight:700;
    margin-bottom:10px;
}

.pay-section .down-pay:first-child {
    width: 40%;
}

.pay-section {
    margin-top:10px;
}

.mobility-recommendation-tile .rsx-related-product .rsx-price-group {
    margin-top: 15px;
}
@media (min-width: 520px) {
    .mobility-recommendation-tile .rsx-related-product .rsx-price-group {
        position: relative;
        bottom: 0px;       
    }

    .mobility-recommendation-tile .rsx-related-product-details-col {
        padding-bottom: 0
    }
}
@media(min-width:640px){
    .mobility-recommendation-tile .rsx-related-product-details-col > .rsx-related-products-name {
        min-height: 35px;
    }
}
@media(min-width:1000px) {
    .mobility-recommendation-tile .rsx-related-product {
        padding-left: 10px;
        padding-right: 20px;
    }
    
}

.mobility-recommendation-tile .rsx-price-group {
    width: 100%;
}
.rate-plane-description,
.pay-note {
    font-size: 12px;
}
.pay-note {
    font-weight:700;
}

.bar-container {
	display: flex;
	align-items: center;
}
.bar-pad-v-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bar-message-button {
	width: 100%;
	display: block;
}
.bar-location-icon {
	font-size: 24px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.bar-message-button {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		font-weight: 400;
		color: #111;
	}
	.bar-button-link {
		border-radius: 20px;
		font-size: 15px;
		height: 35px;
		line-height: 17px;
		text-align: center;
		cursor: pointer;
		padding: 7px 28px;
		white-space: nowrap;
		color: #fff;
		background-color: #003778;
		border: 2px solid #003778;
		margin-left: auto;
	}

	.bar-button-link:hover, .bar-button-link:focus {
		color: #fff;
		background-color: #00549a;
		border-color: #00549a;
		text-decoration: none;
	}

	.bar-button-link:focus {
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	}
}
@media (min-width: 320px) and (max-width: 767.98px) {
	.bar-container{
		padding-left:15px;padding-right:15px;
	}
	.bar-button-link {
		color: #00549a;
		text-decoration: underline !important;
		padding-right: 10px;
		white-space: nowrap;
	}
	div.qual-notification .qual-message i {
		display: block;
		margin: 0 0 15px 0;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.bar-container{
		padding-left:30px;padding-right:30px
	}
}
@media (min-width: 992px) and (max-width: 1239.98px) {
	.bar-container{
		padding-left:16px;padding-right:16px
	}
}
@media (min-width: 1200px) {
	.bar-container {
		width: 1200px;
		margin: 0 auto;
	}
}

/* Abandon Cart */
.abandon-cart {
    width: 120px;
    height: 120px;
    background-color: #005599;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.abandon-cart .rsx-icon-o-cart-thin {
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* Custom for RSX MOBILITY */
.page-code_prsshpmove .rsx-connector a:focus,
.page-code_prsshpmove .rsx-footer a:focus,
.page-code_prsshpmove .move-cta-container a:focus {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 2px;
}

.page-code_prsshpmove .rsx-icon-links a:focus {
    outline: auto;
    outline-offset: 4px;
    border-radius: 2px;
}

.page-code_prsshpmove .rsx-col-table_vmiddle a:focus,
.page-code_prsshpmove .change-region-popup a:focus,
.page-code_prsshpmove .change-region-close:focus,
.page-code_prsshpmove .rsx-col-table a:focus,
.page-code_prsshpmove .rsx-move-banner-wrapper a:focus,
.page-code_prsshpmove .accessory-offers-row a:focus,
.page-code_prsshpmove .collapsible-body-toggle:focus,
.page-code_prsshpmove #centralQualButton:focus {
    outline: 2px solid #0075ff;
    outline-offset: 4px;
    border-radius: 2px;
}

.page-code_prsshpmove #rsx-footer-accessibility-button:focus,
.page-code_prsshpmove #rsx-login-register-button:focus,
.page-code_prsshpmove .collapsible-body-toggle:focus,
.page-code_prsshpmove #centralQualButton:focus {
    border-radius: 24px;
    box-shadow: none;
}

.page-code_prsshpmove #rsx-login-register-button:focus {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 24px;
}

.page-code_prsshpmove .ui-autocomplete-input:focus {
    outline: 2px solid #fff !important;
    outline-offset: 4px !important;
    border-radius: 24px !important;
}

.page-code_prsshpmove .bhp-search-btn-rsx:focus {
    outline: 2px solid #0075ff !important;
    outline-offset: 4px !important;
    border-radius: 2px !important;
}

@media (min-width: 1000px) {
    .page-code_prsshpmove .rsx-connector-cart-button {
        padding-left: 0px;
        margin-left: 16px;
    }
}

.page-code_prsshpmove .change-region-province-only .change-region-provinces-button {
    align-items: center !important;
}

.page-code_prsshpmove .change-region-province-only .icon-change {
    top: 43% !important;
}

.page-code_prsshpmove .change-region-popup a.change-region-link {
    padding: 18px 10px 18px 20px !important;
}

.page-code_prsshpmove .rsx-connector-active-lob a:focus,
.page-code_prsshpmove .rsx-connector-settings a:focus {
    outline: 2px solid #fff !important;
}

.page-code_prsshpmove .change-region-provinces-button a:focus {
    outline: 2px solid #0075ff !important;
    border-radius: 2px !important;
}

@media (max-width: 999px) {
    .page-code_prsshpmove .rsx-connector-brand {
        margin-top: 14px !important;
    }

        .page-code_prsshpmove .rsx-connector-brand:after {
            line-height: initial !important;
        }

    .page-code_prsshpmove #rsx-connector-search-button:focus,
    .page-code_prsshpmove .rsx-connector-nav-open-button:focus {
        outline: 2px solid #fff !important;
    }

    .page-code_prsshpmove .rsx-connector-lob-no-href:focus {
        outline: 2px solid #fff !important;
    }


        .page-code_prsshpmove .rsx-connector-lob-no-href:focus::before {
            content: '';
            height: calc(100% - 10px);
            width: 100%;
            position: absolute;
            outline: 2px solid #fff !important;
            left: 5px;
            top: 5px;
            display: block !important;
        }
}
