/**
 * 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);
}