#loading-bar,
#loading-bar-spinner {
    pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    transition: 350ms linear all
}
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active,
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active {
    opacity: 0
}
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave,
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave {
    opacity: 1
}
#loading-bar .bar {
    -webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
    background: #29d;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}
#loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    -moz-box-shadow: #29d 1px 0 6px 1px;
    -ms-box-shadow: #29d 1px 0 6px 1px;
    -webkit-box-shadow: #29d 1px 0 6px 1px;
    box-shadow: #29d 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
#loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 10px;
    left: 10px
}
#loading-bar-spinner .spinner-icon {
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite
}
@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.ute-chart svg {
    overflow: visible
}
.ute-chart .bar-overage {
    width: 40px
}
.ute-chart .bar-overage span:first-child,
.ute-chart .bar-overage tspan:first-child {
    font-weight: 700
}
.ute-chart .bar-underage {
    width: 40px
}
.ute-chart .bar-underage span:first-child,
.ute-chart .bar-underage tspan:first-child {
    font-weight: 700
}
.ute-chart .bar-unlimited {
    width: 40px
}
.ute-chart .ct-label.ct-horizontal {
    text-align: center
}
.ute-chart .ct-label.ct-vertical {
    float: right
}
.ute-chart .ct-bar {
    stroke-width: 40px
}
.ute-chart .ct-series.ute-limit-line .ct-line {
    stroke: red
}
.ute-chart .ct-series.ct-series-a .ct-bar {
    stroke-width: 40px
}
.ute-chart .ct-series.ct-series-b .ct-line {
    stroke: #ff333d
}
.ute-chart .ct-series.ct-series-b .ct-bar,
.ute-chart .ct-series.ct-series-d .ct-bar {
    stroke: red
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label.ct-horizontal,
.ct-chart-donut .ct-label.ct-horizontal {
    font-size: 20px;
    fill: #fff
}
.ct-chart-pie .ct-series.ct-series-a .ct-slice-pie,
.ct-chart-donut .ct-series.ct-series-a .ct-slice-pie {
    fill: #8734ff
}
.ct-chart-pie .ct-series.ct-series-a .ct-slice-donut,
.ct-chart-donut .ct-series.ct-series-a .ct-slice-donut {
    stroke: #8734ff
}
.ct-chart-pie .ct-series.ct-series-b .ct-slice-pie,
.ct-chart-donut .ct-series.ct-series-b .ct-slice-pie {
    fill: #ff333d
}
.ct-chart-pie .ct-series.ct-series-b .ct-slice-donut,
.ct-chart-donut .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ff333d
}
.ct-chart-pie .ct-series.ct-series-c .ct-slice-pie,
.ct-chart-donut .ct-series.ct-series-c .ct-slice-pie {
    fill: #ff3abd
}
.ct-chart-pie .ct-series.ct-series-c .ct-slice-donut,
.ct-chart-donut .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ff3abd
}
.ct-chart-pie .ct-series.ct-series-d .ct-slice-pie,
.ct-chart-donut .ct-series.ct-series-d .ct-slice-pie {
    fill: #dfc60c
}
.ct-chart-pie .ct-series.ct-series-d .ct-slice-donut,
.ct-chart-donut .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dfc60c
}
.ct-chart-pie .ct-series.ct-series-e .ct-slice-pie,
.ct-chart-donut .ct-series.ct-series-e .ct-slice-pie {
    fill: #626262
}
.ct-chart-pie .ct-series.ct-series-e .ct-slice-donut,
.ct-chart-donut .ct-series.ct-series-e .ct-slice-donut {
    stroke: #626262
}
.ct-chart-pie .ct-series.ct-series-f .ct-slice-pie,
.ct-chart-donut .ct-series.ct-series-f .ct-slice-pie {
    fill: #973906
}
.ct-chart-pie .ct-series.ct-series-f .ct-slice-donut,
.ct-chart-donut .ct-series.ct-series-f .ct-slice-donut {
    stroke: #973906
}
.ct-chart-pie .ct-series.ct-series-g .ct-slice-pie,
.ct-chart-donut .ct-series.ct-series-g .ct-slice-pie {
    fill: #324479
}
.ct-chart-pie .ct-series.ct-series-g .ct-slice-donut,
.ct-chart-donut .ct-series.ct-series-g .ct-slice-donut {
    stroke: #324479
}
.ute-chart .ute-ct-badge {
    font-weight: 700;
    fill: red;
    font-size: 1.2rem
}
.ute-chart .bar-overage {
    fill: #e12826;
    font-size: 1.2rem
}
.ute-chart .bar-underage,
.ute-chart .bar-unlimited {
    fill: #000;
    font-size: 1.2rem
}
.ute-chart .ct-line {
    fill: none;
    stroke-width: 3px
}
.ute-chart .ct-grid {
    stroke: rgba(0, 0, 0, .2);
    stroke-width: 1px;
    stroke-dasharray: 5, 0
}
.ute-chart .ct-label.ct-horizontal {
    font-size: .9rem
}
.ute-chart .ct-label.ct-vertical {
    font-size: .9rem;
    white-space: nowrap;
    padding: 2px
}
.ute-chart .ct-series.ute-limit-line .ct-line {
    stroke: #e12826;
    stroke-width: 1px;
    stroke-dasharray: 5, 0
}
.ute-chart .ct-series.ct-series-a .ct-point,
.ute-chart .ct-series.ct-series-a .ct-line,
.ute-chart .ct-series.ct-series-a .ct-line.ct-threshold-above {
    stroke: #e12826
}
.ute-chart .ct-series.ct-series-a .ct-line.ct-threshold-below,
.ute-chart .ct-series.ct-series-a .ct-bar,
.ute-chart .ct-series.ct-series-b .ct-point {
    stroke: #00afab
}
.ute-chart .ct-series.ct-series-b .ct-bar {
    stroke: #e12826
}
.ute-chart .ct-series.ct-series-c .ct-point,
.ute-chart .ct-series.ct-series-c .ct-line {
    stroke: #00afab
}
.ute-chart .ct-series.ct-series-c .ct-bar {
    stroke: rgba(0, 175, 171, .2)
}
.ute-chart .ct-series.ct-series-d .ct-point,
.ute-chart .ct-series.ct-series-d .ct-line,
.ute-chart .ct-series.ct-series-d .ct-bar,
.ute-chart .ct-series.ct-series-e .ct-point,
.ute-chart .ct-series.ct-series-e .ct-line,
.ute-chart .ct-series.ct-series-e .ct-bar {
    stroke: #035d67
}
.ute-chart .ct-series.ct-series-f .ct-point,
.ute-chart .ct-series.ct-series-f .ct-line,
.ute-chart .ct-series.ct-series-f .ct-bar {
    stroke: #00afab
}
.ute-chart .ct-series.ct-series-g .ct-point,
.ute-chart .ct-series.ct-series-g .ct-line,
.ute-chart .ct-series.ct-series-g .ct-bar {
    stroke: #f15d22
}
@font-face {
    font-family: 'ute-icon';
    src: url('../fonts/ute-iconbd34.html?-ypioc1') format('truetype');
    src: url('../fonts/ute-iconbd34-2.html?-ypioc1');
    src: url('../fonts/ute-icond41d.html?#iefix-ypioc1') format('embedded-opentype'), url('../fonts/ute-iconbd34-3.html?-ypioc1') format('woff'), url('../fonts/ute-iconbd34.html?-ypioc1') format('truetype'), url('../fonts/ute-iconbd34-4.html?-ypioc1#ute-icon') format('svg');
    font-weight: 400;
    font-style: normal
}
[class^="ute-icon-"],
[class*=" ute-icon-"],
.ute-icon {
    font-family: 'ute-icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ute-icon-talk:before {
    content: "\e655"
}
.ute-icon-article:before {
    content: "\e64f"
}
.ute-icon-faq:before {
    content: "\e650"
}
.ute-icon-forum:before {
    content: "\e651"
}
.ute-icon-pdf:before {
    content: "\e652"
}
.ute-icon-troubleshoot:before {
    content: "\e653"
}
.ute-icon-video:before {
    content: "\e654"
}
.ute-icon-account:before {
    content: "\e64d"
}
.ute-icon-checkmark-1:before {
    content: "\e64e"
}
.ute-icon-error:before {
    content: "\e649"
}
.ute-icon-redeem:before {
    content: "\e64a"
}
.ute-icon-rewards:before {
    content: "\e64b"
}
.ute-icon-warning:before {
    content: "\e64c"
}
.ute-icon-infotip:before {
    content: "\e648"
}
.ute-icon-bus:before {
    content: "\e613"
}
.ute-icon-bike:before {
    content: "\e61f"
}
.ute-icon-car:before {
    content: "\e620"
}
.ute-icon-fancy-check:before {
    content: "\e647"
}
.ute-icon-shomi_en:before {
    content: "\e645"
}
.ute-icon-shomi_fr:before {
    content: "\e646"
}
.ute-icon-arrow-left2:before {
    content: "\e643"
}
.ute-icon-arrow-right2:before {
    content: "\e644"
}
.ute-icon-logo-lnh:before {
    content: "\e642"
}
.ute-icon-anti-theft:before {
    content: "\e63f"
}
.ute-icon-rogersone:before {
    content: "\e640"
}
.ute-icon-anyplace-tv:before {
    content: "\e641"
}
.ute-icon-myrogers-en:before {
    content: "\e63d"
}
.ute-icon-myrogers-fr:before {
    content: "\e63e"
}
.ute-icon-open-book:before {
    content: "\e63c"
}
.ute-icon-home-monitoring-with-lock:before {
    content: "\e63b"
}
.ute-icon-logo-nhl:before {
    content: "\e63a"
}
.ute-icon-wireless-devices:before {
    content: "\e637"
}
.ute-icon-voicemail:before {
    content: "\e634"
}
.ute-icon-tablet:before {
    content: "\e635"
}
.ute-icon-sim-card:before {
    content: "\e636"
}
.ute-icon-call-display:before {
    content: "\e638"
}
.ute-icon-basic-phone:before {
    content: "\e639"
}
.ute-icon-talk-text-internet:before {
    content: "\e62d"
}
.ute-icon-os-windows:before {
    content: "\e62e"
}
.ute-icon-os-blackberry:before {
    content: "\e62f"
}
.ute-icon-os-apple:before {
    content: "\e630"
}
.ute-icon-os-android:before {
    content: "\e631"
}
.ute-icon-mobile-internet:before {
    content: "\e632"
}
.ute-icon-button-arrow-right:before {
    content: "\e633"
}
.ute-icon-question:before {
    content: "\e62b"
}
.ute-icon-moving:before {
    content: "\e62c"
}
.ute-icon-arrow-right:before {
    content: "\e629"
}
.ute-icon-arrow-left:before {
    content: "\e62a"
}
.ute-icon-star:before {
    content: "\e627"
}
.ute-icon-diamond-bg:before {
    content: "\e628"
}
.ute-icon-concern:before {
    content: "\e626"
}
.ute-icon-gps:before {
    content: "\e625"
}
.ute-icon-work-number:before {
    content: "\e600"
}
.ute-icon-work-folder-setup:before {
    content: "\e601"
}
.ute-icon-internet-tv-wireless:before {
    content: "\e619"
}
.ute-icon-work-folder:before {
    content: "\e602"
}
.ute-icon-internet-tv-homephone:before {
    content: "\e61a"
}
.ute-icon-wireless:before {
    content: "\e603"
}
.ute-icon-live-chat-employee:before {
    content: "\e61b"
}
.ute-icon-tv:before {
    content: "\e604"
}
.ute-icon-complaint:before {
    content: "\e61c"
}
.ute-icon-sms:before {
    content: "\e605"
}
.ute-icon-products-services:before {
    content: "\e618"
}
.ute-icon-my-rogers:before {
    content: "\e608"
}
.ute-icon-my-account:before {
    content: "\e609"
}
.ute-icon-messaging:before {
    content: "\e60a"
}
.ute-icon-internet:before {
    content: "\e60b"
}
.ute-icon-home-phone:before {
    content: "\e60c"
}
.ute-icon-home-number:before {
    content: "\e60d"
}
.ute-icon-home-monitoring:before {
    content: "\e60e"
}
.ute-icon-expand-arrow-up:before {
    content: "\e60f"
}
.ute-icon-expand-arrow-down:before {
    content: "\e610"
}
.ute-icon-brightness:before {
    content: "\e615"
}
.ute-icon-balance:before {
    content: "\e616"
}
.ute-icon-add:before {
    content: "\e617"
}
.ute-icon-locator:before {
    content: "\e61e"
}
.ute-icon-search:before {
    content: "\e624"
}
.ute-icon-shop:before {
    content: "\e606"
}
.ute-icon-compliment:before {
    content: "\e61d"
}
.ute-icon-call:before {
    content: "\e614"
}
.ute-icon-compose:before {
    content: "\e612"
}
.ute-icon-email:before {
    content: "\e611"
}
.ute-icon-performance:before {
    content: "\e607"
}
.ute-icon-play:before {
    content: "\e622"
}
.ute-icon-dollar:before {
    content: "\e621"
}
.ute-icon-times:before {
    content: "\f00d"
}
.ute-icon-search-plus:before {
    content: "\f00e"
}
.ute-icon-search-minus:before {
    content: "\f010"
}
.ute-icon-check:before {
    content: "\f00c"
}
.ute-icon-rotate-right:before {
    content: "\f01e"
}
.ute-icon-calendar:before {
    content: "\f073"
}
.ute-icon-comments:before {
    content: "\f086"
}
.ute-icon-phone:before {
    content: "\f095"
}
.ute-icon-google-plus:before {
    content: "\f0d4"
}
.ute-icon-person:before {
    content: "\e623"
}
.small-code {
    font-size: .8rem;
    background-color: #000;
    color: #fff
}
::-ms-clear {
    display: none
}
@-webkit-viewport {
    width: device-width
}
@-moz-viewport {
    width: device-width
}
@-ms-viewport {
    width: device-width
}
@-o-viewport {
    width: device-width
}
@viewport {
    width: device-width
}
@-webkit-keyframes jump {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes jump {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.jump {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-transform-origin: center bottom 0;
    transform-origin: center bottom 0
}
@-webkit-keyframes shine {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes shine {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.shine {
    -webkit-animation-name: shine;
    animation-name: shine
}
@-webkit-keyframes impulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes impulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.impulse {
    -webkit-animation-name: impulse;
    animation-name: impulse
}
@-webkit-keyframes elastic {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes elastic {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.elastic {
    -webkit-animation-name: elastic;
    animation-name: elastic
}
@-webkit-keyframes jitter {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes jitter {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
.jitter {
    -webkit-animation-name: jitter;
    animation-name: jitter
}
@-webkit-keyframes seesaw {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes seesaw {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.seesaw {
    -webkit-animation-name: seesaw;
    animation-name: seesaw;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes wave {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.wave {
    -webkit-animation-name: wave;
    animation-name: wave
}
@-webkit-keyframes jumpIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes jumpIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.jumpIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: jumpIn;
    animation-name: jumpIn
}
@-webkit-keyframes jumpInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes jumpInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.jumpInDown {
    -webkit-animation-name: jumpInDown;
    animation-name: jumpInDown
}
@-webkit-keyframes jumpInLeft {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes jumpInLeft {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.jumpInLeft {
    -webkit-animation-name: jumpInLeft;
    animation-name: jumpInLeft
}
@-webkit-keyframes jumpInRight {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes jumpInRight {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.jumpInRight {
    -webkit-animation-name: jumpInRight;
    animation-name: jumpInRight
}
@-webkit-keyframes jumpInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes jumpInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.jumpInUp {
    -webkit-animation-name: jumpInUp;
    animation-name: jumpInUp
}
@-webkit-keyframes jumpOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
@keyframes jumpOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
.jumpOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: jumpOut;
    animation-name: jumpOut
}
@-webkit-keyframes jumpOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes jumpOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.jumpOutDown {
    -webkit-animation-name: jumpOutDown;
    animation-name: jumpOutDown
}
@-webkit-keyframes jumpOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes jumpOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.jumpOutLeft {
    -webkit-animation-name: jumpOutLeft;
    animation-name: jumpOutLeft
}
@-webkit-keyframes jumpOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes jumpOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.jumpOutRight {
    -webkit-animation-name: jumpOutRight;
    animation-name: jumpOutRight
}
@-webkit-keyframes jumpOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes jumpOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.jumpOutUp {
    -webkit-animation-name: jumpOutUp;
    animation-name: jumpOutUp
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg)
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    80%,
    100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg)
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    80%,
    100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}
@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    }
    0%,
    40% {
        transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    }
    0%,
    40% {
        transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg)
    }
    0%,
    40% {
        transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg)
    }
    0%,
    40% {
        transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    }
}
.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg)
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg)
    }
}
.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg)
    }
    0%,
    100% {
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg)
    }
    0%,
    100% {
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg)
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg)
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg)
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg)
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg)
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg)
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg)
    }
}
@keyframes rotateOut {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg)
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
}
@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
}
@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg)
    }
}
@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    0%,
    100% {
        -webkit-transform-origin: right bottom 0;
        transform-origin: right bottom 0
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg)
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg)
    }
    20%,
    60%,
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
    40%,
    80% {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}
@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg)
    }
    20%,
    60%,
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
    40%,
    80% {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}
@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}
@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}
@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}
@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    100% {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    100% {
        opacity: 0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0
    }
}
@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center 0;
        transform-origin: left center 0
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center 0;
        transform-origin: left center 0
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center 0;
        transform-origin: right center 0
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center 0;
        transform-origin: right center 0
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0
    }
}
@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
@-webkit-keyframes internet-package-move {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    5% {
        -webkit-transform: scale(1, .95);
        transform: scale(1, .95)
    }
    75% {
        -webkit-transform: scale(1, 1.09);
        transform: scale(1, 1.09)
    }
}
@keyframes internet-package-move {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    5% {
        -webkit-transform: scale(1, .95);
        transform: scale(1, .95)
    }
    75% {
        -webkit-transform: scale(1, 1.09);
        transform: scale(1, 1.09)
    }
}
@-webkit-keyframes tab-move {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    5% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    75% {
        -webkit-transform: scale(1, 1.2);
        transform: scale(1, 1.2)
    }
}
@keyframes tab-move {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    5% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    75% {
        -webkit-transform: scale(1, 1.2);
        transform: scale(1, 1.2)
    }
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    box-sizing: content-box
}
pre {
    overflow: auto
}
samp {
    font-size: 1em
}
button,
input,
optgroup {
    color: inherit;
    font: inherit;
    margin: 0
}
select,
textarea {
    color: inherit
}
textarea {
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button {
    -webkit-appearance: button
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/bootstrap/glyphicons-halflings-regular.html');
    src: url('../fonts/bootstrap/glyphicons-halflings-regulard41d.html?#iefix') format('embedded-opentype'), url('../fonts/bootstrap/glyphicons-halflings-regular-2.html') format('woff'), url('../fonts/bootstrap/glyphicons-halflings-regular-3.html') format('truetype'), url('../fonts/bootstrap/glyphicons-halflings-regular-4.html#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\2a"
}
.glyphicon-plus:before {
    content: "\2b"
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}
* {
    box-sizing: border-box
}
*:before,
*:after {
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    color: #333;
    background-color: #fff
}
input,
button {
    font-family: inherit;
    font-size: inherit
}
input,
button,
select,
textarea {
    line-height: inherit
}
textarea {
    font-family: inherit;
    font-size: inherit
}
a {
    text-decoration: none
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
h1 {
    font-family: inherit;
    color: inherit
}
h2,
h3,
h4 {
    font-weight: 500;
    line-height: 1.1
}
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    color: inherit
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}
.h1 {
    font-size: 36px
}
h2,
.h2 {
    font-size: 30px
}
h3,
.h3 {
    font-size: 24px
}
h4,
.h4 {
    font-size: 18px
}
.h5 {
    font-size: 14px
}
.h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
small,
.small {
    font-size: 85%
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #337ab7
}
a.text-primary:hover {
    color: #286090
}
.text-success {
    color: #3c763d
}
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:hover {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline {
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt,
dd {
    line-height: 1.42857
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}
.dl-horizontal dd:after {
    clear: both
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-1 {
    width: 8.33333%
}
.col-xs-2 {
    width: 16.66667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.33333%
}
.col-xs-5 {
    width: 41.66667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.33333%
}
.col-xs-8 {
    width: 66.66667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.33333%
}
.col-xs-11 {
    width: 91.66667%
}
.col-xs-12 {
    width: 100%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-pull-1 {
    right: 8.33333%
}
.col-xs-pull-2 {
    right: 16.66667%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-4 {
    right: 33.33333%
}
.col-xs-pull-5 {
    right: 41.66667%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-7 {
    right: 58.33333%
}
.col-xs-pull-8 {
    right: 66.66667%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-10 {
    right: 83.33333%
}
.col-xs-pull-11 {
    right: 91.66667%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-push-1 {
    left: 8.33333%
}
.col-xs-push-2 {
    left: 16.66667%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-4 {
    left: 33.33333%
}
.col-xs-push-5 {
    left: 41.66667%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-7 {
    left: 58.33333%
}
.col-xs-push-8 {
    left: 66.66667%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-10 {
    left: 83.33333%
}
.col-xs-push-11 {
    left: 91.66667%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0%
}
.col-xs-offset-1 {
    margin-left: 8.33333%
}
.col-xs-offset-2 {
    margin-left: 16.66667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333%
}
.col-xs-offset-5 {
    margin-left: 41.66667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333%
}
.col-xs-offset-8 {
    margin-left: 66.66667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333%
}
.col-xs-offset-11 {
    margin-left: 91.66667%
}
.col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}
caption,
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    border-top: 1px solid #ddd
}
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}
.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}
.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}
.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}
.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    line-height: inherit;
    color: #333;
    border: 0
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}
input[type="search"] {
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    padding-top: 7px
}
output,
.form-control {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: false;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type="search"] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"],
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline,
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: false
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}
.input-sm,
.input-group-sm>.form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 1.5
}
.input-group-sm>.input-group-btn>.btn,
.form-group-sm .form-control {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}
textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.form-group-sm .form-control {
    height: auto
}
.input-lg,
.input-group-lg>.form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 1.33
}
.input-group-lg>.input-group-btn>.btn,
.form-group-lg .form-control {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}
textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.form-group-lg .form-control {
    height: auto
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
.form-horizontal .form-group:before {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    content: " ";
    display: table;
    clear: both
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none;
    visibility: hidden
}
.collapse.in {
    display: block;
    visibility: visible
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    cursor: false
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group>.btn {
    float: left
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}
.btn-toolbar:after {
    clear: both
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    display: block;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
    clear: both
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon {
    white-space: nowrap
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap
}
.input-group-btn,
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav:before,
.nav:after {
    content: " ";
    display: table
}
.nav:after {
    clear: both
}
.nav>li,
.nav>li>a {
    position: relative;
    display: block
}
.nav>li>a {
    padding: 10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: false
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}
.tab-content>.active {
    display: block;
    visibility: visible
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table
}
.navbar:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}
.navbar-header:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}
.navbar-collapse:after {
    clear: both
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        visibility: visible!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text,
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb>.active {
    color: #777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: false
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}
.pager:before,
.pager:after {
    content: " ";
    display: table
}
.pager:after {
    clear: both
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: false
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label-default {
    background-color: #777
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #337ab7
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee
}
.jumbotron,
.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-size: 40px 40px
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: false
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
    padding: 15px
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}
.panel-body:after {
    clear: both
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}
.panel-title,
.panel-title>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {
    border-top-width: 0
}
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #337ab7
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "lato-light", 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    left: 5px
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "lato-light", 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.carousel,
.carousel-inner {
    position: relative
}
.carousel-inner {
    overflow: hidden;
    width: 100%
}
.carousel-inner>.item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5)0%, rgba(0, 0, 0, .0001)100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001)0%, rgba(0, 0, 0, .5)100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important;
    visibility: hidden!important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont78ce.html?v=4.2.0');
    src: url('../fonts/fontawesome-webfontd41d.html?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont78ce-2.html?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont78ce-3.html?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont78ce-4.html?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.ct-label {
    fill: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .4);
    font-size: .75rem;
    line-height: 1
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.ct-label.ct-horizontal.ct-start {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}
.ct-label.ct-horizontal.ct-start,
.ct-label.ct-horizontal.ct-end {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}
.ct-label.ct-horizontal.ct-end {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}
.ct-label.ct-vertical.ct-start {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}
.ct-label.ct-vertical.ct-end {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}
.ct-label.ct-vertical.ct-end,
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start,
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}
.ct-grid {
    stroke: rgba(0, 0, 0, .2);
    stroke-width: 1px;
    stroke-dasharray: 2px
}
.ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}
.ct-line {
    fill: none;
    stroke-width: 4px
}
.ct-area {
    stroke: none;
    fill-opacity: .1
}
.ct-bar {
    fill: none;
    stroke-width: 10px
}
.ct-slice-donut {
    fill: none;
    stroke-width: 60px
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
    stroke: #d70206
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
    fill: #d70206
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
    stroke: #f05b4f
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
    fill: #f05b4f
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
    stroke: #f4c63d
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
    fill: #f4c63d
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
    stroke: #d17905
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
    fill: #d17905
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
    stroke: #453d3f
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
    fill: #453d3f
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
    stroke: #59922b
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
    fill: #59922b
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
    stroke: #0544d3
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
    fill: #0544d3
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
    stroke: #6b0392
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
    fill: #6b0392
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
    stroke: #f05b4f
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
    fill: #f05b4f
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
    stroke: #dda458
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
    fill: #dda458
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
    stroke: #eacf7d
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
    fill: #eacf7d
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
    stroke: #86797d
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
    fill: #86797d
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
    stroke: #b2c326
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
    fill: #b2c326
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
    stroke: #6188e2
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
    fill: #6188e2
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
    stroke: #a748ca
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
    fill: #a748ca
}
.ct-square {
    display: block;
    position: relative;
    width: 100%
}
.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%
}
.ct-square:after {
    content: "";
    display: table;
    clear: both
}
.ct-square>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-minor-second {
    display: block;
    position: relative;
    width: 100%
}
.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%
}
.ct-minor-second:after {
    content: "";
    display: table;
    clear: both
}
.ct-minor-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-major-second {
    display: block;
    position: relative;
    width: 100%
}
.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%
}
.ct-major-second:after {
    content: "";
    display: table;
    clear: both
}
.ct-major-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-minor-third {
    display: block;
    position: relative;
    width: 100%
}
.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%
}
.ct-minor-third:after {
    content: "";
    display: table;
    clear: both
}
.ct-minor-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-major-third {
    display: block;
    position: relative;
    width: 100%
}
.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%
}
.ct-major-third:after {
    content: "";
    display: table;
    clear: both
}
.ct-major-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%
}
.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%
}
.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both
}
.ct-perfect-fourth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%
}
.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%
}
.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both
}
.ct-perfect-fifth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%
}
.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%
}
.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both
}
.ct-minor-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-golden-section {
    display: block;
    position: relative;
    width: 100%
}
.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%
}
.ct-golden-section:after {
    content: "";
    display: table;
    clear: both
}
.ct-golden-section>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%
}
.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%
}
.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both
}
.ct-major-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%
}
.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%
}
.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both
}
.ct-minor-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%
}
.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%
}
.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both
}
.ct-major-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-octave {
    display: block;
    position: relative;
    width: 100%
}
.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%
}
.ct-octave:after {
    content: "";
    display: table;
    clear: both
}
.ct-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%
}
.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%
}
.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both
}
.ct-major-tenth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%
}
.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%
}
.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both
}
.ct-major-eleventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%
}
.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%
}
.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both
}
.ct-major-twelfth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-double-octave {
    display: block;
    position: relative;
    width: 100%
}
.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%
}
.ct-double-octave:after {
    content: "";
    display: table;
    clear: both
}
.ct-double-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}
.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
    stroke: #00aeab
}
.badge.ute-ct-badge {
    width: 60px;
    height: 60px;
    background-color: red;
    border-radius: 30px;
    display: block;
    z-index: 50;
    color: #fff;
    font-size: 11px
}
.badge.ute-ct-badge p {
    font-weight: 400;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.ute-ct-chart-bar .ct-line,
.ute-ct-chart-line .ct-line {
    fill: none;
    stroke-width: 5px
}
.ute-ct-chart-bar .ct-label.ct-horizontal,
.ute-ct-chart-line .ct-label.ct-horizontal {
    font-size: 1rem;
    text-align: center
}
.ute-ct-chart-bar .ct-label.ct-vertical,
.ute-ct-chart-line .ct-label.ct-vertical {
    font-size: 1rem;
    float: right
}
.ute-ct-chart-bar .ute-ct-series.ute-ct-limit-line .ct-line,
.ute-ct-chart-line .ute-ct-series.ute-ct-limit-line .ct-line {
    stroke: #f15d22;
    stroke-width: 2px;
    stroke-dasharray: 10, 5
}
.ute-ct-chart-bar .ute-ct-series.ct-series-a .ct-point,
.ute-ct-chart-line .ute-ct-series.ct-series-a .ct-point,
.ute-ct-chart-bar .ute-ct-series.ct-series-a .ute-ct-line,
.ute-ct-chart-line .ute-ct-series.ct-series-a .ute-ct-line,
.ute-ct-chart-bar .ute-ct-series.ct-series-a .ute-ct-bar,
.ute-ct-chart-bar .ute-ct-series.ct-series-a .ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-a .ute-ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-a .ct-bar {
    stroke: #8734ff
}
.ute-ct-chart-bar .ute-ct-series.ct-series-b .ct-point,
.ute-ct-chart-line .ute-ct-series.ct-series-b .ct-point,
.ute-ct-chart-bar .ute-ct-series.ct-series-b .ute-ct-line,
.ute-ct-chart-line .ute-ct-series.ct-series-b .ute-ct-line,
.ute-ct-chart-bar .ute-ct-series.ct-series-b .ute-ct-bar,
.ute-ct-chart-bar .ute-ct-series.ct-series-b .ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-b .ute-ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-b .ct-bar {
    stroke: #00b00d
}
.ute-ct-chart-bar .ute-ct-series.ct-series-c .ct-point,
.ute-ct-chart-line .ute-ct-series.ct-series-c .ct-point,
.ute-ct-chart-bar .ute-ct-series.ct-series-c .ute-ct-line,
.ute-ct-chart-line .ute-ct-series.ct-series-c .ute-ct-line,
.ute-ct-chart-bar .ute-ct-series.ct-series-c .ute-ct-bar,
.ute-ct-chart-bar .ute-ct-series.ct-series-c .ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-c .ute-ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-c .ct-bar {
    stroke: #ff3abd
}
.ute-ct-chart-bar .ute-ct-series.ct-series-d .ct-point,
.ute-ct-chart-line .ute-ct-series.ct-series-d .ct-point,
.ute-ct-chart-bar .ute-ct-series.ct-series-d .ute-ct-line,
.ute-ct-chart-line .ute-ct-series.ct-series-d .ute-ct-line,
.ute-ct-chart-bar .ute-ct-series.ct-series-d .ute-ct-bar,
.ute-ct-chart-bar .ute-ct-series.ct-series-d .ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-d .ute-ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-d .ct-bar {
    stroke: #dfc60c
}
.ute-ct-chart-bar .ute-ct-series.ct-series-e .ct-point,
.ute-ct-chart-line .ute-ct-series.ct-series-e .ct-point,
.ute-ct-chart-bar .ute-ct-series.ct-series-e .ute-ct-line,
.ute-ct-chart-line .ute-ct-series.ct-series-e .ute-ct-line,
.ute-ct-chart-bar .ute-ct-series.ct-series-e .ute-ct-bar,
.ute-ct-chart-bar .ute-ct-series.ct-series-e .ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-e .ute-ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-e .ct-bar {
    stroke: #626262
}
.ute-ct-chart-bar .ute-ct-series.ct-series-f .ct-point,
.ute-ct-chart-line .ute-ct-series.ct-series-f .ct-point,
.ute-ct-chart-bar .ute-ct-series.ct-series-f .ute-ct-line,
.ute-ct-chart-line .ute-ct-series.ct-series-f .ute-ct-line,
.ute-ct-chart-bar .ute-ct-series.ct-series-f .ute-ct-bar,
.ute-ct-chart-bar .ute-ct-series.ct-series-f .ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-f .ute-ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-f .ct-bar {
    stroke: #973906
}
.ute-ct-chart-bar .ute-ct-series.ct-series-g .ct-point,
.ute-ct-chart-line .ute-ct-series.ct-series-g .ct-point,
.ute-ct-chart-bar .ute-ct-series.ct-series-g .ute-ct-line,
.ute-ct-chart-line .ute-ct-series.ct-series-g .ute-ct-line,
.ute-ct-chart-bar .ute-ct-series.ct-series-g .ute-ct-bar,
.ute-ct-chart-bar .ute-ct-series.ct-series-g .ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-g .ute-ct-bar,
.ute-ct-chart-line .ute-ct-series.ct-series-g .ct-bar {
    stroke: #324479
}
.ct-chart-pie .ute-ct-label,
.ct-chart-donut .ute-ct-label,
.ct-chart-pie .ute-ct-label.ct-horizontal,
.ct-chart-donut .ute-ct-label.ct-horizontal {
    font-size: 20px;
    fill: #fff
}
.ct-chart-pie .ute-ct-series.ct-series-a .ct-slice-pie,
.ct-chart-donut .ute-ct-series.ct-series-a .ct-slice-pie {
    fill: #8734ff
}
.ct-chart-pie .ute-ct-series.ct-series-a .ct-slice-donut,
.ct-chart-donut .ute-ct-series.ct-series-a .ct-slice-donut {
    stroke: #8734ff
}
.ct-chart-pie .ute-ct-series.ct-series-b .ct-slice-pie,
.ct-chart-donut .ute-ct-series.ct-series-b .ct-slice-pie {
    fill: #00b00d
}
.ct-chart-pie .ute-ct-series.ct-series-b .ct-slice-donut,
.ct-chart-donut .ute-ct-series.ct-series-b .ct-slice-donut {
    stroke: #00b00d
}
.ct-chart-pie .ute-ct-series.ct-series-c .ct-slice-pie,
.ct-chart-donut .ute-ct-series.ct-series-c .ct-slice-pie {
    fill: #ff3abd
}
.ct-chart-pie .ute-ct-series.ct-series-c .ct-slice-donut,
.ct-chart-donut .ute-ct-series.ct-series-c .ct-slice-donut {
    stroke: #ff3abd
}
.ct-chart-pie .ute-ct-series.ct-series-d .ct-slice-pie,
.ct-chart-donut .ute-ct-series.ct-series-d .ct-slice-pie {
    fill: #dfc60c
}
.ct-chart-pie .ute-ct-series.ct-series-d .ct-slice-donut,
.ct-chart-donut .ute-ct-series.ct-series-d .ct-slice-donut {
    stroke: #dfc60c
}
.ct-chart-pie .ute-ct-series.ct-series-e .ct-slice-pie,
.ct-chart-donut .ute-ct-series.ct-series-e .ct-slice-pie {
    fill: #626262
}
.ct-chart-pie .ute-ct-series.ct-series-e .ct-slice-donut,
.ct-chart-donut .ute-ct-series.ct-series-e .ct-slice-donut {
    stroke: #626262
}
.ct-chart-pie .ute-ct-series.ct-series-f .ct-slice-pie,
.ct-chart-donut .ute-ct-series.ct-series-f .ct-slice-pie {
    fill: #973906
}
.ct-chart-pie .ute-ct-series.ct-series-f .ct-slice-donut,
.ct-chart-donut .ute-ct-series.ct-series-f .ct-slice-donut {
    stroke: #973906
}
.ct-chart-pie .ute-ct-series.ct-series-g .ct-slice-pie,
.ct-chart-donut .ute-ct-series.ct-series-g .ct-slice-pie {
    fill: #324479
}
.ct-chart-pie .ute-ct-series.ct-series-g .ct-slice-donut,
.ct-chart-donut .ute-ct-series.ct-series-g .ct-slice-donut {
    stroke: #324479
}
.modal-open {
    overflow: auto
}
.popover.ute-popover {
    min-width: 300px;
    max-width: 650px;
    min-height: 100px;
    max-height: 800px;
    display: none
}
.popover.ute-popover.active {
    display: block
}
.backdrop.ute-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}
.backdrop.active {
    display: block
}
∑ .ng-table-pagination {
    float: right
}
.ng-table th.sortable div:before {
    margin-top: -4px
}
.ng-table th.filter .input-filter {
    display: block
}
@media only screen and (max-width: 800px) {
    .ng-table-responsive {
        border-bottom: 1px solid #999
    }
    .ng-table-responsive tr {
        border-top: 1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999
    }
    .ng-table-responsive td:before {
        position: absolute;
        padding: 8px;
        left: 0;
        top: 0;
        width: 50%;
        white-space: nowrap;
        text-align: left;
        font-weight: 700
    }
    .ng-table-responsive thead tr th {
        text-align: left
    }
    .ng-table-responsive thead tr.ng-table-filters th {
        padding: 0
    }
    .ng-table-responsive thead tr.ng-table-filters th form>div {
        padding: 8px
    }
    .ng-table-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left
    }
    .ng-table-responsive td:before {
        content: attr(data-title-text)
    }
    .ng-table-responsive,
    .ng-table-responsive thead,
    .ng-table-responsive tbody,
    .ng-table-responsive th,
    .ng-table-responsive td,
    .ng-table-responsive tr {
        display: block
    }
}
.table.ute-table tfoot tr th {
    background: #eeefff
}
.table.ute-table tr:hover {
    background: #eee
}
.table.ute-table td span.mobile-table-title,
.table.ute-table th span.mobile-table-title {
    display: none
}
body[rui-device-size='xs'] .table.ute-table,
body[rui-device-size='sm'] .table.ute-table,
body[rui-device-size='xs'] .table.ute-table thead,
body[rui-device-size='xs'] .table.ute-table tbody,
body[rui-device-size='xs'] .table.ute-table th,
body[rui-device-size='xs'] .table.ute-table td,
body[rui-device-size='xs'] .table.ute-table tr,
body[rui-device-size='xs'] .table.ute-table tfoot,
body[rui-device-size='sm'] .table.ute-table thead,
body[rui-device-size='sm'] .table.ute-table tbody,
body[rui-device-size='sm'] .table.ute-table th,
body[rui-device-size='sm'] .table.ute-table td,
body[rui-device-size='sm'] .table.ute-table tr,
body[rui-device-size='sm'] .table.ute-table tfoot {
    display: block
}
body[rui-device-size='xs'] .table.ute-table thead tr,
body[rui-device-size='sm'] .table.ute-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: none
}
body[rui-device-size='xs'] .table.ute-table tr:nth-of-type(odd),
body[rui-device-size='sm'] .table.ute-table tr:nth-of-type(odd) {
    background: #eeefff
}
body[rui-device-size='xs'] .table.ute-table tr,
body[rui-device-size='sm'] .table.ute-table tr {
    border: 1px solid #ccc
}
body[rui-device-size='xs'] .table.ute-table tr:hover,
body[rui-device-size='sm'] .table.ute-table tr:hover {
    background: 0 0
}
body[rui-device-size='xs'] .table.ute-table tfoot tr,
body[rui-device-size='sm'] .table.ute-table tfoot tr {
    border: 1px solid #00aeab
}
body[rui-device-size='xs'] .table.ute-table tfoot tr th,
body[rui-device-size='sm'] .table.ute-table tfoot tr th {
    border-top: none!important;
    border-bottom: 1px solid #00aeab;
    background: #eeefff
}
body[rui-device-size='xs'] .table.ute-table td,
body[rui-device-size='xs'] .table.ute-table th,
body[rui-device-size='sm'] .table.ute-table td,
body[rui-device-size='sm'] .table.ute-table th {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%;
    text-align: right
}
body[rui-device-size='xs'] .table.ute-table td span.mobile-table-title,
body[rui-device-size='xs'] .table.ute-table th span.mobile-table-title,
body[rui-device-size='sm'] .table.ute-table td span.mobile-table-title,
body[rui-device-size='sm'] .table.ute-table th span.mobile-table-title {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left
}
ins {
    text-decoration: none
}
img.responsive {
    width: 100%
}
legend {
    border: none
}
.modal-open .modal {
    background-color: rgba(0, 0, 0, .5)
}
.modal-header {
    min-height: 50px
}
a,
button {
    cursor: pointer
}
.no-padding {
    padding: 0!important
}
.no-padding-left {
    padding-left: 0!important
}
.no-padding-right {
    padding-right: 0!important
}
body[ute-device-size='xs'] .no-padding-xs,
body[ute-device-size='xs'] .no-padding-left-xs,
body[ute-device-size='sm'] .no-padding-sm,
body[ute-device-size='sm'] .no-padding-left-sm {
    padding: 0!important
}
.popover {
    display: none
}
.popover.active {
    display: block
}
.backdrop {
    display: none;
    position: fixed;
    cursor: pointer;
    background-color: transparent;
    top: -20px;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 10
}
.backdrop.active {
    display: block
}
.backdrop.ute-backdrop {
    background-color: rgba(255, 255, 255, .5)
}
.breadcrumb {
    white-space: nowrap
}
.table.ute-table.styled-header thead th {
    text-align: center
}
.table.ute-table.styled-header thead th:first-child {
    text-align: left
}
.table.ute-table.header-footer thead {
    background-color: #E5E5E5
}
.table.ute-table.header-footer tr:last-child {
    font-weight: 700;
    background-color: #E5E5E5
}
.table.ute-table.permission-table thead th {
    text-align: center
}
.table.ute-table.permission-table thead th:first-child {
    text-align: left
}
.table.ute-table.permission-table td {
    text-align: center
}
.table.ute-table.permission-table td:first-child {
    text-align: left
}
.modal-body .progress {
    display: none
}
.modal-body.multistep .progress {
    display: block
}
.rect-auto,
.c100[percentage="51"] .slice,
.c100[percentage="52"] .slice,
.c100[percentage="53"] .slice,
.c100[percentage="54"] .slice,
.c100[percentage="55"] .slice,
.c100[percentage="56"] .slice,
.c100[percentage="57"] .slice,
.c100[percentage="58"] .slice,
.c100[percentage="59"] .slice,
.c100[percentage="60"] .slice,
.c100[percentage="61"] .slice,
.c100[percentage="62"] .slice,
.c100[percentage="63"] .slice,
.c100[percentage="64"] .slice,
.c100[percentage="65"] .slice,
.c100[percentage="66"] .slice,
.c100[percentage="67"] .slice,
.c100[percentage="68"] .slice,
.c100[percentage="69"] .slice,
.c100[percentage="70"] .slice,
.c100[percentage="71"] .slice,
.c100[percentage="72"] .slice,
.c100[percentage="73"] .slice,
.c100[percentage="74"] .slice,
.c100[percentage="75"] .slice,
.c100[percentage="76"] .slice,
.c100[percentage="77"] .slice,
.c100[percentage="78"] .slice,
.c100[percentage="79"] .slice,
.c100[percentage="80"] .slice,
.c100[percentage="81"] .slice,
.c100[percentage="82"] .slice,
.c100[percentage="83"] .slice,
.c100[percentage="84"] .slice,
.c100[percentage="85"] .slice,
.c100[percentage="86"] .slice,
.c100[percentage="87"] .slice,
.c100[percentage="88"] .slice,
.c100[percentage="89"] .slice,
.c100[percentage="90"] .slice,
.c100[percentage="91"] .slice,
.c100[percentage="92"] .slice,
.c100[percentage="93"] .slice,
.c100[percentage="94"] .slice,
.c100[percentage="95"] .slice,
.c100[percentage="96"] .slice,
.c100[percentage="97"] .slice,
.c100[percentage="98"] .slice,
.c100[percentage="99"] .slice,
.c100[percentage="100"] .slice {
    clip: rect(auto, auto, auto, auto)
}
.pie,
.c100 .bar,
.c100 .bar-layer2,
.c100[percentage="51"] .fill,
.c100[percentage="52"] .fill,
.c100[percentage="53"] .fill,
.c100[percentage="54"] .fill,
.c100[percentage="55"] .fill,
.c100[percentage="56"] .fill,
.c100[percentage="57"] .fill,
.c100[percentage="58"] .fill,
.c100[percentage="59"] .fill,
.c100[percentage="60"] .fill,
.c100[percentage="61"] .fill,
.c100[percentage="62"] .fill,
.c100[percentage="63"] .fill,
.c100[percentage="64"] .fill,
.c100[percentage="65"] .fill,
.c100[percentage="66"] .fill,
.c100[percentage="67"] .fill,
.c100[percentage="68"] .fill,
.c100[percentage="69"] .fill,
.c100[percentage="70"] .fill,
.c100[percentage="71"] .fill,
.c100[percentage="72"] .fill,
.c100[percentage="73"] .fill,
.c100[percentage="74"] .fill,
.c100[percentage="75"] .fill,
.c100[percentage="76"] .fill,
.c100[percentage="77"] .fill,
.c100[percentage="78"] .fill,
.c100[percentage="79"] .fill,
.c100[percentage="80"] .fill,
.c100[percentage="81"] .fill,
.c100[percentage="82"] .fill,
.c100[percentage="83"] .fill,
.c100[percentage="84"] .fill,
.c100[percentage="85"] .fill,
.c100[percentage="86"] .fill,
.c100[percentage="87"] .fill,
.c100[percentage="88"] .fill,
.c100[percentage="89"] .fill,
.c100[percentage="90"] .fill,
.c100[percentage="91"] .fill,
.c100[percentage="92"] .fill,
.c100[percentage="93"] .fill,
.c100[percentage="94"] .fill,
.c100[percentage="95"] .fill,
.c100[percentage="96"] .fill,
.c100[percentage="97"] .fill,
.c100[percentage="98"] .fill,
.c100[percentage="99"] .fill,
.c100[percentage="100"] .fill {
    position: absolute;
    clip: rect(0, .5em, 1em, 0);
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.pie-fill,
.c100[percentage="51"] .bar:after,
.c100[percentage="51"] .fill,
.c100[percentage="52"] .bar:after,
.c100[percentage="52"] .fill,
.c100[percentage="53"] .bar:after,
.c100[percentage="53"] .fill,
.c100[percentage="54"] .bar:after,
.c100[percentage="54"] .fill,
.c100[percentage="55"] .bar:after,
.c100[percentage="55"] .fill,
.c100[percentage="56"] .bar:after,
.c100[percentage="56"] .fill,
.c100[percentage="57"] .bar:after,
.c100[percentage="57"] .fill,
.c100[percentage="58"] .bar:after,
.c100[percentage="58"] .fill,
.c100[percentage="59"] .bar:after,
.c100[percentage="59"] .fill,
.c100[percentage="60"] .bar:after,
.c100[percentage="60"] .fill,
.c100[percentage="61"] .bar:after,
.c100[percentage="61"] .fill,
.c100[percentage="62"] .bar:after,
.c100[percentage="62"] .fill,
.c100[percentage="63"] .bar:after,
.c100[percentage="63"] .fill,
.c100[percentage="64"] .bar:after,
.c100[percentage="64"] .fill,
.c100[percentage="65"] .bar:after,
.c100[percentage="65"] .fill,
.c100[percentage="66"] .bar:after,
.c100[percentage="66"] .fill,
.c100[percentage="67"] .bar:after,
.c100[percentage="67"] .fill,
.c100[percentage="68"] .bar:after,
.c100[percentage="68"] .fill,
.c100[percentage="69"] .bar:after,
.c100[percentage="69"] .fill,
.c100[percentage="70"] .bar:after,
.c100[percentage="70"] .fill,
.c100[percentage="71"] .bar:after,
.c100[percentage="71"] .fill,
.c100[percentage="72"] .bar:after,
.c100[percentage="72"] .fill,
.c100[percentage="73"] .bar:after,
.c100[percentage="73"] .fill,
.c100[percentage="74"] .bar:after,
.c100[percentage="74"] .fill,
.c100[percentage="75"] .bar:after,
.c100[percentage="75"] .bar-layer2:after,
.c100[percentage="75"] .fill,
.c100[percentage="76"] .bar:after,
.c100[percentage="76"] .bar-layer2:after,
.c100[percentage="76"] .fill,
.c100[percentage="77"] .bar:after,
.c100[percentage="77"] .bar-layer2:after,
.c100[percentage="77"] .fill,
.c100[percentage="78"] .bar:after,
.c100[percentage="78"] .bar-layer2:after,
.c100[percentage="78"] .fill,
.c100[percentage="79"] .bar:after,
.c100[percentage="79"] .bar-layer2:after,
.c100[percentage="79"] .fill,
.c100[percentage="80"] .bar:after,
.c100[percentage="80"] .bar-layer2:after,
.c100[percentage="80"] .fill,
.c100[percentage="81"] .bar:after,
.c100[percentage="81"] .bar-layer2:after,
.c100[percentage="81"] .fill,
.c100[percentage="82"] .bar:after,
.c100[percentage="82"] .bar-layer2:after,
.c100[percentage="82"] .fill,
.c100[percentage="83"] .bar:after,
.c100[percentage="83"] .bar-layer2:after,
.c100[percentage="83"] .fill,
.c100[percentage="84"] .bar:after,
.c100[percentage="84"] .bar-layer2:after,
.c100[percentage="84"] .fill,
.c100[percentage="85"] .bar:after,
.c100[percentage="85"] .bar-layer2:after,
.c100[percentage="85"] .fill,
.c100[percentage="86"] .bar:after,
.c100[percentage="86"] .bar-layer2:after,
.c100[percentage="86"] .fill,
.c100[percentage="87"] .bar:after,
.c100[percentage="87"] .bar-layer2:after,
.c100[percentage="87"] .fill,
.c100[percentage="88"] .bar:after,
.c100[percentage="88"] .bar-layer2:after,
.c100[percentage="88"] .fill,
.c100[percentage="89"] .bar:after,
.c100[percentage="89"] .bar-layer2:after,
.c100[percentage="89"] .fill,
.c100[percentage="90"] .bar:after,
.c100[percentage="90"] .bar-layer2:after,
.c100[percentage="90"] .fill,
.c100[percentage="91"] .bar:after,
.c100[percentage="91"] .bar-layer2:after,
.c100[percentage="91"] .fill,
.c100[percentage="92"] .bar:after,
.c100[percentage="92"] .bar-layer2:after,
.c100[percentage="92"] .fill,
.c100[percentage="93"] .bar:after,
.c100[percentage="93"] .bar-layer2:after,
.c100[percentage="93"] .fill,
.c100[percentage="94"] .bar:after,
.c100[percentage="94"] .bar-layer2:after,
.c100[percentage="94"] .fill,
.c100[percentage="95"] .bar:after,
.c100[percentage="95"] .bar-layer2:after,
.c100[percentage="95"] .fill,
.c100[percentage="96"] .bar:after,
.c100[percentage="96"] .bar-layer2:after,
.c100[percentage="96"] .fill,
.c100[percentage="97"] .bar:after,
.c100[percentage="97"] .bar-layer2:after,
.c100[percentage="97"] .fill,
.c100[percentage="98"] .bar:after,
.c100[percentage="98"] .bar-layer2:after,
.c100[percentage="98"] .fill,
.c100[percentage="99"] .bar:after,
.c100[percentage="99"] .bar-layer2:after,
.c100[percentage="99"] .fill,
.c100[percentage="100"] .bar:after,
.c100[percentage="100"] .bar-layer2:after,
.c100[percentage="100"] .fill {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    background-color: #ccc
}
.c100 *,
.c100 *:before,
.c100 *:after {
    box-sizing: content-box
}
.c100.center {
    float: none;
    margin: 0 auto
}
.c100>span {
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: .2em;
    color: #777;
    text-align: center;
    white-space: nowrap;
    transition-timing-function: ease-out
}
.c100>span,
.c100:after {
    position: absolute;
    display: block;
    transition-property: all;
    transition-duration: .2s
}
.c100:after {
    top: .08em;
    left: .08em;
    content: " ";
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: .84em;
    height: .84em;
    transition-timing-function: ease-in
}
.c100 .slice {
    clip: rect(0, 1em, 1em, .5em)
}
.c100[percentage="00"] .bar,
.c100[percentage="0"] .bar,
.c100[percentage=""] .bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    clip: rect(0, .52em, 1.1em, 0);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1);
    opacity: 0
}
.c100[percentage="01"] .bar,
.c100[percentage="1"] .bar {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
    clip: rect(0, .52em, 1.1em, 0);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="02"] .bar,
.c100[percentage="2"] .bar {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
    clip: rect(0, .52em, 1.1em, 0);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="03"] .bar,
.c100[percentage="3"] .bar {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="04"] .bar,
.c100[percentage="4"] .bar {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="05"] .bar,
.c100[percentage="5"] .bar {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="06"] .bar,
.c100[percentage="6"] .bar {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="07"] .bar,
.c100[percentage="7"] .bar {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="08"] .bar,
.c100[percentage="8"] .bar {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="09"] .bar,
.c100[percentage="9"] .bar {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="10"] .bar {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="11"] .bar {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="12"] .bar {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="13"] .bar {
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="14"] .bar {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="15"] .bar {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="16"] .bar {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="17"] .bar {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="18"] .bar {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="19"] .bar {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="20"] .bar {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="21"] .bar {
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="22"] .bar {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="23"] .bar {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="24"] .bar {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="25"] .bar {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="26"] .bar {
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="27"] .bar {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="28"] .bar {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="29"] .bar {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="30"] .bar {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="31"] .bar {
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="32"] .bar {
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="33"] .bar {
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="34"] .bar {
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="35"] .bar {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="36"] .bar {
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="37"] .bar {
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="38"] .bar {
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="39"] .bar {
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="40"] .bar {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="41"] .bar {
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="42"] .bar {
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="43"] .bar {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="44"] .bar {
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="45"] .bar {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="46"] .bar {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="47"] .bar {
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="48"] .bar {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="49"] .bar {
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="50"] .bar {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="51"] .bar {
    -webkit-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="52"] .bar {
    -webkit-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="53"] .bar {
    -webkit-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="54"] .bar {
    -webkit-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="55"] .bar {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="56"] .bar {
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="57"] .bar {
    -webkit-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="58"] .bar {
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="59"] .bar {
    -webkit-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="60"] .bar {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="61"] .bar {
    -webkit-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="62"] .bar {
    -webkit-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="63"] .bar {
    -webkit-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="64"] .bar {
    -webkit-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="65"] .bar {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="66"] .bar {
    -webkit-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="67"] .bar {
    -webkit-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="68"] .bar {
    -webkit-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="69"] .bar {
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="70"] .bar {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="71"] .bar {
    -webkit-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="72"] .bar {
    -webkit-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="73"] .bar {
    -webkit-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="74"] .bar {
    -webkit-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="75"] .bar {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="76"] .bar {
    -webkit-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="77"] .bar {
    -webkit-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="78"] .bar {
    -webkit-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="79"] .bar {
    -webkit-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="80"] .bar {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="81"] .bar {
    -webkit-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="82"] .bar {
    -webkit-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="83"] .bar {
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="84"] .bar {
    -webkit-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="85"] .bar {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="86"] .bar {
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="87"] .bar {
    -webkit-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="88"] .bar {
    -webkit-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="89"] .bar {
    -webkit-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="90"] .bar {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="91"] .bar {
    -webkit-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="92"] .bar {
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="93"] .bar {
    -webkit-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="94"] .bar {
    -webkit-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="95"] .bar {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="96"] .bar {
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="97"] .bar {
    -webkit-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="98"] .bar {
    -webkit-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="99"] .bar {
    -webkit-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100[percentage="100"] .bar {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: opacity 500ms cubic-bezier(0, .99, 1, 1)
}
.c100:hover {
    cursor: default
}
.c100:hover>span {
    color: #000
}
.c100.dark {
    background-color: #777
}
.c100.dark .bar,
.c100.dark .fill {
    border-color: #c6ff00!important
}
.c100.dark>span {
    color: #777
}
.c100.dark:after {
    background-color: #666
}
.c100.dark:hover>span {
    color: #c6ff00
}
.c100.green .bar,
.c100.green .fill {
    border-color: #4db53c!important
}
.c100.green:hover>span {
    color: #4db53c
}
.c100.green.dark .bar,
.c100.green.dark .fill {
    border-color: #5fd400!important
}
.c100.green.dark:hover>span {
    color: #5fd400
}
.c100.orange .bar,
.c100.orange .fill {
    border-color: #dd9d22!important
}
.c100.orange:hover>span {
    color: #dd9d22
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
    border-color: #e08833!important
}
.c100.orange.dark:hover>span {
    color: #e08833
}
#janrainModal .janrain-capture-ui.capture-ui-content {
    border-radius: 5px;
    khtml-border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    webkit-border-radius: 5px;
    width: 400px;
    background-color: #fff
}
#janrainModal .janrain_modal_closebutton {
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    font-family: helvetica, sans-serif;
    font-weight: 100;
    text-decoration: none
}
#janrainModal .janrain_modal_closebutton:after {
    font-family: janrain-icons;
    font-style: normal;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    content: "\e043";
    visibility: visible
}
#janrainModal .janrain_modal_closebutton::after {
    font-style: normal;
    line-height: 16px;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    visibility: visible
}
#janrainModal .janrain-capture-ui.capture-ui-content h1 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: inherit
}
#janrainModal .janrain-capture-ui.capture-ui-content h2 {
    font-size: 15px;
    font-weight: 700
}
#janrainModal .janrain-capture-ui.capture-ui-content h3 {
    font-size: 15px
}
#janrainModal .janrain-capture-ui.capture-ui-content h4 {
    font-size: 1.385em
}
#janrainModal .janrain-capture-ui.capture-ui-content h5 {
    font-size: 1.077em
}
#janrainModal .capture_header {
    box-sizing: border-box;
    moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    webkit-box-sizing: border-box
}
#janrainModal .capture_header h1 {
    padding: 0
}
#janrainModal .capture_footer {
    background-color: #f6f6f6;
    bottom: 0;
    box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset;
    khtml-border-radius: 0 0 5px 5px;
    left: 0;
    moz-border-radius: 0 0 5px 5px;
    moz-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset;
    ms-border-radius: 0 0 5px 5px;
    o-border-radius: 0 0 5px 5px;
    o-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset;
    padding: 10px 0;
    text-align: right;
    webkit-border-radius: 0 0 5px 5px;
    webkit-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset;
    width: 100%;
    z-index: 5;
    zoom: 1
}
#janrainModal .capture_footer:after {
    clear: both;
    content: "";
    display: table
}
.janrain-capture-ui .capture_footer .capture_btn {
    margin: 0 20px
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_fatal_error {
    margin-bottom: 15px
}
#janrainModal .janrain-capture-ui.capture-ui-content#signIn .capture_fatal_error,
#janrainModal .janrain-capture-ui.capture-ui-content#returnSocial .capture_fatal_error,
#janrainModal .janrain-capture-ui.capture-ui-content#returnTraditional .capture_fatal_error {
    margin-left: 20px;
    margin-right: 20px
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_access,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_retrieving {
    box-shadow: none;
    margin: 0 0 0 -150px;
    moz-box-shadow: none;
    o-box-shadow: none;
    padding: 0 0 0 40px;
    webkit-box-shadow: none
}
.janrain_close_confirm_container {
    border-radius: 10px;
    font-family: helvetica, sans-serif;
    font-size: 13px;
    khtml-border-radius: 10px;
    line-height: 17px;
    moz-border-radius: 10px;
    ms-border-radius: 10px;
    o-border-radius: 10px;
    webkit-border-radius: 10px
}
.janrain_close_confirm_container .janrain_close_confirm {
    color: #fff
}
.janrain_close_confirm_container .janrain_close_confirm h3 {
    color: #fff;
    font-size: 1.077em;
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px;
    text-shadow: none
}
.janrain_close_confirm_container .janrain_close_confirm .janrain_modal_confirm {
    background: linear-gradient(top, #34c5ff, #0092cd);
    background-color: #009ddc;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .45)
}
.janrain_close_confirm_container .janrain_close_confirm .janrain_modal_confirm,
.janrain_close_confirm_container .janrain_close_confirm .janrain_modal_cancel {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset;
    moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset;
    o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset;
    webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset
}
.janrain_close_confirm_container .janrain_close_confirm .janrain_modal_cancel {
    background-color: #f6f6f6;
    color: #333
}
.janrain-capture-ui {
    background-color: transparent;
    font-size: 13px;
    line-height: inherit
}
.janrain-capture-ui.capture-ui-content {
    width: 600px
}
.janrain-capture-ui a,
.janrain-capture-ui a:visited,
.janrain-capture-ui a:link {
    color: #009ddc
}
.janrain-capture-ui a:hover {
    color: #006690
}
.janrain-capture-ui .capture_fatal_error {
    background-image: none;
    color: #f58002;
    font-size: 12px
}
.janrain-capture-ui .capture_fatal_error:first-letter {
    text-transform: capitalize
}
.janrain-capture-ui .capture_form_error,
.capture_photo_chooser_errors {
    background-image: none;
    color: #f58002
}
.janrain-capture-ui .capture_save_success {
    color: #64AE29;
    display: inline-block;
    moz-box-orient: vertical;
    vertical-align: middle;
    *display: inline
}
.janrain-capture-ui .janrain_traditional_account_only {
    display: none
}
.janrain-capture-ui .capture_dashed {
    border: 1px #ccc dashed;
    margin: 0 20px
}
.janrain-capture-ui .capture_border {
    border: 1px solid #ccc
}
.janrain-capture-ui .capture_backgroundColor {
    background-color: #f6f6f6;
    color: #666;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset;
    khtml-border-radius: 0 0 5px 5px;
    margin-top: 20px;
    moz-border-radius: 0 0 5px 5px;
    moz-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset;
    ms-border-radius: 0 0 5px 5px;
    o-border-radius: 0 0 5px 5px;
    o-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset;
    webkit-border-radius: 0 0 5px 5px;
    webkit-box-shadow: 0 9px 9px -9px rgba(0, 0, 0, .1)inset
}
.janrain-capture-ui .capture_backgroundColor .capture_text_input,
.janrain-capture-ui .capture_backgroundColor .capture_inputPlaceholder,
.janrain-capture-ui .capture_backgroundColor .capture_select,
.janrain-capture-ui .capture_backgroundColor .capture_textarea,
.janrain-capture-ui .capture_backgroundColor .capture_checkbox,
.janrain-capture-ui .capture_backgroundColor .capture_radio {
    background-color: #fff
}
.janrain-capture-ui .capture_backgroundColor .capture_text_input:focus,
.janrain-capture-ui .capture_backgroundColor .capture_inputPlaceholder:focus,
.janrain-capture-ui .capture_backgroundColor .capture_select:focus,
.janrain-capture-ui .capture_backgroundColor .capture_textarea:focus,
.janrain-capture-ui .capture_backgroundColor .capture_checkbox:focus,
.janrain-capture-ui .capture_backgroundColor .capture_radio:focus {
    background-color: #fff
}
.janrain-capture-ui .capture_form_item {
    min-height: 0
}
.janrain-capture-ui .capture_form_item>label {
    color: #666;
    height: 0;
    overflow: hidden;
    text-indent: -99999px
}
.janrain-capture-ui .capture_text_input,
.janrain-capture-ui .capture_checkbox,
.janrain-capture-ui .capture_radio,
.janrain-capture-ui .capture_inputPlaceholder,
.janrain-capture-ui .capture_select,
.janrain-capture-ui .capture_textarea {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)inset;
    font-family: helvetica, sans-serif;
    font-size: 14px;
    khtml-border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    moz-border-radius: 5px;
    moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2)inset;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    o-box-shadow: 0 0 3px rgba(0, 0, 0, .2)inset;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2)inset
}
.janrain-capture-ui .capture_text_input:focus,
.janrain-capture-ui .capture_checkbox:focus,
.janrain-capture-ui .capture_radio:focus,
.janrain-capture-ui .capture_inputPlaceholder:focus,
.janrain-capture-ui .capture_select:focus,
.janrain-capture-ui .capture_textarea:focus {
    background-color: #e2e2e2;
    border: 1px solid #009ddc;
    box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, .2)inset;
    color: #333;
    moz-box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, .2)inset;
    o-box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, .2)inset;
    webkit-box-shadow: 0 0 3px #009ddc, 0 0 3px rgba(0, 0, 0, .2)inset
}
.janrain-capture-ui .capture_text_input,
.janrain-capture-ui .capture_checkbox,
.janrain-capture-ui .capture_radio {
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    moz-box-orient: vertical;
    moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    vertical-align: middle;
    webkit-box-sizing: border-box;
    width: 100%;
    *display: inline
}
.janrain-capture-ui .capture_inputPlaceholder {
    display: inline-block
}
.janrain-capture-ui .capture_textarea,
.janrain-capture-ui .capture_inputPlaceholder {
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    moz-box-orient: vertical;
    moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    vertical-align: middle;
    webkit-box-sizing: border-box;
    width: 100%;
    *display: inline
}
.janrain-capture-ui .capture_text_input::-webkit-input-placeholder,
.janrain-capture-ui .capture_checkbox::-webkit-input-placeholder,
.janrain-capture-ui .capture_textarea::-webkit-input-placeholder,
.janrain-capture-ui .capture_inputPlaceholder::-webkit-input-placeholder,
.janrain-capture-ui .capture_radio::-webkit-input-placeholder {
    color: #b3b3b3
}
.janrain-capture-ui .capture_inputPlaceholder::-webkit-input-placeholder,
.janrain-capture-ui .capture_text_input:-ms-input-placeholder,
.janrain-capture-ui .capture_checkbox:-ms-input-placeholder,
.janrain-capture-ui .capture_radio:-ms-input-placeholder,
.janrain-capture-ui .capture_inputPlaceholder:-ms-input-placeholder,
.janrain-capture-ui .capture_textarea:-ms-input-placeholder {
    color: #b3b3b3
}
.janrain-capture-ui .capture_text_input:-moz-placeholder,
.janrain-capture-ui .capture_checkbox:-moz-placeholder,
.janrain-capture-ui .capture_textarea:-moz-placeholder,
.janrain-capture-ui .capture_radio:-moz-placeholder,
.janrain-capture-ui .capture_inputPlaceholder:-moz-placeholder {
    color: #b3b3b3
}
.janrain-capture-ui .capture_select {
    box-sizing: border-box;
    color: #333;
    moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    webkit-box-sizing: border-box;
    width: 100%
}
.janrain-capture-ui .capture_select.capture_disabled {
    color: #b3b3b3
}
.janrain-capture-ui .capture_select.capture_disabled:focus {
    color: #333
}
.janrain-capture-ui .capture_checkbox,
.janrain-capture-ui .capture_radio {
    border: 0;
    box-shadow: none;
    moz-box-shadow: none;
    o-box-shadow: none;
    webkit-box-shadow: none
}
.janrain-capture-ui .capture_checkbox label,
.janrain-capture-ui .capture_radio label {
    font-size: 13px
}
.janrain-capture-ui .capture_checkbox .capture_input_radio,
.janrain-capture-ui .capture_form_collection .capture_input_radio,
.janrain-capture-ui .capture_checkbox .capture_input_checkbox,
.janrain-capture-ui .capture_form_collection .capture_input_checkbox,
.janrain-capture-ui .capture_radio .capture_input_radio,
.janrain-capture-ui .capture_radio .capture_input_checkbox {
    margin-top: -8px;
    top: 50%
}
.janrain-capture-ui .capture_form_item .capture_tip {
    color: #aaa
}
.janrain-capture-ui .capture_form_item.capture_focused .capture_tip {
    color: #333
}
.janrain-capture-ui .capture_form_item .capture_tip_validating,
.janrain-capture-ui .capture_form_item .capture_tip_validated {
    color: #aaa
}
.janrain-capture-ui .capture_form_item .capture_tip_error {
    color: #f58002
}
.janrain-capture-ui .capture_form_item .capture_btn {
    margin: 0
}
.janrain-capture-ui .capture_error .capture_text_input,
.janrain-capture-ui .capture_error .capture_checkbox,
.janrain-capture-ui .capture_error .capture_radio,
.janrain-capture-ui .capture_error .capture_inputPlaceholder {
    border: 1px solid #f58002;
    box-shadow: 0 0 3px rgba(245, 148, 2, .3)inset;
    moz-box-shadow: 0 0 3px rgba(245, 148, 2, .3)inset;
    o-box-shadow: 0 0 3px rgba(245, 148, 2, .3)inset;
    webkit-box-shadow: 0 0 3px rgba(245, 148, 2, .3)inset
}
.janrain-capture-ui .capture_inputPlaceholder {
    border: 0;
    box-shadow: none;
    moz-box-shadow: none;
    o-box-shadow: none;
    webkit-box-shadow: none
}
.janrain-capture-ui .capture_data_item {
    clear: both;
    margin-bottom: 15px;
    zoom: 1
}
.janrain-capture-ui .capture_data_item:after {
    clear: both;
    content: "";
    display: table
}
.janrain-capture-ui .capture_data_item label {
    float: left;
    margin-right: 1%;
    text-align: right;
    width: 39%
}
.janrain-capture-ui .capture_data_item .capture_data {
    float: left;
    width: 60%
}
.janrain-capture-ui .capture_btn,
.janrain-capture-ui a.capture_btn,
.janrain-capture-ui button.capture_btn,
.janrain-capture-ui input.capture_btn,
.janrain-capture-ui .capture_backButton {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset;
    font-family: helvetica, sans-serif;
    moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset;
    o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset;
    webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset, 0 -26px 13px -13px rgba(0, 0, 0, .2)inset;
    text-decoration: none
}
.janrain-capture-ui .capture_btn:active,
.janrain-capture-ui .capture_btn:focus,
.janrain-capture-ui a.capture_btn:active,
.janrain-capture-ui a.capture_btn:focus,
.janrain-capture-ui button.capture_btn:active,
.janrain-capture-ui button.capture_btn:focus,
.janrain-capture-ui input.capture_btn:active,
.janrain-capture-ui input.capture_btn:focus,
.janrain-capture-ui .capture_backButton:active,
.janrain-capture-ui .capture_backButton:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1)inset, 0 -1px 0 0 rgba(255, 255, 255, .35)inset;
    moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1)inset, 0 -1px 0 0 rgba(255, 255, 255, .35)inset;
    o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1)inset, 0 -1px 0 0 rgba(255, 255, 255, .35)inset;
    webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1)inset, 0 -1px 0 0 rgba(255, 255, 255, .35)inset;
    text-decoration: none
}
.janrain-capture-ui .capture_primary,
.janrain-capture-ui a.capture_primary,
.janrain-capture-ui button.capture_primary,
.janrain-capture-ui input.capture_primary {
    background: linear-gradient(top, #34c5ff, #0092cd);
    background-color: #009ddc;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .45)
}
.janrain-capture-ui a.capture_primary:visited,
.janrain-capture-ui a.capture_primary:link,
.janrain-capture-ui a.capture_primary:hover {
    color: #fff
}
.janrain-capture-ui .capture_secondary,
.janrain-capture-ui a.capture_secondary,
.janrain-capture-ui button.capture_secondary,
.janrain-capture-ui input.capture_secondary {
    background: linear-gradient(top, #f6f6f6, #ddd);
    background-color: #f6f6f6;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset;
    color: #009ddc;
    moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset;
    o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset;
    text-decoration: none;
    text-shadow: none;
    webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset
}
.janrain-capture-ui a.capture_secondary:visited,
.janrain-capture-ui a.capture_secondary:link,
.janrain-capture-ui a.capture_secondary:hover {
    color: #333
}
.janrain-capture-ui .capture_btn_half,
.janrain-capture-ui a.capture_btn_half,
.janrain-capture-ui button.capture_btn_half,
.janrain-capture-ui input.capture_btn_half {
    box-sizing: border-box;
    margin: 0 1%;
    moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    webkit-box-sizing: border-box;
    width: 48%
}
.janrain-capture-ui .capture_btn_full,
.janrain-capture-ui a.capture_btn_full,
.janrain-capture-ui button.capture_btn_full,
.janrain-capture-ui input.capture_btn_full {
    box-sizing: border-box;
    margin: 0;
    moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    webkit-box-sizing: border-box;
    width: 100%
}
.janrain-capture-ui .capture_processing {
    background-color: none;
    border: none!important;
    box-shadow: none;
    moz-box-shadow: none;
    o-box-shadow: none;
    webkit-box-shadow: none
}
.janrain-capture-ui .capture_backButton {
    background-image: none
}
.janrain-capture-ui .capture_backButton span {
    background-image: none;
    line-height: inherit
}
.janrain-capture-ui .capture_backgroundColor .capture_secondary {
    border: 1px solid #ddd;
    border-width: 1px 1px 0 1px
}
.janrain-capture-ui .capture_display_toggle_wrap {
    border-radius: 4px;
    font-size: 12px;
    khtml-border-radius: 4px;
    left: 100%;
    line-height: 16px;
    moz-border-radius: 4px;
    ms-border-radius: 4px;
    o-border-radius: 4px;
    top: 20px;
    webkit-border-radius: 4px
}
.janrain-capture-ui .capture_display_toggle:hover {
    background-color: #f6f6f6
}
.janrain-capture-ui .capture_display_toggle_disabled {
    color: #ccc
}
.janrain-capture-ui .capture_display_toggle_disabled:hover {
    background-color: transparent;
    cursor: none
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_city_ {
    display: inline-block;
    moz-box-orient: vertical;
    vertical-align: middle
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_stateprovince_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_zippostalcode_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_city_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_stateprovince_,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_editProfile_addressDrop_zippostalcode_ {
    display: inline-block;
    margin-left: 1%;
    moz-box-orient: vertical;
    vertical-align: middle
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_tip_validating,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_tip_error,
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_tip_validated {
    left: 290px;
    position: absolute;
    top: 10px
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_city_ {
    margin-left: 0;
    width: 43%
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_stateprovince_ {
    width: 25%
}
.janrain-capture-ui .capture_form_item.capture_addressBlock .capture_form_item_addressDrop_zippostalcode_ {
    width: 30%
}
.janrain-capture-ui .capture_dateselect_day {
    margin-left: 1%
}
.janrain-capture-ui .capture_dateselect_day,
.janrain-capture-ui .capture_dateselect_month,
.janrain-capture-ui .capture_dateselect_year {
    display: inline-block;
    moz-box-orient: vertical;
    vertical-align: middle;
    *display: inline
}
.janrain-capture-ui .capture_dateselect_year {
    margin-left: 1%
}
.janrain-capture-ui .capture_dateselect_month {
    margin-left: 0;
    width: 40%
}
.janrain-capture-ui .capture_dateselect_day {
    width: 18%
}
.janrain-capture-ui .capture_dateselect_year {
    width: 40%
}
.janrain-capture-ui .capture_nameBlock .capture_form_item,
.janrain-capture-ui .capture_addressBlock .capture_form_item {
    margin-bottom: 0;
    min-height: 0
}
.janrain-capture-ui .capture_provider {
    margin: 0
}
.janrain-capture-ui .capture_provider li {
    background-color: #f6f6f6;
    border-radius: 5px;
    khtml-border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    webkit-border-radius: 5px
}
.janrain-capture-ui .capture_provider li.capture_linkAccount {
    background-color: transparent;
    margin: 0;
    padding: 0
}
.janrain-capture-ui .capture_provider li .capture_remove {
    cursor: pointer;
    position: absolute;
    right: 0
}
.janrain-capture-ui #profile_pic {
    height: 150px;
    overflow: hidden
}
.janrain-capture-ui .capture_profile_pic {
    height: 150px;
    margin: 0 auto 20px;
    width: 150px
}
.janrain-capture-ui #profile_pic img {
    width: 150px
}
.janrain-capture-ui#capture_editProfile_photoManager_uploadphotoscreen .capture_profile_pic {
    width: 100px;
    height: 100px
}
.janrain-capture-ui .capture_photoManager .options {
    display: block;
    margin-top: 10px;
    text-align: center
}
.janrain-capture-ui .capture_photoManager .options li {
    border: 1px #ccc solid;
    border-width: 0 1px;
    display: inline-block;
    moz-box-orient: vertical;
    padding: 0 5px;
    vertical-align: middle;
    *display: inline
}
.janrain-capture-ui .capture_photoManager .options li:first-child,
.janrain-capture-ui .capture_photoManager .options li:last-child {
    border: none
}
#janrainModal .janrain-capture-ui.capture-ui-content#capture_editProfile_photoManager_editphotoscreen {
    width: 740px
}
.janrain-capture-ui .capture_uploadPhoto_container {
    display: inline-block;
    moz-box-orient: vertical;
    vertical-align: middle;
    width: 250px;
    *display: inline
}
.janrain-capture-ui .capture_popup_container {
    background-color: #f6f6f6;
    border: 1px solid #ccc
}
.janrain-capture-ui .capture_popup_container .capture_popup-arrow:after {
    background: #f6f6f6;
    border: 1px solid #ccc
}
#janrainModal .janrain-capture-ui.capture-ui-content#signIn,
#janrainModal .janrain-capture-ui.capture-ui-content#returnTraditional {
    min-height: 220px;
    padding: 20px 0 0
}
#janrainModal .janrain-capture-ui.capture-ui-content#returnSocial {
    min-height: 220px;
    padding: 20px 0
}
.janrain-capture-ui#editProfile {
    width: auto;
    background-color: transparent
}
#janrainModal .janrain-capture-ui.capture-ui-content#signIn h1,
#janrainModal .janrain-capture-ui.capture-ui-content#returnSocial h1,
#janrainModal .janrain-capture-ui.capture-ui-content#returnTraditional h1 {
    margin: 0 0 0 20px
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_signin {
    width: 310px;
    margin: 0 auto
}
.janrain-capture-ui#editProfile .capture_form_item label {
    height: auto;
    overflow: visible;
    text-indent: 0;
    text-indent: inherit;
    text-transform: capitalize
}
.capture_editCol {
    margin: 10px 0 0 10px
}
.janrain-capture-ui#returnTraditional .capture_backgroundColor {
    padding: 25px 10px
}
.janrain-capture-ui#returnTraditional .capture_form_item {
    margin-bottom: 0;
    min-height: 51px
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts {
    padding: 0 0 55px;
    width: 510px
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts .capture_header {
    background-color: #f6f6f6;
    border: none;
    color: inherit;
    padding-bottom: 0;
    text-align: left
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts .capture_header .capture_icon_col {
    height: 25px;
    overflow: hidden;
    width: 25px
}
#janrainModal .janrain-capture-ui.capture-ui-content#mergeAccounts .capture_header img {
    height: auto;
    width: 25px
}
.janrain-capture-ui#mergeAccounts .capture_form_item label {
    height: auto;
    text-indent: 0;
    text-indent: inherit;
    text-transform: capitalize
}
.janrain-capture-ui .capture_displayName_col {
    display: inline-block;
    margin: 10px 0 10px 10px;
    moz-box-orient: vertical;
    vertical-align: top;
    *display: inline
}
.janrain-capture-ui .capture_mergeCol {
    display: inline-block;
    margin: 10px;
    moz-box-orient: vertical;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    width: 43%
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection {
    border: 1px solid #ccc
}
.janrain-capture-ui .capture_mergeCol {
    *display: inline
}
.janrain-capture-ui .capture_mergeCol .capture_popup_container .capture_popup-arrow {
    left: 100px
}
.janrain-capture-ui .capture_mergeCol .capture_mergeProvider,
.janrain-capture-ui .capture_header .capture_mergeProvider {
    position: absolute;
    right: 30px;
    top: 8px
}
.janrain-capture-ui .capture_dashed .capture_backgroundColor {
    border-radius: 5px;
    khtml-border-radius: 5px;
    margin-top: 0;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    webkit-border-radius: 5px
}
.janrain-capture-ui .capture_mergeExisting_col {
    padding: 0
}
.janrain-capture-ui .capture_mergeExisting_col .capture_mergeProvider {
    right: 10px
}
.janrain-capture-ui .capture_mergeExisting_col .capture_icon_col {
    margin-left: 0;
    margin-top: 4px
}
.janrain-capture-ui .capture_mergeExisting_col .capture_displayName_col {
    margin-top: 0
}
.janrain-capture-ui .capture_mergeProvider {
    margin-right: 5px
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection {
    background-color: #f6f6f6;
    border-radius: 5px;
    box-sizing: content-box;
    khtml-border-radius: 5px;
    margin: 20px;
    moz-border-radius: 5px;
    moz-box-sizing: content-box;
    ms-border-radius: 5px;
    ms-box-sizing: content-box;
    o-border-radius: 5px;
    padding: 0;
    webkit-border-radius: 5px;
    webkit-box-sizing: content-box;
    width: auto
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio {
    padding: 0
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio label {
    font-size: 14px;
    margin: 0;
    padding: 15px 15px 15px 25px
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio label .capture_smallText {
    display: block
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio label .capture_recommended {
    font-weight: 100;
    position: absolute;
    right: 3px;
    text-transform: uppercase;
    top: 2px
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled {
    background-color: #009ddc;
    border-radius: 5px 5px 0 0;
    khtml-border-radius: 5px 5px 0 0;
    moz-border-radius: 5px 5px 0 0;
    ms-border-radius: 5px 5px 0 0;
    o-border-radius: 5px 5px 0 0;
    webkit-border-radius: 5px 5px 0 0
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled.capture_form_item_mergeAccounts_mergeRadio:first-child {
    border-radius: 5px 5px 0 0;
    khtml-border-radius: 5px 5px 0 0;
    moz-border-radius: 5px 5px 0 0;
    ms-border-radius: 5px 5px 0 0;
    o-border-radius: 5px 5px 0 0;
    webkit-border-radius: 5px 5px 0 0
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled.capture_form_item_mergeAccounts_mergeRadio:nth-of-type(2) {
    border-radius: 0 0 5px 5px;
    khtml-border-radius: 0 0 5px 5px;
    moz-border-radius: 0 0 5px 5px;
    ms-border-radius: 0 0 5px 5px;
    o-border-radius: 0 0 5px 5px;
    webkit-border-radius: 0 0 5px 5px
}
.janrain-capture-ui .capture_form_collection_merge_radioButtonCollection .capture_form_item_mergeAccounts_mergeRadio.capture_toggled label {
    color: #fff
}
.janrain-capture-ui .capture_hover:hover .capture_popup_container {
    width: 100%;
    background: linear-gradient(top, #f6f6f6, #ddd);
    background-color: #f6f6f6;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset;
    moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset;
    o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset;
    webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35)inset
}
.capture_createAccountButton::before {
    margin-right: .25em;
    font-family: 'janrain-icons';
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    content: "\e015";
    color: #009ddc
}
#capture_signIn_createAccountButton {
    color: #009ddc
}
a#capture_editProfile_resendLink {
    position: relative;
    top: -20px
}
.module-nav .user-name {
    display: inline;
    text-overflow: ellipsis;
    width: 200px
}
.module-nav span.user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 105px;
    display: inline-block;
    line-height: .99;
    white-space: nowrap;
    padding: 0 5px
}
.module-page-error {
    padding: 20px 30px;
    border: 1px solid red;
    border-radius: 10px;
    background-color: #FFD1D1;
    margin: 10px 0
}
body[ute-device-size='xs'] .module-page-error,
body[ute-device-size='sm'] .module-page-error {
    padding: 10px 15px
}
.ute-creditcards {
    transition: all .25s ease-in-out 0s;
    font-size: 6px;
    width: 16em;
    height: 3.5em;
    display: inline-block;
    background: url('../html-fido/cms/ute/fido/images/rui/creditcards.html') no-repeat top left/auto 7em;
    zoom: 1
}
.ute-creditcards.amex {
    width: 5.4em;
    background-position: -10.9em 0
}
.ute-creditcards.master,
.ute-creditcards.mastercard {
    width: 5.4em;
    background-position: -5.4em 0
}
.ute-creditcards.visa {
    width: 5.4em;
    background-position: .2em 0
}
.module-never-miss-payment {
    height: 290px;
    position: relative
}
.module-never-miss-payment:before {
    content: "\e63f";
    position: absolute;
    top: -10%;
    right: 0;
    z-index: 0;
    color: #eef0f0;
    font-family: "fido-icon";
    font-size: 35rem;
    line-height: normal;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.module-never-miss-payment .is-absolutely-centered {
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}
.module-never-miss-payment.payment-options .is-absolutely-centered {
    height: 80%;
    width: 85%;
    margin-right: 5%
}
.module-never-miss-payment.payment-success-modal {
    height: 104px
}
.module-never-miss-payment.payment-success-modal:before {
    content: ""
}
.module-never-miss-payment.ss-pay-now .is-absolutely-centered {
    height: 57%;
    width: 70%;
    margin-right: 10%
}
body[ute-device-size='xs'] .module-never-miss-payment,
body[ute-device-size='sm'] .module-never-miss-payment {
    height: 175px
}
body[ute-device-size='xs'] .module-never-miss-payment:before,
body[ute-device-size='sm'] .module-never-miss-payment:before {
    font-size: 29rem
}
body[ute-device-size='xs'] .module-never-miss-payment.payment-options,
body[ute-device-size='sm'] .module-never-miss-payment.payment-options {
    margin-top: 2rem
}
body[ute-device-size='xs'] .module-never-miss-payment.payment-options:before,
body[ute-device-size='sm'] .module-never-miss-payment.payment-options:before {
    content: ""
}
body[ute-device-size='xs'] .module-never-miss-payment.payment-options .is-absolutely-centered,
body[ute-device-size='sm'] .module-never-miss-payment.payment-options .is-absolutely-centered {
    height: auto;
    width: auto
}
body[ute-device-size='xs'] .module-never-miss-payment.ss-pay-now,
body[ute-device-size='sm'] .module-never-miss-payment.ss-pay-now {
    height: auto
}
body[ute-device-size='xs'] .module-never-miss-payment.ss-pay-now:before,
body[ute-device-size='sm'] .module-never-miss-payment.ss-pay-now:before {
    content: ""
}
body[ute-device-size='xs'] .module-never-miss-payment.ss-pay-now .is-absolutely-centered,
body[ute-device-size='sm'] .module-never-miss-payment.ss-pay-now .is-absolutely-centered {
    width: 100%;
    margin: 0;
    position: static
}
.module-payment-method-modal .loading,
body[ute-device-size='xs'] .module-payment-method-modal .loading,
body[ute-device-size='sm'] .module-payment-method-modal .loading {
    margin-left: 40%
}
body[ute-device-size='md'] .module-payment-method-modal .loading,
body[ute-device-size='lg'] .module-payment-method-modal .loading,
body[ute-device-size='xl'] .module-payment-method-modal .loading,
body[ute-device-size='2k'] .module-payment-method-modal .loading,
body[ute-device-size='4k'] .module-payment-method-modal .loading,
body[ute-device-size='8k'] .module-payment-method-modal .loading {
    margin-left: 35%
}
.province-group {
    margin-bottom: 1em
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none!important
}
.ng-table-pagination {
    float: right
}
.ng-table th {
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.ng-table th.sortable {
    cursor: pointer
}
.ng-table th.sortable div {
    padding-right: 18px;
    position: relative
}
.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
    content: "";
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: visible;
    right: 8px;
    top: 50%;
    position: absolute;
    opacity: .3;
    margin-top: -4px
}
.ng-table th.sortable div:before {
    margin-top: 2px;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000
}
.ng-table th.sortable div:hover:after,
.ng-table th.sortable div:hover:before {
    opacity: 1;
    visibility: visible
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
    background-color: rgba(141, 192, 219, .25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75)
}
.ng-table th.sortable.sort-desc div:after,
.ng-table th.sortable.sort-asc div:after {
    margin-top: -2px
}
.ng-table th.sortable.sort-desc div:before,
.ng-table th.sortable.sort-asc div:before {
    visibility: hidden
}
.ng-table th.sortable.sort-asc div:after,
.ng-table th.sortable.sort-asc div:hover:after {
    visibility: visible;
    filter: alpha(opacity=60);
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}
.ng-table th.sortable.sort-desc div:after {
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}
.ng-table th.filter .input-filter {
    margin: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box
}
.ng-table+.pagination {
    margin-top: 0
}
@media only screen and (max-width: 800px) {
    .ng-table-responsive {
        border-bottom: 1px solid #999
    }
    .ng-table-responsive tr {
        border-top: 1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999
    }
    .ng-table-responsive td:before {
        position: absolute;
        padding: 8px;
        left: 0;
        top: 0;
        width: 50%;
        white-space: nowrap;
        text-align: left;
        font-weight: 700
    }
    .ng-table-responsive thead tr th {
        text-align: left
    }
    .ng-table-responsive thead tr.ng-table-filters th {
        padding: 0
    }
    .ng-table-responsive thead tr.ng-table-filters th form>div {
        padding: 8px
    }
    .ng-table-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left
    }
    .ng-table-responsive td:before {
        content: attr(data-title-text)
    }
    .ng-table-responsive,
    .ng-table-responsive thead,
    .ng-table-responsive tbody,
    .ng-table-responsive th,
    .ng-table-responsive td,
    .ng-table-responsive tr {
        display: block
    }
}
[ute-content-injector] {
    display: block;
    overflow: hidden
}
[ute-content-injector][overflow="true"],
[ute-content-injector][overflow="visible"] {
    overflow: visible
}
nav .breadcrumb {
    color: #ccc;
    background-color: inherit;
    border-radius: 0
}
nav .breadcrumb:before {
    content: 'breadcrumb > '
}
nav li.active>a {
    background-color: #337cb7;
    color: #fff
}
a.hamburger-menu {
    font-size: 3rem;
    line-height: 1;
    padding: 0 5px;
    text-decoration: none;
    color: #333
}
a.hamburger-menu:hover,
a.hamburger-menu:active,
a.hamburger-menu:focus {
    text-decoration: none
}
.ute-card {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%
}
.ute-card[ute-menu] {
    max-height: 100%;
    width: 260px;
    background-color: #eee
}
.ute-card[ute-menu]>nav {
    overflow-y: scroll;
    height: calc(100% - 39px);
    padding-bottom: 5px
}
.ute-card .language-settings {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 5px
}
.ute-card .language-settings [res="language"] {
    text-transform: capitalize
}
.ute-card .language-settings>label {
    display: block
}
.ute-card .province-settings {
    display: inline-block;
    margin: 0;
    padding: 0 5px
}
.ute-card .province-settings>label {
    display: block
}
.ute-card .nav li.nav-my-account {
    position: static
}
.ute-card.ute-core {
    transition: all .25s ease-in-out 0s;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    background: 0 0 #fff;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .25);
    width: 100%
}
.ute-card.ute-core.ute-section {
    min-height: calc(100% - 80px)
}
.ute-card.ute-core.ute-section [ute-page] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: #fff
}
.ute-card.ute-core.ute-section [ute-page].active {
    display: block;
    z-index: 1
}
.ute-card.ute-core.ute-section [ute-page].infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.ute-card.ute-core.ute-section [ute-page].infinite.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
body[ute-menu='main'] .ute-card.ute-core {
    left: 260px
}
header {
    position: relative;
    background-color: #ccc
}
header body.mobile {
    overflow: visible;
    height: 43px
}
body[ute-menu="main"] header {
    height: 43px;
    overflow: hidden
}
body[ute-menu="main"] header .menu-icon {
    margin-bottom: 5px;
    width: 100%
}
body[ute-menu="main"] header span.badge {
    display: none
}
header .user-status {
    display: inline-block
}
footer {
    width: 100%;
    height: 30px;
    background-color: #ccc
}
.search {
    margin-bottom: 5px
}
.search input[type="search"] {
    border: 1px solid #000;
    border-right: none;
    height: 40px;
    box-shadow: none
}
.module-nav .search .input-group button {
    background: #fff url("../html-fido/cms/ute/fido/images/tmp-u12.html") center center no-repeat;
    background-size: 90%;
    font-size: 1.8em;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-left: none
}
.nav-utils {
    position: relative
}
.nav-utils .util-container {
    position: absolute;
    right: 0
}
.visible-xs .search-btn img {
    width: 18px
}
.visible-xs .shop-btn img {
    width: 26px
}
.popover,
.shop-btn {
    overflow: visible
}
.shop-btn {
    position: relative
}
.shop-btn.hidden-mini-cart {
    opacity: 0;
    cursor: default
}
.shop-btn:focus,
.shop-btn:hover {
    text-decoration: none
}
.shop-btn img {
    width: 40px
}
.shop-btn .badge {
    background: #F4D05E;
    color: #000;
    left: 0;
    position: absolute;
    top: -12px
}
.login-btn {
    text-transform: capitalize
}
select.province-selector {
    border: 1px solid #aaa;
    border-radius: 4px;
    font-weight: 700;
    height: 24px;
    line-height: 29px;
    padding: 3px;
    width: 60px
}
body[ute-language="en"] [ute-language-selector] .language-abbrv:before {
    content: 'FR'
}
body[ute-language="fr"] [ute-language-selector] {
    -webkit-transform: translateX(32px);
    transform: translateX(32px)
}
body[ute-language="fr"] [ute-language-selector] .language-abbrv:before {
    content: 'EN'
}
.language-selector {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 25px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(#a8a8a8, #eee 50%, #f8f8f8 51%, #f8f8f8) 0 0 #f9f9f9;
    -o-border-image: none;
    border-image: none;
    border-radius: 10px;
    border-width: 1px
}
.language-selector .lang-en {
    left: 7px
}
.language-selector .lang-en,
.language-selector .lang-fr {
    position: absolute;
    top: 1px;
    color: #999;
    font-size: 14px;
    font-weight: 600
}
.language-selector .lang-fr {
    right: 7px
}
.language-selector .btn {
    position: absolute;
    background: none 0 0!important;
    border-color: transparent;
    border-radius: 10px;
    box-shadow: none;
    font-weight: 700;
    overflow: hidden;
    padding: 0
}
.language-selector .btn span {
    display: inline-block;
    width: 45px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none!important
}
.language-selector .btn[ute-language-selector] {
    transition: all .25s ease-in-out 0s
}
.language-selector .btn:active,
.language-selector .btn.active {
    background: 0 0 #626463;
    border: 1px solid #dbdbdb;
    border-radius: 10px!important;
    box-shadow: 0 0 2px 1px #7d7d7d
}
.language-selector .btn:active span,
.language-selector .btn.active span {
    background: 0 0 #1f2022;
    color: #fff
}
.language-selector .btn:hover,
.language-selector .btn.hover {
    background: none 0 0!important
}
.ute-loading {
    transition: fade-in .25s;
    background: url('../../www.rogers.com/cms/cache30d/zoomloader.gif') no-repeat 0 0;
    min-height: 30px;
    min-width: 30px;
    margin: 0 40%!important;
    padding: 8px 0 0 33px!important;
    font-size: 1rem!important
}
.ute-documentation {
    font-family: verdana;
    font-size: 1.2rem;
    color: #666
}
.ute-documentation .ute-title1 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 700
}
.ute-documentation .ute-title2 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700
}
.ute-documentation .ute-title3 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 25px
}
.ute-documentation .ute-title-template {
    color: #66f;
    font-size: 1.4rem;
    font-weight: 700
}
.ute-documentation a {
    text-decoration: none;
    color: #333
}
.ute-documentation ul {
    padding-left: 15px;
    list-style: none
}
.ute-documentation li>a:before {
    content: '> '
}
.ute-documentation .ute-code {
    display: inline-block;
    margin-bottom: 10px
}
.ute-documentation .ute-code>pre {
    margin: 0;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 1.2rem;
    border-left: 8px solid #ccc
}
.ute-documentation .ute-code.html-template>pre {
    background-color: #eef;
    border-color: #66f
}
.ute-documentation .result {
    overflow: hidden
}
.ute-documentation .result .ute-stub {
    background-color: #ff0;
    text-align: center
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.ute-con ul.ute-link-list {
    margin: 19px 0;
    padding: 0;
    list-style: none
}
body[ute-device-size='md'] .ute-con ul.ute-link-list,
body[ute-device-size='lg'] .ute-con ul.ute-link-list,
body[ute-device-size='xl'] .ute-con ul.ute-link-list,
body[ute-device-size='2k'] .ute-con ul.ute-link-list,
body[ute-device-size='4k'] .ute-con ul.ute-link-list,
body[ute-device-size='8k'] .ute-con ul.ute-link-list {
    margin: 29px 0
}
body[ute-device-size='xs'] .ute-con .ute-cta,
body[ute-device-size='xs'] .ute-con button.ute-cta,
body[ute-device-size='sm'] .ute-con .ute-cta,
body[ute-device-size='sm'] .ute-con button.ute-cta {
    display: block;
    font-size: 1.3rem
}
.ute-con ul.ute-link-list>li {
    margin: 0 0 11px
}
.ute-con .ute-cta,
.ute-con button.ute-cta {
    display: inline-block;
    float: right;
    border-radius: 5px;
    border: none;
    padding: 6px 15px;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    text-align: center;
    min-width: 132px;
    cursor: pointer
}
body[ute-pixel-ratio="2"] {
    border-radius: 10px
}
body[ute-language="fr"] .ute-con .ute-cta {
    font-size: 1.3rem
}
.ute-con .ute-cta:hover {
    text-decoration: none;
    font-weight: 600
}
.ute-con .ute-cta.primary {
    box-shadow: 0 2px 2px 0 #a6a6a6;
    background-color: #cf1034;
    color: #fff
}
.ute-con .ute-cta.primary:hover {
    background: #7c1526;
    color: #fff
}
.ute-con .ute-cta.secondary {
    box-shadow: 1px 2px 2px 0 #a2a2a2;
    background-color: #455057;
    color: #fff
}
.ute-con .ute-cta.secondary:hover {
    background: #3d4141;
    color: #fff
}
.ute-con .ute-cta.tertiary,
.ute-component-tile-overlay>.ute-content-con>a.ute-cta {
    box-shadow: 1px 2px 2px 0 #a2a2a2;
    background-color: #e4e6e5;
    color: #1e2121
}
.ute-con .ute-cta.tertiary:hover,
.ute-component-tile-overlay>.ute-content-con>a.ute-cta:hover {
    background-color: #cdd6d9;
    color: #1e2121
}
.ute-con .ute-cta.full-width {
    float: none;
    margin: 10px auto;
    width: 80%
}
.ute-cta.full-width.pull-left,
.ute-cta.no-float {
    float: none!important
}
body[ute-device-size='xs'] .ute-con .ute-cta,
body[ute-device-size='sm'] .ute-con .ute-cta {
    margin: 9px 0 13px 30px;
    width: auto
}
body[ute-device-size='xs'] .ute-con .ute-cta.full-width,
body[ute-device-size='sm'] .ute-con .ute-cta.full-width {
    margin-top: 10px;
    float: right;
    width: auto
}
body[ute-device-size='xs'] .ute-con .ute-cta.pull-left,
body[ute-device-size='xs'] .ute-con .ute-cta.full-width.pull-left,
body[ute-device-size='sm'] .ute-con .ute-cta.pull-left,
body[ute-device-size='sm'] .ute-con .ute-cta.full-width.pull-left {
    margin: 9px 30px 13px 0;
    width: auto
}
.ute-con .cta-sm {
    padding: 4px 11px;
    font-size: 1.2rem
}
.ute-con .cta-lg {
    padding: 5px 20px 8px;
    font-size: 2rem
}
.ute-con .cta-xl {
    padding: 6px 26px 8px;
    font-size: 2.6rem
}
body[ute-language="fr"] .ute-con .cta-sm {
    font-size: 1.1rem
}
body[ute-language="fr"] .ute-con .cta-lg {
    font-size: 1.8rem
}
body[ute-language="fr"] .ute-con .cta-xl {
    font-size: 2.3rem
}
.ute-con .ute-cta.cta-expand {
    padding: 6px 12px 6px 15px
}
.ute-con .ute-cta.cta-expand.cta-sm {
    padding: 4px 8px 4px 11px
}
.ute-con .ute-cta.cta-expand.cta-lg {
    padding: 6px 14px 6px 20px
}
.ute-con .ute-cta.cta-expand.cta-xl {
    padding: 6px 16px 6px 26px
}
.ute-con a.ute-cta .fa-icon-stack .fa-icon-stack-base {
    font-size: 1.4em
}
.ute-con a.ute-cta .fa-icon-stack .fa:not(.fa-icon-stack-base) {
    line-height: 2em;
    font-size: 1em
}
.ute-con .fa-icon-stack .fa-icon-stack-base {
    font-size: 1.3em
}
.ute-con .fa-icon-stack .fa:not(.fa-icon-stack-base) {
    line-height: 2em;
    font-size: 1em
}
.ute-title1 {
    margin: 20px 0 10px;
    padding: 0;
    font-family: Arial, sans-serif
}
.ute-title2,
.ute-title3,
.ute-title4 {
    margin: 20px 0 10px;
    font-weight: 300
}
.ute-title2,
.ute-title3,
.ute-title4,
.ute-title5 {
    padding: 0;
    font-family: Arial, sans-serif
}
.ute-title1 {
    font-size: 6.4rem;
    line-height: 100%;
    font-weight: 400;
    color: #cf1034;
    text-transform: uppercase
}
body[ute-language="fr"] .ute-title1 {
    font-size: 5.7rem
}
.ute-title2 {
    font-size: 4.8rem;
    line-height: 110%;
    color: #cf1034
}
.ute-title2>b,
.ute-title2>strong {
    font-weight: 600
}
body[ute-language="fr"] .ute-title2 {
    font-size: 4.3rem
}
.ute-title3 {
    color: #cf1034
}
.ute-title3,
.ute-title4 {
    font-size: 3.2rem;
    line-height: 115%
}
body[ute-language="fr"] .ute-title3,
body[ute-language="fr"] .ute-title4 {
    font-size: 2.9rem
}
.ute-title3>b,
.ute-title3>strong,
.ute-title4>b,
.ute-title4>strong {
    font-weight: 600
}
.ute-title4,
.ute-title5 {
    color: #1e2121
}
.ute-title5 {
    margin: 10px 0;
    font-size: 2.1rem;
    line-height: 125%;
    font-weight: 600
}
body[ute-language="fr"] .ute-title5 {
    font-size: 1.9rem
}
.ute-text1,
.ute-text2,
.ute-text3 {
    font-family: Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #3d4141
}
.ute-text4 {
    color: #3d4141
}
.ute-text4,
.ute-text5 {
    font-family: Arial, sans-serif;
    text-transform: none
}
p.ute-text1,
p.ute-text2,
p.ute-text3,
p.ute-text4,
p.ute-text5 {
    margin-bottom: 15px
}
.ute-text1 {
    font-size: 2.1rem;
    line-height: 1.25
}
body[ute-language="fr"] .ute-text1 {
    font-size: 1.9rem
}
.ute-text2 {
    font-size: 1.8rem;
    line-height: 1.4
}
body[ute-language="fr"] .ute-text2,
.ute-text3,
.ute-text4 {
    font-size: 1.6rem
}
body[ute-language="fr"] .ute-text3 {
    font-size: 1.4rem
}
.ute-text4,
.ute-text5 {
    font-weight: 400
}
.ute-text5 {
    font-size: 1.4rem;
    color: #ccc
}
body[ute-language="fr"] .ute-text4 {
    font-size: 1.3rem
}
.ute-text6 {
    font-size: 1rem;
    color: #1e2121
}
body[ute-device-size='md'].body[ute-language="fr"] .ute-text1,
body[ute-device-size='lg'].body[ute-language="fr"] .ute-text1,
body[ute-device-size='xl'].body[ute-language="fr"] .ute-text1,
body[ute-device-size='2k'].body[ute-language="fr"] .ute-text1,
body[ute-device-size='4k'].body[ute-language="fr"] .ute-text1,
body[ute-device-size='8k'].body[ute-language="fr"] .ute-text1 {
    font-size: 1.7rem
}
body[ute-device-size='md'].body[ute-language="fr"] .ute-title2,
body[ute-device-size='lg'].body[ute-language="fr"] .ute-title2,
body[ute-device-size='xl'].body[ute-language="fr"] .ute-title2,
body[ute-device-size='2k'].body[ute-language="fr"] .ute-title2,
body[ute-device-size='4k'].body[ute-language="fr"] .ute-title2,
body[ute-device-size='8k'].body[ute-language="fr"] .ute-title2 {
    font-size: 2.9rem
}
body[ute-device-size='md'].body[ute-language="fr"] .ute-title3,
body[ute-device-size='md'].body[ute-language="fr"] .ute-title4,
body[ute-device-size='lg'].body[ute-language="fr"] .ute-title3,
body[ute-device-size='lg'].body[ute-language="fr"] .ute-title4,
body[ute-device-size='xl'].body[ute-language="fr"] .ute-title3,
body[ute-device-size='xl'].body[ute-language="fr"] .ute-title4,
body[ute-device-size='2k'].body[ute-language="fr"] .ute-title3,
body[ute-device-size='2k'].body[ute-language="fr"] .ute-title4,
body[ute-device-size='4k'].body[ute-language="fr"] .ute-title3,
body[ute-device-size='4k'].body[ute-language="fr"] .ute-title4,
body[ute-device-size='8k'].body[ute-language="fr"] .ute-title3,
body[ute-device-size='8k'].body[ute-language="fr"] .ute-title4 {
    font-size: 2.3rem
}
body[ute-device-size='md'].body[ute-language="fr"] .ute-title5,
body[ute-device-size='lg'].body[ute-language="fr"] .ute-title5,
body[ute-device-size='xl'].body[ute-language="fr"] .ute-title5,
body[ute-device-size='2k'].body[ute-language="fr"] .ute-title5,
body[ute-device-size='4k'].body[ute-language="fr"] .ute-title5,
body[ute-device-size='8k'].body[ute-language="fr"] .ute-title5 {
    font-size: 1.6rem
}
body[ute-device-size='md'] .ute-text1,
body[ute-device-size='lg'] .ute-text1,
body[ute-device-size='xl'] .ute-text1,
body[ute-device-size='2k'] .ute-text1,
body[ute-device-size='4k'] .ute-text1,
body[ute-device-size='8k'] .ute-text1 {
    font-size: 1.9rem
}
body[ute-device-size='md'] .ute-text2,
body[ute-device-size='lg'] .ute-text2,
body[ute-device-size='xl'] .ute-text2,
body[ute-device-size='2k'] .ute-text2,
body[ute-device-size='4k'] .ute-text2,
body[ute-device-size='8k'] .ute-text2 {
    font-size: 1.6rem
}
body[ute-device-size='md'] .ute-text3,
body[ute-device-size='md'] .ute-text4,
body[ute-device-size='lg'] .ute-text3,
body[ute-device-size='lg'] .ute-text4,
body[ute-device-size='xl'] .ute-text3,
body[ute-device-size='xl'] .ute-text4,
body[ute-device-size='2k'] .ute-text3,
body[ute-device-size='2k'] .ute-text4,
body[ute-device-size='4k'] .ute-text3,
body[ute-device-size='4k'] .ute-text4,
body[ute-device-size='8k'] .ute-text3,
body[ute-device-size='8k'] .ute-text4 {
    font-size: 1.5rem
}
body[ute-device-size='md'] .ute-text5,
body[ute-device-size='lg'] .ute-text5,
body[ute-device-size='xl'] .ute-text5,
body[ute-device-size='2k'] .ute-text5,
body[ute-device-size='4k'] .ute-text5,
body[ute-device-size='8k'] .ute-text5 {
    font-size: 1.3rem
}
.ute-color1 {
    color: #3d4141
}
.ute-color2 {
    color: #1e2121
}
.ute-color3 {
    color: #fff
}
.ute-color4 {
    color: #ccc
}
body[ute-device-size='md'] .ute-center-vertical,
body[ute-device-size='lg'] .ute-center-vertical,
body[ute-device-size='xl'] .ute-center-vertical,
body[ute-device-size='2k'] .ute-center-vertical,
body[ute-device-size='4k'] .ute-center-vertical,
body[ute-device-size='8k'] .ute-center-vertical,
body[ute-device-size='xs'] .col-xs-1.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-2.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-3.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-4.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-5.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-6.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-7.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-8.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-9.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-10.ute-center-vertical,
body[ute-device-size='xs'] .col-xs-11.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-1.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-2.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-3.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-4.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-5.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-6.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-7.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-8.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-9.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-10.ute-center-vertical,
body[ute-device-size='sm'] .col-xs-11.ute-center-vertical {
    display: table-cell;
    float: none;
    vertical-align: middle
}
.ute-center-vertical>img {
    width: 100%
}
body[ute-device-size='md'] .ute-center-horizontal {
    text-align: center
}
body[ute-device-size='md'] .ute-con .ute-center-horizontal .ute-cta.full-width,
body[ute-device-size='md'] .ute-con .ute-center-horizontal button.ute-cta.full-width {
    display: inline-block;
    float: none
}
body[ute-brand="rogers"] #header,
body[ute-brand="rogers"] .ute-btn-primary,
body[ute-brand="rogers"] #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content body[ute-brand="rogers"] a.capture_btn,
body[ute-brand="rogers"] #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="rogers"] button.capture_btn,
body[ute-brand="rogers"] #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="rogers"] input.capture_btn,
body[ute-brand="rogers"] #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer body[ute-brand="rogers"] input[type="submit"].capture_btn,
body[ute-brand="rogers"] #janrainModal .capture_footer button,
#janrainModal .capture_footer body[ute-brand="rogers"] button,
body[ute-brand="rogers"] #header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-brand="rogers"] a.ute-btn-primary,
body[ute-brand="rogers"] #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-brand="rogers"] a.ute-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] body[ute-brand="rogers"] .reset-voicemail-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary,
body[ute-brand="rogers"] body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] body[ute-brand="rogers"] .ute-dashboard-services-btn-primary {
    background-color: #da291c
}
body[ute-brand="rogers"] #header .navbar-brand {
    background: url("../html-fido/cms/ute/fido/images/temp-logo-inverted.html") center center no-repeat;
    background-size: 100%
}
body[ute-brand="rogers"] #header #main-menu a {
    color: #fff
}
body #cms-metadata-toggle {
    display: none
}
body:not([ute-env="prod"]) #cms-metadata-toggle {
    display: inline-block!important
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/brand/fido/yolo-light.html') format('woff2'), url('../fonts/brand/fido/yolo-light-2.html') format('woff');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/brand/fido/yolo-regular.html') format('woff2'), url('../fonts/brand/fido/yolo-regular-2.html') format('woff');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/brand/fido/yolo-semibold.html') format('woff2'), url('../fonts/brand/fido/yolo-semibold-2.html') format('woff');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/brand/fido/yolo-bold.html') format('woff2'), url('../fonts/brand/fido/yolo-bold-2.html') format('woff');
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: 'fido-icon';
    src: url('../fonts/brand/fido/fido-iconbd34.html?-ypioc1') format('truetype');
    src: url('../fonts/brand/fido/fido-iconbd34-2.html?-ypioc1');
    src: url('../fonts/brand/fido/fido-icond41d.html?#iefix-ypioc1') format('embedded-opentype'), url('../fonts/brand/fido/fido-iconbd34-3.html?-ypioc1') format('woff'), url('../fonts/brand/fido/fido-iconbd34.html?-ypioc1') format('truetype'), url('../fonts/brand/fido/fido-iconbd34-4.html?-ypioc1#rui-icon') format('svg');
    font-weight: 400;
    font-style: normal
}
body[ute-brand="fido"] [class^="ute-icon-"],
body[ute-brand="fido"] [class*=" ute-icon-"],
body[ute-brand="fido"] .ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] #capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] #capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] #capture_signIn_signInForm_successMessages:not(:empty)::before {
    font-family: 'fido-icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body[ute-brand="fido"] #ute-icons-list {
    text-align: center
}
body[ute-brand="fido"] #ute-icons-list i {
    transition: font-size .2s
}
body[ute-brand="fido"] #ute-icons-list div[class^="col-"]:hover i {
    font-size: 4rem
}
body[ute-brand="fido"] .ute-icon-circle-x:before {
    content: "\e600"
}
body[ute-brand="fido"] .ute-icon-wireless:before {
    content: "\e601"
}
body[ute-brand="fido"] .ute-icon-tv:before {
    content: "\e602"
}
body[ute-brand="fido"] .ute-icon-triangle-arrow-right:before,
body[ute-brand="fido"] ute-date-picker [datepicker-popup-wrap] .glyphicon.glyphicon-chevron-right:before,
ute-date-picker [datepicker-popup-wrap] body[ute-brand="fido"] .glyphicon.glyphicon-chevron-right:before {
    content: "\e603"
}
body[ute-brand="fido"] .ute-icon-triangle-arrow-left:before,
body[ute-brand="fido"] ute-date-picker [datepicker-popup-wrap] .glyphicon.glyphicon-chevron-left:before,
ute-date-picker [datepicker-popup-wrap] body[ute-brand="fido"] .glyphicon.glyphicon-chevron-left:before {
    content: "\e604"
}
body[ute-brand="fido"] .ute-icon-list:before {
    content: "\e605"
}
body[ute-brand="fido"] .ute-icon-grid:before {
    content: "\e606"
}
body[ute-brand="fido"] .ute-icon-chevron-up:before {
    content: "\e607"
}
body[ute-brand="fido"] .ute-icon-circle-solid-check:before {
    content: "\e608"
}
body[ute-brand="fido"] .ute-icon-share:before {
    content: "\e609"
}
body[ute-brand="fido"] .ute-icon-search:before {
    content: "\e60a"
}
body[ute-brand="fido"] .ute-icon-save:before {
    content: "\e60b"
}
body[ute-brand="fido"] .ute-icon-radio-on:before {
    content: "\e60c"
}
body[ute-brand="fido"] .ute-icon-radio-off:before {
    content: "\e60d"
}
body[ute-brand="fido"] .ute-icon-question:before {
    content: "\e60e"
}
body[ute-brand="fido"] .ute-icon-print:before {
    content: "\e60f"
}
body[ute-brand="fido"] .ute-icon-circle-solid-plus:before {
    content: "\e610"
}
body[ute-brand="fido"] .ute-icon-circle-thin:before {
    content: "\e611"
}
body[ute-brand="fido"] .ute-icon-circle:before {
    content: "\e612"
}
body[ute-brand="fido"] .ute-icon-circle-solid-minus:before {
    content: "\e613"
}
body[ute-brand="fido"] .ute-icon-lock:before {
    content: "\e614"
}
body[ute-brand="fido"] .ute-icon-laptop:before {
    content: "\e615"
}
body[ute-brand="fido"] .ute-icon-info:before,
body[ute-brand="fido"] .ute-icon-info-open:before {
    content: "\e616"
}
body[ute-brand="fido"] .ute-icon-home:before {
    content: "\e617"
}
body[ute-brand="fido"] .ute-icon-globe:before {
    content: "\e618"
}
body[ute-brand="fido"] .ute-icon-exclaim:before {
    content: "\e619"
}
body[ute-brand="fido"] .ute-icon-error:before {
    content: "\e61a"
}
body[ute-brand="fido"] .ute-icon-email:before {
    content: "\e61b"
}
body[ute-brand="fido"] .ute-icon-edit:before {
    content: "\e61c"
}
body[ute-brand="fido"] .ute-icon-circle-arrow-nw:before {
    content: "\e61d"
}
body[ute-brand="fido"] .ute-icon-circle-up:before {
    content: "\e61e"
}
body[ute-brand="fido"] .ute-icon-circle-right:before {
    content: "\e61f"
}
body[ute-brand="fido"] .ute-icon-circle-left:before {
    content: "\e620"
}
body[ute-brand="fido"] .ute-icon-circle-down:before {
    content: "\e621"
}
body[ute-brand="fido"] .ute-icon-circle-checkbox-on:before {
    content: "\e622"
}
body[ute-brand="fido"] .ute-icon-checkbox-off:before {
    content: "\e623"
}
body[ute-brand="fido"] .ute-icon-check:before {
    content: "\e624"
}
body[ute-brand="fido"] .ute-icon-cart:before {
    content: "\e625"
}
body[ute-brand="fido"] .ute-icon-user:before {
    content: "\e626"
}
body[ute-brand="fido"] .ute-icon-user-anonymous:before {
    content: "\e627"
}
body[ute-brand="fido"] .ute-icon-user-blind:before {
    content: "\e62e"
}
body[ute-brand="fido"] .ute-icon-tick:before {
    content: "\e628"
}
body[ute-brand="fido"] .ute-icon-location-marker:before {
    content: "\e629"
}
body[ute-brand="fido"] .ute-icon-callout-forum:before {
    content: "\e62a"
}
body[ute-brand="fido"] .ute-icon-callout-compliment:before {
    content: "\e62b"
}
body[ute-brand="fido"] .ute-icon-callout-complaint:before {
    content: "\e62c"
}
body[ute-brand="fido"] .ute-icon-article:before {
    content: "\e62d"
}
body[ute-brand="fido"] .ute-icon-calendar:before {
    content: "\e62f"
}
body[ute-brand="fido"] .ute-icon-chevron-down:before {
    content: "\e630"
}
body[ute-brand="fido"] .ute-icon-circle-solid:before {
    content: "\e631"
}
body[ute-brand="fido"] .ute-icon-details-indicator:before {
    content: "\e632"
}
body[ute-brand="fido"] .ute-icon-alert-i:before {
    content: "\e633"
}
body[ute-brand="fido"] .ute-icon-stethoscope:before {
    content: "\e634"
}
body[ute-brand="fido"] .ute-icon-mobile-menu:before {
    content: "\e635"
}
body[ute-brand="fido"] .ute-icon-contact-us:before {
    content: "\e636"
}
body[ute-brand="fido"] .ute-icon-chevron-up-solid:before {
    content: "\e637"
}
body[ute-brand="fido"] .ute-icon-mobile-menu-exit:before {
    content: "\e638"
}
body[ute-brand="fido"] .ute-icon-twitter:before {
    content: "\e639"
}
body[ute-brand="fido"] .ute-icon-facebook:before {
    content: "\e63a"
}
body[ute-brand="fido"] .ute-icon-instagram:before {
    content: "\e63b"
}
body[ute-brand="fido"] .ute-icon-youtube:before {
    content: "\e63c"
}
body[ute-brand="fido"] .ute-icon-googleplus:before {
    content: "\e63d"
}
body[ute-brand="fido"] .ute-icon-cart-badge:before {
    content: "\e63e"
}
body[ute-brand="fido"] .ute-icon-callout-chat-bubble:before {
    content: "\e63f"
}
body[ute-brand="fido"] .ute-icon-chevron-right:before,
body[ute-brand="fido"] .ute-icon-chevron-left:before,
body[ute-brand="fido"] .ute-icon-chevron-top:before,
body[ute-brand="fido"] .ute-icon-chevron-bottom:before {
    content: "\e640";
    font-size: 1rem;
    position: relative
}
body[ute-brand="fido"] .ute-icon-chevron-left {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: inline-block
}
body[ute-brand="fido"] .ute-icon-heart:before {
    content: "\e641"
}
body[ute-brand="fido"] .ute-icon-livechat:before {
    content: "\e642"
}
html[ute-language="fr"],
html[ute-language="en"] {
    font-size: 10px
}
body {
    font-family: lato, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    line-height: 1.4
}
body,
body[ute-device-size='xs'] {
    font-size: 1.6rem
}
h1,
h2,
h3 {
    margin: 20px 0 10px
}
.header-1,
[class^="package-selector-wrapper-"] .package-item h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4
}
[class^="package-selector-wrapper-"] .package-item .package-channels h1 {
    font-size: 3.2rem;
    line-height: 1.4
}
[class^="package-selector-wrapper-"] .package-item .package-channels-details h3 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4
}
.package-selector-wrapper-internet .tier-info .internet-speed-holder div h3 {
    font-size: 3.2rem;
    font-weight: 600
}
.package-item-dashboard h2 {
    font-weight: 600
}
.package-item-dashboard h2,
.package-item-dashboard h3 {
    font-size: 3.2rem;
    line-height: 1.4
}
.my-tv-package .package-info-channels-title,
.my-tv-package .package-info-channels-content,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4
}
.internet-usage-container .fido-header-primary .fido-heading-primary {
    font-size: 3.2rem;
    line-height: 1.4
}
.ute-xxxl,
h1 {
    font-weight: 600;
    line-height: 1.4
}
.ute-xxxl,
h1,
[ute-device-size='xs'] .header-1,
[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-item h2,
[class^="package-selector-wrapper-"] .package-item [ute-device-size='xs'] h2,
[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-item .package-channels h1,
[class^="package-selector-wrapper-"] .package-item .package-channels [ute-device-size='xs'] h1,
[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-item .package-channels-details h3,
[class^="package-selector-wrapper-"] .package-item .package-channels-details [ute-device-size='xs'] h3,
[ute-device-size='xs'] .package-selector-wrapper-internet .tier-info .internet-speed-holder div h3,
.package-selector-wrapper-internet .tier-info .internet-speed-holder div [ute-device-size='xs'] h3,
[ute-device-size='xs'] .package-item-dashboard h2,
.package-item-dashboard [ute-device-size='xs'] h2,
[ute-device-size='xs'] .package-item-dashboard h3,
.package-item-dashboard [ute-device-size='xs'] h3,
[ute-device-size='xs'] .my-tv-package .package-info-channels-title,
.my-tv-package [ute-device-size='xs'] .package-info-channels-title,
[ute-device-size='xs'] .my-tv-package .package-info-channels-content,
.my-tv-package [ute-device-size='xs'] .package-info-channels-content,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item [ute-device-size='xs'] .package-channels-details,
[ute-device-size='xs'] .internet-usage-container .fido-header-primary .fido-heading-primary,
.internet-usage-container .fido-header-primary [ute-device-size='xs'] .fido-heading-primary,
[ute-device-size='xs'] .ute-xxxl,
[ute-device-size='xs'] h1 {
    font-size: 3.2rem
}
.header-2,
#janrainModal .janrain-capture-ui.capture-ui-content h2,
.tv-channels-swapped-counter .tv-channels-swapped-box div,
.tv-theme-names ul li,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-right i,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-right i,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-right i,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-right i,
.overview-heading,
.ute-xxl,
h2 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.4
}
[ute-device-size='xs'] .header-2,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content h2,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-device-size='xs'] h2,
[ute-device-size='xs'] .tv-channels-swapped-counter .tv-channels-swapped-box div,
.tv-channels-swapped-counter .tv-channels-swapped-box [ute-device-size='xs'] div,
[ute-device-size='xs'] .tv-theme-names ul li,
.tv-theme-names ul [ute-device-size='xs'] li,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-right i,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-right i,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-right i,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-right i,
[ute-device-size='xs'] body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-right [ute-device-size='xs'] i,
[ute-device-size='xs'] body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-right [ute-device-size='xs'] i,
[ute-device-size='xs'] body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-right [ute-device-size='xs'] i,
[ute-device-size='xs'] body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-right i,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-right [ute-device-size='xs'] i,
[ute-device-size='xs'] .overview-heading,
[ute-device-size='xs'] .ute-xxl,
[ute-device-size='xs'] h2 {
    font-size: 2.1rem
}
.header-3,
.count-badge::after,
.ute-input-search.input-group .input-group-btn button.ute-icon-search,
.ss-payment-info-method .method-name,
input.cmn-toggle-round+label .strip .tv-poster-title,
.tv-channels-you-love-slider .recommended-package .recommended-package-name,
body[ute-device-size='xs'] .page-create-profile .ute-xl,
body[ute-device-size='sm'] .page-create-profile .ute-xl,
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
.my-tv-package .package-info-title,
body[ute-device-size='xs'] .my-tv-package .my-tv-package-heading,
body[ute-device-size='sm'] .my-tv-package .my-tv-package-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .header-3,
body[ute-device-size='sm'] .ss-pay-now-heading .header-3,
body[ute-device-size='md'] .ute-dashboard-service-heading,
body[ute-device-size='lg'] .ute-dashboard-service-heading,
body[ute-device-size='xl'] .ute-dashboard-service-heading,
body[ute-device-size='2k'] .ute-dashboard-service-heading,
body[ute-device-size='4k'] .ute-dashboard-service-heading,
body[ute-device-size='8k'] .ute-dashboard-service-heading,
body[ute-device-size='xs'] .ute-dashboard-service-heading,
body[ute-device-size='sm'] .ute-dashboard-service-heading,
.pp-refill-review-heading,
.salutation .heading-greeting,
.salutation .para-msg-static,
body[ute-device-size='xs'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='sm'] .page-dashboard-acct-overview-header .ute-header-secondary,
.overview-sub-heading,
.ute-xl,
h3 {
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1.4
}
[ute-device-size='xs'] .header-3,
[ute-device-size='xs'] .count-badge::after,
[ute-device-size='xs'] .ute-input-search.input-group .input-group-btn button.ute-icon-search,
.ute-input-search.input-group .input-group-btn [ute-device-size='xs'] button.ute-icon-search,
[ute-device-size='xs'] .ss-payment-info-method .method-name,
.ss-payment-info-method [ute-device-size='xs'] .method-name,
[ute-device-size='xs'] input.cmn-toggle-round+label .strip .tv-poster-title,
input.cmn-toggle-round+label .strip [ute-device-size='xs'] .tv-poster-title,
[ute-device-size='xs'] .tv-channels-you-love-slider .recommended-package .recommended-package-name,
.tv-channels-you-love-slider .recommended-package [ute-device-size='xs'] .recommended-package-name,
body[ute-device-size='xs'] .page-create-profile .ute-xl,
[ute-device-size='xs'] body[ute-device-size='sm'] .page-create-profile .ute-xl,
body[ute-device-size='sm'] .page-create-profile [ute-device-size='xs'] .ute-xl,
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
[ute-device-size='xs'] body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary [ute-device-size='xs'] .ute-xl,
[ute-device-size='xs'] .my-tv-package .package-info-title,
.my-tv-package [ute-device-size='xs'] .package-info-title,
body[ute-device-size='xs'] .my-tv-package .my-tv-package-heading,
[ute-device-size='xs'] body[ute-device-size='sm'] .my-tv-package .my-tv-package-heading,
body[ute-device-size='sm'] .my-tv-package [ute-device-size='xs'] .my-tv-package-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .header-3,
[ute-device-size='xs'] body[ute-device-size='sm'] .ss-pay-now-heading .header-3,
body[ute-device-size='sm'] .ss-pay-now-heading [ute-device-size='xs'] .header-3,
[ute-device-size='xs'] body[ute-device-size='md'] .ute-dashboard-service-heading,
body[ute-device-size='md'] [ute-device-size='xs'] .ute-dashboard-service-heading,
[ute-device-size='xs'] body[ute-device-size='lg'] .ute-dashboard-service-heading,
body[ute-device-size='lg'] [ute-device-size='xs'] .ute-dashboard-service-heading,
[ute-device-size='xs'] body[ute-device-size='xl'] .ute-dashboard-service-heading,
body[ute-device-size='xl'] [ute-device-size='xs'] .ute-dashboard-service-heading,
[ute-device-size='xs'] body[ute-device-size='2k'] .ute-dashboard-service-heading,
body[ute-device-size='2k'] [ute-device-size='xs'] .ute-dashboard-service-heading,
[ute-device-size='xs'] body[ute-device-size='4k'] .ute-dashboard-service-heading,
body[ute-device-size='4k'] [ute-device-size='xs'] .ute-dashboard-service-heading,
[ute-device-size='xs'] body[ute-device-size='8k'] .ute-dashboard-service-heading,
body[ute-device-size='8k'] [ute-device-size='xs'] .ute-dashboard-service-heading,
body[ute-device-size='xs'] .ute-dashboard-service-heading,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-dashboard-service-heading,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-dashboard-service-heading,
[ute-device-size='xs'] .pp-refill-review-heading,
[ute-device-size='xs'] .salutation .heading-greeting,
.salutation [ute-device-size='xs'] .heading-greeting,
[ute-device-size='xs'] .salutation .para-msg-static,
.salutation [ute-device-size='xs'] .para-msg-static,
body[ute-device-size='xs'] .page-dashboard-acct-overview-header .ute-header-secondary,
[ute-device-size='xs'] body[ute-device-size='sm'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='sm'] .page-dashboard-acct-overview-header [ute-device-size='xs'] .ute-header-secondary,
[ute-device-size='xs'] .overview-sub-heading,
[ute-device-size='xs'] .ute-xl,
[ute-device-size='xs'] h3 {
    font-size: 2.1rem
}
.header-4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) h4,
#janrainModal .janrain-capture-ui.capture-ui-content h4,
.package-selector-wrapper-internet .tier-info .internet-speed-holder div p,
.pp-refill-review-back,
.pp-refill-success-change,
.pp-refill-success-text,
.pp-refill-success-email,
.overview-text-tertiary,
h4 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4
}
[ute-device-size='xs'] .header-4,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) [ute-device-size='xs'] h4,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content h4,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-device-size='xs'] h4,
[ute-device-size='xs'] .package-selector-wrapper-internet .tier-info .internet-speed-holder div p,
.package-selector-wrapper-internet .tier-info .internet-speed-holder div [ute-device-size='xs'] p,
[ute-device-size='xs'] .pp-refill-review-back,
[ute-device-size='xs'] .pp-refill-success-change,
[ute-device-size='xs'] .pp-refill-success-text,
[ute-device-size='xs'] .pp-refill-success-email,
[ute-device-size='xs'] .overview-text-tertiary,
[ute-device-size='xs'] h4 {
    font-size: 1.8rem
}
.header-5,
h5 {
    font-weight: 400;
    line-height: 1.4
}
.header-5,
h5,
[ute-device-size='xs'] .header-5,
[ute-device-size='xs'] h5 {
    font-size: 1.8rem
}
.header-6,
h6 {
    font-weight: 400;
    line-height: 1.4
}
.header-6,
h6,
[ute-device-size='xs'] .header-6,
[ute-device-size='xs'] h6 {
    font-size: 1.8rem
}
.copy-1,
.usage-meter.unlimited div.unlimited-data .total-limit,
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li a,
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a::after,
.payment-options-pac body[ute-device-size='xs'] .pac-terms-and-conditions h4,
body[ute-device-size='xs'] .payment-options-pac .pac-terms-and-conditions h4,
.payment-options-pacc body[ute-device-size='xs'] .pacc-terms-and-conditions h4,
body[ute-device-size='xs'] .payment-options-pacc .pacc-terms-and-conditions h4,
.payment-options-pac body[ute-device-size='sm'] .pac-terms-and-conditions h4,
body[ute-device-size='sm'] .payment-options-pac .pac-terms-and-conditions h4,
.payment-options-pacc body[ute-device-size='sm'] .pacc-terms-and-conditions h4,
body[ute-device-size='sm'] .payment-options-pacc .pacc-terms-and-conditions h4,
#modal-processing-payment .modal-header h4,
.modal-body-serviceability-fraud i[class$="contact-us"],
.modal-body-serviceability-fraud i[class$="callout-forum"],
body[ute-device-size='xs'] .payment-options-invoice .invoice-opening-text ins,
body[ute-device-size='sm'] .payment-options-invoice .invoice-opening-text ins,
.ss-payment-info-balance .title,
.ss-payment-info-method .title,
.store-directions h4,
[class^="package-selector-wrapper-"] .package-item .package-channels h1 span,
.breadcrumb-menu li button span:first-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button span:first-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button span:first-child,
.ss-pay-now-review-payment-details .detail:first-child h4,
body[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail:first-child h4,
body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail:first-child h4,
.pp-refill-review-text,
.pp-refill-review-table-heading,
.pp-refill-success-sub-heading,
.tech-install-table.table.ute-table thead th,
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead th,
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead th,
.link-account-accordion input[type="radio"]+label,
.ute-md,
.ute-lg,
.contact [class^="ute-icon"] {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4
}
[ute-device-size='xs'] .copy-1,
[ute-device-size='xs'] .usage-meter.unlimited div.unlimited-data .total-limit,
.usage-meter.unlimited div.unlimited-data [ute-device-size='xs'] .total-limit,
[ute-device-size='xs'] [ute-brand="fido"] .ute-tabs-primary .nav-tabs li a,
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li [ute-device-size='xs'] a,
[ute-device-size='xs'] [ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a,
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li [ute-device-size='xs'] a,
[ute-device-size='xs'] [ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a::after,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li [ute-device-size='xs'] a::after,
.payment-options-pac body[ute-device-size='xs'] .pac-terms-and-conditions h4,
body[ute-device-size='xs'] .payment-options-pac .pac-terms-and-conditions h4,
.payment-options-pacc body[ute-device-size='xs'] .pacc-terms-and-conditions h4,
body[ute-device-size='xs'] .payment-options-pacc .pacc-terms-and-conditions h4,
[ute-device-size='xs'] .payment-options-pac body[ute-device-size='sm'] .pac-terms-and-conditions h4,
.payment-options-pac body[ute-device-size='sm'] .pac-terms-and-conditions [ute-device-size='xs'] h4,
[ute-device-size='xs'] body[ute-device-size='sm'] .payment-options-pac .pac-terms-and-conditions h4,
body[ute-device-size='sm'] .payment-options-pac .pac-terms-and-conditions [ute-device-size='xs'] h4,
[ute-device-size='xs'] .payment-options-pacc body[ute-device-size='sm'] .pacc-terms-and-conditions h4,
.payment-options-pacc body[ute-device-size='sm'] .pacc-terms-and-conditions [ute-device-size='xs'] h4,
[ute-device-size='xs'] body[ute-device-size='sm'] .payment-options-pacc .pacc-terms-and-conditions h4,
body[ute-device-size='sm'] .payment-options-pacc .pacc-terms-and-conditions [ute-device-size='xs'] h4,
[ute-device-size='xs'] #modal-processing-payment .modal-header h4,
#modal-processing-payment .modal-header [ute-device-size='xs'] h4,
[ute-device-size='xs'] .modal-body-serviceability-fraud i[class$="contact-us"],
.modal-body-serviceability-fraud [ute-device-size='xs'] i[class$="contact-us"],
[ute-device-size='xs'] .modal-body-serviceability-fraud i[class$="callout-forum"],
.modal-body-serviceability-fraud [ute-device-size='xs'] i[class$="callout-forum"],
body[ute-device-size='xs'] .payment-options-invoice .invoice-opening-text ins,
[ute-device-size='xs'] body[ute-device-size='sm'] .payment-options-invoice .invoice-opening-text ins,
body[ute-device-size='sm'] .payment-options-invoice .invoice-opening-text [ute-device-size='xs'] ins,
[ute-device-size='xs'] .ss-payment-info-balance .title,
.ss-payment-info-balance [ute-device-size='xs'] .title,
[ute-device-size='xs'] .ss-payment-info-method .title,
.ss-payment-info-method [ute-device-size='xs'] .title,
[ute-device-size='xs'] .store-directions h4,
.store-directions [ute-device-size='xs'] h4,
[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-item .package-channels h1 span,
[class^="package-selector-wrapper-"] .package-item .package-channels h1 [ute-device-size='xs'] span,
[ute-device-size='xs'] .breadcrumb-menu li button span:first-child,
.breadcrumb-menu li button [ute-device-size='xs'] span:first-child,
[ute-device-size='xs'] .page-create-profile .create-profile-menu-holder .create-profile-menu li button span:first-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button [ute-device-size='xs'] span:first-child,
[ute-device-size='xs'] .page-change-internet .change-internet-menu-holder .change-internet-menu li button span:first-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button [ute-device-size='xs'] span:first-child,
[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail:first-child h4,
.ss-pay-now-review-payment-details .detail:first-child [ute-device-size='xs'] h4,
body[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail:first-child h4,
[ute-device-size='xs'] body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail:first-child h4,
body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail:first-child [ute-device-size='xs'] h4,
[ute-device-size='xs'] .pp-refill-review-text,
[ute-device-size='xs'] .pp-refill-review-table-heading,
[ute-device-size='xs'] .pp-refill-success-sub-heading,
[ute-device-size='xs'] .tech-install-table.table.ute-table thead th,
.tech-install-table.table.ute-table thead [ute-device-size='xs'] th,
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead th,
[ute-device-size='xs'] body[ute-device-size='sm'] .tech-install-table.table.ute-table thead th,
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead [ute-device-size='xs'] th,
[ute-device-size='xs'] .link-account-accordion input[type="radio"]+label,
.link-account-accordion [ute-device-size='xs'] input[type="radio"]+label,
[ute-device-size='xs'] .ute-md,
[ute-device-size='xs'] .ute-lg,
[ute-device-size='xs'] .contact [class^="ute-icon"],
.contact [ute-device-size='xs'] [class^="ute-icon"] {
    font-size: 1.8rem
}
.copy-2,
.badge {
    font-weight: 400
}
.copy-2,
.badge,
.ute-link,
.ute-link-inline,
.ute-service-type-btn span {
    font-size: 1.6rem;
    line-height: 1.4
}
.modal-open .modal .modal-content .modal-body,
legend,
.ute-input-radio,
.ute-input-checkbox,
.ute-input-checkbox-secondary {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4
}
.ute-label-text,
.ute-label-select {
    font-size: 1.6rem;
    line-height: 1.4
}
.ute-input-text {
    font-size: 1.6rem
}
.ute-input-text,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input {
    font-weight: 400;
    line-height: 1.4
}
.ute-input-textarea,
.store-directions h5,
#tech-install .table.ute-table th {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4
}
.tv-channel-table table tbody th {
    font-size: 1.6rem;
    line-height: 1.4
}
.my-tv-package .package-info-channels-title span,
.my-tv-package .salutation,
.mini-cart button {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4
}
.internet-usage-container .table.ute-table thead th.header {
    font-size: 1.6rem;
    line-height: 1.4
}
.agreement-details h2,
.agreement-details h3,
body[ute-device-size='md'] .ute-my-balance-invoice p,
body[ute-device-size='lg'] .ute-my-balance-invoice p,
body[ute-device-size='xl'] .ute-my-balance-invoice p,
body[ute-device-size='2k'] .ute-my-balance-invoice p,
body[ute-device-size='4k'] .ute-my-balance-invoice p,
body[ute-device-size='8k'] .ute-my-balance-invoice p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4
}
body[ute-device-size='xs'] .ute-my-balance-invoice p {
    font-weight: 400;
    line-height: 1.4
}
body[ute-device-size='sm'] .ute-my-balance-invoice p,
[ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a,
#header #main-menu .mobile-legacy-Cart a.ute-link,
#header #main-menu .mobile-legacy-Cart a.ute-link-inline {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4
}
[ute-device-size='xs'] .copy-2,
[ute-device-size='xs'] .badge,
[ute-device-size='xs'] .ute-link,
[ute-device-size='xs'] .ute-link-inline,
[ute-device-size='xs'] .ute-service-type-btn span,
.ute-service-type-btn [ute-device-size='xs'] span,
[ute-device-size='xs'] .modal-open .modal .modal-content .modal-body,
.modal-open .modal .modal-content [ute-device-size='xs'] .modal-body,
[ute-device-size='xs'] legend,
[ute-device-size='xs'] .ute-input-radio,
[ute-device-size='xs'] .ute-input-checkbox,
[ute-device-size='xs'] .ute-input-checkbox-secondary,
[ute-device-size='xs'] .ute-label-text,
[ute-device-size='xs'] .ute-label-select,
[ute-device-size='xs'] .ute-input-text,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-device-size='xs'] .capture_text_input,
[ute-device-size='xs'] .ute-input-textarea,
[ute-device-size='xs'] .store-directions h5,
.store-directions [ute-device-size='xs'] h5,
[ute-device-size='xs'] #tech-install .table.ute-table th,
#tech-install .table.ute-table [ute-device-size='xs'] th,
[ute-device-size='xs'] .tv-channel-table table tbody th,
.tv-channel-table table tbody [ute-device-size='xs'] th,
[ute-device-size='xs'] .my-tv-package .package-info-channels-title span,
.my-tv-package .package-info-channels-title [ute-device-size='xs'] span,
[ute-device-size='xs'] .my-tv-package .salutation,
.my-tv-package [ute-device-size='xs'] .salutation,
[ute-device-size='xs'] .mini-cart button,
.mini-cart [ute-device-size='xs'] button,
[ute-device-size='xs'] .internet-usage-container .table.ute-table thead th.header,
.internet-usage-container .table.ute-table thead [ute-device-size='xs'] th.header,
[ute-device-size='xs'] .agreement-details h2,
.agreement-details [ute-device-size='xs'] h2,
[ute-device-size='xs'] .agreement-details h3,
.agreement-details [ute-device-size='xs'] h3,
[ute-device-size='xs'] body[ute-device-size='md'] .ute-my-balance-invoice p,
body[ute-device-size='md'] .ute-my-balance-invoice [ute-device-size='xs'] p,
[ute-device-size='xs'] body[ute-device-size='lg'] .ute-my-balance-invoice p,
body[ute-device-size='lg'] .ute-my-balance-invoice [ute-device-size='xs'] p,
[ute-device-size='xs'] body[ute-device-size='xl'] .ute-my-balance-invoice p,
body[ute-device-size='xl'] .ute-my-balance-invoice [ute-device-size='xs'] p,
[ute-device-size='xs'] body[ute-device-size='2k'] .ute-my-balance-invoice p,
body[ute-device-size='2k'] .ute-my-balance-invoice [ute-device-size='xs'] p,
[ute-device-size='xs'] body[ute-device-size='4k'] .ute-my-balance-invoice p,
body[ute-device-size='4k'] .ute-my-balance-invoice [ute-device-size='xs'] p,
[ute-device-size='xs'] body[ute-device-size='8k'] .ute-my-balance-invoice p,
body[ute-device-size='8k'] .ute-my-balance-invoice [ute-device-size='xs'] p,
body[ute-device-size='xs'] .ute-my-balance-invoice p,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-my-balance-invoice p,
body[ute-device-size='sm'] .ute-my-balance-invoice [ute-device-size='xs'] p,
[ute-device-size='xs'] [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a,
[ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li [ute-device-size='xs'] a,
[ute-device-size='xs'] #header #main-menu .mobile-legacy-Cart a.ute-link,
#header #main-menu .mobile-legacy-Cart [ute-device-size='xs'] a.ute-link,
[ute-device-size='xs'] #header #main-menu .mobile-legacy-Cart a.ute-link-inline,
#header #main-menu .mobile-legacy-Cart [ute-device-size='xs'] a.ute-link-inline {
    font-size: 1.6rem
}
.copy-3,
.alert p,
.modal-open .modal.popup-success .modal-content p,
.modal-open .modal.popup-warning .modal-content p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_fatal_error,
body[ute-device-size='xs'][ute-brand="fido"] .nav-tabs li a,
body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li a,
.ute-message,
.ute-message.error,
.store-locator-buttons .ute-btn-secondary,
.store-locator-buttons body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='md'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
.store-locator-buttons .store-locator-buttons-text::before,
.package-selector-wrapper-internet .tier-info .internet-speed-selector label,
body[ute-device-size='xs'] .cart-line-item-product li,
body[ute-device-size='sm'] .cart-line-item-product li,
.tv-channels-you-love-slider .recommended-package .recommended-package-title,
.tv-channels-swapped-counter .tv-channels-swapped-box div:first-child,
.breadcrumb-menu li button span:last-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button span:last-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button span:last-child,
.my-tv-package .reset-or-cancel .ute-link,
.my-tv-package .reset-or-cancel .ute-link-inline,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item::before,
body[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail,
body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail,
[ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a p,
[ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a span,
.pp-refill-success-note,
.pp-refill-review-note,
.popover,
.internet-usage-container .table.ute-table tbody tr td,
.agreement-details h4,
.overview-text,
[ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a p,
[ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a span {
    font-size: 1.6rem;
    font-weight: 300
}
[ute-device-size='xs'] .copy-3,
[ute-device-size='xs'] .alert p,
.alert [ute-device-size='xs'] p,
[ute-device-size='xs'] .modal-open .modal.popup-success .modal-content p,
.modal-open .modal.popup-success .modal-content [ute-device-size='xs'] p,
[ute-device-size='xs'] .modal-open .modal.popup-warning .modal-content p,
.modal-open .modal.popup-warning .modal-content [ute-device-size='xs'] p,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) [ute-device-size='xs'] p,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) [ute-device-size='xs'] p,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) [ute-device-size='xs'] p,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) [ute-device-size='xs'] p,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content .capture_fatal_error,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-device-size='xs'] .capture_fatal_error,
body[ute-device-size='xs'][ute-brand="fido"] .nav-tabs li a,
[ute-device-size='xs'] body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li a,
body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li [ute-device-size='xs'] a,
[ute-device-size='xs'] .ute-message,
[ute-device-size='xs'] .store-locator-buttons .ute-btn-secondary,
.store-locator-buttons [ute-device-size='xs'] .ute-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='md'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='md'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
body[ute-device-size='md'] .store-locator-buttons [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='lg'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='lg'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .store-locator-buttons [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='xl'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='xl'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .store-locator-buttons [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='2k'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='2k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .store-locator-buttons [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='4k'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='4k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .store-locator-buttons [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='8k'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='8k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .store-locator-buttons [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary,
.store-locator-buttons body[ute-device-size='sm'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='sm'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] .store-locator-buttons [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .store-locator-buttons .store-locator-buttons-text::before,
.store-locator-buttons [ute-device-size='xs'] .store-locator-buttons-text::before,
[ute-device-size='xs'] .package-selector-wrapper-internet .tier-info .internet-speed-selector label,
.package-selector-wrapper-internet .tier-info .internet-speed-selector [ute-device-size='xs'] label,
body[ute-device-size='xs'] .cart-line-item-product li,
[ute-device-size='xs'] body[ute-device-size='sm'] .cart-line-item-product li,
body[ute-device-size='sm'] .cart-line-item-product [ute-device-size='xs'] li,
[ute-device-size='xs'] .tv-channels-you-love-slider .recommended-package .recommended-package-title,
.tv-channels-you-love-slider .recommended-package [ute-device-size='xs'] .recommended-package-title,
[ute-device-size='xs'] .tv-channels-swapped-counter .tv-channels-swapped-box div:first-child,
.tv-channels-swapped-counter .tv-channels-swapped-box [ute-device-size='xs'] div:first-child,
[ute-device-size='xs'] .breadcrumb-menu li button span:last-child,
.breadcrumb-menu li button [ute-device-size='xs'] span:last-child,
[ute-device-size='xs'] .page-create-profile .create-profile-menu-holder .create-profile-menu li button span:last-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button [ute-device-size='xs'] span:last-child,
[ute-device-size='xs'] .page-change-internet .change-internet-menu-holder .change-internet-menu li button span:last-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button [ute-device-size='xs'] span:last-child,
[ute-device-size='xs'] .my-tv-package .reset-or-cancel .ute-link,
.my-tv-package .reset-or-cancel [ute-device-size='xs'] .ute-link,
[ute-device-size='xs'] .my-tv-package .reset-or-cancel .ute-link-inline,
.my-tv-package .reset-or-cancel [ute-device-size='xs'] .ute-link-inline,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-current-subscription [ute-device-size='xs'] ins,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-current-subscription [ute-device-size='xs'] ins,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-current-subscription [ute-device-size='xs'] ins,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-current-subscription [ute-device-size='xs'] ins,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) [ute-device-size='xs'] .package-item::before,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) [ute-device-size='xs'] .package-item::before,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) [ute-device-size='xs'] .package-item::before,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) [ute-device-size='xs'] .package-item::before,
body[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail,
[ute-device-size='xs'] body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail,
body[ute-device-size='sm'] .ss-pay-now-review-payment-details [ute-device-size='xs'] .detail,
[ute-device-size='xs'] [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a p,
[ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a [ute-device-size='xs'] p,
[ute-device-size='xs'] [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a span,
[ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a [ute-device-size='xs'] span,
[ute-device-size='xs'] .pp-refill-success-note,
[ute-device-size='xs'] .pp-refill-review-note,
[ute-device-size='xs'] .popover,
[ute-device-size='xs'] .internet-usage-container .table.ute-table tbody tr td,
.internet-usage-container .table.ute-table tbody tr [ute-device-size='xs'] td,
[ute-device-size='xs'] .agreement-details h4,
.agreement-details [ute-device-size='xs'] h4,
[ute-device-size='xs'] .overview-text,
[ute-device-size='xs'] [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a p,
[ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a [ute-device-size='xs'] p,
[ute-device-size='xs'] [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a span,
[ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a [ute-device-size='xs'] span {
    font-size: 1.6rem
}
.copy-4,
#janrainModal #signIn.janrain-capture-ui.capture-ui-content a.capture_btn {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4
}
body[ute-device-size='xs'] .permission-table {
    font-weight: 600;
    line-height: 1.4
}
body[ute-device-size='sm'] .permission-table,
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li a span,
.ute-sm,
ute-date-picker [datepicker-popup-wrap] thead .btn-default {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4
}
body[ute-device-size='xs'] .gst,
body[ute-device-size='sm'] .gst {
    font-weight: 600;
    line-height: 1.4
}
[ute-device-size='xs'] .copy-4,
[ute-device-size='xs'] #janrainModal #signIn.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #signIn.janrain-capture-ui.capture-ui-content [ute-device-size='xs'] a.capture_btn,
body[ute-device-size='xs'] .permission-table,
[ute-device-size='xs'] body[ute-device-size='sm'] .permission-table,
body[ute-device-size='sm'] [ute-device-size='xs'] .permission-table,
[ute-device-size='xs'] [ute-brand="fido"] .ute-tabs-primary .nav-tabs li a span,
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li a [ute-device-size='xs'] span,
[ute-device-size='xs'] .ute-sm,
[ute-device-size='xs'] ute-date-picker [datepicker-popup-wrap] thead .btn-default,
ute-date-picker [datepicker-popup-wrap] thead [ute-device-size='xs'] .btn-default,
[ute-device-size='xs'] body[ute-device-size='sm'] .gst,
body[ute-device-size='sm'] [ute-device-size='xs'] .gst {
    font-size: 1.6rem
}
.copy-5 {
    line-height: 1.4
}
.copy-5,
.ute-btn-primary,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer button,
#header #shopcart a.ute-btn-primary,
#header #shopcart-mob a.ute-btn-primary,
body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .reset-voicemail-btn-primary {
    font-size: 1.4rem;
    font-weight: 600
}
body[ute-device-size='xs'] .reset-voicemail-btn-primary {
    font-weight: 600
}
body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary {
    font-size: 1.4rem;
    font-weight: 600
}
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary {
    font-weight: 600
}
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
.ute-btn-secondary,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary {
    font-size: 1.4rem;
    font-weight: 600
}
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary {
    font-weight: 600
}
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary,
.ute-btn-tertiary,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li {
    font-size: 1.4rem;
    font-weight: 600
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a {
    font-size: 1.4rem;
    font-weight: 600
}
.payment-options-pac .pac-chequing-inputs .error.ute-message {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4
}
body[ute-device-size='xs'] .footnote {
    font-weight: 600;
    line-height: 1.4
}
body[ute-device-size='sm'] .footnote,
.store-locator-map .gm-style-iw h4,
.store-list-item .store-info h4,
.store-directions {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4
}
.package-selector-wrapper-internet .tier-info .internet-speed-holder div h3 span,
.package-item-dashboard h3 span {
    font-size: 1.4rem;
    line-height: 1.4
}
.ute-cart-summary .ute-header-tertiary span,
.ute-cart-summary .ute-header-tertiary span a {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4
}
.ute-cart-order-summary .cart-line-item-total .taxes,
input.cmn-toggle-round+label .strip .tv-poster-detail {
    font-size: 1.4rem;
    line-height: 1.4
}
.my-tv-package .package-info-channels-content span,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4
}
.cart-product-heading,
.cart-total-heading {
    font-size: 1.4rem;
    line-height: 1.4
}
.agreement-details p,
.agreement-details ul,
.agreement-details ol,
.agreement-details h5,
.agreement-details h6,
.ute-xs {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4
}
body[ute-device-size='xs'] .ute-xs,
body[ute-device-size='xs'] .ute-sm,
body[ute-device-size='xs'] ute-date-picker [datepicker-popup-wrap] thead .btn-default,
ute-date-picker [datepicker-popup-wrap] thead body[ute-device-size='xs'] .btn-default,
body[ute-device-size='xs'] .ute-lg,
body[ute-device-size='xs'] .ute-xl,
body[ute-device-size='xs'] .ute-xxl {
    font-weight: 600;
    line-height: 1.4
}
body[ute-device-size='sm'] .ute-xs,
body[ute-device-size='sm'] .ute-sm,
body[ute-device-size='sm'] ute-date-picker [datepicker-popup-wrap] thead .btn-default,
ute-date-picker [datepicker-popup-wrap] thead body[ute-device-size='sm'] .btn-default,
body[ute-device-size='sm'] .ute-lg,
body[ute-device-size='sm'] .ute-xl,
body[ute-device-size='sm'] .ute-xxl,
.ute-message-box span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4
}
[ute-device-size='xs'] .copy-5,
[ute-device-size='xs'] .ute-btn-primary,
[ute-device-size='xs'] #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content [ute-device-size='xs'] a.capture_btn,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-device-size='xs'] button.capture_btn,
[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-device-size='xs'] input.capture_btn,
[ute-device-size='xs'] #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer [ute-device-size='xs'] input[type="submit"].capture_btn,
[ute-device-size='xs'] #janrainModal .capture_footer button,
#janrainModal .capture_footer [ute-device-size='xs'] button,
[ute-device-size='xs'] #header #shopcart a.ute-btn-primary,
#header #shopcart [ute-device-size='xs'] a.ute-btn-primary,
[ute-device-size='xs'] #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob [ute-device-size='xs'] a.ute-btn-primary,
[ute-device-size='xs'] body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] [ute-device-size='xs'] .reset-voicemail-btn-primary,
[ute-device-size='xs'] body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] [ute-device-size='xs'] .reset-voicemail-btn-primary,
[ute-device-size='xs'] body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] [ute-device-size='xs'] .reset-voicemail-btn-primary,
[ute-device-size='xs'] body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] [ute-device-size='xs'] .reset-voicemail-btn-primary,
[ute-device-size='xs'] body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] [ute-device-size='xs'] .reset-voicemail-btn-primary,
[ute-device-size='xs'] body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] [ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .reset-voicemail-btn-primary,
[ute-device-size='xs'] body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] [ute-device-size='xs'] .reset-voicemail-btn-primary,
[ute-device-size='xs'] body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] [ute-device-size='xs'] .ute-dashboard-services-btn-primary,
[ute-device-size='xs'] body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] [ute-device-size='xs'] .ute-dashboard-services-btn-primary,
[ute-device-size='xs'] body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] [ute-device-size='xs'] .ute-dashboard-services-btn-primary,
[ute-device-size='xs'] body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] [ute-device-size='xs'] .ute-dashboard-services-btn-primary,
[ute-device-size='xs'] body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] [ute-device-size='xs'] .ute-dashboard-services-btn-primary,
[ute-device-size='xs'] body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] [ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-dashboard-services-btn-primary,
[ute-device-size='xs'] .ute-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='md'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
[ute-device-size='xs'] .ute-btn-tertiary,
[ute-device-size='xs'] [ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs [ute-device-size='xs'] li,
[ute-device-size='xs'] [ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a span,
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a [ute-device-size='xs'] span,
[ute-device-size='xs'] [ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li [ute-device-size='xs'] a,
[ute-device-size='xs'] .payment-options-pac .pac-chequing-inputs .error.ute-message,
.payment-options-pac .pac-chequing-inputs [ute-device-size='xs'] .error.ute-message,
body[ute-device-size='xs'] .footnote,
[ute-device-size='xs'] body[ute-device-size='sm'] .footnote,
body[ute-device-size='sm'] [ute-device-size='xs'] .footnote,
[ute-device-size='xs'] .store-locator-map .gm-style-iw h4,
.store-locator-map .gm-style-iw [ute-device-size='xs'] h4,
[ute-device-size='xs'] .store-list-item .store-info h4,
.store-list-item .store-info [ute-device-size='xs'] h4,
[ute-device-size='xs'] .store-directions,
[ute-device-size='xs'] .package-selector-wrapper-internet .tier-info .internet-speed-holder div h3 span,
.package-selector-wrapper-internet .tier-info .internet-speed-holder div h3 [ute-device-size='xs'] span,
[ute-device-size='xs'] .package-item-dashboard h3 span,
.package-item-dashboard h3 [ute-device-size='xs'] span,
[ute-device-size='xs'] .ute-cart-summary .ute-header-tertiary span,
.ute-cart-summary .ute-header-tertiary [ute-device-size='xs'] span,
[ute-device-size='xs'] .ute-cart-summary .ute-header-tertiary span a,
.ute-cart-summary .ute-header-tertiary span [ute-device-size='xs'] a,
[ute-device-size='xs'] .ute-cart-order-summary .cart-line-item-total .taxes,
.ute-cart-order-summary .cart-line-item-total [ute-device-size='xs'] .taxes,
[ute-device-size='xs'] input.cmn-toggle-round+label .strip .tv-poster-detail,
input.cmn-toggle-round+label .strip [ute-device-size='xs'] .tv-poster-detail,
[ute-device-size='xs'] .my-tv-package .package-info-channels-content span,
.my-tv-package .package-info-channels-content [ute-device-size='xs'] span,
[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details span,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details [ute-device-size='xs'] span,
[ute-device-size='xs'] .cart-product-heading,
[ute-device-size='xs'] .cart-total-heading,
[ute-device-size='xs'] .agreement-details p,
.agreement-details [ute-device-size='xs'] p,
[ute-device-size='xs'] .agreement-details ul,
.agreement-details [ute-device-size='xs'] ul,
[ute-device-size='xs'] .agreement-details ol,
.agreement-details [ute-device-size='xs'] ol,
[ute-device-size='xs'] .agreement-details h5,
.agreement-details [ute-device-size='xs'] h5,
[ute-device-size='xs'] .agreement-details h6,
.agreement-details [ute-device-size='xs'] h6,
[ute-device-size='xs'] .ute-xs,
body[ute-device-size='xs'] .ute-xs,
body[ute-device-size='xs'] .ute-sm,
body[ute-device-size='xs'] ute-date-picker [datepicker-popup-wrap] thead .btn-default,
ute-date-picker [datepicker-popup-wrap] thead body[ute-device-size='xs'] .btn-default,
body[ute-device-size='xs'] .ute-lg,
body[ute-device-size='xs'] .ute-xl,
body[ute-device-size='xs'] .ute-xxl,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-xs,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-xs,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-sm,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-sm,
[ute-device-size='xs'] body[ute-device-size='sm'] ute-date-picker [datepicker-popup-wrap] thead .btn-default,
body[ute-device-size='sm'] ute-date-picker [datepicker-popup-wrap] thead [ute-device-size='xs'] .btn-default,
[ute-device-size='xs'] ute-date-picker [datepicker-popup-wrap] thead body[ute-device-size='sm'] .btn-default,
ute-date-picker [datepicker-popup-wrap] thead body[ute-device-size='sm'] [ute-device-size='xs'] .btn-default,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-lg,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-lg,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-xl,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-xl,
[ute-device-size='xs'] body[ute-device-size='sm'] .ute-xxl,
body[ute-device-size='sm'] [ute-device-size='xs'] .ute-xxl,
[ute-device-size='xs'] .ute-message-box span,
.ute-message-box [ute-device-size='xs'] span {
    font-size: 1.4rem
}
.copy-legal,
.copy-6,
.usage-meter.unlimited div.unlimited-data .total-used,
body[ute-device-size='xs'][ute-brand="fido"] .nav-tabs li span,
body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li span,
body[ute-language="en"] ute-date-picker thead tr:nth-child(2),
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2),
.store-locator-map .gm-style-iw,
.store-list-item .store-info,
.store-list-item .store-info .store-details-link,
.page-create-user .form-input-ctn label,
h3 .header-small-text,
.page-create-profile .create-profile-header .summary,
[in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details .taxes,
.page-create-profile .item-subtotal,
.page-review-order .item-subtotal,
.cart-line-heading,
.cart-line-item-product .quantity,
.cart-line-item-product .fees .price,
.cart-line-item-total .quantity,
.cart-line-item-total .fees .price,
.popover.ute-popover.mini-shopping-cart .cart-product-heading,
.popover.ute-popover.mini-shopping-cart .mini-cart-total-icon,
.text-right-mobile .ute-ss,
.text-right-mobile body[ute-brand="fido"] #ute-icons-list p,
body[ute-brand="fido"] #ute-icons-list .text-right-mobile p,
.text-right-mobile .page-create-profile .group-links,
.page-create-profile .text-right-mobile .group-links,
.text-right-mobile .page-review-order .group-links,
.page-review-order .text-right-mobile .group-links,
.text-right-mobile .page-create-profile .group-links a,
.page-create-profile .group-links .text-right-mobile a,
.text-right-mobile .page-review-order .group-links a,
.page-review-order .group-links .text-right-mobile a,
#cms-metadata-toggle>div,
.cms-metadata {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4
}
[ute-device-size='xs'] .copy-legal,
[ute-device-size='xs'] .copy-6,
[ute-device-size='xs'] .usage-meter.unlimited div.unlimited-data .total-used,
.usage-meter.unlimited div.unlimited-data [ute-device-size='xs'] .total-used,
body[ute-device-size='xs'][ute-brand="fido"] .nav-tabs li span,
[ute-device-size='xs'] body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li span,
body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li [ute-device-size='xs'] span,
[ute-device-size='xs'] body[ute-language="en"] ute-date-picker thead tr:nth-child(2),
body[ute-language="en"] ute-date-picker thead [ute-device-size='xs'] tr:nth-child(2),
[ute-device-size='xs'] body[ute-language="fr"] ute-date-picker thead tr:nth-child(2),
body[ute-language="fr"] ute-date-picker thead [ute-device-size='xs'] tr:nth-child(2),
[ute-device-size='xs'] .store-locator-map .gm-style-iw,
.store-locator-map [ute-device-size='xs'] .gm-style-iw,
[ute-device-size='xs'] .store-list-item .store-info,
.store-list-item [ute-device-size='xs'] .store-info,
[ute-device-size='xs'] .store-list-item .store-info .store-details-link,
.store-list-item .store-info [ute-device-size='xs'] .store-details-link,
[ute-device-size='xs'] .page-create-user .form-input-ctn label,
.page-create-user .form-input-ctn [ute-device-size='xs'] label,
[ute-device-size='xs'] h3 .header-small-text,
h3 [ute-device-size='xs'] .header-small-text,
[ute-device-size='xs'] .page-create-profile .create-profile-header .summary,
.page-create-profile .create-profile-header [ute-device-size='xs'] .summary,
[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details .taxes,
[in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details [ute-device-size='xs'] .taxes,
[ute-device-size='xs'] .page-create-profile .item-subtotal,
.page-create-profile [ute-device-size='xs'] .item-subtotal,
[ute-device-size='xs'] .page-review-order .item-subtotal,
.page-review-order [ute-device-size='xs'] .item-subtotal,
[ute-device-size='xs'] .cart-line-heading,
[ute-device-size='xs'] .cart-line-item-product .quantity,
.cart-line-item-product [ute-device-size='xs'] .quantity,
[ute-device-size='xs'] .cart-line-item-product .fees .price,
.cart-line-item-product .fees [ute-device-size='xs'] .price,
[ute-device-size='xs'] .cart-line-item-total .quantity,
.cart-line-item-total [ute-device-size='xs'] .quantity,
[ute-device-size='xs'] .cart-line-item-total .fees .price,
.cart-line-item-total .fees [ute-device-size='xs'] .price,
[ute-device-size='xs'] .popover.ute-popover.mini-shopping-cart .cart-product-heading,
.popover.ute-popover.mini-shopping-cart [ute-device-size='xs'] .cart-product-heading,
[ute-device-size='xs'] .popover.ute-popover.mini-shopping-cart .mini-cart-total-icon,
.popover.ute-popover.mini-shopping-cart [ute-device-size='xs'] .mini-cart-total-icon,
[ute-device-size='xs'] .text-right-mobile .ute-ss,
.text-right-mobile [ute-device-size='xs'] .ute-ss,
[ute-device-size='xs'] .text-right-mobile body[ute-brand="fido"] #ute-icons-list p,
.text-right-mobile body[ute-brand="fido"] #ute-icons-list [ute-device-size='xs'] p,
[ute-device-size='xs'] body[ute-brand="fido"] #ute-icons-list .text-right-mobile p,
body[ute-brand="fido"] #ute-icons-list .text-right-mobile [ute-device-size='xs'] p,
[ute-device-size='xs'] .text-right-mobile .page-create-profile .group-links,
.text-right-mobile .page-create-profile [ute-device-size='xs'] .group-links,
[ute-device-size='xs'] .page-create-profile .text-right-mobile .group-links,
.page-create-profile .text-right-mobile [ute-device-size='xs'] .group-links,
[ute-device-size='xs'] .text-right-mobile .page-review-order .group-links,
.text-right-mobile .page-review-order [ute-device-size='xs'] .group-links,
[ute-device-size='xs'] .page-review-order .text-right-mobile .group-links,
.page-review-order .text-right-mobile [ute-device-size='xs'] .group-links,
[ute-device-size='xs'] .text-right-mobile .page-create-profile .group-links a,
.text-right-mobile .page-create-profile .group-links [ute-device-size='xs'] a,
[ute-device-size='xs'] .page-create-profile .group-links .text-right-mobile a,
.page-create-profile .group-links .text-right-mobile [ute-device-size='xs'] a,
[ute-device-size='xs'] .text-right-mobile .page-review-order .group-links a,
.text-right-mobile .page-review-order .group-links [ute-device-size='xs'] a,
[ute-device-size='xs'] .page-review-order .group-links .text-right-mobile a,
.page-review-order .group-links .text-right-mobile [ute-device-size='xs'] a,
[ute-device-size='xs'] #cms-metadata-toggle>div,
[ute-device-size='xs'] .cms-metadata {
    font-size: 1.2rem
}
.copy-legal {
    font-weight: 400
}
.ute-para {
    font-size: 1.2rem;
    color: #000
}
.ute-para-sm {
    color: #000;
    margin-top: 24px
}
.ute-para-sm,
body[ute-device-size='xs'] .ute-para,
body[ute-device-size='sm'] .ute-para {
    font-size: 1.6rem
}
body[ute-device-size='xs'] .ute-para-sm,
body[ute-device-size='sm'] .ute-para-sm {
    font-size: 1.4rem;
    margin-top: 18px
}
.modal-open .modal .modal-content .modal-header .close:active,
.ute-btn-primary:active,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn:active,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn:active,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn:active,
#janrainModal .capture_footer input[type="submit"].capture_btn:active,
#janrainModal .capture_footer button:active,
#header #shopcart a.ute-btn-primary:active,
#header #shopcart-mob a.ute-btn-primary:active,
body[ute-device-size='md'] .reset-voicemail-btn-primary:active,
body[ute-device-size='lg'] .reset-voicemail-btn-primary:active,
body[ute-device-size='xl'] .reset-voicemail-btn-primary:active,
body[ute-device-size='2k'] .reset-voicemail-btn-primary:active,
body[ute-device-size='4k'] .reset-voicemail-btn-primary:active,
body[ute-device-size='8k'] .reset-voicemail-btn-primary:active,
body[ute-device-size='xs'] .reset-voicemail-btn-primary:active,
body[ute-device-size='sm'] .reset-voicemail-btn-primary:active,
body[ute-device-size='md'] .ute-dashboard-services-btn-primary:active,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary:active,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary:active,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary:active,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary:active,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary:active,
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary:active,
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary:active,
.ute-btn-secondary:active,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary:active,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary:active,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary:active,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary:active,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary:active,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary:active,
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary:active,
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary:active,
.ute-btn-tertiary:active,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li:active,
.ute-service-type-btn:active,
body[ute-device-size='md'] .ute-btn-secondary-light:active,
body[ute-device-size='lg'] .ute-btn-secondary-light:active,
body[ute-device-size='xl'] .ute-btn-secondary-light:active,
body[ute-device-size='2k'] .ute-btn-secondary-light:active,
body[ute-device-size='4k'] .ute-btn-secondary-light:active,
body[ute-device-size='8k'] .ute-btn-secondary-light:active,
body[ute-device-size='xs'] .ute-btn-secondary-light:active,
body[ute-device-size='sm'] .ute-btn-secondary-light:active {
    -webkit-transform: scale(.95, .95);
    transform: scale(.95, .95)
}
@media (min-width: 768px) {
    .container {
        width: auto
    }
}
@media (min-width: 992px) {
    .container {
        width: auto
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
@media (min-width: 768px) {
    body[ute-device-formfactor="tablet"] .container {
        width: 1170px
    }
}
@media (min-width: 992px) {
    body[ute-device-formfactor="tablet"] .container {
        width: 1170px
    }
}
@media (min-width: 1200px) {
    body[ute-device-formfactor="tablet"] .container {
        width: 1170px
    }
}
html,
body {
    height: 100%
}
body {
    padding-top: 3.9em
}
a {
    color: #035d67
}
b,
strong {
    font-weight: 600
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 21px
}
ul li,
ol li {
    margin-bottom: 5px
}
.alert,
.modal-open .modal.popup-success .modal-content,
.modal-open .modal.popup-warning .modal-content,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) {
    position: relative;
    float: none!important;
    margin: 15px 0;
    padding: 10px 20px 10px 0;
    border: none;
    max-width: 600px;
    border-radius: 0
}
.alert>div,
.modal-open .modal.popup-success .modal-content>div,
.modal-open .modal.popup-warning .modal-content>div,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty)>div,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty)>div,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)>div,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty)>div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}
.alert>div:first-child,
.modal-open .modal.popup-success .modal-content>div:first-child,
.modal-open .modal.popup-warning .modal-content>div:first-child,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty)>div:first-child,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty)>div:first-child,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)>div:first-child,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty)>div:first-child {
    width: 65px;
    text-align: center;
    padding: 0
}
.alert h4,
.modal-open .modal.popup-success .modal-content h4,
.modal-open .modal.popup-warning .modal-content h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) h4 {
    text-transform: uppercase
}
.alert p,
.modal-open .modal.popup-success .modal-content p,
.modal-open .modal.popup-warning .modal-content p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) p {
    color: #000;
    margin: 0
}
.alert .ute-icon-check,
.modal-open .modal.popup-success .modal-content .ute-icon-check,
.modal-open .modal.popup-warning .modal-content .ute-icon-check,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) .ute-icon-check,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) .ute-icon-check,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) .ute-icon-check,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) .ute-icon-check,
.alert .ute-icon-exclaim,
.modal-open .modal.popup-success .modal-content .ute-icon-exclaim,
.modal-open .modal.popup-warning .modal-content .ute-icon-exclaim,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) .ute-icon-exclaim,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) .ute-icon-exclaim,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) .ute-icon-exclaim,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) .ute-icon-exclaim,
.alert .ute-icon-alert-i,
.modal-open .modal.popup-success .modal-content .ute-icon-alert-i,
.modal-open .modal.popup-warning .modal-content .ute-icon-alert-i,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) .ute-icon-alert-i,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) .ute-icon-alert-i,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) .ute-icon-alert-i,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) .ute-icon-alert-i {
    font-size: 4rem;
    line-height: 4rem;
    color: #fff
}
.alert-success,
.modal-open .modal.popup-success .modal-content,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/msg-panelbg-success.html") left top no-repeat #f5f5f5;
    background-size: 65px 100%
}
.alert-success h4,
.modal-open .modal.popup-success .modal-content h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) h4 {
    color: #00afab
}
.alert-danger h4 {
    color: #e12826
}
.alert-warning,
.modal-open .modal.popup-warning .modal-content,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) {
    color: #000;
    background: url("../html-fido/cms/ute/fido/images/brand/fido/msg-panelbg-warning.html") left top no-repeat #f5f5f5;
    background-size: 65px 100%
}
.alert-warning .ute-icon-error,
.modal-open .modal.popup-warning .modal-content .ute-icon-error,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) .ute-icon-error,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) .ute-icon-error,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) .ute-icon-error,
.alert-warning h4,
.modal-open .modal.popup-warning .modal-content h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) h4,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) h4 {
    color: #f15d22
}
.alert-info {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/msg-panelbg-info.html") left top no-repeat #f5f5f5;
    background-size: 65px 100%
}
.alert-info h4 {
    color: #5b6770
}
.modal-open .modal {
    background-color: rgba(255, 255, 255, .8)
}
.modal-open .modal .modal-backdrop {
    background-color: #fff
}
.modal-open .modal .modal-backdrop.in {
    opacity: 0
}
.modal-open .modal .modal-content {
    border: 4px solid #b19800;
    border-radius: 30px;
    box-shadow: none
}
.modal-open .modal .modal-content .modal-header {
    border-bottom: none;
    padding: 30px 40px 20px
}
.modal-open .modal .modal-content .modal-header:empty {
    min-height: 0;
    padding-top: 5px
}
.modal-open .modal .modal-content .modal-header h2 {
    margin-top: 0
}
.modal-open .modal .modal-content .modal-header .close {
    color: #b19800;
    font-size: 2.7rem;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px
}
.modal-open .modal .modal-content .modal-header .close:focus {
    outline: 0
}
.modal-open .modal .modal-content .modal-body {
    padding: 0 40px 40px
}
.modal-open .modal .modal-content .modal-footer {
    border-top: none;
    padding: 0 40px 40px
}
.modal-open .modal .modal-content .modal-footer .ute-btn-primary,
.modal-open .modal .modal-content .modal-footer #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content .modal-open .modal .modal-content .modal-footer a.capture_btn,
.modal-open .modal .modal-content .modal-footer #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .modal-open .modal .modal-content .modal-footer button.capture_btn,
.modal-open .modal .modal-content .modal-footer #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .modal-open .modal .modal-content .modal-footer input.capture_btn,
.modal-open .modal .modal-content .modal-footer #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer .modal-open .modal .modal-content .modal-footer input[type="submit"].capture_btn,
.modal-open .modal .modal-content .modal-footer #janrainModal .capture_footer button,
#janrainModal .capture_footer .modal-open .modal .modal-content .modal-footer button,
.modal-open .modal .modal-content .modal-footer #header #shopcart a.ute-btn-primary,
#header #shopcart .modal-open .modal .modal-content .modal-footer a.ute-btn-primary,
.modal-open .modal .modal-content .modal-footer #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob .modal-open .modal .modal-content .modal-footer a.ute-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .modal-open .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
.modal-open .modal .modal-content .modal-footer body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .modal-open .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary {
    margin-left: 1em
}
.modal-open .modal .modal-content .modal-footer .ute-link,
.modal-open .modal .modal-content .modal-footer .ute-link-inline {
    text-transform: uppercase
}
.modal-open .modal.popup .close {
    color: #7c6900;
    opacity: 1
}
.modal-open .modal.popup .modal-body {
    padding: 40px 0 30px 25px
}
.modal-open .modal.popup .modal-content {
    border: none;
    max-width: inherit
}
.modal-open .modal.popup .modal-content>div:first-child {
    width: 75px
}
.modal-open .modal.popup .modal-content.alert-success,
.modal-open .modal.popup .modal.popup-success .modal-content,
.modal-open .modal.popup-success .modal.popup .modal-content,
.modal-open .modal.popup #janrainModal .janrain-capture-ui.capture-ui-content .modal-content#capture_signIn_signInForm_successMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content .modal-open .modal.popup .modal-content#capture_signIn_signInForm_successMessages:not(:empty),
.modal-open .modal.popup .modal-content.alert-warning,
.modal-open .modal.popup .modal.popup-warning .modal-content,
.modal-open .modal.popup-warning .modal.popup .modal-content,
.modal-open .modal.popup #janrainModal .janrain-capture-ui.capture-ui-content .modal-content#capture_signIn_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content .modal-open .modal.popup .modal-content#capture_signIn_signInForm_errorMessages:not(:empty),
.modal-open .modal.popup #janrainModal .janrain-capture-ui.capture-ui-content .modal-content#capture_returnTraditional_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content .modal-open .modal.popup .modal-content#capture_returnTraditional_signInForm_errorMessages:not(:empty),
.modal-open .modal.popup #janrainModal .janrain-capture-ui.capture-ui-content .modal-content#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content .modal-open .modal.popup .modal-content#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty),
.modal-open .modal.popup .modal-content.alert-info {
    background-size: 75px 100%
}
.modal-open .modal.popup-success .modal-content,
.modal-open .modal.popup-warning .modal-content {
    background-size: 75px 100%
}
.modal-open .modal.popup-success .modal-content>div,
.modal-open .modal.popup-warning .modal-content>div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}
.modal-open .modal.popup-success .modal-content>div:first-child,
.modal-open .modal.popup-warning .modal-content>div:first-child {
    width: 65px;
    text-align: center;
    padding: 0
}
.modal-open .modal.popup-success .modal-content h4,
.modal-open .modal.popup-warning .modal-content h4 {
    text-transform: uppercase
}
.modal-open .modal.popup-success .modal-content p,
.modal-open .modal.popup-warning .modal-content p {
    color: #000;
    margin: 0
}
.modal-open .modal.popup-success .modal-content .ute-icon-check,
.modal-open .modal.popup-success .modal-content .ute-icon-exclaim,
.modal-open .modal.popup-success .modal-content .ute-icon-alert-i,
.modal-open .modal.popup-warning .modal-content .ute-icon-check,
.modal-open .modal.popup-warning .modal-content .ute-icon-exclaim,
.modal-open .modal.popup-warning .modal-content .ute-icon-alert-i {
    font-size: 4rem;
    line-height: 4rem;
    color: #fff
}
.modal-open .modal.popup-success .modal-content h4 {
    color: #00afab
}
.modal-open .modal.popup-warning .modal-content .ute-icon-error,
.modal-open .modal.popup-warning .modal-content h4 {
    color: #f15d22
}
body[ute-device-size='xs'] .modal .modal-content .modal-header,
body[ute-device-size='sm'] .modal .modal-content .modal-header {
    padding: 30px 15px 0
}
body[ute-device-size='xs'] .modal .modal-content .modal-body,
body[ute-device-size='sm'] .modal .modal-content .modal-body {
    padding: 0 15px 15px
}
body[ute-device-size='xs'] .modal .modal-content .modal-footer,
body[ute-device-size='sm'] .modal .modal-content .modal-footer {
    padding: 0 15px 40px;
    text-align: center
}
body[ute-device-size='xs'] .modal .modal-content .modal-footer .ute-btn-primary,
body[ute-device-size='xs'] .modal .modal-content .modal-footer #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .modal .modal-content .modal-footer a.capture_btn,
body[ute-device-size='xs'] .modal .modal-content .modal-footer #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .modal .modal-content .modal-footer button.capture_btn,
body[ute-device-size='xs'] .modal .modal-content .modal-footer #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .modal .modal-content .modal-footer input.capture_btn,
body[ute-device-size='xs'] .modal .modal-content .modal-footer #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer body[ute-device-size='xs'] .modal .modal-content .modal-footer input[type="submit"].capture_btn,
body[ute-device-size='xs'] .modal .modal-content .modal-footer #janrainModal .capture_footer button,
#janrainModal .capture_footer body[ute-device-size='xs'] .modal .modal-content .modal-footer button,
body[ute-device-size='xs'] .modal .modal-content .modal-footer #header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-device-size='xs'] .modal .modal-content .modal-footer a.ute-btn-primary,
body[ute-device-size='xs'] .modal .modal-content .modal-footer #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-device-size='xs'] .modal .modal-content .modal-footer a.ute-btn-primary,
body[ute-device-size='xs'] .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .modal .modal-content .modal-footer .ute-btn-primary,
body[ute-device-size='sm'] .modal .modal-content .modal-footer #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .modal .modal-content .modal-footer a.capture_btn,
body[ute-device-size='sm'] .modal .modal-content .modal-footer #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .modal .modal-content .modal-footer button.capture_btn,
body[ute-device-size='sm'] .modal .modal-content .modal-footer #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .modal .modal-content .modal-footer input.capture_btn,
body[ute-device-size='sm'] .modal .modal-content .modal-footer #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer body[ute-device-size='sm'] .modal .modal-content .modal-footer input[type="submit"].capture_btn,
body[ute-device-size='sm'] .modal .modal-content .modal-footer #janrainModal .capture_footer button,
#janrainModal .capture_footer body[ute-device-size='sm'] .modal .modal-content .modal-footer button,
body[ute-device-size='sm'] .modal .modal-content .modal-footer #header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-device-size='sm'] .modal .modal-content .modal-footer a.ute-btn-primary,
body[ute-device-size='sm'] .modal .modal-content .modal-footer #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-device-size='sm'] .modal .modal-content .modal-footer a.ute-btn-primary,
body[ute-device-size='sm'] .modal .modal-content .modal-footer .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .modal .modal-content .modal-footer .ute-dashboard-services-btn-primary {
    margin-left: auto
}
#decisionModal .modal-header.title {
    padding-top: 0
}
#decisionModal .modal-header.title h2 {
    margin-top: 0
}
#decisionModal .col-left {
    padding: 0
}
#decisionModal .col-left .modal-header.title,
#decisionModal .col-left .modal-body,
#decisionModal .col-left .modal-footer {
    padding-right: 0
}
#decisionModal .col-right {
    padding: 0
}
#decisionModal .col-right .modal-header.title,
#decisionModal .col-right .modal-body,
#decisionModal .col-right .modal-footer {
    padding-left: 0
}
#decisionModal .col-center {
    padding: 0
}
.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}
.badge {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 33px;
    padding: 0;
    color: #000;
    background: 0 0
}
.count-badge::after {
    color: #00afab;
    content: '\e631';
    font-family: fido-icon;
    position: absolute;
    top: -.5rem;
    left: .2rem;
    z-index: -1
}
.progress {
    margin-top: 10px
}
.progress .progress-striped .progress-bar,
.progress .progress-bar-striped {
    background-color: #ffe600;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .5)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, .5)75%, transparent 75%, transparent)
}
.pie,
.c100 .bar,
.c100 .bar-layer2,
.c100[percentage="51"] .fill,
.c100[percentage="52"] .fill,
.c100[percentage="53"] .fill,
.c100[percentage="54"] .fill,
.c100[percentage="55"] .fill,
.c100[percentage="56"] .fill,
.c100[percentage="57"] .fill,
.c100[percentage="58"] .fill,
.c100[percentage="59"] .fill,
.c100[percentage="60"] .fill,
.c100[percentage="61"] .fill,
.c100[percentage="62"] .fill,
.c100[percentage="63"] .fill,
.c100[percentage="64"] .fill,
.c100[percentage="65"] .fill,
.c100[percentage="66"] .fill,
.c100[percentage="67"] .fill,
.c100[percentage="68"] .fill,
.c100[percentage="69"] .fill,
.c100[percentage="70"] .fill,
.c100[percentage="71"] .fill,
.c100[percentage="72"] .fill,
.c100[percentage="73"] .fill,
.c100[percentage="74"] .fill,
.c100[percentage="75"] .fill,
.c100[percentage="76"] .fill,
.c100[percentage="77"] .fill,
.c100[percentage="78"] .fill,
.c100[percentage="79"] .fill,
.c100[percentage="80"] .fill,
.c100[percentage="81"] .fill,
.c100[percentage="82"] .fill,
.c100[percentage="83"] .fill,
.c100[percentage="84"] .fill,
.c100[percentage="85"] .fill,
.c100[percentage="86"] .fill,
.c100[percentage="87"] .fill,
.c100[percentage="88"] .fill,
.c100[percentage="89"] .fill,
.c100[percentage="90"] .fill,
.c100[percentage="91"] .fill,
.c100[percentage="92"] .fill,
.c100[percentage="93"] .fill,
.c100[percentage="94"] .fill,
.c100[percentage="95"] .fill,
.c100[percentage="96"] .fill,
.c100[percentage="97"] .fill,
.c100[percentage="98"] .fill,
.c100[percentage="99"] .fill,
.c100[percentage="100"] .fill {
    border: .054em solid;
    width: .992em;
    height: .992em;
    clip: rect(0, .55em, 1.1em, 0)
}
.c100 span {
    color: #000
}
.c100:hover>span {
    width: 5em;
    line-height: 5em;
    font-size: .2em;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.c100 span>ul {
    font-size: .3em;
    line-height: normal;
    list-style-type: none;
    margin: 35px 0 0;
    padding: 0
}
.c100 span>ul>li {
    margin: 0;
    padding: 0
}
.c100 span>ul>li:first-child {
    font-weight: 400;
    padding-bottom: 1em
}
.c100 span>ul>li>span {
    font-weight: 600
}
.c100 span>ul>li:nth-of-type(2) {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 1em
}
.c100 span>ul>li:nth-of-type(2) span {
    display: block;
    font-size: 1.8em;
    font-weight: 600
}
.c100 .bar {
    border-color: #00afab
}
.c100 .bar-layer2 {
    display: none
}
.c100[percentage="01"] .fill,
.c100[percentage="02"] .fill,
.c100[percentage="03"] .fill,
.c100[percentage="04"] .fill,
.c100[percentage="05"] .fill,
.c100[percentage="06"] .fill,
.c100[percentage="07"] .fill,
.c100[percentage="08"] .fill,
.c100[percentage="09"] .fill,
.c100[percentage="10"] .fill,
.c100[percentage="11"] .fill,
.c100[percentage="12"] .fill,
.c100[percentage="13"] .fill,
.c100[percentage="14"] .fill,
.c100[percentage="15"] .fill,
.c100[percentage="16"] .fill,
.c100[percentage="17"] .fill,
.c100[percentage="18"] .fill,
.c100[percentage="19"] .fill,
.c100[percentage="20"] .fill,
.c100[percentage="21"] .fill,
.c100[percentage="22"] .fill,
.c100[percentage="23"] .fill,
.c100[percentage="24"] .fill,
.c100[percentage="25"] .fill,
.c100[percentage="26"] .fill,
.c100[percentage="27"] .fill,
.c100[percentage="28"] .fill,
.c100[percentage="29"] .fill,
.c100[percentage="30"] .fill,
.c100[percentage="31"] .fill,
.c100[percentage="32"] .fill,
.c100[percentage="33"] .fill,
.c100[percentage="34"] .fill,
.c100[percentage="35"] .fill,
.c100[percentage="36"] .fill,
.c100[percentage="37"] .fill,
.c100[percentage="38"] .fill,
.c100[percentage="39"] .fill,
.c100[percentage="40"] .fill,
.c100[percentage="41"] .fill,
.c100[percentage="42"] .fill,
.c100[percentage="43"] .fill,
.c100[percentage="44"] .fill,
.c100[percentage="45"] .fill,
.c100[percentage="46"] .fill,
.c100[percentage="47"] .fill,
.c100[percentage="48"] .fill,
.c100[percentage="49"] .fill,
.c100[percentage="50"] .fill,
.c100[percentage="51"] .fill,
.c100[percentage="52"] .fill,
.c100[percentage="53"] .fill,
.c100[percentage="54"] .fill,
.c100[percentage="55"] .fill,
.c100[percentage="56"] .fill,
.c100[percentage="57"] .fill,
.c100[percentage="58"] .fill,
.c100[percentage="59"] .fill,
.c100[percentage="60"] .fill,
.c100[percentage="61"] .fill,
.c100[percentage="62"] .fill,
.c100[percentage="63"] .fill,
.c100[percentage="64"] .fill,
.c100[percentage="65"] .fill,
.c100[percentage="66"] .fill,
.c100[percentage="67"] .fill,
.c100[percentage="68"] .fill,
.c100[percentage="69"] .fill,
.c100[percentage="70"] .fill,
.c100[percentage="71"] .fill,
.c100[percentage="72"] .fill,
.c100[percentage="73"] .fill,
.c100[percentage="74"] .fill,
.c100[percentage="01"] .bar,
.c100[percentage="02"] .bar,
.c100[percentage="03"] .bar,
.c100[percentage="04"] .bar,
.c100[percentage="05"] .bar,
.c100[percentage="06"] .bar,
.c100[percentage="07"] .bar,
.c100[percentage="08"] .bar,
.c100[percentage="09"] .bar,
.c100[percentage="10"] .bar,
.c100[percentage="11"] .bar,
.c100[percentage="12"] .bar,
.c100[percentage="13"] .bar,
.c100[percentage="14"] .bar,
.c100[percentage="15"] .bar,
.c100[percentage="16"] .bar,
.c100[percentage="17"] .bar,
.c100[percentage="18"] .bar,
.c100[percentage="19"] .bar,
.c100[percentage="20"] .bar,
.c100[percentage="21"] .bar,
.c100[percentage="22"] .bar,
.c100[percentage="23"] .bar,
.c100[percentage="24"] .bar,
.c100[percentage="25"] .bar,
.c100[percentage="26"] .bar,
.c100[percentage="27"] .bar,
.c100[percentage="28"] .bar,
.c100[percentage="29"] .bar,
.c100[percentage="30"] .bar,
.c100[percentage="31"] .bar,
.c100[percentage="32"] .bar,
.c100[percentage="33"] .bar,
.c100[percentage="34"] .bar,
.c100[percentage="35"] .bar,
.c100[percentage="36"] .bar,
.c100[percentage="37"] .bar,
.c100[percentage="38"] .bar,
.c100[percentage="39"] .bar,
.c100[percentage="40"] .bar,
.c100[percentage="41"] .bar,
.c100[percentage="42"] .bar,
.c100[percentage="43"] .bar,
.c100[percentage="44"] .bar,
.c100[percentage="45"] .bar,
.c100[percentage="46"] .bar,
.c100[percentage="47"] .bar,
.c100[percentage="48"] .bar,
.c100[percentage="49"] .bar,
.c100[percentage="50"] .bar,
.c100[percentage="51"] .bar,
.c100[percentage="52"] .bar,
.c100[percentage="53"] .bar,
.c100[percentage="54"] .bar,
.c100[percentage="55"] .bar,
.c100[percentage="56"] .bar,
.c100[percentage="57"] .bar,
.c100[percentage="58"] .bar,
.c100[percentage="59"] .bar,
.c100[percentage="60"] .bar,
.c100[percentage="61"] .bar,
.c100[percentage="62"] .bar,
.c100[percentage="63"] .bar,
.c100[percentage="64"] .bar,
.c100[percentage="65"] .bar,
.c100[percentage="66"] .bar,
.c100[percentage="67"] .bar,
.c100[percentage="68"] .bar,
.c100[percentage="69"] .bar,
.c100[percentage="70"] .bar,
.c100[percentage="71"] .bar,
.c100[percentage="72"] .bar,
.c100[percentage="73"] .bar,
.c100[percentage="74"] .bar {
    border-color: #00afab
}
.c100[percentage="75"] .fill,
.c100[percentage="76"] .fill,
.c100[percentage="77"] .fill,
.c100[percentage="78"] .fill,
.c100[percentage="79"] .fill,
.c100[percentage="80"] .fill,
.c100[percentage="81"] .fill,
.c100[percentage="82"] .fill,
.c100[percentage="83"] .fill,
.c100[percentage="84"] .fill,
.c100[percentage="85"] .fill,
.c100[percentage="86"] .fill,
.c100[percentage="87"] .fill,
.c100[percentage="88"] .fill,
.c100[percentage="89"] .fill,
.c100[percentage="90"] .fill,
.c100[percentage="91"] .fill,
.c100[percentage="92"] .fill,
.c100[percentage="93"] .fill,
.c100[percentage="94"] .fill,
.c100[percentage="95"] .fill,
.c100[percentage="96"] .fill,
.c100[percentage="97"] .fill,
.c100[percentage="98"] .fill,
.c100[percentage="99"] .fill,
.c100[percentage="75"] .bar,
.c100[percentage="76"] .bar,
.c100[percentage="77"] .bar,
.c100[percentage="78"] .bar,
.c100[percentage="79"] .bar,
.c100[percentage="80"] .bar,
.c100[percentage="81"] .bar,
.c100[percentage="82"] .bar,
.c100[percentage="83"] .bar,
.c100[percentage="84"] .bar,
.c100[percentage="85"] .bar,
.c100[percentage="86"] .bar,
.c100[percentage="87"] .bar,
.c100[percentage="88"] .bar,
.c100[percentage="89"] .bar,
.c100[percentage="90"] .bar,
.c100[percentage="91"] .bar,
.c100[percentage="92"] .bar,
.c100[percentage="93"] .bar,
.c100[percentage="94"] .bar,
.c100[percentage="95"] .bar,
.c100[percentage="96"] .bar,
.c100[percentage="97"] .bar,
.c100[percentage="98"] .bar,
.c100[percentage="99"] .bar {
    border-color: #f15d22
}
.c100[percentage="75"] .bar-layer2+.fill,
.c100[percentage="76"] .bar-layer2+.fill,
.c100[percentage="77"] .bar-layer2+.fill,
.c100[percentage="78"] .bar-layer2+.fill,
.c100[percentage="79"] .bar-layer2+.fill,
.c100[percentage="80"] .bar-layer2+.fill,
.c100[percentage="81"] .bar-layer2+.fill,
.c100[percentage="82"] .bar-layer2+.fill,
.c100[percentage="83"] .bar-layer2+.fill,
.c100[percentage="84"] .bar-layer2+.fill,
.c100[percentage="85"] .bar-layer2+.fill,
.c100[percentage="86"] .bar-layer2+.fill,
.c100[percentage="87"] .bar-layer2+.fill,
.c100[percentage="88"] .bar-layer2+.fill,
.c100[percentage="89"] .bar-layer2+.fill,
.c100[percentage="90"] .bar-layer2+.fill,
.c100[percentage="91"] .bar-layer2+.fill,
.c100[percentage="92"] .bar-layer2+.fill,
.c100[percentage="93"] .bar-layer2+.fill,
.c100[percentage="94"] .bar-layer2+.fill,
.c100[percentage="95"] .bar-layer2+.fill,
.c100[percentage="96"] .bar-layer2+.fill,
.c100[percentage="97"] .bar-layer2+.fill,
.c100[percentage="98"] .bar-layer2+.fill,
.c100[percentage="99"] .bar-layer2+.fill,
.c100[percentage="75"] .bar-layer2 {
    border-color: #00afab;
    display: block
}
.c100[percentage="76"] .bar-layer2 {
    display: block
}
.c100[percentage="76"] .bar-layer2,
.c100[percentage="77"] .bar-layer2,
.c100[percentage="78"] .bar-layer2,
.c100[percentage="79"] .bar-layer2,
.c100[percentage="80"] .bar-layer2,
.c100[percentage="81"] .bar-layer2,
.c100[percentage="82"] .bar-layer2,
.c100[percentage="83"] .bar-layer2,
.c100[percentage="84"] .bar-layer2,
.c100[percentage="85"] .bar-layer2,
.c100[percentage="86"] .bar-layer2,
.c100[percentage="87"] .bar-layer2,
.c100[percentage="88"] .bar-layer2,
.c100[percentage="89"] .bar-layer2,
.c100[percentage="90"] .bar-layer2,
.c100[percentage="91"] .bar-layer2,
.c100[percentage="92"] .bar-layer2,
.c100[percentage="93"] .bar-layer2,
.c100[percentage="94"] .bar-layer2,
.c100[percentage="95"] .bar-layer2,
.c100[percentage="96"] .bar-layer2,
.c100[percentage="97"] .bar-layer2,
.c100[percentage="98"] .bar-layer2,
.c100[percentage="99"] .bar-layer2 {
    border-color: #00afab;
    display: block
}
.c100[percentage="100"] .fill,
.c100[percentage="100"] .bar {
    border-color: #f15d22
}
.c100[percentage="100"] .bar-layer2 {
    display: none
}
.c100 {
    margin: .2em;
    background: 0 0;
    border: 1px solid #00afab
}
.c100.big {
    font-size: 190px
}
.c100.small {
    font-size: 80px
}
.c100 .slice {
    position: absolute;
    width: 1.1em;
    height: 1.1em;
    top: -1rem;
    left: -.054em;
    clip: rect(0, 1.1em, 1.1em, .5em)
}
.c100:hover:after {
    top: .04em;
    left: .04em;
    width: .92em;
    height: .92em
}
.c100[percentage="75"] .bar-layer2,
.c100[percentage="76"] .bar-layer2,
.c100[percentage="77"] .bar-layer2,
.c100[percentage="78"] .bar-layer2,
.c100[percentage="79"] .bar-layer2,
.c100[percentage="80"] .bar-layer2,
.c100[percentage="81"] .bar-layer2,
.c100[percentage="82"] .bar-layer2,
.c100[percentage="83"] .bar-layer2,
.c100[percentage="84"] .bar-layer2,
.c100[percentage="85"] .bar-layer2,
.c100[percentage="86"] .bar-layer2,
.c100[percentage="87"] .bar-layer2,
.c100[percentage="88"] .bar-layer2,
.c100[percentage="89"] .bar-layer2,
.c100[percentage="90"] .bar-layer2,
.c100[percentage="91"] .bar-layer2,
.c100[percentage="92"] .bar-layer2,
.c100[percentage="93"] .bar-layer2,
.c100[percentage="94"] .bar-layer2,
.c100[percentage="95"] .bar-layer2,
.c100[percentage="96"] .bar-layer2,
.c100[percentage="97"] .bar-layer2,
.c100[percentage="98"] .bar-layer2,
.c100[percentage="99"] .bar-layer2,
.c100[percentage="100"] .bar-layer2 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}
.usage-meter div.unlimited-data,
.usage-meter.unlimited div.big {
    display: none
}
.usage-meter.unlimited div.unlimited-data {
    display: block;
    position: relative;
    height: 90px;
    width: 190px;
    border-radius: 0 0 190px 190px;
    background: #00afab;
    margin: 95px auto 0
}
.usage-meter.unlimited div.unlimited-data .total-limit {
    text-align: center;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-weight: 600
}
.usage-meter.unlimited div.unlimited-data .total-used {
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase
}
.usage-meter.unlimited div.unlimited-data .total-used::before {
    content: " ";
    height: 1px;
    border-top: 1px solid #00afab;
    position: absolute;
    width: 105%;
    left: -2.5%;
    bottom: 45px
}
#janrainModalOverlay {
    background-color: rgba(255, 255, 255, .8)!important;
    opacity: .8!important
}
#janrainModal {
    background-color: #fff;
    border: 4px solid #b19800;
    border-radius: 30px;
    box-shadow: none;
    padding: 0
}
#janrainModal .janrain-capture-ui .capture_form_item.capture_form_item_userID,
#janrainModal .janrain-capture-ui .capture_form_item.capture_form_item_currentPassword {
    min-height: 71px
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_fatal_error {
    background-image: none;
    color: #000
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages {
    border-radius: 4px;
    min-height: 102px
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) div:first-child,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) div:first-child,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) div:first-child {
    padding: 0 0 0 20px;
    text-align: left;
    width: auto
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) .capture_form_error,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) .capture_form_error,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) .capture_form_error {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before {
    color: #fff;
    content: "\e619";
    float: left!important;
    font-size: 4rem!important;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
    width: 65px
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) a,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) a,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) a {
    font-weight: 600
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) {
    margin-top: 0;
    min-height: 90px;
    margin-bottom: 25px
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) div:first-child {
    padding: 0 0 0 20px;
    text-align: left;
    width: auto
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) .capture_form_success {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) h4 {
    display: block;
    padding-left: 85px
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty)::before {
    color: #fff;
    content: "\e624";
    float: left!important;
    font-size: 4rem!important;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
    width: 65px
}
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) a {
    font-weight: 600
}
#janrainModal .janrain-capture-ui.capture-ui-content#accountDeactivated:not(:empty) {
    min-height: 200px
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_form_error,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_form_success {
    background-position: 0 0;
    color: #000;
    font-family: lato, sans-serif;
    font-size: 1.6rem!important;
    background: 0 0;
    padding-left: 0
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_tip_error:not(:empty)::before {
    content: "\e61a";
    -webkit-animation: input-error-anim .2s 1 forwards;
    animation: input-error-anim .2s 1 forwards;
    font-family: "fido-icon";
    margin-right: 3px
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content .capture_signin {
    padding: 0!important
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content p.para-1-sign-in-locked-out {
    position: relative;
    top: 7px
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content p.para-2-sign-in-locked-out {
    position: relative;
    margin-bottom: 0;
    top: 16px;
    vertical-align: top
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content p i {
    margin-right: 10px;
    color: #035d67;
    font-size: 1.8rem
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content a[data-capturescreen="forgotPassword"] {
    font-weight: 600
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content a[data-capturescreen="forgotPassword"]:hover {
    text-decoration: none
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content .capture_btn {
    margin: 0
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content a.capture_btn {
    font-family: lato, sans-serif;
    margin: 0 0 5px
}
#janrainModal #signIn.janrain-capture-ui.capture-ui-content button.capture_btn {
    margin-bottom: 10px;
    background: #ffe600
}
#janrainModal #forgotPassword.janrain-capture-ui .modal-forgot-password-prompt {
    margin-top: 2rem
}
#janrainModal #forgotPassword.janrain-capture-ui.capture-ui-content .capture_header {
    padding: 0
}
#janrainModal #forgotPassword.janrain-capture-ui.capture-ui-content #forgotPasswordGroupFailure .capture_header {
    padding: 0 0 25px
}
#janrainModal #forgotPassword.janrain-capture-ui.capture-ui-content .capture_footer .capture_left {
    display: none
}
#janrainModal #forgotPassword.janrain-capture-ui.capture-ui-content .capture_footer .capture_right .capture_btn {
    margin: 0
}
#janrainModal #traditionalRegistration .registration-please-confirm {
    margin-top: 15px
}
#janrainModal #traditionalRegistration.janrain-capture-ui.capture-ui-content .capture_form_item_newPassword {
    margin-bottom: 0;
    min-height: inherit
}
#janrainModal #traditionalRegistration.janrain-capture-ui.capture-ui-content .capture_form_item_newPassword+.ute-message {
    margin-bottom: 20px
}
#janrainModal #traditionalRegistration.janrain-capture-ui.capture-ui-content .capture_footer {
    height: auto;
    padding: 0
}
#janrainModal #traditionalRegistration.janrain-capture-ui.capture-ui-content .capture_footer .capture_left {
    display: inline-block;
    float: none;
    margin-top: 8px
}
#janrainModal #traditionalRegistration.janrain-capture-ui.capture-ui-content .capture_footer .capture_right .capture_btn {
    margin: 0 0 0 30px
}
#janrainModal #emailNotVerified,
#janrainModal #resendVerificationSuccess {
    min-height: 0
}
#janrainModal .thankYouRegisteration [class$="circle-solid-check"] {
    color: #035d67;
    float: left;
    font-size: 2.4rem;
    padding-top: 6px
}
#janrainModal .thankYouRegisteration .sign-up-thank-you-note {
    margin-bottom: 3.5rem;
    margin-left: 3.4rem
}
#janrainModal .thankYouRegisteration .sign-up-thank-you-note h4 {
    margin: 0 0 15px
}
#janrainModal .thankYouRegisteration .sign-up-thank-you-note p {
    margin: 0
}
#janrainModal .thankYouRegisteration button {
    width: 150px
}
#janrainModal #returnTraditional.janrain-capture-ui.capture-ui-content .capture_form_item {
    margin-bottom: 20px
}
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn {
    border-radius: 0;
    box-shadow: none;
    font-family: lato, sans-serif;
    text-shadow: none
}
#janrainModal .janrain-capture-ui.capture-ui-content {
    background: 0 0;
    color: #333;
    font-family: lato, sans-serif;
    font-size: 1.6rem;
    min-height: 300px;
    padding: 45px 45px 100px!important;
    width: auto
}
#janrainModal .janrain-capture-ui.capture-ui-content#forgotPassword,
#janrainModal .janrain-capture-ui.capture-ui-content#forgotPasswordSuccess {
    min-height: 230px
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_backgroundColor {
    background: inherit;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}
#janrainModal .janrain-capture-ui.capture-ui-content h2 {
    text-align: left
}
#janrainModal .janrain-capture-ui.capture-ui-content a,
#janrainModal .janrain-capture-ui.capture-ui-content a:visited,
#janrainModal .janrain-capture-ui.capture-ui-content a:link {
    color: #035d67;
    padding-top: 8px
}
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn {
    border-radius: 0;
    box-shadow: none;
    font-family: lato, sans-serif;
    text-shadow: none
}
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn::before,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn::before,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn .janrain-icon-key::before,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn .janrain-icon-key::before {
    content: ""
}
#janrainModal .janrain-capture-ui.capture-ui-content a.capture_btn {
    background: 0 0;
    box-shadow: none;
    padding: 0
}
#janrainModal .janrain-capture-ui.capture-ui-content a.capture_btn::before {
    content: ""
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_signin {
    padding: 0
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_select {
    font-size: 1.6rem!important;
    font-family: lato, sans-serif;
    box-shadow: none
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_select {
    width: 100%!important;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    height: 35px;
    padding: 5px 8px;
    text-indent: 3px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../html-fido/cms/ute/fido/images/brand/fido/select-left.html") center left, url(../html-fido/cms/ute/fido/images/brand/fido/select-button.html) center right;
    background-size: 1px 100%, contain;
    background-repeat: no-repeat;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_select:focus {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/select-left-focus.html") left center, url(../html-fido/cms/ute/fido/images/brand/fido/select-button-focus.html) center right;
    background-size: 1px 100%, contain;
    background-repeat: no-repeat;
    border-top: solid 1px #b09931;
    border-bottom: solid 1px #b09931
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_select::-ms-expand {
    display: none
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_select option {
    width: 100%
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_tip,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_tip_validating {
    color: #333;
    font-family: lato, sans-serif;
    font-size: 1.6rem;
    margin-top: 8px;
    transition: opacity .15s linear;
    padding-left: 0;
    position: relative;
    width: calc(100% - 25px)
}
#janrainModal .janrain-capture-ui.capture-ui-content .capture_tip_error {
    content: ' ';
    color: #e12826;
    font-family: lato, sans-serif;
    font-size: 1.6rem;
    margin-top: 8px;
    opacity: 1;
    padding-left: 0;
    position: relative;
    transition: opacity .15s linear;
    width: calc(100% - 25px)
}
#janrainModal .janrain_modal_closebutton {
    color: #b19800;
    right: 15px;
    opacity: 1;
    top: 15px
}
#janrainModal .janrain_modal_closebutton::after {
    content: "\e600";
    font-family: "fido-icon";
    font-size: 21px
}
#janrainModal .capture_header {
    border-bottom: none;
    margin: 0;
    padding: 0 0 25px
}
#janrainModal .capture_header h1 {
    font-family: lato, sans-serif;
    font-size: 30px!important;
    font-weight: 400!important;
    margin: 0!important;
    line-height: 1.42857!important
}
#janrainModal .capture_signin {
    padding: 0 30px 20px;
    width: auto!important
}
#janrainModal .capture_footer {
    background: 0 0;
    border-radius: 0 0 30px 30px;
    box-shadow: none;
    height: 55px;
    position: relative
}
#janrainModal .capture_footer .capture_backButton {
    background: 0 0;
    color: #035d67;
    box-shadow: none;
    text-shadow: none
}
#janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer button {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none
}
body[ute-device-size='xs'] #janrainModal,
body[ute-device-size='sm'] #janrainModal {
    width: 90%!important;
    height: auto!important;
    margin: 10px 5% 0!important;
    top: 0!important;
    left: 0!important
}
body[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content,
body[ute-device-size='sm'] #janrainModal .janrain-capture-ui.capture-ui-content {
    padding: 20px!important
}
body[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) div:first-child,
body[ute-device-size='sm'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) div:first-child {
    padding: 0 0 0 5px
}
body[ute-device-size='xs'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) div:first-child .para-2-sign-in-locked-out,
body[ute-device-size='sm'] #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) div:first-child .para-2-sign-in-locked-out {
    top: inherit;
    margin-top: 12px
}
.janrain-capture-ui {
    color: #000;
    font-family: lato, sans-serif
}
.janrain-capture-ui#editProfile {
    padding: 0
}
body[ute-device-size='md'] #janrainModal,
body[ute-device-size='lg'] #janrainModal,
body[ute-device-size='xl'] #janrainModal,
body[ute-device-size='2k'] #janrainModal,
body[ute-device-size='4k'] #janrainModal,
body[ute-device-size='8k'] #janrainModal {
    width: 530px!important;
    height: auto!important
}
body[ute-device-size='md'] #janrainModal .janrain-capture-ui.capture-ui-content,
body[ute-device-size='lg'] #janrainModal .janrain-capture-ui.capture-ui-content,
body[ute-device-size='xl'] #janrainModal .janrain-capture-ui.capture-ui-content,
body[ute-device-size='2k'] #janrainModal .janrain-capture-ui.capture-ui-content,
body[ute-device-size='4k'] #janrainModal .janrain-capture-ui.capture-ui-content,
body[ute-device-size='8k'] #janrainModal .janrain-capture-ui.capture-ui-content {
    padding: 30px!important
}
.pca.formodal {
    position: relative!important
}
.pca.formodal .pcaautocomplete.pcatext,
.pca.formodal .pcatext.pcanotification {
    top: 40px!important;
    left: 0!important
}
button[class*="ute-"],
a[class*="ute-"] {
    transition: background-color .25s linear
}
.ute-btn-primary,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer button {
    padding: 10px 15px 6px;
    border-width: 0 4px 4px 0;
    text-transform: uppercase;
    border-color: #7c6900;
    line-height: 1;
    display: inline-block
}
#header #shopcart a.ute-btn-primary,
#header #shopcart-mob a.ute-btn-primary {
    border-width: 0 4px 4px 0;
    text-transform: uppercase;
    border-color: #7c6900;
    line-height: 1;
    display: inline-block
}
body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
.ute-btn-secondary,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary,
.ute-btn-tertiary,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li {
    padding: 10px 15px 6px;
    border-width: 0 4px 4px 0;
    text-transform: uppercase;
    border-color: #7c6900;
    line-height: 1;
    display: inline-block
}
.ute-btn-primary:focus,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn:focus,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn:focus,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn:focus,
#janrainModal .capture_footer input[type="submit"].capture_btn:focus,
#janrainModal .capture_footer button:focus,
#header #shopcart a.ute-btn-primary:focus,
#header #shopcart-mob a.ute-btn-primary:focus,
body[ute-device-size='md'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='lg'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='xl'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='2k'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='4k'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='8k'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='xs'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='sm'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='md'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary:focus,
.ute-btn-secondary:focus,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary:focus,
.ute-btn-tertiary:focus,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li:focus {
    outline: none
}
[disabled].ute-btn-primary,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a[disabled].capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content button[disabled].capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content input[disabled].capture_btn,
#janrainModal .capture_footer input[disabled][type="submit"].capture_btn,
#janrainModal .capture_footer button[disabled],
#header #shopcart a[disabled].ute-btn-primary,
#header #shopcart-mob a[disabled].ute-btn-primary,
body[ute-device-size='md'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='lg'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='xl'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='2k'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='4k'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='8k'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='xs'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='sm'] [disabled].reset-voicemail-btn-primary,
body[ute-device-size='md'] [disabled].ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] [disabled].ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] [disabled].ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] [disabled].ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] [disabled].ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] [disabled].ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] [disabled].ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] [disabled].ute-dashboard-services-btn-primary,
[disabled].ute-btn-secondary,
body[ute-device-size='md'] [disabled].ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] [disabled].ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] [disabled].ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] [disabled].ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] [disabled].ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] [disabled].ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] [disabled].ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] [disabled].ute-dashboard-services-btn-secondary,
[disabled].ute-btn-tertiary,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li[disabled] {
    opacity: 1
}
a.ute-btn-primary:hover,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn:hover {
    color: #000;
    text-decoration: none
}
#header #shopcart a.ute-btn-primary:hover,
#header #shopcart-mob a.ute-btn-primary:hover {
    color: #000
}
body[ute-device-size='md'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='lg'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='xl'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='2k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='4k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='8k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='xs'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='sm'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='md'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='lg'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xl'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='2k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='4k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='8k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xs'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='sm'] a.ute-dashboard-services-btn-primary:hover {
    color: #000;
    text-decoration: none
}
.ute-btn-primary,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer button,
#header #shopcart a.ute-btn-primary,
#header #shopcart-mob a.ute-btn-primary,
body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary {
    color: #000;
    background-color: #ffe600;
    border-style: solid;
    -o-border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-primary.html") 0 5 5 0 stretch;
    border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-primary.html") 0 5 5 0 stretch;
    border-image-outset: 0 1px 2px 0
}
.ute-btn-primary:hover,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn:hover,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn:hover,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn:hover,
#janrainModal .capture_footer input[type="submit"].capture_btn:hover,
#janrainModal .capture_footer button:hover,
#header #shopcart a.ute-btn-primary:hover,
#header #shopcart-mob a.ute-btn-primary:hover,
body[ute-device-size='md'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='lg'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='xl'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='2k'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='4k'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='8k'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='xs'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='sm'] .reset-voicemail-btn-primary:hover,
body[ute-device-size='md'] .ute-dashboard-services-btn-primary:hover,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary:hover,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary:hover,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary:hover,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary:hover,
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary:hover {
    background-color: #ffe600
}
.ute-btn-primary:focus,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn:focus,
#janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn:focus,
#janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn:focus,
#janrainModal .capture_footer input[type="submit"].capture_btn:focus,
#janrainModal .capture_footer button:focus,
#header #shopcart a.ute-btn-primary:focus,
#header #shopcart-mob a.ute-btn-primary:focus,
body[ute-device-size='md'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='lg'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='xl'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='2k'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='4k'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='8k'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='xs'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='sm'] .reset-voicemail-btn-primary:focus,
body[ute-device-size='md'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary:focus,
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary:focus {
    text-decoration: none;
    color: inherit
}
.ute-btn-secondary,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary {
    color: #fff;
    background-color: #5b6770;
    border-style: solid;
    -o-border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.html") 0 5 5 0 stretch;
    border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.html") 0 5 5 0 stretch;
    border-image-outset: 0 1px 2px 0
}
.ute-btn-secondary:hover,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary:hover,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary:hover,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary:hover,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary:hover,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary:hover,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary:hover,
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary:hover,
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary:hover {
    background-color: #5b6770
}
.ute-btn-secondary:focus,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary:focus,
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary:focus {
    text-decoration: none
}
.ute-btn-tertiary {
    color: #fff;
    background-color: #949494;
    border-style: solid;
    -o-border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-tertiary.html") 0 5 5 0 stretch;
    border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-tertiary.html") 0 5 5 0 stretch;
    border-image-outset: 0 1px 2px 0
}
.ute-btn-tertiary:hover {
    background-color: #949494;
    text-decoration: none
}
.ute-btn-tertiary:focus {
    text-decoration: none
}
.ute-btn-group-primary {
    border-style: solid;
    -o-border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-primary.html") 0 2 4 0 stretch;
    border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-primary.html") 0 2 4 0 stretch;
    border-image-outset: 0 0 0 0;
    border-top-width: 0;
    border-left-width: 0
}
.ute-btn-group-primary .btn {
    border-right: 1px solid #998a00;
    color: #000;
    background-color: #ffe600;
    border-radius: 0;
    font-weight: 900;
    margin-left: 0!important
}
.ute-btn-group-primary .btn:last-child {
    border-right: none
}
.ute-btn-group-primary .btn:hover {
    background-color: #ffe600
}
.ute-btn-group-secondary {
    border-style: solid;
    -o-border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.html") 0 2 3 0 stretch;
    border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.html") 0 2 3 0 stretch;
    border-image-outset: 0 0 0 0;
    border-top-width: 0;
    border-left-width: 0
}
.ute-btn-group-secondary .btn {
    border-right: 1px solid #2d3338;
    color: #fff;
    background-color: #5b6770;
    border-radius: 0;
    font-weight: 900;
    margin-left: 0!important
}
.ute-btn-group-secondary .btn:last-child {
    border-right: none
}
.ute-btn-group-secondary .btn:hover {
    background-color: #5b6770
}
.ute-link,
.ute-link-inline {
    font-weight: 600;
    color: #035d67
}
.ute-link:hover,
.ute-link-inline:hover {
    color: #035d67;
    text-decoration: none
}
.ute-link.full-details,
.full-details.ute-link-inline {
    text-transform: uppercase
}
.ute-link.full-details::before,
.full-details.ute-link-inline::before {
    content: "+ "
}
.ute-link:focus,
.ute-link-inline:focus {
    color: #035d67;
    text-decoration: none
}
.ute-link:active,
.ute-link-inline:active {
    color: #035d67;
    text-decoration: none
}
.ute-link:link,
.ute-link-inline:link {
    color: #035d67;
    text-decoration: none
}
.ute-link-inline {
    font-size: inherit
}
.ute-service-type-btn {
    max-width: 300px;
    min-width: 190px;
    height: 85px;
    margin: 10px 10px 10px 0;
    padding: 5px 20px 0 10px;
    border-width: 6px 6px 6px 6px;
    background-color: #fff;
    border-style: solid;
    -o-border-image: url("../html-fido/cms/ute/fido/images/brand/fido/service-type-btn-border.html") 5 8 5 20 stretch;
    border-image: url("../html-fido/cms/ute/fido/images/brand/fido/service-type-btn-border.html") 5 8 5 20 stretch;
    border-image-outset: 2px;
    border-radius: 4px;
    text-align: left;
    color: #035d67
}
.ute-service-type-btn:active {
    box-shadow: none
}
.ute-service-type-btn:hover {
    background-color: #fff;
    color: #035d67
}
.ute-service-type-btn>i {
    display: inline-block;
    color: #b19800;
    vertical-align: middle
}
.ute-service-type-btn>i.ute-icon-laptop,
.ute-service-type-btn>i.ute-icon-tv {
    font-size: 6rem
}
.ute-service-type-btn>i.ute-icon-wireless {
    font-size: 5.5rem
}
.ute-service-type-btn>i[class$="circle-right"] {
    color: #035d67;
    font-size: 2.75rem
}
.ute-service-type-btn .ute-btn-box-right {
    display: inline-block
}
.ute-service-type-btn .ute-btn-box-right ins {
    text-overflow: ellipsis;
    max-width: 165px;
    display: inline-block;
    overflow: hidden;
    line-height: .9
}
.ute-service-type-btn .ute-btn-box-right.add-service {
    margin-left: 1rem;
    vertical-align: inherit
}
.ute-service-type-btn .ute-btn-box-right .cell-phone-number {
    display: block;
    font-weight: 400
}
.ute-service-type-btn span {
    margin: 0 .5rem 0 .75rem;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle
}
.ute-service-type-btn.ute-service-tv .ute-btn-box-right {
    margin-top: .5rem
}
.ute-service-type-btn.ute-service-tv ins {
    margin-top: .75rem;
    display: inline-block;
    vertical-align: middle
}
.ute-service-type-btn.ute-service-tv i[class$="circle-right"] {
    margin-top: .75rem
}
.ute-service-type-btn.ute-service-tv .add-service {
    margin-top: 10px
}
.ute-service-type-btn.ute-service-wireless .ute-btn-box-right {
    position: relative;
    top: 1rem;
    left: -.5rem
}
body[ute-device-size='xs'].internet-explorer.ver-9 .ute-service-type-btn,
body[ute-device-size='xs'].internet-explorer.ver-10 .ute-service-type-btn,
body[ute-device-size='sm'].internet-explorer.ver-9 .ute-service-type-btn,
body[ute-device-size='sm'].internet-explorer.ver-10 .ute-service-type-btn {
    padding-left: 100px
}
body[ute-device-size='xs'] .ute-btn,
body[ute-device-size='sm'] .ute-btn {
    display: block;
    margin: 10px auto;
    width: 80%
}
.internet-explorer.ver-9 .ute-btn-primary,
.internet-explorer.ver-9 #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content .internet-explorer.ver-9 a.capture_btn,
.internet-explorer.ver-9 #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .internet-explorer.ver-9 button.capture_btn,
.internet-explorer.ver-9 #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .internet-explorer.ver-9 input.capture_btn,
.internet-explorer.ver-9 #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer .internet-explorer.ver-9 input[type="submit"].capture_btn,
.internet-explorer.ver-9 #janrainModal .capture_footer button,
#janrainModal .capture_footer .internet-explorer.ver-9 button,
.internet-explorer.ver-9 #header #shopcart a.ute-btn-primary,
#header #shopcart .internet-explorer.ver-9 a.ute-btn-primary,
.internet-explorer.ver-9 #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob .internet-explorer.ver-9 a.ute-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .internet-explorer.ver-9 .reset-voicemail-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-9 body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .internet-explorer.ver-9 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 .ute-btn-primary,
.internet-explorer.ver-10 #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content .internet-explorer.ver-10 a.capture_btn,
.internet-explorer.ver-10 #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .internet-explorer.ver-10 button.capture_btn,
.internet-explorer.ver-10 #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .internet-explorer.ver-10 input.capture_btn,
.internet-explorer.ver-10 #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer .internet-explorer.ver-10 input[type="submit"].capture_btn,
.internet-explorer.ver-10 #janrainModal .capture_footer button,
#janrainModal .capture_footer .internet-explorer.ver-10 button,
.internet-explorer.ver-10 #header #shopcart a.ute-btn-primary,
#header #shopcart .internet-explorer.ver-10 a.ute-btn-primary,
.internet-explorer.ver-10 #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob .internet-explorer.ver-10 a.ute-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .internet-explorer.ver-10 .reset-voicemail-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary,
.internet-explorer.ver-10 body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .internet-explorer.ver-10 .ute-dashboard-services-btn-primary {
    border: none
}
.internet-explorer.ver-9 .ute-service-type-btn,
.internet-explorer.ver-10 .ute-service-type-btn {
    border: 2px solid #035d67;
    padding-left: 120px
}
.internet-explorer.ver-9 .ute-service-type-btn.ute-service-wireless img,
.internet-explorer.ver-10 .ute-service-type-btn.ute-service-wireless img {
    left: 40px
}
.internet-explorer.ver-9 .ute-service-type-btn img,
.internet-explorer.ver-10 .ute-service-type-btn img {
    left: 20px
}
body[ute-language="fr"] .ute-service-type-btn {
    height: 92px
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 750px
    }
}
.modal-open .modal .modal-content .modal-header h2 [class^="ute-icon"] {
    color: #035d67
}
[role="dialog"] {
    outline: 0
}
.modal-margin-top {
    margin-top: 2rem
}
.permission-table {
    border-top: 2px solid #000;
    margin-top: 20px
}
.permission-table.table th {
    border-bottom: 1px solid #000;
    font-weight: 600
}
.permission-table.table td {
    border-top: none
}
.table-centred thead tr th:not(:first-child) {
    text-align: center
}
.table-centred thead tr th:last-child {
    text-align: center
}
.table-centred td:not(:first-child) {
    text-align: center
}
.table-centred td:last-child {
    text-align: center
}
.table-centred tfoot tr th:not(:first-child) {
    text-align: center
}
.table-centred tfoot tr th:last-child {
    text-align: center
}
.table-all-centred thead tr th:not(:first-child),
.table-all-centred td:not(:first-child),
.table-all-centred tfoot tr th:not(:first-child) {
    text-align: center
}
.table.ute-table {
    margin: 20px 0
}
.table.ute-table thead tr:hover,
.table.ute-table tfoot tr:hover {
    background: 0 0
}
.table.ute-table thead th,
.table.ute-table tfoot th {
    font-weight: 600;
    border-top: 1px solid #000!important;
    border-bottom: 1px solid #000;
    text-align: left
}
.table.ute-table tbody {
    border-bottom: 2px solid #eef0f0
}
.table.ute-table tfoot tr th {
    border-top: 2px solid #00afab!important;
    border-bottom: 2px solid #00afab;
    background: #f5f5f6
}
.table.ute-table tfoot th:first-child {
    font-weight: 600;
    background: 0 0
}
.table.ute-table tr:hover {
    background: #f5f5f6
}
.table.ute-table tr.internet-usage-100 {
    color: #f15d22;
    font-weight: 600
}
.table.ute-table td:nth-of-type(1),
.table.ute-table th:nth-of-type(1) {
    font-weight: 600
}
.table.ute-table td span.mobile-table-title,
.table.ute-table th span.mobile-table-title {
    display: none
}
body[ute-device-size='xs'] .table.ute-table,
body[ute-device-size='sm'] .table.ute-table,
body[ute-device-size='xs'] .table.ute-table thead,
body[ute-device-size='xs'] .table.ute-table tbody,
body[ute-device-size='xs'] .table.ute-table th,
body[ute-device-size='xs'] .table.ute-table td,
body[ute-device-size='xs'] .table.ute-table tr,
body[ute-device-size='xs'] .table.ute-table tfoot,
body[ute-device-size='sm'] .table.ute-table thead,
body[ute-device-size='sm'] .table.ute-table tbody,
body[ute-device-size='sm'] .table.ute-table th,
body[ute-device-size='sm'] .table.ute-table td,
body[ute-device-size='sm'] .table.ute-table tr,
body[ute-device-size='sm'] .table.ute-table tfoot {
    display: block
}
body[ute-device-size='xs'] .table.ute-table thead tr,
body[ute-device-size='sm'] .table.ute-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: none
}
body[ute-device-size='xs'] .table.ute-table tr:nth-of-type(odd),
body[ute-device-size='sm'] .table.ute-table tr:nth-of-type(odd) {
    background: #f5f5f6
}
body[ute-device-size='xs'] .table.ute-table tr,
body[ute-device-size='sm'] .table.ute-table tr {
    border: 1px solid #ccc
}
body[ute-device-size='xs'] .table.ute-table tr:hover,
body[ute-device-size='sm'] .table.ute-table tr:hover {
    background: 0 0
}
body[ute-device-size='xs'] .table.ute-table tfoot tr,
body[ute-device-size='sm'] .table.ute-table tfoot tr {
    border: 1px solid #00afab
}
body[ute-device-size='xs'] .table.ute-table tfoot tr th,
body[ute-device-size='sm'] .table.ute-table tfoot tr th {
    border-top: none!important;
    border-bottom: 1px solid #00afab;
    background: #f5f5f6
}
body[ute-device-size='xs'] .table.ute-table td,
body[ute-device-size='xs'] .table.ute-table th,
body[ute-device-size='sm'] .table.ute-table td,
body[ute-device-size='sm'] .table.ute-table th {
    border: none;
    border-bottom: 1px dashed #7c6900;
    display: inline-block;
    width: calc(100% - 20px);
    margin-left: 10px
}
body[ute-device-size='xs'] .table.ute-table td span.mobile-table-title,
body[ute-device-size='xs'] .table.ute-table th span.mobile-table-title,
body[ute-device-size='sm'] .table.ute-table td span.mobile-table-title,
body[ute-device-size='sm'] .table.ute-table th span.mobile-table-title {
    display: block;
    float: left;
    width: 50%;
    padding-right: 10px;
    text-align: left
}
body[ute-device-size='xs'] .table.ute-table td span.mobile-table-title-value,
body[ute-device-size='xs'] .table.ute-table th span.mobile-table-title-value,
body[ute-device-size='sm'] .table.ute-table td span.mobile-table-title-value,
body[ute-device-size='sm'] .table.ute-table th span.mobile-table-title-value {
    display: block;
    float: left;
    width: 50%;
    text-align: right
}
body[ute-device-size='xs'] .table.ute-table td:last-child,
body[ute-device-size='xs'] .table.ute-table th:last-child,
body[ute-device-size='sm'] .table.ute-table td:last-child,
body[ute-device-size='sm'] .table.ute-table th:last-child {
    border-bottom: 0 dashed #7c6900
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
    background-color: #f5f5f6
}
[ute-brand="fido"] .ute-tabs-primary {
    margin-top: 30px
}
[ute-brand="fido"] .ute-tabs-primary .nav-tabs {
    height: auto;
    margin-bottom: 25px;
    position: relative
}
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li {
    height: auto;
    display: block;
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    top: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: url("../html-fido/cms/ute/fido/images/brand/fido/nav-tab.html") no-repeat top left
}
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li:last-child {
    margin-right: 0
}
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li a {
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-top: 6px;
    border-bottom: none
}
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li a:hover {
    background: 0 0;
    border: 1px solid transparent
}
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li.active {
    border-bottom: none;
    background: url("../html-fido/cms/ute/fido/images/brand/fido/nav-tab-active.html") no-repeat top left;
    background-size: 100% 100%;
    padding-bottom: 50px
}
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li.active a,
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li.active a:hover,
[ute-brand="fido"] .ute-tabs-primary .nav-tabs li.active a:focus {
    background: 0 0;
    border: 1px solid transparent;
    color: #000
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs {
    border-bottom: none;
    height: 100px;
    background: url("../html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.html") bottom center no-repeat;
    background-size: 100% 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    top: 0
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs::after {
    position: absolute;
    content: " ";
    background: url("../html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.html") bottom center no-repeat;
    background-size: 96px 64px;
    width: 96px;
    height: 64px;
    bottom: -5px;
    z-index: 1;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li {
    display: block;
    float: left;
    width: 30%;
    margin-right: 5%;
    height: 70px;
    margin-top: 30px;
    border-top: 2px solid #666;
    transition: all ease .6s, background .3s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    top: 0;
    padding-bottom: 0
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li:last-child {
    margin-right: 0
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li:hover {
    background: 0 0;
    background-size: 100% 80px
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a {
    font-weight: 600;
    line-height: 1;
    color: #7c6900;
    margin-top: 0;
    text-transform: uppercase;
    border: none
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a:hover {
    background: 0 0;
    border: none
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li.active {
    -webkit-animation: tab-move linear .25s;
    animation: tab-move linear .25s;
    transition: all .6s ease, background 2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background: #eee;
    margin-top: 0;
    border-top: 10px solid #7c6900;
    height: 94px
}
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li.active a,
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li.active a:hover,
[ute-brand="fido"] .ute-tabs-secondary .nav-tabs li.active a:focus {
    background: 0 0;
    border: none;
    color: #7c6900
}
[ute-brand="fido"] .ute-tabs-secondary[active-tab="1"] .nav-tabs::after {
    left: 11%
}
[ute-brand="fido"] .ute-tabs-secondary[active-tab="2"] .nav-tabs::after {
    left: 46%
}
[ute-brand="fido"] .ute-tabs-secondary[active-tab="3"] .nav-tabs::after {
    left: 81.5%
}
[ute-brand="fido"] .ute-tab-secondary-details {
    padding-bottom: 60px;
    background: url("../html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line-bottom.html") bottom center no-repeat;
    background-size: 100% auto;
    margin-bottom: 30px
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.html") no-repeat bottom center;
    background-size: 100% 10px;
    border-bottom: none;
    height: 100px;
    margin-bottom: 0;
    display: inline-block;
    position: relative
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs::after {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.html") no-repeat bottom center;
    background-size: 96px 64px;
    height: 64px;
    width: 96px;
    content: "";
    position: absolute;
    bottom: -5px;
    z-index: 1;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li {
    border-style: solid;
    -o-border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.html") 0 5 5 0 stretch;
    border-image: url("../html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.html") 0 5 5 0 stretch;
    background-color: #5b6770;
    border-image-outset: 0 1px 2px 0;
    height: 45px;
    width: 32%;
    margin: 0 2% 0 0;
    float: left
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li:last-child {
    margin-right: 0
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a {
    border: 0;
    margin-top: 0;
    padding: 0;
    color: #fff;
    line-height: 1
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a::after {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.html") no-repeat center center;
    background-size: 63% 63%;
    margin-right: 10px;
    content: "\e610";
    display: inline-block;
    color: #b19800;
    font-family: "fido-icon";
    position: relative;
    top: 3px;
    left: 3px
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a ins {
    margin-top: 2px;
    display: inline-block;
    vertical-align: text-top
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a:hover {
    background-color: transparent
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li.active {
    background-image: none
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li.active a {
    background-color: inherit
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li.active a::after {
    content: "\e613"
}
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li.active a:hover,
[ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li.active a:focus {
    background: 0 0;
    border: none;
    color: #fff;
    background-color: inherit
}
[ute-brand="fido"] .ute-tabs-tertiary[active-tab="1"] .nav-tabs::after {
    left: 12%
}
[ute-brand="fido"] .ute-tabs-tertiary[active-tab="2"] .nav-tabs::after {
    left: 46%
}
[ute-brand="fido"] .ute-tabs-tertiary[active-tab="3"] .nav-tabs::after {
    left: 80%
}
[ute-brand="fido"] .ute-tabs-tertiary.disclose-tabs .nav-tabs {
    background: 0 0
}
[ute-brand="fido"] .ute-tabs-tertiary.disclose-tabs .nav-tabs::after {
    display: none
}
[ute-brand="fido"] .ute-tabs-tertiary.disclose-tabs .nav-tabs li.active a::after {
    content: "\e610"
}
[ute-brand="fido"] .ute-tabs-tertiary.disclose-tabs.disclose-open .nav-tabs {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.html") no-repeat bottom center
}
[ute-brand="fido"] .ute-tabs-tertiary.disclose-tabs.disclose-open .nav-tabs::after {
    display: block
}
[ute-brand="fido"] .ute-tabs-tertiary.disclose-tabs.disclose-open .nav-tabs li.active a::after {
    content: "\e613"
}
[ute-brand="fido"] [ute-page="myAccount.internet.package"] .tab-content {
    padding: 0
}
body[ute-device-size='xs'][ute-brand="fido"] .nav-tabs li a,
body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li a {
    font-weight: 600
}
[ute-language='fr'] body[ute-device-size='xs'][ute-brand="fido"] .nav-tabs li a,
[ute-language='fr'] body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li a {
    font-size: 1.2rem
}
body[ute-device-size='xs'][ute-brand="fido"] .nav-tabs li span,
body[ute-device-size='sm'][ute-brand="fido"] .nav-tabs li span {
    font-weight: 400
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-primary,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-primary {
    margin-top: 0
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-primary .nav-tabs li.active,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-primary .nav-tabs li.active {
    padding-bottom: 25px
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-primary .nav-tabs li a,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-primary .nav-tabs li a {
    padding: 10px 0
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-secondary .nav-tabs,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-secondary .nav-tabs {
    width: 100%;
    text-align: center
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-secondary .nav-tabs li a {
    font-size: 1.1rem;
    padding: 10px 2px
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-secondary .nav-tabs::after,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-secondary .nav-tabs::after {
    background-size: 50px 32px;
    height: 32px;
    width: 50px;
    bottom: -3px
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-secondary[active-tab="1"] .nav-tabs::after,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-secondary[active-tab="1"] .nav-tabs::after {
    left: 7%
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-secondary[active-tab="2"] .nav-tabs::after,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-secondary[active-tab="2"] .nav-tabs::after {
    left: 42%
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-secondary[active-tab="3"] .nav-tabs::after,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-secondary[active-tab="3"] .nav-tabs::after {
    left: 77%
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs {
    background: 0 0
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs::after,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs::after {
    background: 0 0
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li {
    width: 100%;
    margin-top: 2rem;
    padding-left: 5px
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li:first-of-type,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li:first-of-type {
    margin-top: 0
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a {
    text-align: left
}
body[ute-device-size='xs'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a ins,
body[ute-device-size='sm'][ute-brand="fido"] .ute-tabs-tertiary .nav-tabs li a ins {
    vertical-align: super
}
body[ute-device-size='xs'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary,
body[ute-device-size='sm'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary {
    margin: 1rem 0 0
}
body[ute-device-size='xs'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs,
body[ute-device-size='sm'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs {
    height: auto;
    width: 100%
}
body[ute-device-size='xs'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs li,
body[ute-device-size='sm'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs li {
    height: 40px;
    width: 49%;
    margin: 0;
    padding: 9px 5px 5px 9px
}
body[ute-device-size='xs'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs li:nth-child(2),
body[ute-device-size='sm'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs li:nth-child(2) {
    margin-left: 2%
}
body[ute-device-size='xs'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs li tab-heading,
body[ute-device-size='sm'][ute-brand="fido"] .store-locator-tabs .ute-tabs-tertiary .nav-tabs li tab-heading {
    vertical-align: text-top
}
.ute-input-text.ng-valid,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input,
.ute-input-textarea.ng-valid,
.ute-input-text.ng-invalid.ng-pristine.ng-touched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input,
.ute-input-text.ng-invalid.ng-dirty.ng-touched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input,
.ute-input-textarea.ng-invalid.ng-pristine.ng-touched,
.ute-input-textarea.ng-invalid.ng-dirty.ng-touched {
    width: calc(100% - 3rem)
}
form input[type='number'] {
    -moz-appearance: textfield
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
    -webkit-appearance: none
}
legend {
    margin: .4rem 0
}
.ute-input-group {
    margin-bottom: 35px
}
.ute-input-group.buttons {
    text-align: right
}
.ute-input-group.buttons input:last-child {
    margin-left: 20px
}
.ute-input-group.buttons .ute-btn-primary,
.ute-input-group.buttons #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content .ute-input-group.buttons a.capture_btn,
.ute-input-group.buttons #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-group.buttons button.capture_btn,
.ute-input-group.buttons #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-group.buttons input.capture_btn,
.ute-input-group.buttons #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer .ute-input-group.buttons input[type="submit"].capture_btn,
.ute-input-group.buttons #janrainModal .capture_footer button,
#janrainModal .capture_footer .ute-input-group.buttons button,
.ute-input-group.buttons #header #shopcart a.ute-btn-primary,
#header #shopcart .ute-input-group.buttons a.ute-btn-primary,
.ute-input-group.buttons #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob .ute-input-group.buttons a.ute-btn-primary,
.ute-input-group.buttons body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .ute-input-group.buttons .reset-voicemail-btn-primary,
.ute-input-group.buttons body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.ute-input-group.buttons .ute-btn-secondary,
.ute-input-group.buttons body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='md'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] .ute-input-group.buttons .ute-dashboard-services-btn-secondary,
.ute-input-group.buttons .ute-link,
.ute-input-group.buttons .ute-link-inline {
    margin-left: 30px
}
.ute-input-group label {
    margin-top: 5px;
    font-weight: 400
}
.ute-input-radio,
.ute-input-checkbox,
.ute-input-checkbox-secondary {
    left: -999em;
    position: absolute
}
.ute-input-radio+label,
.ute-input-checkbox+label,
.ute-input-checkbox-secondary+label {
    font-weight: 400;
    margin-top: 5px;
    outline: 1px solid transparent;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}
.ute-input-radio+label::before,
.ute-input-radio+label::after,
.ute-input-checkbox+label::before,
.ute-input-checkbox+label::after,
.ute-input-checkbox-secondary+label::before,
.ute-input-checkbox-secondary+label::after {
    color: #fff;
    content: ' ';
    display: inline-block;
    font-family: "fido-icon";
    width: 25px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0
}
.ute-input-radio+label::after,
.ute-input-checkbox+label::after,
.ute-input-checkbox-secondary+label::after {
    opacity: 0
}
@-webkit-keyframes selector-anim {
    0% {
        text-shadow: 0 0 0 #988200
    }
    20% {
        text-shadow: 0 0 3px #988200
    }
    100% {
        text-shadow: 0 0 0 #988200
    }
}
@keyframes selector-anim {
    0% {
        text-shadow: 0 0 0 #988200
    }
    20% {
        text-shadow: 0 0 3px #988200
    }
    100% {
        text-shadow: 0 0 0 #988200
    }
}
body[ute-brand="fido"] .ute-input-checkbox+label::before {
    color: #b19800;
    content: "\e623";
    font-family: 'fido-icon'
}
body[ute-brand="fido"] .ute-input-checkbox+label::after {
    color: #b19800;
    content: "\e622";
    font-family: 'fido-icon';
    transition: opacity .15s linear
}
.ute-input-checkbox:checked+label::after {
    opacity: 1;
    transition: opacity 0s linear;
    -webkit-animation: selector-anim .3s 1 forwards;
    animation: selector-anim .3s 1 forwards
}
body[ute-brand="fido"] .ute-input-checkbox-secondary+label::before {
    color: #ccc;
    content: "\e608";
    font-family: 'fido-icon'
}
body[ute-brand="fido"] .ute-input-checkbox-secondary+label::after {
    color: #035d67;
    content: "\e608";
    font-family: 'fido-icon';
    transition: opacity .15s linear
}
.ute-input-checkbox-secondary:checked+label::after {
    opacity: 1;
    transition: opacity 0s linear;
    -webkit-animation: selector-anim .3s 1 forwards;
    animation: selector-anim .3s 1 forwards
}
body[ute-brand="fido"] .ute-input-radio+label::before {
    color: #b19800;
    content: "\e60d";
    font-family: 'fido-icon'
}
body[ute-brand="fido"] .ute-input-radio+label::after {
    color: #b19800;
    content: "\e60c";
    font-family: 'fido-icon';
    transition: opacity .25s linear
}
.ute-input-radio:checked+label::after {
    opacity: 1;
    transition: opacity 0s linear;
    -webkit-animation: selector-anim .3s 1 forwards;
    animation: selector-anim .3s 1 forwards
}
.ute-label-text,
.ute-label-select {
    display: inline-block;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px
}
form[name="passwordResetForm"] .ute-label-text,
form[name="passwordResetForm"] .ute-label-select {
    display: block
}
.ute-message {
    transition: opacity .15s linear
}
.ute-message,
.ute-message.error {
    display: block;
    margin-top: 8px;
    width: calc(100% - 25px);
    position: relative
}
body[ute-brand="fido"] .ute-message .ute-icon::before,
body[ute-brand="fido"] .ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-message #capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-message #capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-message #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-message #capture_signIn_signInForm_successMessages:not(:empty)::before {
    content: ' ';
    display: inline-block;
    font-family: "fido-icon";
    left: 0;
    line-height: 140%;
    margin-right: 3px;
    position: absolute;
    top: 0;
    opacity: 0
}
.ute-message.error,
.error.ute-message {
    content: ' ';
    color: #e12826;
    opacity: 1;
    padding-left: 20px;
    transition: opacity .15s linear
}
body[ute-brand="fido"] .ute-message.error .ute-icon::before,
body[ute-brand="fido"] .error.ute-message .ute-icon::before,
body[ute-brand="fido"] .error.ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .error.ute-message #capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] .error.ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .error.ute-message #capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] .error.ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .error.ute-message #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] .error.ute-message #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .error.ute-message #capture_signIn_signInForm_successMessages:not(:empty)::before {
    content: "\e61a";
    -webkit-animation: input-error-anim .2s 1 forwards;
    animation: input-error-anim .2s 1 forwards;
    font-family: "fido-icon"
}
@-webkit-keyframes input-error-anim {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    70% {
        opacity: .5;
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@keyframes input-error-anim {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    70% {
        opacity: .5;
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@-webkit-keyframes input-error-anim1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    70% {
        opacity: .5;
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@keyframes input-error-anim1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    70% {
        opacity: .5;
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
.ute-input-text,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input,
.ute-input-textarea {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") top left, url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") top right, url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") bottom left, url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") bottom right;
    background-size: 1px 11px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-right: none;
    border-left: none;
    height: 40px;
    text-indent: 4px;
    width: calc(100% - 1px);
    transition: all 150ms ease-out;
    border-radius: 0!important;
    -webkit-appearance: none;
    padding-left: 5px
}
.ute-input-text.read-only,
#janrainModal .janrain-capture-ui.capture-ui-content .read-only.capture_text_input,
.ute-input-textarea.read-only {
    overflow: auto
}
.ute-input-text:focus,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus,
.ute-input-textarea:focus {
    background: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html) top left, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html) top right, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html) bottom left, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html) bottom right;
    background-repeat: no-repeat;
    background-size: 1px 11px;
    border: 1px solid #b09931;
    border-right: none;
    border-left: none;
    outline: 0
}
.ute-input-text~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    opacity: 0;
    content: ' '
}
.ute-input-text[disabled],
#janrainModal .janrain-capture-ui.capture-ui-content [disabled].capture_text_input,
.ute-input-textarea[disabled] {
    background: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) top left, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) top right, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) bottom left, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) bottom right;
    border-top-color: #b3b3b3;
    border-bottom-color: #b3b3b3;
    background-size: 1px 11px;
    background-repeat: no-repeat;
    color: #b3b3b3;
    -webkit-text-fill-color: #b3b3b3
}
.ute-input-text.ng-invalid.ng-pristine.ng-untouched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input,
.ute-input-text.ng-valid-required.ng-pristine.ng-untouched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input,
.ute-input-text.ng-valid-required.user-input-empty,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.user-input-empty.capture_text_input,
.ute-input-textarea.ng-invalid.ng-pristine.ng-untouched,
.ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched,
.ute-input-textarea.ng-valid-required.user-input-empty {
    background: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html);
    background-position: top left, top right, bottom left, bottom right;
    border-top-color: #000;
    border-bottom-color: #000;
    background-size: 1px 11px;
    width: calc(100% - 1px);
    background-repeat: no-repeat
}
.ute-input-text.ng-invalid.ng-pristine.ng-untouched:focus,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input:focus,
.ute-input-text.ng-valid-required.ng-pristine.ng-untouched:focus,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input:focus,
.ute-input-text.ng-valid-required.user-input-empty:focus,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.user-input-empty.capture_text_input:focus,
.ute-input-textarea.ng-invalid.ng-pristine.ng-untouched:focus,
.ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched:focus,
.ute-input-textarea.ng-valid-required.user-input-empty:focus {
    background: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html);
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    background-size: 1px 11px;
    border: 1px solid #b09931;
    border-right: none;
    border-left: none;
    outline: 0
}
.ute-input-text.ng-invalid.ng-pristine.ng-untouched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-text.ng-valid-required.ng-pristine.ng-untouched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-text.ng-valid-required.user-input-empty~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.user-input-empty.capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.user-input-empty~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.user-input-empty.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.user-input-empty~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.user-input-empty.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.user-input-empty~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.user-input-empty.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.user-input-empty~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.user-input-empty.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-invalid.ng-pristine.ng-untouched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-untouched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-untouched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-untouched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-untouched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-valid-required.user-input-empty~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.user-input-empty~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.user-input-empty~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.user-input-empty~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid-required.user-input-empty~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    content: ' '
}
.ute-input-text.ng-valid,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input,
.ute-input-text.ng-invalid.ng-dirty.ng-untouched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input,
.ute-input-textarea.ng-valid,
.ute-input-textarea.ng-invalid.ng-dirty.ng-untouched {
    background-image: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html);
    border-top-color: #b09931;
    border-bottom-color: #b09931
}
.ute-input-text.ng-valid,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input,
.ute-input-textarea.ng-valid {
    transition: all 150ms ease-out
}
.ute-input-text.ng-valid~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-valid~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    color: #b19800;
    font-family: 'fido-icon'
}
.ute-input-text.ng-valid~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-valid~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    content: "\e608";
    -webkit-animation: input-error-anim1 .2s 1 forwards;
    animation: input-error-anim1 .2s 1 forwards;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms
}
.ute-input-text.ng-invalid.ng-dirty.ng-untouched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input,
.ute-input-textarea.ng-invalid.ng-dirty.ng-untouched {
    width: calc(100% - 1px)
}
.ute-input-text.ng-invalid.ng-dirty.ng-untouched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-untouched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-untouched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-untouched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-untouched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-invalid.ng-dirty.ng-untouched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-untouched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-untouched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-untouched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-untouched~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    content: ""
}
.ute-input-text.ng-invalid.ng-pristine.ng-touched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input,
.ute-input-text.ng-invalid.ng-dirty.ng-touched,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input,
.ute-input-textarea.ng-invalid.ng-pristine.ng-touched,
.ute-input-textarea.ng-invalid.ng-dirty.ng-touched {
    background-image: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-invalid.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-invalid.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-invalid.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-invalid.html);
    border-top-color: #e12826;
    border-bottom-color: #e12826;
    transition: all 150ms ease-out
}
body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    color: #e12826;
    font-family: 'fido-icon'
}
.ute-input-text.ng-invalid.ng-pristine.ng-touched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-text.ng-invalid.ng-dirty.ng-touched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-invalid.ng-pristine.ng-touched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-invalid.ng-dirty.ng-touched~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    content: "\e61a";
    -webkit-animation: input-error-anim .2s 1 forwards;
    animation: input-error-anim .2s 1 forwards;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms
}
.ute-input-text.ng-invalid.ng-pristine.ng-touched+.input-group-btn,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input+.input-group-btn,
.ute-input-text.ng-invalid.ng-dirty.ng-touched+.input-group-btn,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input+.input-group-btn,
.ute-input-textarea.ng-invalid.ng-pristine.ng-touched+.input-group-btn,
.ute-input-textarea.ng-invalid.ng-dirty.ng-touched+.input-group-btn {
    margin-right: 3rem;
    transition: all 150ms ease-out
}
.ute-input-text.ng-invalid.ng-pristine.ng-touched+.input-group-btn button.ute-icon-search,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input+.input-group-btn button.ute-icon-search,
.ute-input-text.ng-invalid.ng-dirty.ng-touched+.input-group-btn button.ute-icon-search,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input+.input-group-btn button.ute-icon-search,
.ute-input-textarea.ng-invalid.ng-pristine.ng-touched+.input-group-btn button.ute-icon-search,
.ute-input-textarea.ng-invalid.ng-dirty.ng-touched+.input-group-btn button.ute-icon-search {
    color: #e12826
}
.disabled-form .ute-input-text.ng-invalid.ng-pristine.ng-touched,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ng-invalid.ng-pristine.ng-touched.capture_text_input,
.disabled-form .ute-input-text.ng-invalid.ng-dirty,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ng-invalid.ng-dirty.capture_text_input,
.disabled-form .ute-input-text.ng-valid,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ng-valid.capture_text_input,
.disabled-form .ute-input-text.ng-invalid.ng-pristine.ng-untouched,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ng-invalid.ng-pristine.ng-untouched.capture_text_input,
.disabled-form .ute-input-text.ng-valid-required.ng-pristine.ng-untouched,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ng-valid-required.ng-pristine.ng-untouched.capture_text_input,
.disabled-form .ute-input-text:focus.ng-invalid.ng-pristine.ng-touched,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus.ng-invalid.ng-pristine.ng-touched,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus.ng-invalid.ng-pristine.ng-touched,
.disabled-form .ute-input-text:focus.ng-invalid.ng-dirty,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus.ng-invalid.ng-dirty,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus.ng-invalid.ng-dirty,
.disabled-form .ute-input-text:focus.ng-valid,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus.ng-valid,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus.ng-valid,
.disabled-form .ute-input-text:focus.ng-invalid.ng-pristine.ng-untouched,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus.ng-invalid.ng-pristine.ng-untouched,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus.ng-invalid.ng-pristine.ng-untouched,
.disabled-form .ute-input-text:focus.ng-valid-required.ng-pristine.ng-untouched,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus.ng-valid-required.ng-pristine.ng-untouched,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus.ng-valid-required.ng-pristine.ng-untouched,
.disabled-form .ute-input-textarea.ng-invalid.ng-pristine.ng-touched,
.disabled-form .ute-input-textarea.ng-invalid.ng-dirty,
.disabled-form .ute-input-textarea.ng-valid,
.disabled-form .ute-input-textarea.ng-invalid.ng-pristine.ng-untouched,
.disabled-form .ute-input-textarea.ng-valid-required.ng-pristine.ng-untouched,
.disabled-form .ute-input-textarea:focus.ng-invalid.ng-pristine.ng-touched,
.disabled-form .ute-input-textarea:focus.ng-invalid.ng-dirty,
.disabled-form .ute-input-textarea:focus.ng-valid,
.disabled-form .ute-input-textarea:focus.ng-invalid.ng-pristine.ng-untouched,
.disabled-form .ute-input-textarea:focus.ng-valid-required.ng-pristine.ng-untouched {
    background: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) top left, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) top right, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) bottom left, url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-disabled.html) bottom right;
    border-top-color: #b3b3b3;
    border-bottom-color: #b3b3b3;
    background-size: 1px 11px;
    background-repeat: no-repeat;
    color: #b3b3b3;
    -webkit-text-fill-color: #b3b3b3;
    width: calc(100% - 1px)
}
.disabled-form .ute-input-text~.ute-icon::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input~.ute-icon::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.disabled-form .ute-input-text:focus~.ute-icon::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus~.ute-icon::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus~.ute-icon::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text:focus~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text:focus~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text:focus~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text:focus~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text:focus~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text:focus~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text:focus~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-text:focus~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input:focus~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .capture_text_input:focus~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.disabled-form .ute-input-textarea~.ute-icon::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.disabled-form .ute-input-textarea:focus~.ute-icon::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea:focus~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea:focus~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea:focus~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea:focus~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea:focus~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea:focus~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.disabled-form #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea:focus~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .disabled-form .ute-input-textarea:focus~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    -webkit-animation: none;
    animation: none;
    content: " ";
    display: none
}
.ute-input-search.input-group {
    width: 100%;
    position: relative
}
.ute-input-search.input-group input[type="search"] {
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-right: 45px;
    width: calc(100% - 1px);
    background: url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") top left, url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") top right, url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") bottom left, url("../html-fido/cms/ute/fido/images/brand/fido/input-border-corner.html") bottom right;
    background-size: 1px 11px;
    background-repeat: no-repeat;
    border-top-color: #000;
    border-bottom-color: #000
}
.ute-input-search.input-group input[type="search"]:focus {
    background: url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html), url(../html-fido/cms/ute/fido/images/brand/fido/input-border-corner-focus.html);
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    background-size: 1px 11px;
    border: 1px solid #b09931;
    border-right: none;
    border-left: none;
    outline: 0
}
.ute-input-search.input-group input[type="search"]:focus+.input-group-btn button.ute-icon-search {
    color: #b09931
}
.ute-input-search.input-group .input-group-btn {
    position: absolute;
    border: none;
    right: 0;
    width: 43px;
    z-index: 999
}
.ute-input-search.input-group .input-group-btn button.ute-icon-search {
    border: 0;
    background: 0 0;
    cursor: pointer;
    opacity: 1;
    padding: 5px
}
.ute-input-search.input-group .input-group-btn button.ute-icon-search:focus {
    outline: 0
}
.ute-input-search.input-group .input-group-btn button.ute-icon-search:active {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9)
}
.ute-input-search.input-group .input-group-btn button.ute-icon-search[disabled="disabled"] {
    opacity: .5
}
.valid-marker,
.ute-input-text.ng-valid~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ute-input-textarea.ng-valid~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-pristine.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-text.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ng-invalid.ng-dirty.ng-touched.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-pristine.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~.ute-icon,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
body[ute-brand="fido"] #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-brand="fido"] .ute-input-textarea.ng-invalid.ng-dirty.ng-touched~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    font-style: normal;
    font-size: 2.6rem;
    float: right;
    margin-top: 7px
}
.ute-input-textarea {
    min-height: 170px
}
.ute-select-container {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-radius: 0;
    background: #fff url("../html-fido/cms/ute/fido/images/brand/fido/select-left.html") center left no-repeat
}
.ute-select-container:before {
    content: " ";
    color: #333;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 42px;
    z-index: -1;
    background: url(../html-fido/cms/ute/fido/images/brand/fido/select-button.html) center right
}
.ute-select-container .ute-input-select,
.ute-select-container .ute-dashboard-services-input-select {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    color: #333;
    display: block;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    padding: 0 48px 0 10px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.ute-select-container .ute-input-select:focus,
.ute-select-container .ute-dashboard-services-input-select:focus {
    outline: none
}
.ute-select-container .ute-input-select::-ms-expand,
.ute-select-container .ute-dashboard-services-input-select::-ms-expand {
    display: none
}
.ute-select-container .ute-input-select option,
.ute-select-container .ute-dashboard-services-input-select option {
    width: 100%
}
.ute-select-container .ute-input-select:-moz-focusring,
.ute-select-container .ute-dashboard-services-input-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
:-moz-any(.ute-select-container):before {
    background-color: #fff;
    pointer-events: none;
    z-index: 1
}
.internet-explorer .ute-input-select option,
.internet-explorer .ute-dashboard-services-input-select option {
    width: 120%
}
.ute-select-container-narrow {
    max-width: 350px
}
.page-create-user p {
    margin-bottom: 1rem
}
body[ute-device-size='xs'] .ute-label-text,
body[ute-device-size='xs'] .ute-label-select,
body[ute-device-size='sm'] .ute-label-text,
body[ute-device-size='sm'] .ute-label-select {
    display: block
}
.ute-price,
.ute-price-primary,
.ute-price-secondary,
.ute-price-tertiary {
    color: #000;
    font-size: 1em;
    position: relative
}
.ute-price span,
.ute-price-primary span,
.ute-price-secondary span,
.ute-price-tertiary span {
    position: relative
}
.ute-price sup,
.ute-price-primary sup,
.ute-price-secondary sup,
.ute-price-tertiary sup {
    font-size: .5em;
    font-weight: 400;
    top: -.7em;
    vertical-align: baseline
}
.ute-price sup:first-child,
.ute-price-primary sup:first-child,
.ute-price-secondary sup:first-child,
.ute-price-tertiary sup:first-child {
    color: #7c6900
}
body[ute-language="fr"] .ute-price sup:first-child,
body[ute-language="fr"] .ute-price-primary sup:first-child,
body[ute-language="fr"] .ute-price-secondary sup:first-child,
body[ute-language="fr"] .ute-price-tertiary sup:first-child {
    color: #000
}
.ute-price sub,
.ute-price-primary sub,
.ute-price-secondary sub,
.ute-price-tertiary sub {
    position: absolute;
    color: #7c6900;
    font-size: .4em;
    font-weight: 400;
    bottom: .9em;
    right: 0;
    vertical-align: baseline
}
.ute-price.strong,
.ute-price-primary.strong,
.ute-price-secondary.strong,
.ute-price-tertiary.strong {
    font-weight: 300
}
.ute-price.strong *,
.ute-price-primary.strong *,
.ute-price-secondary.strong *,
.ute-price-tertiary.strong * {
    font-weight: 400
}
.ute-price.light,
.ute-price-primary.light,
.ute-price-secondary.light,
.ute-price-tertiary.light,
.ute-price.light *,
.ute-price-primary.light *,
.ute-price-secondary.light *,
.ute-price-tertiary.light * {
    font-weight: 300
}
.ute-price .plux-tax-text,
.ute-price-primary .plux-tax-text {
    position: absolute;
    right: 0;
    bottom: -.8em;
    font-size: .35em;
    color: #7c6900
}
.ute-price-secondary .plux-tax-text,
.ute-price-tertiary .plux-tax-text {
    position: absolute;
    right: 0;
    bottom: -.8em;
    font-size: .35em
}
.internet-explorer .ute-price sup,
.internet-explorer .ute-price-primary sup,
.internet-explorer .ute-price-secondary sup,
.internet-explorer .ute-price-tertiary sup {
    top: -.9em
}
.ute-price-secondary,
.ute-price-tertiary {
    font-weight: 300
}
.ute-price-secondary sup,
.ute-price-secondary sub,
.ute-price-secondary sup:first-child,
.ute-price-tertiary sup,
.ute-price-tertiary sub,
.ute-price-tertiary sup:first-child {
    font-weight: 300
}
.ute-price-secondary .plux-tax-text,
.ute-price-tertiary .plux-tax-text {
    color: #000
}
.ute-price-secondary sup,
.ute-price-secondary sub,
.ute-price-secondary sup:first-child {
    color: #000
}
ute-date-picker .ute-icon-calendar {
    float: none!important;
    margin: 5px 10px;
    color: #035d67
}
ute-date-picker [datepicker-popup-wrap] {
    background-color: #fff;
    padding: 0 10px 10px;
    margin-top: 0;
    border: 1px solid #b19800;
    border-radius: 0;
    box-shadow: none;
    min-width: 265px
}
ute-date-picker [datepicker-popup-wrap] .glyphicon {
    font-family: fido-icon;
    color: #7c6900
}
ute-date-picker [datepicker-popup-wrap] *:focus {
    outline: none
}
ute-date-picker [datepicker-popup-wrap] .btn {
    border-radius: 0;
    font-weight: 600
}
ute-date-picker [datepicker-popup-wrap] thead .btn-default {
    padding: 8px 10px 4px;
    border: none
}
ute-date-picker [datepicker-popup-wrap] thead .btn-default:hover,
ute-date-picker [datepicker-popup-wrap] thead .btn-default:active,
ute-date-picker [datepicker-popup-wrap] thead .btn-default:focus {
    background-color: inherit
}
ute-date-picker [datepicker-popup-wrap] thead [role="heading"] {
    cursor: inherit
}
ute-date-picker [datepicker-popup-wrap] thead small {
    display: none
}
ute-date-picker [datepicker-popup-wrap] tbody .btn {
    padding: 3px 6px;
    border: 4px solid transparent
}
ute-date-picker [datepicker-popup-wrap] tbody .btn .text-info {
    color: #000
}
ute-date-picker [datepicker-popup-wrap] tbody .btn-default {
    background-color: #e2e5e8;
    border-color: #fff
}
ute-date-picker [datepicker-popup-wrap] tbody .btn-default[disabled] {
    background-color: #f0f2f3;
    border-color: #fff
}
ute-date-picker [datepicker-popup-wrap] tbody .btn-info {
    background-color: #035d67
}
ute-date-picker [datepicker-popup-wrap] tbody .btn-info span,
ute-date-picker [datepicker-popup-wrap] tbody .btn-info span.text-info {
    color: #fff
}
ute-date-picker [datepicker-popup-wrap] .btn-success {
    padding: 8px 10px 4px
}
ute-date-picker [datepicker-popup-wrap] .btn.active {
    box-shadow: none
}
ute-date-picker [datepicker-popup-wrap] li:last-child {
    padding: 4px 0 0!important
}
.date-formatted {
    color: #035d67;
    display: block;
    min-width: 100px;
    min-height: 1px
}
.date-formatted span {
    text-transform: uppercase;
    font-weight: 600
}
body[ute-language="en"] ute-date-picker thead tr:nth-child(2) th:nth-child(2)::after {
    content: "M"
}
body[ute-language="en"] ute-date-picker thead tr:nth-child(2) th:nth-child(3)::after {
    content: "T"
}
body[ute-language="en"] ute-date-picker thead tr:nth-child(2) th:nth-child(4)::after {
    content: "W"
}
body[ute-language="en"] ute-date-picker thead tr:nth-child(2) th:nth-child(5)::after {
    content: "T"
}
body[ute-language="en"] ute-date-picker thead tr:nth-child(2) th:nth-child(6)::after {
    content: "F"
}
body[ute-language="en"] ute-date-picker thead tr:nth-child(2) th:nth-child(7)::after,
body[ute-language="en"] ute-date-picker thead tr:nth-child(2) th:nth-child(8)::after {
    content: "S"
}
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2) th:nth-child(2)::after {
    content: "L"
}
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2) th:nth-child(3)::after,
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2) th:nth-child(4)::after {
    content: "M"
}
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2) th:nth-child(5)::after {
    content: "J"
}
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2) th:nth-child(6)::after {
    content: "V"
}
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2) th:nth-child(7)::after {
    content: "S"
}
body[ute-language="fr"] ute-date-picker thead tr:nth-child(2) th:nth-child(8)::after {
    content: "D"
}
body[ute-device-size='xs'] ute-date-picker [datepicker-popup-wrap],
body[ute-device-size='sm'] ute-date-picker [datepicker-popup-wrap] {
    top: auto!important;
    left: 0!important;
    min-width: 100%;
    width: 100%
}
.tv-channel-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: inline-block
}
.tv-channel-list li {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/tv-channels-sprite%402x.html") 0 0 no-repeat;
    position: relative;
    width: 70px;
    height: 60px;
    margin: 10px;
    display: block;
    float: left;
    opacity: 1;
    background-size: 70px auto;
    cursor: pointer
}
.tv-channel-list li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70px;
    height: 60px;
    background: url("../html-fido/cms/ute/fido/images/brand/fido/tv-channel-logo-bg.html") center center no-repeat
}
.tv-channel-list li:after {
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
    content: "\e632";
    color: #7c6900;
    top: -11px;
    right: -5px;
    z-index: 1;
    font-size: 1.8rem;
    font-family: fido-icon;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRkMyRkJBRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFDRkMyRkJCRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUNGQzJGQjhENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUNGQzJGQjlENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52xX4kAAAA4UlEQVR42qyUXQqCQBRG1cD2UEFQq2gXVtaLq6hd6GstI6j2EQS9RlhQuIXyZfouXGH8K3TuB2cYh7kHZcZrK6WsirjAYyagB1LwBGewB0dey4eEBabgqv6H9syK9fpDB4SqeUKuLQnbyHRpTugr85DDsjHQAdzAwDLLC4wcDAsBGaUPlg5fDal49Ml3TIZCwgcJ35h0hYSpU3nbDULCRNCXkPAiKDyR8CAoPEhf7HF2KGuBt1uBj94cIoP/OKprX5sWsm1d+8qYN2iw/q8Gq+OCAOxADFIm5rWA95RqvwIMAKI2aIgZcds+AAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 77% 77%;
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channel-list li:hover {
    opacity: 1;
    transition: all 200ms ease
}
.tv-channel-list li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channel-list li.selected:after {
    position: absolute;
    content: "\e608";
    color: #00afab;
    top: -11px;
    right: -5px;
    z-index: 1;
    font-size: 1.8rem;
    font-family: fido-icon;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRkMyRkJBRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFDRkMyRkJCRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUNGQzJGQjhENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUNGQzJGQjlENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52xX4kAAAA4UlEQVR42qyUXQqCQBRG1cD2UEFQq2gXVtaLq6hd6GstI6j2EQS9RlhQuIXyZfouXGH8K3TuB2cYh7kHZcZrK6WsirjAYyagB1LwBGewB0dey4eEBabgqv6H9syK9fpDB4SqeUKuLQnbyHRpTugr85DDsjHQAdzAwDLLC4wcDAsBGaUPlg5fDal49Ml3TIZCwgcJ35h0hYSpU3nbDULCRNCXkPAiKDyR8CAoPEhf7HF2KGuBt1uBj94cIoP/OKprX5sWsm1d+8qYN2iw/q8Gq+OCAOxADFIm5rWA95RqvwIMAKI2aIgZcds+AAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 77% 77%;
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channel-list li.selected:before {
    background: url("../html-fido/cms/ute/fido/images/brand/fido/tv-channel-logo-bg-selected.html") center center no-repeat
}
.tv-channel-list li .channel-details {
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform-origin: 25% 5%;
    transform-origin: 25% 5%;
    -webkit-transform: rotate(10deg) scale(.01);
    transform: rotate(10deg) scale(.01);
    opacity: 0;
    position: absolute;
    top: -20px;
    right: -325px;
    border-radius: 50%;
    width: 450px;
    height: 450px;
    background: url(../../hollywoodmetal.com/wp-content/uploads/2014/02/black-sails-poster-1.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 57px;
    margin: 0 auto;
    z-index: 99
}
.tv-channel-list li .channel-details .close-btn {
    position: absolute;
    left: 21%;
    top: 5px;
    z-index: 1
}
.tv-channel-list li .channel-details .close-btn button {
    border: 0;
    padding: 0;
    background: 0 0;
    outline: none;
    opacity: 1;
    float: none;
    text-shadow: none;
    font-size: 3rem
}
.tv-channel-list li .channel-details .close-btn button:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}
.tv-channel-list li .channel-details .close-btn button i {
    color: #7c6900
}
.tv-channel-list li .channel-details .select-btn {
    position: absolute;
    top: calc(50% - 35px);
    right: -40px;
    z-index: 1;
    -webkit-transform-origin: -281%;
    transform-origin: -281%;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
    transition: all 450ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channel-list li .channel-details .select-btn button {
    outline: none;
    text-align: center;
    font-weight: 600;
    border: 0;
    font-size: 1.6rem;
    text-shadow: none;
    width: 70px;
    height: 70px;
    background: #7c6900;
    border-radius: 50%;
    color: #fff
}
.tv-channel-list li .channel-details .select-btn button i {
    font-size: 1.8rem
}
.tv-channel-list li .channel-details .select-btn button span {
    display: block
}
.tv-channel-list li .channel-details .select-btn button:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}
.tv-channel-list li .channel-details .channel-logo {
    background: #fff url("/html-fido/cms/ute/fido/images/brand/fido/tv-channels-sprite@2x.png") no-repeat;
    width: 70px;
    height: 60px;
    background-size: 70px auto;
    margin: 0 auto
}
.tv-channel-list li .channel-details .where-to-watch {
    font-size: 1.8rem
}
.tv-channel-list li .channel-details:after {
    content: '';
    position: absolute;
    top: -13px;
    left: -13px;
    border: 8px solid rgba(0, 175, 171, .7);
    width: 476px;
    height: 476px;
    border-radius: 50%
}
.tv-channel-list li .channel-details:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    border: 5px solid rgba(204, 204, 204, .7);
    width: 460px;
    height: 460px;
    border-radius: 50%
}
.tv-channel-list li.show-detail:hover:after {
    opacity: 0
}
.tv-channel-list li.show-detail .channel-details {
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 25% 5%;
    transform-origin: 25% 5%;
    right: -335px;
    opacity: 1
}
.tv-channel-list li.show-detail .channel-details .select-btn {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 450ms cubic-bezier(.68, -.55, .265, 1.55);
    transition-delay: 50ms
}
.tv-channel-list li.selected .select-btn {
    right: -45px
}
.tv-channel-list li.selected .select-btn button {
    width: 80px;
    height: 80px;
    background: #00afab
}
.tv-channel-list li.selected .select-btn button i {
    font-size: 3rem;
    color: #7c6900;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") center center no-repeat;
    background-size: 76% 76%
}
.tv-channel-list li.selected .select-btn button span {
    position: relative;
    top: -4px
}
.tv-channel-list li.right .channel-details {
    right: auto;
    left: -325px;
    -webkit-transform-origin: 75% 5%;
    transform-origin: 75% 5%
}
.tv-channel-list li.right .channel-details .close-btn {
    left: auto;
    right: 21%
}
.tv-channel-list li.right .channel-details .select-btn {
    right: auto;
    left: -40px;
    -webkit-transform-origin: 375%;
    transform-origin: 375%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}
.tv-channel-list li.right.show-detail .channel-details {
    -webkit-transform-origin: 75% 5%;
    transform-origin: 75% 5%;
    left: -335px
}
.tv-channel-list li.right.show-detail .channel-details .select-btn {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.tv-channel-list li.disabled {
    pointer-events: none
}
body[ute-device-size='xs'] .tv-channel-list li .channel-details,
body[ute-device-size='sm'] .tv-channel-list li .channel-details {
    width: 350px;
    height: 350px;
    position: fixed;
    top: 120px;
    right: 42px
}
body[ute-device-size='xs'] .tv-channel-list li .channel-details:after,
body[ute-device-size='sm'] .tv-channel-list li .channel-details:after {
    width: 376px;
    height: 376px
}
body[ute-device-size='xs'] .tv-channel-list li .channel-details:before,
body[ute-device-size='sm'] .tv-channel-list li .channel-details:before {
    width: 360px;
    height: 360px
}
body[ute-device-size='xs'] .tv-channel-list li .channel-details .channel-logo,
body[ute-device-size='sm'] .tv-channel-list li .channel-details .channel-logo {
    margin-top: -30px
}
.channel-logo {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/tv-channels-sprite@2x.png") no-repeat;
    width: 70px;
    height: 60px;
    background-size: 70px auto;
    margin: 0 auto
}
.tv-channel-list li[tt-code],
.channel-details .channel-logo[tt-code],
.channel-logo[tt-code],
.tv-channel-list li .channel-details .channel-logo[tt-code] {
    background-position: 0 0
}
.tv-channel-list li[tt-code="ABC Detroit (WXYZ) HD"],
.channel-details .channel-logo[tt-code="ABC Detroit (WXYZ) HD"],
.channel-logo[tt-code="ABC Detroit (WXYZ) HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="ABC Detroit (WXYZ) HD"] {
    background-position: 0 -60px
}
.tv-channel-list li[tt-code="AMIau"],
.channel-details .channel-logo[tt-code="AMIau"],
.channel-logo[tt-code="AMIau"],
.tv-channel-list li .channel-details .channel-logo[tt-code="AMIau"] {
    background-position: 0 -120px
}
.tv-channel-list li[tt-code="AMI"],
.channel-details .channel-logo[tt-code="AMI"],
.channel-logo[tt-code="AMI"],
.tv-channel-list li .channel-details .channel-logo[tt-code="AMI"] {
    background-position: 0 -180px
}
.tv-channel-list li[tt-code="AMItv"],
.channel-details .channel-logo[tt-code="AMItv"],
.channel-logo[tt-code="AMItv"],
.tv-channel-list li .channel-details .channel-logo[tt-code="AMItv"] {
    background-position: 0 -240px
}
.tv-channel-list li[tt-code="APTNH"],
.channel-details .channel-logo[tt-code="APTNH"],
.channel-logo[tt-code="APTNH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="APTNH"] {
    background-position: 0 -300px
}
.tv-channel-list li[tt-code="TT_CBC_News_Network"],
.channel-details .channel-logo[tt-code="TT_CBC_News_Network"],
.channel-logo[tt-code="TT_CBC_News_Network"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_CBC_News_Network"] {
    background-position: 0 -360px
}
.tv-channel-list li[tt-code="HDCBC"],
.channel-details .channel-logo[tt-code="HDCBC"],
.channel-logo[tt-code="HDCBC"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDCBC"] {
    background-position: 0 -420px
}
.tv-channel-list li[tt-code="HDCBS"],
.channel-details .channel-logo[tt-code="HDCBS"],
.channel-logo[tt-code="HDCBS"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDCBS"] {
    background-position: 0 -480px
}
.tv-channel-list li[tt-code="HD CH"],
.channel-details .channel-logo[tt-code="HD CH"],
.channel-logo[tt-code="HD CH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HD CH"] {
    background-position: 0 -540px
}
.tv-channel-list li[tt-code="HDCTY"],
.channel-details .channel-logo[tt-code="HDCTY"],
.channel-logo[tt-code="HDCTY"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDCTY"] {
    background-position: 0 -600px
}
.tv-channel-list li[tt-code="CP24H"],
.channel-details .channel-logo[tt-code="CP24H"],
.channel-logo[tt-code="CP24H"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CP24H"] {
    background-position: 0 -660px
}
.tv-channel-list li[tt-code="CPCEH"],
.channel-details .channel-logo[tt-code="CPCEH"],
.channel-logo[tt-code="CPCEH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CPCEH"] {
    background-position: 0 -720px
}
.tv-channel-list li[tt-code="CPCFH"],
.channel-details .channel-logo[tt-code="CPCFH"],
.channel-logo[tt-code="CPCFH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CPCFH"] {
    background-position: 0 -780px
}
.tv-channel-list li[tt-code="TT_CTV_News_Channel"],
.channel-details .channel-logo[tt-code="TT_CTV_News_Channel"],
.channel-logo[tt-code="TT_CTV_News_Channel"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_CTV_News_Channel"] {
    background-position: 0 -840px
}
.tv-channel-list li[tt-code="TT E!"],
.channel-details .channel-logo[tt-code="TT E!"],
.channel-logo[tt-code="TT E!"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT E!"] {
    background-position: 0 -900px
}
.tv-channel-list li[tt-code="HDFOX"],
.channel-details .channel-logo[tt-code="HDFOX"],
.channel-logo[tt-code="HDFOX"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDFOX"] {
    background-position: 0 -960px
}
.tv-channel-list li[tt-code="HDGLB"],
.channel-details .channel-logo[tt-code="HDGLB"],
.channel-logo[tt-code="HDGLB"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDGLB"] {
    background-position: 0 -1020px
}
.tv-channel-list li[tt-code="HDSRC"],
.channel-details .channel-logo[tt-code="HDSRC"],
.channel-logo[tt-code="HDSRC"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDSRC"] {
    background-position: 0 -1080px
}
.tv-channel-list li[tt-code="RDIHD"],
.channel-details .channel-logo[tt-code="RDIHD"],
.channel-logo[tt-code="RDIHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="RDIHD"] {
    background-position: 0 -1140px
}
.tv-channel-list li[tt-code="TT_MTV"],
.channel-details .channel-logo[tt-code="TT_MTV"],
.channel-logo[tt-code="TT_MTV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_MTV"] {
    background-position: 0 -1200px
}
.tv-channel-list li[tt-code="TT_MuchMusic"],
.channel-details .channel-logo[tt-code="TT_MuchMusic"],
.channel-logo[tt-code="TT_MuchMusic"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_MuchMusic"] {
    background-position: 0 -1260px
}
.tv-channel-list li[tt-code="HDNBC"],
.channel-details .channel-logo[tt-code="HDNBC"],
.channel-logo[tt-code="HDNBC"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDNBC"] {
    background-position: 0 -1320px
}
.tv-channel-list li[tt-code="TT_NFL_Network"],
.channel-details .channel-logo[tt-code="TT_NFL_Network"],
.channel-logo[tt-code="TT_NFL_Network"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_NFL_Network"] {
    background-position: 0 -1380px
}
.tv-channel-list li[tt-code="HDOM1"],
.channel-details .channel-logo[tt-code="HDOM1"],
.channel-logo[tt-code="HDOM1"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDOM1"] {
    background-position: 0 -1440px
}
.tv-channel-list li[tt-code="HDOM2"],
.channel-details .channel-logo[tt-code="HDOM2"],
.channel-logo[tt-code="HDOM2"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDOM2"] {
    background-position: 0 -1500px
}
.tv-channel-list li[tt-code="ont-parl"],
.channel-details .channel-logo[tt-code="ont-parl"],
.channel-logo[tt-code="ont-parl"],
.tv-channel-list li .channel-details .channel-logo[tt-code="ont-parl"] {
    background-position: 0 -1560px
}
.tv-channel-list li[tt-code="HDPBS"],
.channel-details .channel-logo[tt-code="HDPBS"],
.channel-logo[tt-code="HDPBS"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDPBS"] {
    background-position: 0 -1620px
}
.tv-channel-list li[tt-code="TFOHD"],
.channel-details .channel-logo[tt-code="TFOHD"],
.channel-logo[tt-code="TFOHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TFOHD"] {
    background-position: 0 -1680px
}
.tv-channel-list li[tt-code="HSHOP"],
.channel-details .channel-logo[tt-code="HSHOP"],
.channel-logo[tt-code="HSHOP"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HSHOP"] {
    background-position: 0 -1740px
}
.tv-channel-list li[tt-code="TWNHD"],
.channel-details .channel-logo[tt-code="TWNHD"],
.channel-logo[tt-code="TWNHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TWNHD"] {
    background-position: 0 -1800px
}
.tv-channel-list li[tt-code="TV5HD"],
.channel-details .channel-logo[tt-code="TV5HD"],
.channel-logo[tt-code="TV5HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TV5HD"] {
    background-position: 0 -1860px
}
.tv-channel-list li[tt-code="TVAHD"],
.channel-details .channel-logo[tt-code="TVAHD"],
.channel-logo[tt-code="TVAHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TVAHD"] {
    background-position: 0 -1920px
}
.tv-channel-list li[tt-code="adkHD"],
.channel-details .channel-logo[tt-code="adkHD"],
.channel-logo[tt-code="adkHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="adkHD"] {
    background-position: 0 -1980px
}
.tv-channel-list li[tt-code="TT_BookTelevision"],
.channel-details .channel-logo[tt-code="TT_BookTelevision"],
.channel-logo[tt-code="TT_BookTelevision"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_BookTelevision"] {
    background-position: 0 -2040px
}
.tv-channel-list li[tt-code="BEIN"],
.channel-details .channel-logo[tt-code="BEIN"],
.channel-logo[tt-code="BEIN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="BEIN"] {
    background-position: 0 -2100px
}
.tv-channel-list li[tt-code="DHD"],
.channel-details .channel-logo[tt-code="DHD"],
.channel-logo[tt-code="DHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="DHD"] {
    background-position: 0 -2160px
}
.tv-channel-list li[tt-code="TT_Canal_Evasion"],
.channel-details .channel-logo[tt-code="TT_Canal_Evasion"],
.channel-logo[tt-code="TT_Canal_Evasion"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Canal_Evasion"] {
    background-position: 0 -2220px
}
.tv-channel-list li[tt-code="TT_Canal_Savoir"],
.channel-details .channel-logo[tt-code="TT_Canal_Savoir"],
.channel-logo[tt-code="TT_Canal_Savoir"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Canal_Savoir"] {
    background-position: 0 -2280px
}
.tv-channel-list li[tt-code="TT_Canal_Vie"],
.channel-details .channel-logo[tt-code="TT_Canal_Vie"],
.channel-logo[tt-code="TT_Canal_Vie"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Canal_Vie"] {
    background-position: 0 -2340px
}
.tv-channel-list li[tt-code="cbc-television"],
.channel-details .channel-logo[tt-code="cbc-television"],
.channel-logo[tt-code="cbc-television"],
.tv-channel-list li .channel-details .channel-logo[tt-code="cbc-television"] {
    background-position: 0 -2400px
}
.tv-channel-list li[tt-code="TT_CBS_Sports_Network"],
.channel-details .channel-logo[tt-code="TT_CBS_Sports_Network"],
.channel-logo[tt-code="TT_CBS_Sports_Network"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_CBS_Sports_Network"] {
    background-position: 0 -2460px
}
.tv-channel-list li[tt-code="CH 12"],
.channel-details .channel-logo[tt-code="CH 12"],
.channel-logo[tt-code="CH 12"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CH 12"] {
    background-position: 0 -2520px
}
.tv-channel-list li[tt-code="TT_Cottage_Life"],
.channel-details .channel-logo[tt-code="TT_Cottage_Life"],
.channel-logo[tt-code="TT_Cottage_Life"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Cottage_Life"] {
    background-position: 0 -2580px
}
.tv-channel-list li[tt-code="TCTV2"],
.channel-details .channel-logo[tt-code="TCTV2"],
.channel-logo[tt-code="TCTV2"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TCTV2"] {
    background-position: 0 -2640px
}
.tv-channel-list li[tt-code="TT_Documentary"],
.channel-details .channel-logo[tt-code="TT_Documentary"],
.channel-logo[tt-code="TT_Documentary"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Documentary"] {
    background-position: 0 -2700px
}
.tv-channel-list li[tt-code="EURNW"],
.channel-details .channel-logo[tt-code="EURNW"],
.channel-logo[tt-code="EURNW"],
.tv-channel-list li .channel-details .channel-logo[tt-code="EURNW"] {
    background-position: 0 -2760px
}
.tv-channel-list li[tt-code="EWS"],
.channel-details .channel-logo[tt-code="EWS"],
.channel-logo[tt-code="EWS"],
.tv-channel-list li .channel-details .channel-logo[tt-code="EWS"] {
    background-position: 0 -2820px
}
.tv-channel-list li[tt-code="FOX Detroit (WJBK) HD"],
.channel-details .channel-logo[tt-code="FOX Detroit (WJBK) HD"],
.channel-logo[tt-code="FOX Detroit (WJBK) HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="FOX Detroit (WJBK) HD"] {
    background-position: 0 -2880px
}
.tv-channel-list li[tt-code="MCHLH"],
.channel-details .channel-logo[tt-code="MCHLH"],
.channel-logo[tt-code="MCHLH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="MCHLH"] {
    background-position: 0 -2940px
}
.tv-channel-list li[tt-code="MCHVH"],
.channel-details .channel-logo[tt-code="MCHVH"],
.channel-logo[tt-code="MCHVH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="MCHVH"] {
    background-position: 0 -3000px
}
.tv-channel-list li[tt-code="NBAHD"],
.channel-details .channel-logo[tt-code="NBAHD"],
.channel-logo[tt-code="NBAHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="NBAHD"] {
    background-position: 0 -3060px
}
.tv-channel-list li[tt-code="SPCHD"],
.channel-details .channel-logo[tt-code="SPCHD"],
.channel-logo[tt-code="SPCHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SPCHD"] {
    background-position: 0 -3120px
}
.tv-channel-list li[tt-code="SPKHD"],
.channel-details .channel-logo[tt-code="SPKHD"],
.channel-logo[tt-code="SPKHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SPKHD"] {
    background-position: 0 -3180px
}
.tv-channel-list li[tt-code="SN1HD"],
.channel-details .channel-logo[tt-code="SN1HD"],
.channel-logo[tt-code="SN1HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SN1HD"] {
    background-position: 0 -3240px
}
.tv-channel-list li[tt-code="SNWLH"],
.channel-details .channel-logo[tt-code="SNWLH"],
.channel-logo[tt-code="SNWLH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SNWLH"] {
    background-position: 0 -3300px
}
.tv-channel-list li[tt-code="SCHD1"],
.channel-details .channel-logo[tt-code="SCHD1"],
.channel-logo[tt-code="SCHD1"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SCHD1"] {
    background-position: 0 -3360px
}
.tv-channel-list li[tt-code="SCHD2"],
.channel-details .channel-logo[tt-code="SCHD2"],
.channel-logo[tt-code="SCHD2"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SCHD2"] {
    background-position: 0 -3420px
}
.tv-channel-list li[tt-code="SCHD3"],
.channel-details .channel-logo[tt-code="SCHD3"],
.channel-logo[tt-code="SCHD3"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SCHD3"] {
    background-position: 0 -3480px
}
.tv-channel-list li[tt-code="SCHD4"],
.channel-details .channel-logo[tt-code="SCHD4"],
.channel-logo[tt-code="SCHD4"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SCHD4"] {
    background-position: 0 -3540px
}
.tv-channel-list li[tt-code="SEHD"],
.channel-details .channel-logo[tt-code="SEHD"],
.channel-logo[tt-code="SEHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SEHD"] {
    background-position: 0 -3600px
}
.tv-channel-list li[tt-code="TLN"],
.channel-details .channel-logo[tt-code="TLN"],
.channel-logo[tt-code="TLN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TLN"] {
    background-position: 0 -3660px
}
.tv-channel-list li[tt-code="TT_The_Biography_Channel"],
.channel-details .channel-logo[tt-code="TT_The_Biography_Channel"],
.channel-logo[tt-code="TT_The_Biography_Channel"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_The_Biography_Channel"] {
    background-position: 0 -3720px
}
.tv-channel-list li[tt-code="TT_The_Movie _Network"],
.channel-details .channel-logo[tt-code="TT_The_Movie _Network"],
.channel-logo[tt-code="TT_The_Movie _Network"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_The_Movie _Network"] {
    background-position: 0 -3780px
}
.tv-channel-list li[tt-code="TLCHD"],
.channel-details .channel-logo[tt-code="TLCHD"],
.channel-logo[tt-code="TLCHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TLCHD"] {
    background-position: 0 -3840px
}
.tv-channel-list li[tt-code="ME2HD"],
.channel-details .channel-logo[tt-code="ME2HD"],
.channel-logo[tt-code="ME2HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="ME2HD"] {
    background-position: 0 -3900px
}
.tv-channel-list li[tt-code="TRAVH"],
.channel-details .channel-logo[tt-code="TRAVH"],
.channel-logo[tt-code="TRAVH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TRAVH"] {
    background-position: 0 -3960px
}
.tv-channel-list li[tt-code="TREEH"],
.channel-details .channel-logo[tt-code="TREEH"],
.channel-logo[tt-code="TREEH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TREEH"] {
    background-position: 0 -4020px
}
.tv-channel-list li[tt-code="TSN2"],
.channel-details .channel-logo[tt-code="TSN2"],
.channel-logo[tt-code="TSN2"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TSN2"] {
    background-position: 0 -4080px
}
.tv-channel-list li[tt-code="TT_VisionTV"],
.channel-details .channel-logo[tt-code="TT_VisionTV"],
.channel-logo[tt-code="TT_VisionTV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_VisionTV"] {
    background-position: 0 -4140px
}
.tv-channel-list li[tt-code="TT_VRAK_TV"],
.channel-details .channel-logo[tt-code="TT_VRAK_TV"],
.channel-logo[tt-code="TT_VRAK_TV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_VRAK_TV"] {
    background-position: 0 -4200px
}
.tv-channel-list li[tt-code="WLDHD"],
.channel-details .channel-logo[tt-code="WLDHD"],
.channel-logo[tt-code="WLDHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="WLDHD"] {
    background-position: 0 -4260px
}
.tv-channel-list li[tt-code="WWEHD"],
.channel-details .channel-logo[tt-code="WWEHD"],
.channel-logo[tt-code="WWEHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="WWEHD"] {
    background-position: 0 -4320px
}
.tv-channel-list li[tt-code="TT_YTV"],
.channel-details .channel-logo[tt-code="TT_YTV"],
.channel-logo[tt-code="TT_YTV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_YTV"] {
    background-position: 0 -4380px
}
.tv-channel-list li[tt-code="TT_Zeste"],
.channel-details .channel-logo[tt-code="TT_Zeste"],
.channel-logo[tt-code="TT_Zeste"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Zeste"] {
    background-position: 0 -4440px
}
.tv-channel-list li[tt-code="ZHD"],
.channel-details .channel-logo[tt-code="ZHD"],
.channel-logo[tt-code="ZHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="ZHD"] {
    background-position: 0 -4500px
}
.tv-channel-list li[tt-code="TT_AandE"],
.channel-details .channel-logo[tt-code="TT_AandE"],
.channel-logo[tt-code="TT_AandE"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_AandE"] {
    background-position: 0 -4560px
}
.tv-channel-list li[tt-code="TT_ABC_Spark"],
.channel-details .channel-logo[tt-code="TT_ABC_Spark"],
.channel-logo[tt-code="TT_ABC_Spark"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_ABC_Spark"] {
    background-position: 0 -4620px
}
.tv-channel-list li[tt-code="TT_Action"],
.channel-details .channel-logo[tt-code="TT_Action"],
.channel-logo[tt-code="TT_Action"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Action"] {
    background-position: 0 -4680px
}
.tv-channel-list li[tt-code="TT_AMC"],
.channel-details .channel-logo[tt-code="TT_AMC"],
.channel-logo[tt-code="TT_AMC"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_AMC"] {
    background-position: 0 -4740px
}
.tv-channel-list li[tt-code="TT_Animal_Planet"],
.channel-details .channel-logo[tt-code="TT_Animal_Planet"],
.channel-logo[tt-code="TT_Animal_Planet"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Animal_Planet"] {
    background-position: 0 -4800px
}
.tv-channel-list li[tt-code="TT_BET"],
.channel-details .channel-logo[tt-code="TT_BET"],
.channel-logo[tt-code="TT_BET"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_BET"] {
    background-position: 0 -4860px
}
.tv-channel-list li[tt-code="TT_Big_Ten_Network"],
.channel-details .channel-logo[tt-code="TT_Big_Ten_Network"],
.channel-logo[tt-code="TT_Big_Ten_Network"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Big_Ten_Network"] {
    background-position: 0 -4920px
}
.tv-channel-list li[tt-code="BRVOH"],
.channel-details .channel-logo[tt-code="BRVOH"],
.channel-logo[tt-code="BRVOH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="BRVOH"] {
    background-position: 0 -4980px
}
.tv-channel-list li[tt-code="TT_CMT_Canada"],
.channel-details .channel-logo[tt-code="TT_CMT_Canada"],
.channel-logo[tt-code="TT_CMT_Canada"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_CMT_Canada"] {
    background-position: 0 -5040px
}
.tv-channel-list li[tt-code="TT_CNN_Cable_News_Network"],
.channel-details .channel-logo[tt-code="TT_CNN_Cable_News_Network"],
.channel-logo[tt-code="TT_CNN_Cable_News_Network"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_CNN_Cable_News_Network"] {
    background-position: 0 -5100px
}
.tv-channel-list li[tt-code="TT_Cosmopolitan_TV"],
.channel-details .channel-logo[tt-code="TT_Cosmopolitan_TV"],
.channel-logo[tt-code="TT_Cosmopolitan_TV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Cosmopolitan_TV"] {
    background-position: 0 -5160px
}
.tv-channel-list li[tt-code="TT_Discovery_Channel"],
.channel-details .channel-logo[tt-code="TT_Discovery_Channel"],
.channel-logo[tt-code="TT_Discovery_Channel"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Discovery_Channel"] {
    background-position: 0 -5220px
}
.tv-channel-list li[tt-code="TT_Discovery_World"],
.channel-details .channel-logo[tt-code="TT_Discovery_World"],
.channel-logo[tt-code="TT_Discovery_World"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Discovery_World"] {
    background-position: 0 -5280px
}
.tv-channel-list li[tt-code="TT_DTOUR"],
.channel-details .channel-logo[tt-code="TT_DTOUR"],
.channel-logo[tt-code="TT_DTOUR"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_DTOUR"] {
    background-position: 0 -5340px
}
.tv-channel-list li[tt-code="FASHN"],
.channel-details .channel-logo[tt-code="FASHN"],
.channel-logo[tt-code="FASHN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="FASHN"] {
    background-position: 0 -5400px
}
.tv-channel-list li[tt-code="TT_FXX"],
.channel-details .channel-logo[tt-code="TT_FXX"],
.channel-logo[tt-code="TT_FXX"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_FXX"] {
    background-position: 0 -5460px
}
.tv-channel-list li[tt-code="TT_G4_Canada"],
.channel-details .channel-logo[tt-code="TT_G4_Canada"],
.channel-logo[tt-code="TT_G4_Canada"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_G4_Canada"] {
    background-position: 0 -5520px
}
.tv-channel-list li[tt-code="GOLHD"],
.channel-details .channel-logo[tt-code="GOLHD"],
.channel-logo[tt-code="GOLHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="GOLHD"] {
    background-position: 0 -5580px
}
.tv-channel-list li[tt-code="HDLTV"],
.channel-details .channel-logo[tt-code="HDLTV"],
.channel-logo[tt-code="HDLTV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDLTV"] {
    background-position: 0 -5640px
}
.tv-channel-list li[tt-code="HDNAT"],
.channel-details .channel-logo[tt-code="HDNAT"],
.channel-logo[tt-code="HDNAT"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDNAT"] {
    background-position: 0 -5700px
}
.tv-channel-list li[tt-code="HDSHO"],
.channel-details .channel-logo[tt-code="HDSHO"],
.channel-logo[tt-code="HDSHO"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDSHO"] {
    background-position: 0 -5760px
}
.tv-channel-list li[tt-code="360 HD"],
.channel-details .channel-logo[tt-code="360 HD"],
.channel-logo[tt-code="360 HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="360 HD"] {
    background-position: 0 -5820px
}
.tv-channel-list li[tt-code="SNEHD"],
.channel-details .channel-logo[tt-code="SNEHD"],
.channel-logo[tt-code="SNEHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SNEHD"] {
    background-position: 0 -5880px
}
.tv-channel-list li[tt-code="SNOHD"],
.channel-details .channel-logo[tt-code="SNOHD"],
.channel-logo[tt-code="SNOHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SNOHD"] {
    background-position: 0 -5940px
}
.tv-channel-list li[tt-code="SNPHD"],
.channel-details .channel-logo[tt-code="SNPHD"],
.channel-logo[tt-code="SNPHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SNPHD"] {
    background-position: 0 -6000px
}
.tv-channel-list li[tt-code="SNWHD"],
.channel-details .channel-logo[tt-code="SNWHD"],
.channel-logo[tt-code="SNWHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SNWHD"] {
    background-position: 0 -6060px
}
.tv-channel-list li[tt-code="SPNHD"],
.channel-details .channel-logo[tt-code="SPNHD"],
.channel-logo[tt-code="SPNHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SPNHD"] {
    background-position: 0 -6120px
}
.tv-channel-list li[tt-code="CMDYH"],
.channel-details .channel-logo[tt-code="CMDYH"],
.channel-logo[tt-code="CMDYH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CMDYH"] {
    background-position: 0 -6180px
}
.tv-channel-list li[tt-code="FNHD"],
.channel-details .channel-logo[tt-code="FNHD"],
.channel-logo[tt-code="FNHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="FNHD"] {
    background-position: 0 -6240px
}
.tv-channel-list li[tt-code="TSN1H"],
.channel-details .channel-logo[tt-code="TSN1H"],
.channel-logo[tt-code="TSN1H"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TSN1H"] {
    background-position: 0 -6300px
}
.tv-channel-list li[tt-code="TSN2H"],
.channel-details .channel-logo[tt-code="TSN2H"],
.channel-logo[tt-code="TSN2H"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TSN2H"] {
    background-position: 0 -6360px
}
.tv-channel-list li[tt-code="TSN3H"],
.channel-details .channel-logo[tt-code="TSN3H"],
.channel-logo[tt-code="TSN3H"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TSN3H"] {
    background-position: 0 -6420px
}
.tv-channel-list li[tt-code="TSN4H"],
.channel-details .channel-logo[tt-code="TSN4H"],
.channel-logo[tt-code="TSN4H"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TSN4H"] {
    background-position: 0 -6480px
}
.tv-channel-list li[tt-code="TSNH5"],
.channel-details .channel-logo[tt-code="TSNH5"],
.channel-logo[tt-code="TSNH5"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TSNH5"] {
    background-position: 0 -6540px
}
.tv-channel-list li[tt-code="TWIST"],
.channel-details .channel-logo[tt-code="TWIST"],
.channel-logo[tt-code="TWIST"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TWIST"] {
    background-position: 0 -6600px
}
.tv-channel-list li[tt-code="TT_W_Network_EastTT_W_Network_East"],
.channel-details .channel-logo[tt-code="TT_W_Network_EastTT_W_Network_East"],
.channel-logo[tt-code="TT_W_Network_EastTT_W_Network_East"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_W_Network_EastTT_W_Network_East"] {
    background-position: 0 -6660px
}
.tv-channel-list li[tt-code="crime-investigation"],
.channel-details .channel-logo[tt-code="crime-investigation"],
.channel-logo[tt-code="crime-investigation"],
.tv-channel-list li .channel-details .channel-logo[tt-code="crime-investigation"] {
    background-position: 0 -6720px
}
.tv-channel-list li[tt-code="H2HD"],
.channel-details .channel-logo[tt-code="H2HD"],
.channel-logo[tt-code="H2HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="H2HD"] {
    background-position: 0 -6780px
}
.tv-channel-list li[tt-code="HBOHD"],
.channel-details .channel-logo[tt-code="HBOHD"],
.channel-logo[tt-code="HBOHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HBOHD"] {
    background-position: 0 -6840px
}
.tv-channel-list li[tt-code="HISHD"],
.channel-details .channel-logo[tt-code="HISHD"],
.channel-logo[tt-code="HISHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HISHD"] {
    background-position: 0 -6900px
}
.tv-channel-list li[tt-code="TT_ichannel"],
.channel-details .channel-logo[tt-code="TT_ichannel"],
.channel-logo[tt-code="TT_ichannel"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_ichannel"] {
    background-position: 0 -6960px
}
.tv-channel-list li[tt-code="TT_Independent_Film_Channel_Canada"],
.channel-details .channel-logo[tt-code="TT_Independent_Film_Channel_Canada"],
.channel-logo[tt-code="TT_Independent_Film_Channel_Canada"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_Independent_Film_Channel_Canada"] {
    background-position: 0 -7020px
}
.tv-channel-list li[tt-code="CANLN"],
.channel-details .channel-logo[tt-code="CANLN"],
.channel-logo[tt-code="CANLN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CANLN"] {
    background-position: 0 -7080px
}
.tv-channel-list li[tt-code="METE."],
.channel-details .channel-logo[tt-code="METE."],
.channel-logo[tt-code="METE."],
.tv-channel-list li .channel-details .channel-logo[tt-code="METE."] {
    background-position: 0 -7140px
}
.tv-channel-list li[tt-code="MLBHD"],
.channel-details .channel-logo[tt-code="MLBHD"],
.channel-logo[tt-code="MLBHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="MLBHD"] {
    background-position: 0 -7200px
}
.tv-channel-list li[tt-code="HDMTM"],
.channel-details .channel-logo[tt-code="HDMTM"],
.channel-logo[tt-code="HDMTM"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDMTM"] {
    background-position: 0 -7260px
}
.tv-channel-list li[tt-code="RETRH"],
.channel-details .channel-logo[tt-code="RETRH"],
.channel-logo[tt-code="RETRH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="RETRH"] {
    background-position: 0 -7320px
}
.tv-channel-list li[tt-code="TT_MusiMax"],
.channel-details .channel-logo[tt-code="TT_MusiMax"],
.channel-logo[tt-code="TT_MusiMax"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_MusiMax"] {
    background-position: 0 -7380px
}
.tv-channel-list li[tt-code="TT_MusiquePlus"],
.channel-details .channel-logo[tt-code="TT_MusiquePlus"],
.channel-logo[tt-code="TT_MusiquePlus"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_MusiquePlus"] {
    background-position: 0 -7440px
}
.tv-channel-list li[tt-code="NGWHD"],
.channel-details .channel-logo[tt-code="NGWHD"],
.channel-logo[tt-code="NGWHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="NGWHD"] {
    background-position: 0 -7500px
}
.tv-channel-list li[tt-code="HDNBC"],
.channel-details .channel-logo[tt-code="HDNBC"],
.channel-logo[tt-code="HDNBC"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDNBC"] {
    background-position: 0 -7560px
}
.tv-channel-list li[tt-code="NHLNH"],
.channel-details .channel-logo[tt-code="NHLNH"],
.channel-logo[tt-code="NHLNH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="NHLNH"] {
    background-position: 0 -7620px
}
.tv-channel-list li[tt-code="ODSY"],
.channel-details .channel-logo[tt-code="ODSY"],
.channel-logo[tt-code="ODSY"],
.tv-channel-list li .channel-details .channel-logo[tt-code="ODSY"] {
    background-position: 0 -7680px
}
.tv-channel-list li[tt-code="OUTHD"],
.channel-details .channel-logo[tt-code="OUTHD"],
.channel-logo[tt-code="OUTHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="OUTHD"] {
    background-position: 0 -7740px
}
.tv-channel-list li[tt-code="WQLN"],
.channel-details .channel-logo[tt-code="WQLN"],
.channel-logo[tt-code="WQLN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="WQLN"] {
    background-position: 0 -7800px
}
.tv-channel-list li[tt-code="RDSHD"],
.channel-details .channel-logo[tt-code="RDSHD"],
.channel-logo[tt-code="RDSHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="RDSHD"] {
    background-position: 0 -7860px
}
.tv-channel-list li[tt-code="SNWLH"],
.channel-details .channel-logo[tt-code="SNWLH"],
.channel-logo[tt-code="SNWLH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SNWLH"] {
    background-position: 0 -7920px
}
.tv-channel-list li[tt-code="GLFHD"],
.channel-details .channel-logo[tt-code="GLFHD"],
.channel-logo[tt-code="GLFHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="GLFHD"] {
    background-position: 0 -7980px
}
.tv-channel-list li[tt-code="CBS Detroit (WWJ) HD"],
.channel-details .channel-logo[tt-code="CBS Detroit (WWJ) HD"],
.channel-logo[tt-code="CBS Detroit (WWJ) HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CBS Detroit (WWJ) HD"] {
    background-position: 0 -8040px
}
.tv-channel-list li[tt-code="vhd"],
.channel-details .channel-logo[tt-code="vhd"],
.channel-logo[tt-code="vhd"],
.tv-channel-list li .channel-details .channel-logo[tt-code="vhd"] {
    background-position: 0 -8100px
}
.tv-channel-list li[tt-code="ATN"],
.channel-details .channel-logo[tt-code="ATN"],
.channel-logo[tt-code="ATN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="ATN"] {
    background-position: 0 -8160px
}
.tv-channel-list li[tt-code="TT_BNN"],
.channel-details .channel-logo[tt-code="TT_BNN"],
.channel-logo[tt-code="TT_BNN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_BNN"] {
    background-position: 0 -8220px
}
.tv-channel-list li[tt-code="HDCTV"],
.channel-details .channel-logo[tt-code="HDCTV"],
.channel-logo[tt-code="HDCTV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDCTV"] {
    background-position: 0 -8280px
}
.tv-channel-list li[tt-code="TT_CTV_News_Channel"],
.channel-details .channel-logo[tt-code="TT_CTV_News_Channel"],
.channel-logo[tt-code="TT_CTV_News_Channel"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_CTV_News_Channel"] {
    background-position: 0 -8340px
}
.tv-channel-list li[tt-code="TT_DIY_Network"],
.channel-details .channel-logo[tt-code="TT_DIY_Network"],
.channel-logo[tt-code="TT_DIY_Network"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_DIY_Network"] {
    background-position: 0 -8400px
}
.tv-channel-list li[tt-code="FAIR"],
.channel-details .channel-logo[tt-code="FAIR"],
.channel-logo[tt-code="FAIR"],
.tv-channel-list li .channel-details .channel-logo[tt-code="FAIR"] {
    background-position: 0 -8460px
}
.tv-channel-list li[tt-code="TT_GameTV"],
.channel-details .channel-logo[tt-code="TT_GameTV"],
.channel-logo[tt-code="TT_GameTV"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_GameTV"] {
    background-position: 0 -8520px
}
.tv-channel-list li[tt-code="Haldimand County"],
.channel-details .channel-logo[tt-code="Haldimand County"],
.channel-logo[tt-code="Haldimand County"],
.tv-channel-list li .channel-details .channel-logo[tt-code="Haldimand County"] {
    background-position: 0 -8580px
}
.tv-channel-list li[tt-code="HDHIS"],
.channel-details .channel-logo[tt-code="HDHIS"],
.channel-logo[tt-code="HDHIS"],
.tv-channel-list li .channel-details .channel-logo[tt-code="HDHIS"] {
    background-position: 0 -8640px
}
.tv-channel-list li[tt-code="LTMHD"],
.channel-details .channel-logo[tt-code="LTMHD"],
.channel-logo[tt-code="LTMHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="LTMHD"] {
    background-position: 0 -8700px
}
.tv-channel-list li[tt-code="MXSHD"],
.channel-details .channel-logo[tt-code="MXSHD"],
.channel-logo[tt-code="MXSHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="MXSHD"] {
    background-position: 0 -8760px
}
.tv-channel-list li[tt-code="MFSTH"],
.channel-details .channel-logo[tt-code="MFSTH"],
.channel-logo[tt-code="MFSTH"],
.tv-channel-list li .channel-details .channel-logo[tt-code="MFSTH"] {
    background-position: 0 -8820px
}
.tv-channel-list li[tt-code="MFNHD"],
.channel-details .channel-logo[tt-code="MFNHD"],
.channel-logo[tt-code="MFNHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="MFNHD"] {
    background-position: 0 -8880px
}
.tv-channel-list li[tt-code="TT_One_Body_Mind_and_Spirit_Channel"],
.channel-details .channel-logo[tt-code="TT_One_Body_Mind_and_Spirit_Channel"],
.channel-logo[tt-code="TT_One_Body_Mind_and_Spirit_Channel"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_One_Body_Mind_and_Spirit_Channel"] {
    background-position: 0 -8940px
}
.tv-channel-list li[tt-code="TT_OWN"],
.channel-details .channel-logo[tt-code="TT_OWN"],
.channel-logo[tt-code="TT_OWN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_OWN"] {
    background-position: 0 -9000px
}
.tv-channel-list li[tt-code="RTVHD"],
.channel-details .channel-logo[tt-code="RTVHD"],
.channel-logo[tt-code="RTVHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="RTVHD"] {
    background-position: 0 -9060px
}
.tv-channel-list li[tt-code="S+HD"],
.channel-details .channel-logo[tt-code="S+HD"],
.channel-logo[tt-code="S+HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="S+HD"] {
    background-position: 0 -9120px
}
.tv-channel-list li[tt-code="SLIHD"],
.channel-details .channel-logo[tt-code="SLIHD"],
.channel-logo[tt-code="SLIHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="SLIHD"] {
    background-position: 0 -9180px
}
.tv-channel-list li[tt-code="TALNT"],
.channel-details .channel-logo[tt-code="TALNT"],
.channel-logo[tt-code="TALNT"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TALNT"] {
    background-position: 0 -9240px
}
.tv-channel-list li[tt-code="TT_TELETOON_EN"],
.channel-details .channel-logo[tt-code="TT_TELETOON_EN"],
.channel-logo[tt-code="TT_TELETOON_EN"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_TELETOON_EN"] {
    background-position: 0 -9300px
}
.tv-channel-list li[tt-code="TT_TELETOON_Retro_French"],
.channel-details .channel-logo[tt-code="TT_TELETOON_Retro_French"],
.channel-logo[tt-code="TT_TELETOON_Retro_French"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TT_TELETOON_Retro_French"] {
    background-position: 0 -9360px
}
.tv-channel-list li[tt-code="TVOHD"],
.channel-details .channel-logo[tt-code="TVOHD"],
.channel-logo[tt-code="TVOHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TVOHD"] {
    background-position: 0 -9420px
}
.tv-channel-list li[tt-code="TVAHD"],
.channel-details .channel-logo[tt-code="TVAHD"],
.channel-logo[tt-code="TVAHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TVAHD"] {
    background-position: 0 -9480px
}
.tv-channel-list li[tt-code="TSPHD"],
.channel-details .channel-logo[tt-code="TSPHD"],
.channel-logo[tt-code="TSPHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TSPHD"] {
    background-position: 0 -9540px
}
.tv-channel-list li[tt-code="UNI"],
.channel-details .channel-logo[tt-code="UNI"],
.channel-logo[tt-code="UNI"],
.tv-channel-list li .channel-details .channel-logo[tt-code="UNI"] {
    background-position: 0 -9600px
}
.tv-channel-list li[tt-code="WFNHD"],
.channel-details .channel-logo[tt-code="WFNHD"],
.channel-logo[tt-code="WFNHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="WFNHD"] {
    background-position: 0 -9660px
}
.tv-channel-list li[tt-code="YWHD"],
.channel-details .channel-logo[tt-code="YWHD"],
.channel-logo[tt-code="YWHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="YWHD"] {
    background-position: 0 -9720px
}
.tv-channel-list li[tt-code="DEAL$"],
.channel-details .channel-logo[tt-code="DEAL$"],
.channel-logo[tt-code="DEAL$"],
.tv-channel-list li .channel-details .channel-logo[tt-code="DEAL$"] {
    background-position: 0 -9780px
}
.tv-channel-list li[tt-code="abc-channel-7"],
.channel-details .channel-logo[tt-code="abc-channel-7"],
.channel-logo[tt-code="abc-channel-7"],
.tv-channel-list li .channel-details .channel-logo[tt-code="abc-channel-7"] {
    background-position: 0 -9840px
}
.tv-channel-list li[tt-code="MTV2H"],
.channel-details .channel-logo[tt-code="MTV2H"],
.channel-logo[tt-code="MTV2H"],
.tv-channel-list li .channel-details .channel-logo[tt-code="MTV2H"] {
    background-position: 0 -9900px
}
.tv-channel-list li[tt-code="OLNHD"],
.channel-details .channel-logo[tt-code="OLNHD"],
.channel-logo[tt-code="OLNHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="OLNHD"] {
    background-position: 0 -9960px
}
.tv-channel-list li[tt-code="ici-tele"],
.channel-details .channel-logo[tt-code="ici-tele"],
.channel-logo[tt-code="ici-tele"],
.tv-channel-list li .channel-details .channel-logo[tt-code="ici-tele"] {
    background-position: 0 -10020px
}
.tv-channel-list li[tt-code="TV Rogers HD"],
.channel-details .channel-logo[tt-code="TV Rogers HD"],
.channel-logo[tt-code="TV Rogers HD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="TV Rogers HD"] {
    background-position: 0 -10080px
}
.tv-channel-list li[tt-code="tva"],
.channel-details .channel-logo[tt-code="tva"],
.channel-logo[tt-code="tva"],
.tv-channel-list li .channel-details .channel-logo[tt-code="tva"] {
    background-position: 0 -10140px
}
.tv-channel-list li[tt-code="WUAB Cleveland (My43, WUAB)"],
.channel-details .channel-logo[tt-code="WUAB Cleveland (My43, WUAB)"],
.channel-logo[tt-code="WUAB Cleveland (My43, WUAB)"],
.tv-channel-list li .channel-details .channel-logo[tt-code="WUAB Cleveland (My43, WUAB)"] {
    background-position: 0 -10200px
}
.tv-channel-list li[tt-code="CTSHD"],
.channel-details .channel-logo[tt-code="CTSHD"],
.channel-logo[tt-code="CTSHD"],
.tv-channel-list li .channel-details .channel-logo[tt-code="CTSHD"] {
    background-position: 0 -10260px
}
.popover.ute-popover.active {
    border: 2px solid #7c6900;
    box-shadow: 0 0 0 transparent;
    border-radius: 0
}
.popover.ute-popover.active.bottom>.arrow,
.popover.ute-popover.active.top>.arrow,
.popover.ute-popover.active.left>.arrow,
.popover.ute-popover.active.right>.arrow {
    border-bottom-color: #7c6900
}
.popover.ute-popover.active.bottom>.arrow:after,
.popover.ute-popover.active.top>.arrow:after,
.popover.ute-popover.active.left>.arrow:after,
.popover.ute-popover.active.right>.arrow:after {
    top: 3px
}
p.popover-icon {
    margin-left: 19px
}
body[ute-device-size='xs'] .popover.ute-popover.active,
body[ute-device-size='sm'] .popover.ute-popover.active {
    top: 26px!important;
    min-width: 280px!important;
    max-width: 280px!important
}
.payment-options-pac .pac-assurance-of-security span.ute-icon-lock,
.payment-options-pacc .pacc-assurance-of-security span.ute-icon-lock,
.ss-pay-now-assurance-of-security span.ute-icon-lock {
    margin-right: 10px;
    float: left;
    line-height: 50px
}
.payment-options-pac body[ute-device-size='xs'] .pac-assurance-of-security span,
body[ute-device-size='xs'] .payment-options-pac .pac-assurance-of-security span,
.payment-options-pacc body[ute-device-size='xs'] .pacc-assurance-of-security span,
body[ute-device-size='xs'] .payment-options-pacc .pacc-assurance-of-security span,
body[ute-device-size='xs'] .ss-pay-now-assurance-of-security span,
.payment-options-pac body[ute-device-size='sm'] .pac-assurance-of-security span,
body[ute-device-size='sm'] .payment-options-pac .pac-assurance-of-security span,
.payment-options-pacc body[ute-device-size='sm'] .pacc-assurance-of-security span,
body[ute-device-size='sm'] .payment-options-pacc .pacc-assurance-of-security span,
body[ute-device-size='sm'] .ss-pay-now-assurance-of-security span {
    display: inline-block;
    max-width: 85%
}
.payment-options-pac .pac-terms-and-conditions h4,
body[ute-device-size='xs'] .payment-options-pac .pac-terms-and-conditions h4,
body[ute-device-size='sm'] .payment-options-pac .pac-terms-and-conditions h4,
.payment-options-pacc .pacc-terms-and-conditions h4,
body[ute-device-size='xs'] .payment-options-pacc .pacc-terms-and-conditions h4,
body[ute-device-size='sm'] .payment-options-pacc .pacc-terms-and-conditions h4 {
    margin: 4.5rem 0 3rem
}
.payment-options-pac .pac-terms-and-conditions textarea,
body[ute-device-size='xs'] .payment-options-pac .pac-terms-and-conditions textarea,
body[ute-device-size='sm'] .payment-options-pac .pac-terms-and-conditions textarea,
.payment-options-pacc .pacc-terms-and-conditions textarea,
body[ute-device-size='xs'] .payment-options-pacc .pacc-terms-and-conditions textarea,
body[ute-device-size='sm'] .payment-options-pacc .pacc-terms-and-conditions textarea {
    padding: 2.5rem;
    text-indent: 0
}
.payment-options-pac .pac-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
.payment-options-pacc .pacc-terms-and-conditions .terms-and-conditions-checkbox-fieldset {
    margin: 2rem 0 0
}
.payment-options-pac .pac-terms-and-conditions .terms-and-conditions-checkbox-fieldset .error.ute-message,
.payment-options-pacc .pacc-terms-and-conditions .terms-and-conditions-checkbox-fieldset .error.ute-message {
    margin-left: 10px
}
.payment-options-pac body[ute-device-size='xs'] .pac-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
body[ute-device-size='xs'] .payment-options-pac .pac-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
.payment-options-pacc body[ute-device-size='xs'] .pacc-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
body[ute-device-size='xs'] .payment-options-pacc .pacc-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
.payment-options-pac body[ute-device-size='sm'] .pac-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
body[ute-device-size='sm'] .payment-options-pac .pac-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
.payment-options-pacc body[ute-device-size='sm'] .pacc-terms-and-conditions .terms-and-conditions-checkbox-fieldset,
body[ute-device-size='sm'] .payment-options-pacc .pacc-terms-and-conditions .terms-and-conditions-checkbox-fieldset {
    margin: 1rem 0 0
}
#modal-cancel-payment .modal-header {
    padding: 15px 15px 15px 30px
}
#modal-cancel-payment .modal-body {
    padding: 0 30px
}
#modal-cancel-payment .modal-footer {
    padding: 30px
}
#modal-cancel-payment .modal-footer button {
    width: 45%
}
#modal-cancel-payment .modal-footer button:first-child {
    margin: 0;
    float: right
}
#modal-cancel-payment .modal-footer button:nth-child(2) {
    float: left
}
body[ute-device-size='xs'] #modal-cancel-payment .modal-header,
body[ute-device-size='sm'] #modal-cancel-payment .modal-header {
    padding: 15px
}
body[ute-device-size='xs'] #modal-cancel-payment .modal-body,
body[ute-device-size='sm'] #modal-cancel-payment .modal-body {
    padding: 0 15px
}
body[ute-device-size='xs'] #modal-cancel-payment .modal-footer,
body[ute-device-size='sm'] #modal-cancel-payment .modal-footer {
    padding: 0 30px 30px
}
body[ute-device-size='xs'] #modal-cancel-payment .modal-footer button,
body[ute-device-size='sm'] #modal-cancel-payment .modal-footer button {
    margin-top: 3rem;
    width: 100%;
    float: none;
    white-space: nowrap
}
.modal-cfa-serviceability-check {
    margin: 2rem 0 0
}
.modal-cfa-serviceability-check a {
    margin-top: .7rem;
    display: inline-block
}
#exchangeHardwareModal .modal-body [for="storeLocatorSearchInput"] {
    margin-bottom: 10px;
    font-weight: 400
}
#exchangeHardwareModal .exchange-hardware-reminder {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 1s;
    transition-delay: 1.5s
}
#exchangeHardwareModal .exchange-hardware-reminder.fade-in {
    height: auto;
    margin-top: 2rem;
    opacity: 1
}
#exchangeHardwareModal .exchange-hardware-reminder.fade-in p {
    margin-bottom: 0
}
.pac-container {
    z-index: 1200!important
}
body[ute-device-size='xs'] #exchangeHardwareModal .modal-header,
body[ute-device-size='sm'] #exchangeHardwareModal .modal-header {
    padding-left: 15px
}
body[ute-device-size='xs'] #exchangeHardwareModal .modal-body,
body[ute-device-size='sm'] #exchangeHardwareModal .modal-body {
    padding-right: 0;
    padding-left: 0
}
body[ute-device-size='xs'] #exchangeHardwareModal .modal-body [for="storeLocatorSearchInput"],
body[ute-device-size='sm'] #exchangeHardwareModal .modal-body [for="storeLocatorSearchInput"],
body[ute-device-size='xs'] #exchangeHardwareModal .modal-body .ute-input-search,
body[ute-device-size='sm'] #exchangeHardwareModal .modal-body .ute-input-search,
body[ute-device-size='xs'] #exchangeHardwareModal .exchange-hardware-reminder,
body[ute-device-size='sm'] #exchangeHardwareModal .exchange-hardware-reminder {
    padding: 0 15px
}
#decisionModal .col-left .modal-footer,
#decisionModal .col-right .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0
}
#decisionModal .col-left,
#decisionModal .col-right,
#decisionModal .col-center {
    min-height: 245px!important
}
#decisionModal .col-left .col-left,
#decisionModal .col-right .col-left,
#decisionModal .col-left .col-left .modal-header.title,
#decisionModal .col-right .col-left .modal-header.title {
    padding-right: 0
}
#decisionModal .col-left .col-right,
#decisionModal .col-right .col-right,
#decisionModal .col-left .col-right .modal-header.title,
#decisionModal .col-right .col-right .modal-header.title {
    padding-left: 0
}
#decisionModal .col-left .col-center,
#decisionModal .col-right .col-center {
    padding: 0
}
#decisionModal .col-center ins {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0
}
body[ute-device-size='xs'] .col-left,
body[ute-device-size='xs'] .col-center,
body[ute-device-size='xs'] .col-right,
body[ute-device-size='sm'] .col-left,
body[ute-device-size='sm'] .col-center,
body[ute-device-size='sm'] .col-right,
body[ute-device-size='xs'] #decisionModal .col-left,
body[ute-device-size='xs'] #decisionModal .col-right,
body[ute-device-size='sm'] #decisionModal .col-left,
body[ute-device-size='sm'] #decisionModal .col-right {
    min-height: 0
}
body[ute-device-size='xs'] #decisionModal .col-center,
body[ute-device-size='sm'] #decisionModal .col-center {
    min-height: 10px;
    margin-bottom: 35px
}
body[ute-device-size='xs'] #decisionModal .modal-body,
body[ute-device-size='sm'] #decisionModal .modal-body {
    padding-bottom: 0
}
body[ute-device-size='xs'] #decisionModal .modal-footer,
body[ute-device-size='sm'] #decisionModal .modal-footer {
    position: relative;
    padding-top: 5px;
    padding-bottom: 25px
}
body[ute-device-size='xs'] #decisionModal .modal-footer button,
body[ute-device-size='sm'] #decisionModal .modal-footer button {
    float: right
}
#modal-payment-success .modal-header [class$="circle-solid-check"] {
    margin-right: 5px;
    color: #035d67
}
#modal-payment-success .modal-body,
#modal-payment-success .pre-authorized-payment-aside [class^="col"] {
    padding: 0 30px 30px 75px
}
body[ute-device-size='xs'] #modal-payment-success .modal-header,
body[ute-device-size='sm'] #modal-payment-success .modal-header {
    padding: 15px
}
body[ute-device-size='xs'] #modal-payment-success .modal-body,
body[ute-device-size='sm'] #modal-payment-success .modal-body {
    padding: 0 15px 20px
}
body[ute-device-size='xs'] #modal-payment-success .modal-footer button,
body[ute-device-size='sm'] #modal-payment-success .modal-footer button {
    width: 100%
}
body[ute-device-size='xs'] #modal-payment-success .pre-authorized-payment-aside [class^="col"],
body[ute-device-size='sm'] #modal-payment-success .pre-authorized-payment-aside [class^="col"] {
    padding: 0 15px 35px
}
#modal-processing-payment .modal-header {
    padding: 3rem 3rem 0
}
#modal-processing-payment .modal-body {
    padding-bottom: 1rem
}
.province-selection-modal {
    margin-bottom: 2rem
}
.modal-research-my-address .modal-footer.error-message-style {
    text-align: center
}
.modal-research-my-address .modal-footer.error-message-style button {
    margin-left: 0!important
}
#reset-password-modal-header h3 span[class^="ute-icon"] {
    color: #035d67
}
#reset-password-modal-body {
    padding-bottom: 0
}
.modal-serviceable-wrong-province .modal-title {
    margin-bottom: 2rem
}
.modal-serviceable-wrong-province .buttons {
    margin-top: 2rem
}
.modal-serviceable-wrong-province .buttons button {
    margin-left: 3rem
}
.modal-serviceability-check label[for="addressLookup"] {
    margin: 0 0 20px;
    font-weight: 300
}
.modal-serviceability-check .address-not-found {
    margin: 0;
    padding: 6px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2)
}
.modal-serviceability-not-found {
    margin-top: -2rem
}
.modal-serviceability-sign-in {
    margin: 0
}
.modal-serviceability-sign-in-button {
    line-height: 42px
}
.modal-serviceability-good-news {
    margin: .5rem 0 2rem
}
.modal-serviceability-good-news ins {
    margin-bottom: 2px;
    display: inline-block
}
.modal-body-serviceability-fraud h4 {
    color: #f15d22
}
.modal-body-serviceability-fraud i {
    display: inline-block
}
.modal-body-serviceability-fraud i[class$="contact-us"] {
    margin-right: 5px
}
.modal-body-serviceability-fraud i[class$="callout-forum"] {
    margin-right: 4px
}
.modal-body-serviceability-fraud i~a {
    vertical-align: top
}
body[ute-device-size='md'] .firstTimeLoginHeader,
body[ute-device-size='lg'] .firstTimeLoginHeader,
body[ute-device-size='xl'] .firstTimeLoginHeader,
body[ute-device-size='2k'] .firstTimeLoginHeader,
body[ute-device-size='4k'] .firstTimeLoginHeader,
body[ute-device-size='8k'] .firstTimeLoginHeader {
    display: block;
    font-weight: 600;
    font-size: 2.5rem;
    font-family: lato;
    margin-bottom: 2rem
}
body[ute-device-size='md'] .firstTimeLoginBody,
body[ute-device-size='lg'] .firstTimeLoginBody,
body[ute-device-size='xl'] .firstTimeLoginBody,
body[ute-device-size='2k'] .firstTimeLoginBody,
body[ute-device-size='4k'] .firstTimeLoginBody,
body[ute-device-size='8k'] .firstTimeLoginBody {
    font-size: 2rem
}
body[ute-device-size='md'] .firstTimeLoginButtonArea,
body[ute-device-size='lg'] .firstTimeLoginButtonArea,
body[ute-device-size='xl'] .firstTimeLoginButtonArea,
body[ute-device-size='2k'] .firstTimeLoginButtonArea,
body[ute-device-size='4k'] .firstTimeLoginButtonArea,
body[ute-device-size='8k'] .firstTimeLoginButtonArea {
    padding-left: 38%;
    padding-bottom: 4%
}
body[ute-device-size='md'] .firstTimeLoginButton,
body[ute-device-size='lg'] .firstTimeLoginButton,
body[ute-device-size='xl'] .firstTimeLoginButton,
body[ute-device-size='2k'] .firstTimeLoginButton,
body[ute-device-size='4k'] .firstTimeLoginButton,
body[ute-device-size='8k'] .firstTimeLoginButton {
    display: block;
    padding-bottom: 2rem
}
body[ute-device-size='md'] .firstTimeLoginLink,
body[ute-device-size='lg'] .firstTimeLoginLink,
body[ute-device-size='xl'] .firstTimeLoginLink,
body[ute-device-size='2k'] .firstTimeLoginLink,
body[ute-device-size='4k'] .firstTimeLoginLink,
body[ute-device-size='8k'] .firstTimeLoginLink {
    font-size: 1.8rem;
    color: TEAL;
    font-weight: 600;
    padding-left: 4%
}
body[ute-device-size='xs'] .firstTimeLoginHeader,
body[ute-device-size='sm'] .firstTimeLoginHeader {
    display: block;
    font-weight: 600;
    font-size: 2.5rem;
    font-family: lato;
    margin-bottom: 2rem
}
body[ute-device-size='xs'] .firstTimeLoginBody,
body[ute-device-size='sm'] .firstTimeLoginBody {
    font-size: 2rem
}
body[ute-device-size='xs'] .firstTimeLoginButtonArea,
body[ute-device-size='sm'] .firstTimeLoginButtonArea {
    padding-left: 2%;
    padding-bottom: 4%
}
body[ute-device-size='xs'] .firstTimeLoginButton,
body[ute-device-size='sm'] .firstTimeLoginButton {
    display: block;
    padding-bottom: 2rem
}
body[ute-device-size='xs'] .firstTimeLoginLink,
body[ute-device-size='sm'] .firstTimeLoginLink {
    font-size: 1.8rem;
    color: TEAL;
    font-weight: 600;
    padding-left: 25%
}
body[ute-device-size='xs'] .buttonWidth-90,
body[ute-device-size='sm'] .buttonWidth-90 {
    width: 90%
}
.semafone-field .semafone-label-and-icons {
    min-width: 400px;
    display: block
}
[ute-page="creditCheck"] .semafone-field .semafone-label-and-icons {
    min-width: 555px
}
[ute-page="paymentOptions"] .semafone-field .semafone-label-and-icons {
    min-width: 415px
}
[ute-page="myAccount.paymentMethod"] .semafone-container {
    max-width: 415px;
    margin-top: 3rem;
    padding-left: 15px
}
.semafone-error-inline .is-to-the-right {
    display: none;
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 2.6rem
}
.semafone-error-inline .is-below {
    font-size: 1.6rem
}
body[ute-device-size='xs'] .semafone-field .semafone-label-and-icons,
body[ute-device-size='sm'] .semafone-field .semafone-label-and-icons {
    min-width: 290px;
    display: block
}
.payment-options-drop-down .ute-select-container {
    width: calc(100% - 75px);
    margin-bottom: 3rem
}
body[ute-device-size='xs'] .payment-options-drop-down .ute-select-container,
body[ute-device-size='sm'] .payment-options-drop-down .ute-select-container {
    width: inherit;
    margin-top: 1px
}
@-moz-document url-prefix() {
    .payment-options-drop-down option {
        border-right: 1px solid #000
    }
}
.payment-options-invoice .invoice-opening-text {
    margin-bottom: 2rem
}
.payment-options-invoice .invoice-ways-to-pay [class^="col-xs"] {
    height: 100px
}
.payment-options-invoice .invoice-ways-to-pay [class^="col-xs"] ins {
    margin-left: 1rem;
    vertical-align: top
}
.payment-options-invoice .invoice-ways-to-pay [class^="col-xs"]:last-child ins {
    margin-left: 43px;
    display: block
}
.payment-options-invoice .invoice-ways-to-pay [class^="ute-icon"] {
    color: #035d67;
    font-size: 2.8rem
}
.payment-options-invoice .invoice-note-change-effective {
    margin: 3rem 0 4rem
}
body[ute-device-size='xs'] .payment-options-invoice .invoice-ways-to-pay,
body[ute-device-size='sm'] .payment-options-invoice .invoice-ways-to-pay {
    padding: 0 15px
}
body[ute-device-size='xs'] .payment-options-invoice .invoice-ways-to-pay [class^="col-xs"],
body[ute-device-size='sm'] .payment-options-invoice .invoice-ways-to-pay [class^="col-xs"] {
    border-bottom: 1px solid #eef0f0;
    height: auto;
    margin-bottom: 1rem;
    padding: 0 0 1rem
}
body[ute-device-size='xs'] .payment-options-invoice .invoice-ways-to-pay [class^="col-xs"]:last-child,
body[ute-device-size='sm'] .payment-options-invoice .invoice-ways-to-pay [class^="col-xs"]:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.payment-options-pac .pac-assurance-of-security .is-pac-hide {
    display: none
}
.payment-options-pac .pac-chequing-fieldset {
    margin-top: 3rem
}
.payment-options-pac .pac-chequing-inputs {
    min-height: 115px;
    max-width: 90%
}
.payment-options-pac .pac-chequing-inputs .ute-message.error,
.payment-options-pac .pac-chequing-inputs .error.ute-message {
    width: auto
}
.payment-options-pac .pac-cheque-images {
    margin: 1rem 0 0 5rem
}
.payment-options-pac .pac-cheque-images .cheque-image {
    height: auto;
    max-width: 490px;
    width: 100%
}
.payment-options-pac .pac-note-change-effective {
    margin: 1rem 0 2rem
}
[ute-page="paymentOptions"] .payment-options-pac .pac-terms-and-conditions .pac-buy-flow {
    display: inline
}
[ute-page="myAccount.paymentMethod"] .payment-options-pac .pac-terms-and-conditions .pac-buy-flow {
    display: none
}
[ute-page="myAccount.paymentMethod"] .payment-options-pac .pac-terms-and-conditions .pac-self-serve {
    display: inline
}
body[ute-device-size='xs'] .payment-options-pac .pac-chequing-inputs,
body[ute-device-size='sm'] .payment-options-pac .pac-chequing-inputs {
    max-width: 100%;
    margin-left: 0
}
body[ute-device-size='xs'] .payment-options-pac .pac-chequing-inputs [class^="col-xs"],
body[ute-device-size='sm'] .payment-options-pac .pac-chequing-inputs [class^="col-xs"] {
    margin-top: 2rem;
    padding: 0
}
body[ute-device-size='xs'] .payment-options-pac .pac-chequing-inputs [class^="col-xs"]:first-child,
body[ute-device-size='sm'] .payment-options-pac .pac-chequing-inputs [class^="col-xs"]:first-child {
    margin-top: 0
}
body[ute-device-size='xs'] .payment-options-pac .pac-cheque-images,
body[ute-device-size='sm'] .payment-options-pac .pac-cheque-images {
    margin: 3rem 0 0
}
.payment-options-pacc .pacc-form-sub-container {
    max-width: 400px
}
.payment-options-pacc .pacc-number-field .pacc-toggle-buy-flow-links.ng-show {
    margin-bottom: 2rem
}
.payment-options-pacc .pacc-name-field {
    margin: 3rem -15px 0
}
.payment-options-pacc .pacc-note-change-effective {
    margin: 3rem 0 4rem
}
[ute-page="paymentOptions"] .payment-options-pacc .pacc-terms-and-conditions .pacc-buy-flow {
    display: inline
}
[ute-page="paymentOptions"] .payment-options-pacc .pacc-terms-and-conditions .pacc-self-serve,
[ute-page="myAccount.paymentMethod"] .payment-options-pacc .pacc-terms-and-conditions .pacc-buy-flow {
    display: none
}
[ute-page="myAccount.paymentMethod"] .payment-options-pacc .pacc-terms-and-conditions .pacc-self-serve {
    display: inline
}
.col-xs-6.ss-payment-info-balance,
.col-xs-6.ss-payment-info-method {
    padding: 15px
}
.ss-payment-info-balance .title,
.ss-payment-info-method .title {
    color: #7c6900
}
.ss-payment-info {
    background: #eef0f0;
    max-width: 60%;
    margin: 0
}
.ss-payment-info-balance {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/ss-payment-dot.png") no-repeat 95% center;
    background-size: 2px 67.5%
}
.ss-payment-info-balance .dollar-amount {
    min-height: 62px
}
.ss-payment-info-balance .dollar-amount .ute-price {
    line-height: normal
}
.ss-payment-info-method .method-name {
    margin-bottom: 0
}
body[ute-device-size='xs'] .ss-payment-info,
body[ute-device-size='sm'] .ss-payment-info {
    max-width: none;
    margin: 0 -15px
}
body[ute-device-size='xs'] .ss-payment-service-type-drop-down .ute-select-container .ute-input-select,
body[ute-device-size='xs'] .ss-payment-service-type-drop-down .ute-select-container .ute-dashboard-services-input-select,
body[ute-device-size='sm'] .ss-payment-service-type-drop-down .ute-select-container .ute-input-select,
body[ute-device-size='sm'] .ss-payment-service-type-drop-down .ute-select-container .ute-dashboard-services-input-select {
    width: 100%
}
.payment-options-pacc .pacc-number-field,
.ss-pay-now-number-field {
    margin: 3rem 0
}
.payment-options-pacc .pacc-number-field .ute-input-text,
body[ute-device-size='xs'] .payment-options-pacc .pacc-number-field .ute-input-text,
body[ute-device-size='sm'] .payment-options-pacc .pacc-number-field .ute-input-text,
.ss-pay-now-number-field .ute-input-text,
body[ute-device-size='xs'] .ss-pay-now-number-field .ute-input-text,
body[ute-device-size='sm'] .ss-pay-now-number-field .ute-input-text,
.payment-options-pacc .pacc-number-field #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .payment-options-pacc .pacc-number-field .capture_text_input,
.ss-pay-now-number-field #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-number-field .capture_text_input {
    padding-left: 7px
}
.payment-options-pacc .pacc-number-field .ute-message ins,
.ss-pay-now-number-field .ute-message ins {
    white-space: nowrap
}
.payment-options-pacc .pacc-expiry-date-field,
.ss-pay-now-expiry-date-field {
    margin: 3rem -15px
}
.payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-month .ute-select-container,
.ss-pay-now-expiry-date-field .cc-expiry-date-month .ute-select-container,
.payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year .ute-select-container,
.ss-pay-now-expiry-date-field .cc-expiry-date-year .ute-select-container {
    width: 92.5%
}
.payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year .ute-select-container,
.ss-pay-now-expiry-date-field .cc-expiry-date-year .ute-select-container {
    margin-left: 7.5%
}
.payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year .ute-message,
.ss-pay-now-expiry-date-field .cc-expiry-date-year .ute-message {
    margin-left: 7.5%;
    text-align: left
}
.payment-options-pacc .pacc-security-code-field [class^="col"],
.ss-pay-now-security-code-field [class^="col"] {
    width: 50%
}
.payment-options-pacc .pacc-security-code-field .cc-security-code-popover,
body[ute-device-size='xs'] .payment-options-pacc .pacc-security-code-field .cc-security-code-popover,
body[ute-device-size='sm'] .payment-options-pacc .pacc-security-code-field .cc-security-code-popover,
.ss-pay-now-security-code-field .cc-security-code-popover,
body[ute-device-size='xs'] .ss-pay-now-security-code-field .cc-security-code-popover,
body[ute-device-size='sm'] .ss-pay-now-security-code-field .cc-security-code-popover {
    margin-left: 5px;
    color: #00afab;
    cursor: pointer
}
.payment-options-pacc .pacc-security-code-field .cc-security-code-popover~.popover,
.ss-pay-now-security-code-field .cc-security-code-popover~.popover {
    width: 200px
}
.payment-options-pacc .pacc-security-code-field .cc-security-code-popover~.popover.right,
.ss-pay-now-security-code-field .cc-security-code-popover~.popover.right {
    margin-top: 8px;
    margin-left: 15px
}
.payment-options-pacc .pacc-security-code-field .ute-input-text,
body[ute-device-size='xs'] .payment-options-pacc .pacc-security-code-field .ute-input-text,
body[ute-device-size='sm'] .payment-options-pacc .pacc-security-code-field .ute-input-text,
.ss-pay-now-security-code-field .ute-input-text,
body[ute-device-size='xs'] .ss-pay-now-security-code-field .ute-input-text,
body[ute-device-size='sm'] .ss-pay-now-security-code-field .ute-input-text,
.payment-options-pacc .pacc-security-code-field #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .payment-options-pacc .pacc-security-code-field .capture_text_input,
.ss-pay-now-security-code-field #janrainModal .janrain-capture-ui.capture-ui-content .capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-security-code-field .capture_text_input {
    padding-left: 7px
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-number-field,
body[ute-device-size='xs'] .payment-options-pacc .pacc-number-field,
body[ute-device-size='xs'] .ss-pay-now-number-field,
.payment-options-pacc body[ute-device-size='sm'] .pacc-number-field,
body[ute-device-size='sm'] .payment-options-pacc .pacc-number-field,
body[ute-device-size='sm'] .ss-pay-now-number-field {
    margin: 2rem 0
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-number-field .ute-message ins,
body[ute-device-size='xs'] .payment-options-pacc .pacc-number-field .ute-message ins,
body[ute-device-size='xs'] .ss-pay-now-number-field .ute-message ins,
.payment-options-pacc body[ute-device-size='sm'] .pacc-number-field .ute-message ins,
body[ute-device-size='sm'] .payment-options-pacc .pacc-number-field .ute-message ins,
body[ute-device-size='sm'] .ss-pay-now-number-field .ute-message ins {
    white-space: normal
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-expiry-date-field,
body[ute-device-size='xs'] .payment-options-pacc .pacc-expiry-date-field,
body[ute-device-size='xs'] .ss-pay-now-expiry-date-field,
.payment-options-pacc body[ute-device-size='sm'] .pacc-expiry-date-field,
body[ute-device-size='sm'] .payment-options-pacc .pacc-expiry-date-field,
body[ute-device-size='sm'] .ss-pay-now-expiry-date-field {
    margin: 2rem -15px
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-expiry-date-field .cc-expiry-date-month,
body[ute-device-size='xs'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-month,
body[ute-device-size='xs'] .ss-pay-now-expiry-date-field .cc-expiry-date-month,
.payment-options-pacc body[ute-device-size='xs'] .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='xs'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='xs'] .ss-pay-now-expiry-date-field .cc-expiry-date-year,
.payment-options-pacc body[ute-device-size='sm'] .pacc-expiry-date-field .cc-expiry-date-month,
body[ute-device-size='sm'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-month,
body[ute-device-size='sm'] .ss-pay-now-expiry-date-field .cc-expiry-date-month,
.payment-options-pacc body[ute-device-size='sm'] .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='sm'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='sm'] .ss-pay-now-expiry-date-field .cc-expiry-date-year {
    width: 67.5%
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-expiry-date-field .cc-expiry-date-month .ute-select-container,
body[ute-device-size='xs'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-month .ute-select-container,
body[ute-device-size='xs'] .ss-pay-now-expiry-date-field .cc-expiry-date-month .ute-select-container,
.payment-options-pacc body[ute-device-size='xs'] .pacc-expiry-date-field .cc-expiry-date-year .ute-select-container,
body[ute-device-size='xs'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year .ute-select-container,
body[ute-device-size='xs'] .ss-pay-now-expiry-date-field .cc-expiry-date-year .ute-select-container,
.payment-options-pacc body[ute-device-size='sm'] .pacc-expiry-date-field .cc-expiry-date-month .ute-select-container,
body[ute-device-size='sm'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-month .ute-select-container,
body[ute-device-size='sm'] .ss-pay-now-expiry-date-field .cc-expiry-date-month .ute-select-container,
.payment-options-pacc body[ute-device-size='sm'] .pacc-expiry-date-field .cc-expiry-date-year .ute-select-container,
body[ute-device-size='sm'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year .ute-select-container,
body[ute-device-size='sm'] .ss-pay-now-expiry-date-field .cc-expiry-date-year .ute-select-container {
    width: 100%;
    margin-left: 0
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='xs'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='xs'] .ss-pay-now-expiry-date-field .cc-expiry-date-year,
.payment-options-pacc body[ute-device-size='sm'] .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='sm'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year,
body[ute-device-size='sm'] .ss-pay-now-expiry-date-field .cc-expiry-date-year {
    margin-top: 2.2rem
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-expiry-date-field .cc-expiry-date-year .ute-message,
body[ute-device-size='xs'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year .ute-message,
body[ute-device-size='xs'] .ss-pay-now-expiry-date-field .cc-expiry-date-year .ute-message,
.payment-options-pacc body[ute-device-size='sm'] .pacc-expiry-date-field .cc-expiry-date-year .ute-message,
body[ute-device-size='sm'] .payment-options-pacc .pacc-expiry-date-field .cc-expiry-date-year .ute-message,
body[ute-device-size='sm'] .ss-pay-now-expiry-date-field .cc-expiry-date-year .ute-message {
    margin-left: 0
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-security-code-field [class^="col"],
body[ute-device-size='xs'] .payment-options-pacc .pacc-security-code-field [class^="col"],
body[ute-device-size='xs'] .ss-pay-now-security-code-field [class^="col"],
.payment-options-pacc body[ute-device-size='sm'] .pacc-security-code-field [class^="col"],
body[ute-device-size='sm'] .payment-options-pacc .pacc-security-code-field [class^="col"],
body[ute-device-size='sm'] .ss-pay-now-security-code-field [class^="col"] {
    width: 60%
}
.payment-options-pacc body[ute-device-size='xs'] .pacc-security-code-field .cc-security-code-popover~.popover,
body[ute-device-size='xs'] .payment-options-pacc .pacc-security-code-field .cc-security-code-popover~.popover,
body[ute-device-size='xs'] .ss-pay-now-security-code-field .cc-security-code-popover~.popover,
.payment-options-pacc body[ute-device-size='sm'] .pacc-security-code-field .cc-security-code-popover~.popover,
body[ute-device-size='sm'] .payment-options-pacc .pacc-security-code-field .cc-security-code-popover~.popover,
body[ute-device-size='sm'] .ss-pay-now-security-code-field .cc-security-code-popover~.popover {
    width: 150px
}
header {
    padding: 0
}
body[ute-user~="agent"] {
    padding-top: 8.2em!important
}
body[ute-user~="agent"] .ute-nav-agent {
    display: block
}
body[ute-user~="agent"] .agent-hide {
    display: none
}
.ute-nav-agent {
    padding: 5px 0 10px;
    background: #ECECEC;
    display: none;
    font-size: 1.4rem
}
.ute-nav-agent .ute-agent-nav-links a {
    padding: 0 5px
}
body[ute-language="fr"] [ute-language-selector],
body[ute-language="en"] [ute-language-selector] {
    transition: none;
    -webkit-transform: none;
    transform: none
}
.language-selector {
    width: 30px;
    background: 0 0;
    border: none
}
.language-selector button.btn[ute-language-selector] {
    transition: none
}
.language-selector button.btn.active {
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: none
}
.language-selector button.btn.active span {
    background: 0 0;
    color: #000;
    font-size: 1.3rem;
    padding-top: .2rem;
    width: 25px
}
.language-selector .lang-en,
.language-selector .lang-fr {
    display: none
}
#header #shopcart.shop-btn>i,
.shop-btn>i {
    z-index: 1
}
#header #shopcart.shop-btn .cart-badge,
.shop-btn .cart-badge {
    color: #000;
    position: absolute!important;
    top: -6px;
    text-align: center;
    width: 100%;
    font-size: .5em;
    left: 2px;
    display: block
}
#header #shopcart.shop-btn .cart-badge i,
.shop-btn .cart-badge i {
    position: absolute!important;
    color: #00afab;
    z-index: -1;
    font-size: 1.8rem;
    top: 0;
    left: 1px
}
#header #main-menu .ute-nav-secondary,
.ute-nav-secondary {
    width: 100%;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/nav-secondary-bg.png") center -3px no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 116px;
    margin-top: -102px;
    padding: 0;
    z-index: -1;
    height: 105px;
    opacity: 0;
    visibility: hidden;
    transition: all .7s .3s cubic-bezier(.73, -1.2, .73, 1), z-index 0s .4s linear, opacity .4s .7s linear, visibility .4s .5s linear
}
#header #main-menu .ute-nav-secondary::before,
.ute-nav-secondary::before {
    position: absolute;
    content: " ";
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") top center no-repeat;
    background-size: 77px 51px;
    width: 77px;
    height: 51px;
    top: -25px;
    z-index: 1;
    right: 7%
}
[ute-province-services~="iptv"] #header #main-menu .ute-nav-secondary::before,
[ute-province-services~="iptv"] .ute-nav-secondary::before {
    right: 7%
}
[ute-province-services="internet support rewards"] #header #main-menu .ute-nav-secondary::before,
[ute-province-services="internet support rewards"] .ute-nav-secondary::before,
[ute-province-services="support rewards"] #header #main-menu .ute-nav-secondary::before,
[ute-province-services="support rewards"] .ute-nav-secondary::before {
    right: 20.5%
}
#header #main-menu .ute-nav-secondary>div.row,
.ute-nav-secondary>div.row {
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 10;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 10;
    border-top: 10px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 10px;
    margin-top: 10px
}
#header #main-menu .ute-nav-secondary h4,
.ute-nav-secondary h4 {
    margin: 3px 0
}
#header #main-menu .ute-nav-secondary ul,
.ute-nav-secondary ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
#header #main-menu .ute-nav-secondary ul li,
.ute-nav-secondary ul li {
    position: relative;
    float: left;
    padding: 0 0 0 40px;
    margin-right: auto!important;
    margin-left: auto!important;
    width: auto
}
#header #main-menu .ute-nav-secondary ul li:hover,
.ute-nav-secondary ul li:hover {
    background: 0 0
}
#header #main-menu .ute-nav-secondary ul li a,
.ute-nav-secondary ul li a {
    color: #000;
    padding: 0 0 10px;
    position: relative;
    font-size: 1.6rem;
    background: 0 0;
    text-transform: capitalize
}
#header #main-menu .ute-nav-secondary ul li a:hover,
#header #main-menu .ute-nav-secondary ul li a:focus,
#header #main-menu .ute-nav-secondary ul li a:active,
.ute-nav-secondary ul li a:hover,
.ute-nav-secondary ul li a:focus,
.ute-nav-secondary ul li a:active {
    text-decoration: none;
    background: 0 0
}
#header #main-menu .ute-nav-secondary ul li a::after,
.ute-nav-secondary ul li a::after {
    content: '';
    width: 100%;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/nav-secondary-selected.png") bottom center no-repeat;
    background-size: 100% 5px;
    position: absolute;
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: 0;
    -webkit-transform: scaleX(.01);
    transform: scaleX(.01);
    transition: all 200ms linear;
    -webkit-transform-origin: left;
    transform-origin: left
}
#header #main-menu .ute-nav-secondary ul li a.active::after,
#header #main-menu .ute-nav-secondary ul li a:hover::after,
.ute-nav-secondary ul li a.active::after,
.ute-nav-secondary ul li a:hover::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all 200ms linear
}
#header #main-menu .ute-nav-secondary ul li ul,
.ute-nav-secondary ul li ul {
    visibility: hidden;
    position: absolute;
    margin-top: 10px;
    background: rgba(255, 255, 255, .5);
    padding: 5px 10px;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s linear
}
#header #main-menu .ute-nav-secondary ul li li,
.ute-nav-secondary ul li li {
    float: none;
    padding: 0 0 5px
}
#header #main-menu .ute-nav-secondary ul li:hover ul,
.ute-nav-secondary ul li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
}
#header #main-menu .ute-nav-secondary ul li.services i,
.ute-nav-secondary ul li.services i {
    display: inline-block;
    transition: -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 300ms cubic-bezier(.68, -.55, .265, 1.55)
}
#header #main-menu .ute-nav-secondary ul li.services:hover i,
.ute-nav-secondary ul li.services:hover i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
#header #main-menu .ute-nav-secondary.active,
.ute-nav-secondary.active {
    visibility: visible;
    opacity: 1;
    margin-top: -20px;
    z-index: 99;
    transition: all .7s 0s cubic-bezier(.49, .27, .27, 2), z-index 0s .6s linear, opacity .5s linear
}
#header #main-menu .ute-nav-secondary.active.fadeout,
.ute-nav-secondary.active.fadeout {
    opacity: 0;
    margin-top: -20px;
    z-index: 99;
    visibility: hidden;
    transition: all .3s linear
}
@media (min-width: 768px) {
    #header #main-menu .ute-nav-secondary.active,
    .ute-nav-secondary.active {
        margin-top: -45px
    }
    #header #main-menu .ute-nav-secondary ul li a,
    .ute-nav-secondary ul li a {
        font-size: 1.2rem
    }
}
@media (min-width: 992px) {
    #header #main-menu .ute-nav-secondary ul li a,
    .ute-nav-secondary ul li a {
        font-size: 1.4rem
    }
    #header #main-menu .ute-nav-secondary.active,
    .ute-nav-secondary.active {
        margin-top: -33px
    }
}
@media (min-width: 1100px) {
    #header #main-menu .ute-nav-secondary ul li a,
    .ute-nav-secondary ul li a {
        font-size: 1.6rem
    }
    #header #main-menu .ute-nav-secondary.active,
    .ute-nav-secondary.active {
        margin-top: -20px
    }
}
.ute-badge {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 33px
}
.ute-badge::after {
    font-size: 3rem;
    color: #00afab;
    content: '\e631';
    font-family: fido-icon;
    position: absolute;
    top: -.7rem;
    left: .2rem;
    z-index: -1
}
body[ute-device-size='xs'] .language-selector .lang-en,
body[ute-device-size='xs'] .language-selector .lang-fr,
body[ute-device-size='sm'] .language-selector .lang-en,
body[ute-device-size='sm'] .language-selector .lang-fr {
    font-size: 2.1rem
}
body[ute-device-size='xs'] .language-selector button.btn.active span,
body[ute-device-size='sm'] .language-selector button.btn.active span {
    color: #fff;
    font-size: 2.1rem
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary,
body[ute-device-size='xs'] .ute-nav-secondary,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary,
body[ute-device-size='sm'] .ute-nav-secondary {
    display: none;
    position: static;
    background: 0 0;
    -o-border-image: none;
    border-image: none;
    border: 0;
    margin-top: 0;
    padding: 0 0 0 5px;
    height: auto;
    transition: none
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary::before,
body[ute-device-size='xs'] .ute-nav-secondary::before,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary::before,
body[ute-device-size='sm'] .ute-nav-secondary::before {
    display: none
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary>div.row,
body[ute-device-size='xs'] .ute-nav-secondary>div.row,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary>div.row,
body[ute-device-size='sm'] .ute-nav-secondary>div.row {
    -o-border-image: none;
    border-image: none;
    border-top: 0;
    padding: 0;
    margin-top: 0
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary ul li,
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary ul li li,
body[ute-device-size='xs'] .ute-nav-secondary ul li,
body[ute-device-size='xs'] .ute-nav-secondary ul li li,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary ul li,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary ul li li,
body[ute-device-size='sm'] .ute-nav-secondary ul li,
body[ute-device-size='sm'] .ute-nav-secondary ul li li {
    float: none
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary li:hover ul,
body[ute-device-size='xs'] .ute-nav-secondary li:hover ul,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary li:hover ul,
body[ute-device-size='sm'] .ute-nav-secondary li:hover ul {
    display: block
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary ul li ul,
body[ute-device-size='xs'] .ute-nav-secondary ul li ul,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary ul li ul,
body[ute-device-size='sm'] .ute-nav-secondary ul li ul {
    margin: 0;
    padding: 0;
    display: none;
    position: static;
    background: 0 0
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary li,
body[ute-device-size='xs'] .ute-nav-secondary li,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary li,
body[ute-device-size='sm'] .ute-nav-secondary li {
    padding: 0 0 10px 20px
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary li a,
body[ute-device-size='xs'] .ute-nav-secondary li a,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary li a,
body[ute-device-size='sm'] .ute-nav-secondary li a {
    color: #fff;
    font-size: 2rem
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary li a::before,
body[ute-device-size='xs'] .ute-nav-secondary li a::before,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary li a::before,
body[ute-device-size='sm'] .ute-nav-secondary li a::before {
    background-color: transparent;
    border-radius: 0
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary li a.active::before,
body[ute-device-size='xs'] .ute-nav-secondary li a.active::before,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary li a.active::before,
body[ute-device-size='sm'] .ute-nav-secondary li a.active::before {
    background-color: #5c6770;
    border-radius: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: .98em;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: bottom;
    width: 5px
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary li a::after,
body[ute-device-size='xs'] .ute-nav-secondary li a::after,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary li a::after,
body[ute-device-size='sm'] .ute-nav-secondary li a::after {
    background: 0 0
}
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary.active,
body[ute-device-size='xs'] .ute-nav-secondary.active,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary.active,
body[ute-device-size='sm'] .ute-nav-secondary.active,
body[ute-device-size='xs'] #header #main-menu .ute-nav-secondary.active.fadeout,
body[ute-device-size='xs'] .ute-nav-secondary.active.fadeout,
body[ute-device-size='sm'] #header #main-menu .ute-nav-secondary.active.fadeout,
body[ute-device-size='sm'] .ute-nav-secondary.active.fadeout {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
    transition: none;
    display: block
}
body[func="limited"] #header #main-menu #nav-main,
body[func="limited"] #header #nav-actions,
body[func="limited"] #header #main-menu #nav-context-bar #username,
body[func="limited"] #header #main-menu #nav-context-bar #province,
body[func="limited"] #header #main-menu #nav-context-bar #search,
body[func="limited"] #header #main-menu #nav-context-bar #shopcart {
    display: none!important
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 99
}
#header #shopcart #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content #header #shopcart a.capture_btn,
#header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-device-size='md'] a.reset-voicemail-btn-primary,
body[ute-device-size='md'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='lg'] a.reset-voicemail-btn-primary,
body[ute-device-size='lg'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='xl'] a.reset-voicemail-btn-primary,
body[ute-device-size='xl'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='2k'] a.reset-voicemail-btn-primary,
body[ute-device-size='2k'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='4k'] a.reset-voicemail-btn-primary,
body[ute-device-size='4k'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='8k'] a.reset-voicemail-btn-primary,
body[ute-device-size='8k'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='xs'] a.reset-voicemail-btn-primary,
body[ute-device-size='xs'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='sm'] a.reset-voicemail-btn-primary,
body[ute-device-size='sm'] #header #shopcart a.reset-voicemail-btn-primary,
#header #shopcart body[ute-device-size='md'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='md'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart body[ute-device-size='lg'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart body[ute-device-size='xl'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart body[ute-device-size='2k'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart body[ute-device-size='4k'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart body[ute-device-size='8k'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart body[ute-device-size='xs'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart body[ute-device-size='sm'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] #header #shopcart a.ute-dashboard-services-btn-primary,
#header #shopcart-mob #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content #header #shopcart-mob a.capture_btn,
#header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-device-size='md'] a.reset-voicemail-btn-primary,
body[ute-device-size='md'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='lg'] a.reset-voicemail-btn-primary,
body[ute-device-size='lg'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='xl'] a.reset-voicemail-btn-primary,
body[ute-device-size='xl'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='2k'] a.reset-voicemail-btn-primary,
body[ute-device-size='2k'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='4k'] a.reset-voicemail-btn-primary,
body[ute-device-size='4k'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='8k'] a.reset-voicemail-btn-primary,
body[ute-device-size='8k'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='xs'] a.reset-voicemail-btn-primary,
body[ute-device-size='xs'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='sm'] a.reset-voicemail-btn-primary,
body[ute-device-size='sm'] #header #shopcart-mob a.reset-voicemail-btn-primary,
#header #shopcart-mob body[ute-device-size='md'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='md'] #header #shopcart-mob a.ute-dashboard-services-btn-primary,
#header #shopcart-mob body[ute-device-size='lg'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] #header #shopcart-mob a.ute-dashboard-services-btn-primary,
#header #shopcart-mob body[ute-device-size='xl'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] #header #shopcart-mob a.ute-dashboard-services-btn-primary,
#header #shopcart-mob body[ute-device-size='2k'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] #header #shopcart-mob a.ute-dashboard-services-btn-primary,
#header #shopcart-mob body[ute-device-size='4k'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] #header #shopcart-mob a.ute-dashboard-services-btn-primary,
#header #shopcart-mob body[ute-device-size='8k'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] #header #shopcart-mob a.ute-dashboard-services-btn-primary,
#header #shopcart-mob body[ute-device-size='xs'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] #header #shopcart-mob a.ute-dashboard-services-btn-primary,
#header #shopcart-mob body[ute-device-size='sm'] a.ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] #header #shopcart-mob a.ute-dashboard-services-btn-primary {
    display: inline-block;
    padding: 10px 15px 6px;
    width: auto;
    margin: auto;
    height: auto!important
}
#header #shopcart #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn:hover,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content #header #shopcart a.capture_btn:hover,
#header #shopcart a.ute-btn-primary:hover,
#header #shopcart body[ute-device-size='md'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='md'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='lg'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='lg'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='xl'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='xl'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='2k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='2k'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='4k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='4k'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='8k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='8k'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='xs'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='xs'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='sm'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='sm'] #header #shopcart a.reset-voicemail-btn-primary:hover,
#header #shopcart body[ute-device-size='md'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='md'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart body[ute-device-size='lg'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='lg'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart body[ute-device-size='xl'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xl'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart body[ute-device-size='2k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='2k'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart body[ute-device-size='4k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='4k'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart body[ute-device-size='8k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='8k'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart body[ute-device-size='xs'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xs'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart body[ute-device-size='sm'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='sm'] #header #shopcart a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn:hover,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content #header #shopcart-mob a.capture_btn:hover,
#header #shopcart-mob a.ute-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='md'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='md'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='lg'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='lg'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='xl'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='xl'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='2k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='2k'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='4k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='4k'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='8k'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='8k'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='xs'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='xs'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='sm'] a.reset-voicemail-btn-primary:hover,
body[ute-device-size='sm'] #header #shopcart-mob a.reset-voicemail-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='md'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='md'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='lg'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='lg'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='xl'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xl'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='2k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='2k'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='4k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='4k'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='8k'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='8k'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='xs'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='xs'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover,
#header #shopcart-mob body[ute-device-size='sm'] a.ute-dashboard-services-btn-primary:hover,
body[ute-device-size='sm'] #header #shopcart-mob a.ute-dashboard-services-btn-primary:hover {
    text-decoration: none
}
.ute-card.ute-core {
    box-shadow: none;
    position: static;
    overflow: inherit!important
}
body[ute-device-size='xs'] .ute-card[ute-page],
body[ute-device-size='sm'] .ute-card[ute-page] {
    height: auto!important
}
body[ute-device-size='xs'] .ute-card[ute-page].collapse,
body[ute-device-size='sm'] .ute-card[ute-page].collapse {
    display: block!important;
    visibility: visible!important;
    height: auto!important
}
body[ute-device-size='xs'] .ute-card[ute-page].in,
body[ute-device-size='sm'] .ute-card[ute-page].in {
    filter: blur(3px);
    -webkit-filter: blur(3px)
}
#header {
    font-size: 1.4rem;
    min-height: 4.1em;
    margin-bottom: 0;
    background-color: #FEE600;
    border-top: 2px solid #5C6770;
    border-bottom: 3px solid rgba(92, 103, 112, .3);
    background-clip: padding-box
}
#header>a:hover,
#header>a:focus {
    background-color: transparent;
    outline: 0 none transparent
}
#header .navbar-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
#header .navbar-brand {
    font-size: 1em;
    margin: 0 auto;
    padding: 0;
    float: none;
    text-indent: -9999px;
    display: block;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/logo.png") center center no-repeat;
    background-size: 7em auto;
    width: 140px;
    height: 45px
}
#header .navbar-toggle {
    background-color: #FEE600;
    color: #000;
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    font-size: 1.4em;
    line-height: 1
}
#header .navbar-toggle i:before {
    content: '\e638'
}
#header .navbar-toggle.collapsed i:before {
    content: '\e635'
}
#header #main-menu a {
    font-weight: 600;
    color: #000;
    font-size: 1.15em
}
#header #nav-actions {
    position: absolute;
    top: 5px;
    right: 5px
}
#header #nav-actions>div:not(.ute-backdrop) {
    display: inline-block
}
#header #nav-actions a,
#header #search,
#header #shopcart {
    color: #000;
    display: block;
    font-size: 2em
}
#header #shopcart a,
#header #shopcart-mob a {
    position: relative;
    width: 1em;
    display: block
}
#header #shopcart i,
#header #shopcart-mob i {
    position: absolute;
    left: 0;
    top: 0
}
#header #shopcart a[data-count]::before,
#header #shopcart-mob a[data-count]::before {
    content: attr(data-count);
    background: url("/html-fido/cms/ute/fido/images/brand/fido/shopcart-items.png") center 5px no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -10px;
    left: 10%;
    width: 100%;
    height: 5em;
    padding-left: 5%;
    text-align: center;
    font-size: .5em;
    font-weight: 600
}
#header #shopcart a[data-count="0"]::before,
#header #shopcart a[data-count=""]::before,
#header #shopcart-mob a[data-count="0"]::before,
#header #shopcart-mob a[data-count=""]::before {
    content: '';
    background-image: none
}
#header #nav-context-bar #username {
    color: #FFF;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/signin.png") left top no-repeat;
    background-size: 100% 100%;
    min-width: 7.6em;
    text-align: center;
    display: block
}
#header #nav-context-bar #username span.user-name {
    padding: 0 5px 0 10px;
    font-weight: 600;
    font-size: 1.1rem
}
#header #nav-context-bar #username form {
    display: inline-block
}
#header #nav-context-bar #username a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    padding: .4em 1em .7em;
    text-align: center;
    font-weight: 600;
    background: 0 0
}
#header #nav-context-bar #username a:hover {
    text-decoration: none
}
#header #nav-context-bar #username i {
    display: none
}
#header.status-post #nav-context-bar .signedin {
    border-right: 1px solid #fff;
    padding-left: 15px;
    padding-right: 10px
}
@media (max-width: 767px) {
    #header {
        position: relative;
        font-size: 1.2rem
    }
    body {
        padding-top: 50px!important
    }
    #header .navbar-header {
        background-color: #FEE600;
        left: 15px;
        right: 15px;
        padding: 0 80px;
        width: 100%
    }
    #header .navbar-brand {
        margin: 0 auto;
        width: 120px;
        background-size: auto 2.2em
    }
    #header #main-menu {
        background-color: rgba(45, 44, 44, .85);
        color: #FFF;
        max-height: none;
        height: auto!important;
        width: 250px!important;
        position: fixed;
        top: 3.9em;
        bottom: 0;
        z-index: 1002;
        overflow-x: hidden;
        overflow-y: scroll;
        left: 0;
        -webkit-transform: translate(-250px, 0);
        transform: translate(-250px, 0)
    }
    #header #main-menu,
    #header #main-menu.in {
        transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease
    }
    #header #main-menu.in {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    #header #main-menu a {
        font-size: 1.75em;
        color: #FFF;
        font-weight: 500;
        text-transform: uppercase
    }
    #header #main-menu li {
        padding: .2em 0 .2em 15px
    }
    #header #nav-main {
        margin-top: 45px;
        width: 250px
    }
    #header #nav-main a:hover,
    #header #nav-main li.active a {
        color: #FFF;
        background-color: transparent
    }
    #header #nav-main a:hover:before,
    #header #nav-main li.active a:before {
        content: '';
        background-color: #5C6770;
        display: inline-block;
        width: 5px;
        border-radius: 0 2px 2px 0;
        height: .98em;
        vertical-align: bottom;
        margin-left: -15px;
        margin-right: 10px;
        margin-top: -1px
    }
    #header #nav-context-bar #username {
        position: absolute;
        top: 0;
        margin: 0 15px 0 30px;
        padding: 0
    }
    #header #nav-context-bar #username #user-name {
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        max-width: 110px;
        display: inline-block;
        line-height: .99;
        white-space: nowrap
    }
    #header #nav-context-bar #username a {
        font-size: 1.15em
    }
    #header #nav-context-bar #username .signedin {
        white-space: nowrap
    }
    #header.status-post #nav-context-bar #username a {
        padding-left: 10px
    }
    #header #nav-context-bar #username form a {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 500
    }
    #header #search,
    #header #shopcart {
        display: none
    }
    #header .shadow {
        top: 3.9em;
        left: -100%;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        z-index: 1002;
        position: fixed;
        transition: left .8s ease;
        cursor: pointer
    }
    #header .shadow.in {
        left: 0%
    }
    #header #nav-actions>div {
        padding: .3em .6em 0
    }
    #header #nav-actions #search-mob {
        background: url("/html-fido/cms/ute/fido/images/brand/fido/header-divider.png") right 5px no-repeat;
        padding-right: 1em
    }
    #header #nav-actions #shopcart-mob a {
        display: inline-block;
        height: 1em;
        vertical-align: bottom
    }
    #header #nav-actions #shopcart-mob a[data-count]::before {
        top: -8px;
        background-position: center 0
    }
    #header #province a,
    #header #province {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        z-index: 1
    }
    #header #province a:hover,
    #header #province:hover {
        text-decoration: none
    }
    #header #province a,
    #header #province ul {
        display: none
    }
    #header #province select {
        margin: 0 25px 0 5px;
        background-color: transparent;
        font-size: 1.75em;
        border: 1px solid rgba(255, 255, 255, .3);
        padding: 5px 15px;
        text-transform: uppercase
    }
    #header #province select option {
        background-color: #2D2C2C
    }
    #header #main-menu .visible-xs {
        display: inline-block!important
    }
    #header #main-menu .ute-icon-circle-down.visible-xs {
        font-size: 80%
    }
}
@media (min-width: 768px) {
    #header {
        min-height: 6.9em;
        font-size: .9rem
    }
    body {
        padding-top: 5em!important;
        transition: padding 300ms 800ms ease
    }
    body.body-extra-spacing {
        transition: padding 200ms ease
    }
    body.body-extra-spacing,
    body.body-extra-spacing[ute-language="fr"] {
        padding-top: 12em!important
    }
    #header .container {
        position: relative;
        padding-top: 1.8em
    }
    #header .navbar-header {
        top: 1.95em
    }
    #header .navbar-brand {
        font-size: 1.4em
    }
    #header #main-menu {
        margin-top: 2em
    }
    #header #nav-context-bar {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        font-size: .75em;
        font-weight: 500
    }
    #header #nav-context-bar>li {
        display: inline-block;
        margin: .5em;
        padding: 0;
        height: 2em;
        vertical-align: middle
    }
    #header #nav-context-bar>li>a {
        padding: 0;
        margin: 0;
        text-transform: uppercase
    }
    #header #nav-context-bar>li>a:hover {
        background-color: transparent
    }
    #header #nav-context-bar #province div>a {
        position: relative;
        top: 2px;
        background-color: transparent
    }
    #header #nav-context-bar #province div>a:hover,
    #header #nav-context-bar #province div>a:focus {
        text-decoration: none;
        background-color: transparent
    }
    #header #nav-context-bar>li a i {
        position: relative;
        top: 1px
    }
    #header #nav-context-bar #username {
        margin: 0 15px 0 0;
        height: auto;
        float: right;
        display: block;
        white-space: nowrap
    }
    #header #nav-context-bar #province>a {
        background-color: transparent
    }
    #header #nav-context-bar #province select {
        display: none
    }
    #header #nav-context-bar #province ul {
        padding-top: 0
    }
    #header #nav-context-bar #province ul li {
        padding: .2em .5em
    }
    #header #nav-context-bar #province .region-header {
        background-color: #ECECEC;
        padding: .5em
    }
    #header #nav-context-bar #province i:before {
        content: '\e621'
    }
    #header #nav-context-bar #search,
    #header #nav-context-bar #shopcart {
        font-size: 1.6em;
        padding: .2em 1em 0;
        background: url("/html-fido/cms/ute/fido/images/brand/fido/header-divider.png") left top no-repeat;
        margin: .25em 0 0
    }
    #header #nav-main,
    #header #nav-main li {
        float: none;
        text-align: center
    }
    #header #nav-main li {
        display: inline-block;
        width: 9.5em
    }
    #header #nav-main li>a {
        padding: 0 .3em .5em;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        background-color: transparent
    }
    #header #nav-main li>a::after {
        content: '';
        width: 100%;
        background: url("/html-fido/cms/ute/fido/images/brand/fido/nav-secondary-selected.png") bottom center no-repeat;
        background-size: 100% 5px;
        position: absolute;
        bottom: 0;
        height: 5px;
        left: 0;
        opacity: 0;
        -webkit-transform: scaleX(.01);
        transform: scaleX(.01);
        transition: all 200ms linear;
        -webkit-transform-origin: left;
        transform-origin: left
    }
    #header #nav-main li.active a::after,
    #header #nav-main li a:hover::after,
    #header #nav-main li a:focus::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transition: all 200ms linear
    }
    #header #nav-main li:first-child:nth-last-child(3)~li:nth-child(3),
    #header #nav-main li:first-child:nth-last-child(4)~li:nth-child(4),
    #header #nav-main li:first-child:nth-last-child(5)~li:nth-child(4),
    #header #nav-main li:first-child:nth-last-child(6)~li:nth-child(5),
    #header #nav-main li:first-child:nth-last-child(7)~li:nth-child(5),
    #header #nav-main li:first-child:nth-last-child(8)~li:nth-child(6),
    #header #nav-main li:first-child:nth-last-child(9)~li:nth-child(6),
    #header #nav-main li:first-child:nth-last-child(10)~li:nth-child(7) {
        margin-left: 17em
    }
    #header #nav-main li:nth-child(2n):last-child {
        margin-right: 12em
    }
    #header #nav-actions {
        display: none
    }
    #header #main-menu a.active {
        background: 0 0;
        text-decoration: none
    }
    #header #main-menu a.hover,
    #header #main-menu a:focus {
        text-decoration: none
    }
}
@media (min-width: 992px) {
    #header {
        font-size: 1.2rem
    }
}
@media (min-width: 1100px) {
    #header {
        font-size: 1.4rem
    }
}
.nav li.nav-my-account {
    position: static
}
.fido-banner-dashboard {
    margin-bottom: 10px
}
body[ute-device-size='md'] .fido-banner-dashboard .desktop,
body[ute-device-size='md'] .ute-dashboard-services-banner .desktop,
body[ute-device-size='lg'] .fido-banner-dashboard .desktop,
body[ute-device-size='lg'] .ute-dashboard-services-banner .desktop,
body[ute-device-size='xl'] .fido-banner-dashboard .desktop,
body[ute-device-size='xl'] .ute-dashboard-services-banner .desktop,
body[ute-device-size='2k'] .fido-banner-dashboard .desktop,
body[ute-device-size='2k'] .ute-dashboard-services-banner .desktop,
body[ute-device-size='4k'] .fido-banner-dashboard .desktop,
body[ute-device-size='4k'] .ute-dashboard-services-banner .desktop,
body[ute-device-size='8k'] .fido-banner-dashboard .desktop,
body[ute-device-size='8k'] .ute-dashboard-services-banner .desktop {
    display: block
}
body[ute-device-size='md'] .fido-banner-dashboard .mobile,
body[ute-device-size='md'] .ute-dashboard-services-banner .mobile,
body[ute-device-size='lg'] .fido-banner-dashboard .mobile,
body[ute-device-size='lg'] .ute-dashboard-services-banner .mobile,
body[ute-device-size='xl'] .fido-banner-dashboard .mobile,
body[ute-device-size='xl'] .ute-dashboard-services-banner .mobile,
body[ute-device-size='2k'] .fido-banner-dashboard .mobile,
body[ute-device-size='2k'] .ute-dashboard-services-banner .mobile,
body[ute-device-size='4k'] .fido-banner-dashboard .mobile,
body[ute-device-size='4k'] .ute-dashboard-services-banner .mobile,
body[ute-device-size='8k'] .fido-banner-dashboard .mobile,
body[ute-device-size='8k'] .ute-dashboard-services-banner .mobile {
    display: none
}
body[ute-device-size='xs'] .fido-banner-dashboard,
body[ute-device-size='xs'] .ute-dashboard-services-banner,
body[ute-device-size='sm'] .fido-banner-dashboard,
body[ute-device-size='sm'] .ute-dashboard-services-banner {
    margin: 0
}
body[ute-device-size='xs'] .fido-banner-dashboard .desktop,
body[ute-device-size='xs'] .ute-dashboard-services-banner .desktop,
body[ute-device-size='sm'] .fido-banner-dashboard .desktop,
body[ute-device-size='sm'] .ute-dashboard-services-banner .desktop {
    display: none
}
body[ute-device-size='xs'] .fido-banner-dashboard .mobile,
body[ute-device-size='xs'] .ute-dashboard-services-banner .mobile,
body[ute-device-size='sm'] .fido-banner-dashboard .mobile,
body[ute-device-size='sm'] .ute-dashboard-services-banner .mobile {
    display: block
}
[internet-package-selector]>[ng-controller="internetCtrl"]>div:nth-child(odd) {
    clear: both
}
@media screen and (max-width: 991px) {
    p.media_details {
        height: 45px;
        max-height: 45px
    }
    p.media_details img.responsive {
        width: 45px
    }
}
.module-need-help-with-payments-container {
    margin: 0
}
.module-help-with-payments .columnar-container {
    border-style: solid;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.png") 0 5 5 0 stretch;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.png") 0 5 5 0 stretch;
    background: #eef0f0;
    border-image-outset: 0 1px 2px 0;
    padding: 3rem 1.5rem
}
.module-help-with-payments .columnar-container .question {
    margin-bottom: 2rem
}
.module-help-with-payments .columnar-container .question [class$="icon-question"] {
    color: #7c6900;
    font-size: 2.6rem
}
.module-help-with-payments .columnar-container .question span {
    margin-left: 5px;
    vertical-align: top
}
.module-help-with-payments .columnar-container .link-to-faqs a {
    position: relative;
    left: 35px
}
.module-help-with-payments .columnar-container [class$="circle-right"] {
    margin-left: 5px
}
body[ute-device-size='xs'] .module-need-help-with-payments-container,
body[ute-device-size='sm'] .module-need-help-with-payments-container {
    margin: 0 -15px
}
body[ute-device-size='xs'] .module-help-with-payments,
body[ute-device-size='sm'] .module-help-with-payments {
    margin: 4.5rem 0 0
}
body[ute-device-size='xs'] .module-help-with-payments .columnar-container,
body[ute-device-size='sm'] .module-help-with-payments .columnar-container {
    padding: 1.5rem
}
body[ute-device-size='xs'] .module-help-with-payments .columnar-container .question,
body[ute-device-size='sm'] .module-help-with-payments .columnar-container .question {
    margin-bottom: 1.5rem;
    white-space: nowrap
}
body[ute-device-size='xs'] .module-help-with-payments .columnar-container .question [class$="icon-question"],
body[ute-device-size='sm'] .module-help-with-payments .columnar-container .question [class$="icon-question"] {
    float: left;
    font-size: 2.4rem
}
body[ute-device-size='xs'] .module-help-with-payments .columnar-container .question span,
body[ute-device-size='sm'] .module-help-with-payments .columnar-container .question span {
    margin-left: 35px;
    display: block
}
body[ute-device-size='xs'] .module-help-with-payments .columnar-container .link-to-live-chat,
body[ute-device-size='sm'] .module-help-with-payments .columnar-container .link-to-live-chat {
    width: auto;
    margin: 1rem 0 0 5rem;
    padding: 0
}
.store-list-container,
.store-directions-container {
    background: rgba(246, 246, 246, .9);
    border: 1px solid #ccc;
    height: 448px;
    width: 50%
}
.store-locator [type="search"] {
    box-shadow: none
}
.store-locator-buttons {
    display: none
}
.store-locator-container {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: all .5s
}
.store-locator-container.expand {
    height: 448px;
    margin-top: 1rem
}
.store-locator-container .row {
    margin: 0
}
.store-locator-map {
    width: 100%;
    float: left
}
.store-locator-map .angular-google-map-container {
    height: 448px
}
.store-locator-map .gm-style-iw div:first-of-type {
    width: auto!important
}
.store-locator-map .gm-style-iw h4 {
    margin: 6px 0 2.5px
}
.store-locator-list-and-directions-window {
    width: 0;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    transition: all .5s;
    transition-delay: .5s
}
.store-locator-list-and-directions-window.search-mode {
    width: 27.5%
}
.store-locator-list-and-directions-container {
    width: 200%;
    position: relative;
    left: 0;
    transition: all .5s
}
.store-locator-list-and-directions-container.direction-mode {
    left: -100%
}
.store-list-container {
    float: left;
    overflow-y: scroll
}
.store-list-items h2 {
    background: #ffe600;
    margin: 0;
    padding: 10px
}
.store-list-item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px
}
.store-list-item:after {
    content: "";
    clear: both;
    display: block
}
.store-list-item:hover,
.store-list-item:active {
    background: #e4e6e5
}
.store-list-item .store-marker {
    float: left;
    width: 17.5%
}
.store-list-item .store-marker img {
    width: 70%
}
.store-list-item .store-info {
    width: 82.5%;
    float: left
}
.store-list-item .store-info h4 {
    margin-top: 0
}
.store-list-item .store-info .distance {
    padding: 5px 0 0;
    font-weight: 600
}
.store-list-item .store-info .store-details-link {
    margin-top: 2rem;
    padding: 0;
    float: right
}
.store-directions-container {
    display: inline-block;
    overflow: hidden
}
.back-to-store-list {
    background: #ffe600;
    width: 100%;
    line-height: 36px;
    cursor: pointer
}
.back-to-store-list i {
    margin-left: 10px
}
.store-directions {
    height: 412px;
    padding: 12px;
    overflow-y: scroll
}
.store-directions h4 {
    margin: 0 0 2rem;
    color: #5b6770
}
.store-directions .location-contact {
    margin-bottom: 3rem
}
.store-directions .location-contact h5 {
    margin-bottom: 5px
}
.store-directions .directions-heading {
    margin-bottom: -5px
}
.store-directions .directions-mode {
    margin-bottom: 10px
}
.store-directions #direction-intro .adp-warnbox {
    margin: 10px 0
}
.store-directions #direction-intro .adp-placemark {
    border-right: 0;
    border-left: 0;
    margin-top: 0
}
.store-directions #direction-intro .adp-placemark td:first-of-type {
    padding: 10px 10px 10px 3px
}
.store-directions #direction-intro .adp-placemark .adp-text {
    padding: 10px 3px 10px 0
}
.store-directions #direction-intro .adp-summary {
    padding-bottom: 10px
}
.store-directions #direction-intro .adp-directions .adp-step,
.store-directions #direction-intro .adp-directions .adp-substep {
    padding: 10px 3px
}
.store-directions #direction-intro .adp-legal {
    display: none
}
.store-directions .hours {
    margin-top: 2rem
}
.store-directions .hours .col-xs-8 {
    padding-right: 0
}
[ute-page="pickupAtStore"] .store-locator-list-and-directions-window.search-mode {
    width: 25%
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .store-directions .hours .col-xs-8 {
        padding-left: 15%
    }
    [ute-page="pickupAtStore"] .store-locator-list-and-directions-window.search-mode {
        width: 30%
    }
}
@media screen and (max-width: 767px) {
    .store-locator [type="search"] {
        font-size: medium
    }
    .store-locator-buttons {
        margin: 1rem 0;
        display: block
    }
    .store-locator-buttons .ute-btn-secondary,
    .store-locator-buttons body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='md'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='lg'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='xl'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='2k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='4k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='8k'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='xs'] .store-locator-buttons .ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary,
    body[ute-device-size='sm'] .store-locator-buttons .ute-dashboard-services-btn-secondary {
        width: 49%;
        display: inline-block;
        text-align: left
    }
    .store-locator-buttons .ute-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='md'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='md'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='lg'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='xl'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='2k'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='4k'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='8k'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='xs'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2),
    .store-locator-buttons body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary:nth-of-type(2),
    body[ute-device-size='sm'] .store-locator-buttons .ute-dashboard-services-btn-secondary:nth-of-type(2) {
        float: right;
        white-space: nowrap
    }
    .store-locator-buttons .ute-btn-secondary.active,
    .store-locator-buttons body[ute-device-size='md'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='md'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='lg'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='lg'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='xl'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='xl'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='2k'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='2k'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='4k'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='4k'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='8k'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='8k'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='xs'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='xs'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary,
    .store-locator-buttons body[ute-device-size='sm'] .active.ute-dashboard-services-btn-secondary,
    body[ute-device-size='sm'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary {
        background-image: none
    }
    .store-locator-buttons .ute-btn-secondary.active .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='md'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='md'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='lg'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='lg'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='xl'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='xl'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='2k'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='2k'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='4k'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='4k'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='8k'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='8k'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='xs'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='xs'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    .store-locator-buttons body[ute-device-size='sm'] .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before,
    body[ute-device-size='sm'] .store-locator-buttons .active.ute-dashboard-services-btn-secondary .store-locator-buttons-text::before {
        content: "\e613"
    }
    .store-locator-buttons .store-locator-buttons-text::before {
        background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") no-repeat center center;
        background-size: 77% 77%;
        margin-right: 10px;
        content: "\e610";
        display: inline-block;
        color: #7c6900;
        font-family: "fido-icon"
    }
    .store-locator-container.expand {
        height: auto;
        margin: 1rem 0 0
    }
    .store-locator-map.search-mode {
        position: relative;
        z-index: 0
    }
    .store-locator-map.search-mode.active {
        z-index: 1
    }
    .store-locator-list-and-directions-window {
        transition-duration: 0;
        transition-property: none
    }
    .store-locator-list-and-directions-window.search-mode {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }
    .store-locator-list-and-directions-window.search-mode.active {
        z-index: 1
    }
    .store-list-item .store-marker {
        width: 10%
    }
    .store-list-item .store-marker img {
        width: 50%
    }
    [ute-page="pickupAtStore"] .store-locator-search-field {
        width: calc(100% - 30px)
    }
    [ute-page="pickupAtStore"] #storeLocatorSearchInput {
        margin-left: 15px
    }
    [ute-page="pickupAtStore"] .store-locator-list-and-directions-window.search-mode {
        width: 100%
    }
}
[class^="package-selector-wrapper-"] {
    position: relative;
    width: 100%;
    min-height: 900px;
    margin-bottom: 25px
}
[class^="package-selector-wrapper-"] .package-item {
    position: relative;
    width: calc(25% - 15px);
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    top: 40px;
    height: auto;
    padding-bottom: 70px;
    box-sizing: border-box;
    margin-right: 14px;
    transition: all ease .6s, background .3s ease
}
[class^="package-selector-wrapper-"] .package-item::before {
    content: '';
    background: #fff;
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    width: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
[class^="package-selector-wrapper-"] .package-item h2 {
    display: inline-block;
    color: #7c6900;
    text-transform: uppercase;
    border-top: 2px solid #5b6770;
    width: 75%;
    padding: 5px 0 0;
    margin: 0
}
[class^="package-selector-wrapper-"] .package-item .package-channels {
    background: #eef0f0;
    padding: 10px 15px;
    margin: 0 -15px 10px
}
[class^="package-selector-wrapper-"] .package-item .package-channels h1 {
    font-weight: 600;
    padding: 0;
    margin: 0
}
[class^="package-selector-wrapper-"] .package-item .package-channels h1 span {
    color: #7c6900;
    text-transform: uppercase
}
[class^="package-selector-wrapper-"] .package-item .package-channels-details .col-xs-6 {
    padding: 0
}
[class^="package-selector-wrapper-"] .package-item .package-channels-details h3 {
    margin: 0
}
[class^="package-selector-wrapper-"] .package-item .package-channels-details .left {
    border-right: 1px solid #f2f2f2
}
[class^="package-selector-wrapper-"] .package-item .selected {
    background-color: #f0f0f0;
    transition: all ease 900ms
}
[class^="package-selector-wrapper-"] .package-detail {
    width: 100%;
    clear: both;
    position: static;
    overflow: auto;
    height: auto;
    padding: 40px 15px;
    transition: all 0ms linear;
    margin-bottom: 50px
}
[class^="package-selector-wrapper-"] .package-detail::after {
    margin-top: 10px;
    content: ' ';
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line-bottom.png") bottom center no-repeat;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0
}
[class^="package-selector-wrapper-"] .package-border-arrow {
    top: 365px;
    z-index: 1;
    position: absolute;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
    height: 10px;
    width: 100%;
    background-size: 100% 10px
}
[class^="package-selector-wrapper-"] .package-border-arrow::after {
    position: absolute;
    content: " ";
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") bottom center no-repeat;
    background-size: 96px 64px;
    width: 96px;
    height: 64px;
    bottom: -5px;
    z-index: 1;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}
[class^="package-selector-wrapper-"] .package-toggle {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") no-repeat;
    background-size: 100% 10px;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transform: rotate(.5turn);
    transform: rotate(.5turn)
}
[class^="package-selector-wrapper-"] .package-toggle::after {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") no-repeat center center;
    background-size: 77% 77%;
    content: "\e610";
    position: absolute;
    top: -20px;
    right: 50px;
    color: #7c6900;
    font-family: "fido-icon";
    font-size: 3.7rem
}
[class^="package-selector-wrapper-"][package-items="3"] .package-wrapper:nth-of-type(3) .package-item,
[class^="package-selector-wrapper-"][package-items="4"] .package-wrapper:nth-of-type(4) .package-item {
    margin-right: 0
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 1.5s .2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #b19800
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels {
    background: #ffe600
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels span {
    color: #000
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels-details h3 {
    font-weight: 600
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item .left {
    border-right: 1px solid #7c6900
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item .selected {
    background-color: #ffe600;
    transition: all ease 900ms
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item.toggle-package-detail:after,
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-toggle::after {
    content: "\e613"
}
[class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail {
    display: block
}
@media (max-width: 767px) {
    [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item {
        background: #eee url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
        width: 100%;
        background-size: 100% 10px;
        transition: none;
        height: auto!important
    }
    [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item:after {
        position: absolute;
        content: " ";
        background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") bottom center no-repeat;
        background-size: 96px 64px;
        width: 96px;
        height: 64px;
        bottom: -5px;
        left: 30%!important;
        z-index: 1;
        transition: none
    }
}
[class^="package-selector-wrapper-"][package-active="1"] .package-border-arrow::after {
    left: 8%
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 1.5s .2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #b19800
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels {
    background: #ffe600
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels span {
    color: #000
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels-details h3 {
    font-weight: 600
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item .left {
    border-right: 1px solid #7c6900
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item .selected {
    background-color: #ffe600;
    transition: all ease 900ms
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item.toggle-package-detail:after,
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-toggle::after {
    content: "\e613"
}
[class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail {
    display: block
}
@media (max-width: 767px) {
    [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item {
        background: #eee url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
        width: 100%;
        background-size: 100% 10px;
        transition: none;
        height: auto!important
    }
    [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item:after {
        position: absolute;
        content: " ";
        background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") bottom center no-repeat;
        background-size: 96px 64px;
        width: 96px;
        height: 64px;
        bottom: -5px;
        left: 30%!important;
        z-index: 1;
        transition: none
    }
}
[class^="package-selector-wrapper-"][package-active="2"] .package-border-arrow::after {
    left: 33%
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 1.5s .2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #b19800
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels {
    background: #ffe600
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels span {
    color: #000
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels-details h3 {
    font-weight: 600
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item .left {
    border-right: 1px solid #7c6900
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item .selected {
    background-color: #ffe600;
    transition: all ease 900ms
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item.toggle-package-detail:after,
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-toggle::after {
    content: "\e613"
}
[class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail {
    display: block
}
@media (max-width: 767px) {
    [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item {
        background: #eee url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
        width: 100%;
        background-size: 100% 10px;
        transition: none;
        height: auto!important
    }
    [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item:after {
        position: absolute;
        content: " ";
        background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") bottom center no-repeat;
        background-size: 96px 64px;
        width: 96px;
        height: 64px;
        bottom: -5px;
        left: 30%!important;
        z-index: 1;
        transition: none
    }
}
[class^="package-selector-wrapper-"][package-active="3"] .package-border-arrow::after {
    left: 57.5%
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 1.5s .2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #b19800
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels {
    background: #ffe600
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels span {
    color: #000
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels-details h3 {
    font-weight: 600
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item .left {
    border-right: 1px solid #7c6900
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item .selected {
    background-color: #ffe600;
    transition: all ease 900ms
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item.toggle-package-detail:after,
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-toggle::after {
    content: "\e613"
}
[class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail {
    display: block
}
@media (max-width: 767px) {
    [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item {
        background: #eee url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
        width: 100%;
        background-size: 100% 10px;
        transition: none;
        height: auto!important
    }
    [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item:after {
        position: absolute;
        content: " ";
        background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") bottom center no-repeat;
        background-size: 96px 64px;
        width: 96px;
        height: 64px;
        bottom: -5px;
        left: 30%!important;
        z-index: 1;
        transition: none
    }
}
[class^="package-selector-wrapper-"][package-active="4"] .package-border-arrow::after {
    left: 82.5%
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #7c6900
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item::before {
    content: 'SELECTED';
    background: #00afab;
    position: absolute;
    padding: 10px;
    right: 0;
    top: -45px;
    color: #fff;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels {
    background: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels h1::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 3.5rem;
    color: #7c6900;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRkMyRkJBRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFDRkMyRkJCRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUNGQzJGQjhENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUNGQzJGQjlENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52xX4kAAAA4UlEQVR42qyUXQqCQBRG1cD2UEFQq2gXVtaLq6hd6GstI6j2EQS9RlhQuIXyZfouXGH8K3TuB2cYh7kHZcZrK6WsirjAYyagB1LwBGewB0dey4eEBabgqv6H9syK9fpDB4SqeUKuLQnbyHRpTugr85DDsjHQAdzAwDLLC4wcDAsBGaUPlg5fDal49Ml3TIZCwgcJ35h0hYSpU3nbDULCRNCXkPAiKDyR8CAoPEhf7HF2KGuBt1uBj94cIoP/OKprX5sWsm1d+8qYN2iw/q8Gq+OCAOxADFIm5rWA95RqvwIMAKI2aIgZcds+AAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 77% 77%
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels h1 span {
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels-details h3 {
    font-weight: 400
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels-details .left {
    border-right: 1px solid #7c6900!important
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .internet-speed-selector {
    margin: 15px -15px 30px
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .internet-speed-selector .internet-speed-radio {
    padding: 15px
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .current {
    position: relative;
    background-color: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .current::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 2.5rem;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") center center no-repeat;
    background-size: 70%;
    left: 10px;
    position: absolute;
    top: calc(50% - 1.7rem);
    color: #035d66;
    z-index: 1
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .current label {
    cursor: default
}
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail a.capture_btn,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail button.capture_btn,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail input.capture_btn,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail input[type="submit"].capture_btn,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail #janrainModal .capture_footer button,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail button,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail #header #shopcart a.ute-btn-primary,
#header #shopcart [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-detail .ute-dashboard-services-btn-primary {
    display: none
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #7c6900
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item::before {
    content: 'SELECTED';
    background: #00afab;
    position: absolute;
    padding: 10px;
    right: 0;
    top: -45px;
    color: #fff;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels {
    background: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels h1::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 3.5rem;
    color: #7c6900;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRkMyRkJBRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFDRkMyRkJCRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUNGQzJGQjhENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUNGQzJGQjlENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52xX4kAAAA4UlEQVR42qyUXQqCQBRG1cD2UEFQq2gXVtaLq6hd6GstI6j2EQS9RlhQuIXyZfouXGH8K3TuB2cYh7kHZcZrK6WsirjAYyagB1LwBGewB0dey4eEBabgqv6H9syK9fpDB4SqeUKuLQnbyHRpTugr85DDsjHQAdzAwDLLC4wcDAsBGaUPlg5fDal49Ml3TIZCwgcJ35h0hYSpU3nbDULCRNCXkPAiKDyR8CAoPEhf7HF2KGuBt1uBj94cIoP/OKprX5sWsm1d+8qYN2iw/q8Gq+OCAOxADFIm5rWA95RqvwIMAKI2aIgZcds+AAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 77% 77%
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels h1 span {
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels-details h3 {
    font-weight: 400
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels-details .left {
    border-right: 1px solid #7c6900!important
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .internet-speed-selector {
    margin: 15px -15px 30px
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .internet-speed-selector .internet-speed-radio {
    padding: 15px
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .current {
    position: relative;
    background-color: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .current::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 2.5rem;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") center center no-repeat;
    background-size: 70%;
    left: 10px;
    position: absolute;
    top: calc(50% - 1.7rem);
    color: #035d66;
    z-index: 1
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .current label {
    cursor: default
}
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail a.capture_btn,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail button.capture_btn,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail input.capture_btn,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail input[type="submit"].capture_btn,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail #janrainModal .capture_footer button,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail button,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail #header #shopcart a.ute-btn-primary,
#header #shopcart [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-detail .ute-dashboard-services-btn-primary {
    display: none
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #7c6900
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item::before {
    content: 'SELECTED';
    background: #00afab;
    position: absolute;
    padding: 10px;
    right: 0;
    top: -45px;
    color: #fff;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels {
    background: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels h1::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 3.5rem;
    color: #7c6900;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRkMyRkJBRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFDRkMyRkJCRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUNGQzJGQjhENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUNGQzJGQjlENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52xX4kAAAA4UlEQVR42qyUXQqCQBRG1cD2UEFQq2gXVtaLq6hd6GstI6j2EQS9RlhQuIXyZfouXGH8K3TuB2cYh7kHZcZrK6WsirjAYyagB1LwBGewB0dey4eEBabgqv6H9syK9fpDB4SqeUKuLQnbyHRpTugr85DDsjHQAdzAwDLLC4wcDAsBGaUPlg5fDal49Ml3TIZCwgcJ35h0hYSpU3nbDULCRNCXkPAiKDyR8CAoPEhf7HF2KGuBt1uBj94cIoP/OKprX5sWsm1d+8qYN2iw/q8Gq+OCAOxADFIm5rWA95RqvwIMAKI2aIgZcds+AAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 77% 77%
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels h1 span {
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels-details h3 {
    font-weight: 400
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels-details .left {
    border-right: 1px solid #7c6900!important
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .internet-speed-selector {
    margin: 15px -15px 30px
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .internet-speed-selector .internet-speed-radio {
    padding: 15px
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .current {
    position: relative;
    background-color: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .current::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 2.5rem;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") center center no-repeat;
    background-size: 70%;
    left: 10px;
    position: absolute;
    top: calc(50% - 1.7rem);
    color: #035d66;
    z-index: 1
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .current label {
    cursor: default
}
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail a.capture_btn,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail button.capture_btn,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail input.capture_btn,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail input[type="submit"].capture_btn,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail #janrainModal .capture_footer button,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail button,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail #header #shopcart a.ute-btn-primary,
#header #shopcart [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-detail .ute-dashboard-services-btn-primary {
    display: none
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item {
    -webkit-animation: internet-package-move linear .25s;
    animation: internet-package-move linear .25s;
    transition: all .6s ease, background 2s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #eee;
    top: 0;
    border-top: 10px solid #7c6900
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item::before {
    content: 'SELECTED';
    background: #00afab;
    position: absolute;
    padding: 10px;
    right: 0;
    top: -45px;
    color: #fff;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item h2 {
    border: none
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels {
    background: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels h1::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 3.5rem;
    color: #7c6900;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFDRkMyRkJBRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFDRkMyRkJCRDQwNTExRTQ5NThFRTJBOTdFQTRBNTAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUNGQzJGQjhENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUNGQzJGQjlENDA1MTFFNDk1OEVFMkE5N0VBNEE1MDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52xX4kAAAA4UlEQVR42qyUXQqCQBRG1cD2UEFQq2gXVtaLq6hd6GstI6j2EQS9RlhQuIXyZfouXGH8K3TuB2cYh7kHZcZrK6WsirjAYyagB1LwBGewB0dey4eEBabgqv6H9syK9fpDB4SqeUKuLQnbyHRpTugr85DDsjHQAdzAwDLLC4wcDAsBGaUPlg5fDal49Ml3TIZCwgcJ35h0hYSpU3nbDULCRNCXkPAiKDyR8CAoPEhf7HF2KGuBt1uBj94cIoP/OKprX5sWsm1d+8qYN2iw/q8Gq+OCAOxADFIm5rWA95RqvwIMAKI2aIgZcds+AAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 77% 77%
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels h1 span {
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels-details .col-xs-6,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels-details h3 {
    font-weight: 400
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels-details .left {
    border-right: 1px solid #7c6900!important
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .internet-speed-selector {
    margin: 15px -15px 30px
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .internet-speed-selector .internet-speed-radio {
    padding: 15px
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .current {
    position: relative;
    background-color: #00afab;
    color: #fff
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .current::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 2.5rem;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") center center no-repeat;
    background-size: 70%;
    left: 10px;
    position: absolute;
    top: calc(50% - 1.7rem);
    color: #035d66;
    z-index: 1
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .current label {
    cursor: default
}
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail a.capture_btn,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail button.capture_btn,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail input.capture_btn,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail input[type="submit"].capture_btn,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail #janrainModal .capture_footer button,
#janrainModal .capture_footer [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail button,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail #header #shopcart a.ute-btn-primary,
#header #shopcart [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail a.ute-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .reset-voicemail-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary,
[class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-detail .ute-dashboard-services-btn-primary {
    display: none
}
[class^="package-selector-wrapper-"][package-items="1"] .package-item,
[class^="package-selector-wrapper-"][package-items="2"] .package-item,
[class^="package-selector-wrapper-"][package-items="3"] .package-item {
    width: calc(33% - 15px)
}
[class^="package-selector-wrapper-"][package-items="1"][package-active="1"] .package-border-arrow::after,
[class^="package-selector-wrapper-"][package-items="2"][package-active="1"] .package-border-arrow::after,
[class^="package-selector-wrapper-"][package-items="3"][package-active="1"] .package-border-arrow::after {
    left: 12%
}
[class^="package-selector-wrapper-"][package-items="1"][package-active="2"] .package-border-arrow::after,
[class^="package-selector-wrapper-"][package-items="2"][package-active="2"] .package-border-arrow::after,
[class^="package-selector-wrapper-"][package-items="3"][package-active="2"] .package-border-arrow::after {
    left: 45%
}
[class^="package-selector-wrapper-"][package-items="1"][package-active="3"] .package-border-arrow::after,
[class^="package-selector-wrapper-"][package-items="2"][package-active="3"] .package-border-arrow::after,
[class^="package-selector-wrapper-"][package-items="3"][package-active="3"] .package-border-arrow::after {
    left: 77.5%
}
[class^="package-selector-wrapper-"] .internet_pkg_detail.row {
    margin-left: 0;
    margin-right: 0
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .poster {
    display: inline-block;
    position: relative;
    margin-right: 10px
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .poster img {
    vertical-align: top;
    height: 275px
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .poster .poster-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 125px;
    max-height: 125px;
    background-color: rgba(200, 200, 0, .95);
    padding: 10px
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .poster .poster-label p {
    font-size: .9em
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .poster .poster-label p:first-child {
    font-size: 1.2em
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .pkg-details p.feature {
    display: table-cell;
    padding-bottom: 10px
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .pkg-details p.pull-left {
    padding-top: 6px;
    width: 50px;
    text-align: center
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .pkg-details sup {
    color: #7c6900;
    font-size: 60%
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .pkg-details span {
    color: #7c6900
}
[class^="package-selector-wrapper-"] .internet_pkg_detail .pkg-details a span {
    color: inherit
}
.package-selector-wrapper-tv .package-item {
    height: 370px
}
.package-selector-wrapper-tv .package-detail {
    position: static;
    overflow: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0ms linear
}
.package-selector-wrapper-tv.package-selector-accordion {
    min-height: 400px
}
.package-selector-wrapper-tv.package-selector-accordion .package-border-arrow {
    display: none
}
.package-selector-wrapper-tv.package-selector-accordion .package-item {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
    background-size: 100% 10px;
    position: relative;
    top: 0
}
.package-selector-wrapper-tv.package-selector-accordion .package-item::after {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") no-repeat center center;
    background-size: 77% 77%;
    content: "\e610";
    position: absolute;
    bottom: -20px;
    left: 50px;
    color: #7c6900;
    font-family: "fido-icon";
    font-size: 3.7rem
}
.package-selector-wrapper-tv.package-selector-accordion .package-detail {
    display: none
}
.package-selector-wrapper-tv.package-selector-accordion .package-detail.toggle-package-detail {
    display: block
}
.package-selector-wrapper-internet {
    height: auto!important;
    position: relative;
    margin-top: 45px
}
.package-selector-wrapper-internet[package-active="1"] .package-wrapper:nth-of-type(1) .package-item .internet-speed-holder h3 span,
.package-selector-wrapper-internet[package-active="1"] .package-wrapper:nth-of-type(1) .package-item .internet-speed-holder p,
.package-selector-wrapper-internet[package-active="1"] .package-wrapper:nth-of-type(1) .package-item .ute-header-tertiary sup,
.package-selector-wrapper-internet[package-active="1"] .package-wrapper:nth-of-type(1) .package-item .ute-header-tertiary sub {
    color: #000
}
.package-selector-wrapper-internet[package-active="1"] .package-wrapper:nth-of-type(1) .package-item .internet-speed-selector {
    margin: 15px -15px 30px
}
.package-selector-wrapper-internet[package-active="1"] .package-wrapper:nth-of-type(1) .package-item .internet-speed-selector .internet-speed-radio {
    padding: 15px;
    transition: none
}
.package-selector-wrapper-internet[package-active="1"] .package-wrapper:nth-of-type(1) .package-item .internet-speed-selector label *,
.package-selector-wrapper-internet[package-active="2"] .package-wrapper:nth-of-type(2) .package-item .internet-speed-holder h3 span,
.package-selector-wrapper-internet[package-active="2"] .package-wrapper:nth-of-type(2) .package-item .internet-speed-holder p,
.package-selector-wrapper-internet[package-active="2"] .package-wrapper:nth-of-type(2) .package-item .ute-header-tertiary sup,
.package-selector-wrapper-internet[package-active="2"] .package-wrapper:nth-of-type(2) .package-item .ute-header-tertiary sub {
    color: #000
}
.package-selector-wrapper-internet[package-active="2"] .package-wrapper:nth-of-type(2) .package-item .internet-speed-selector {
    margin: 15px -15px 30px
}
.package-selector-wrapper-internet[package-active="2"] .package-wrapper:nth-of-type(2) .package-item .internet-speed-selector .internet-speed-radio {
    padding: 15px;
    transition: none
}
.package-selector-wrapper-internet[package-active="2"] .package-wrapper:nth-of-type(2) .package-item .internet-speed-selector label *,
.package-selector-wrapper-internet[package-active="3"] .package-wrapper:nth-of-type(3) .package-item .internet-speed-holder h3 span,
.package-selector-wrapper-internet[package-active="3"] .package-wrapper:nth-of-type(3) .package-item .internet-speed-holder p,
.package-selector-wrapper-internet[package-active="3"] .package-wrapper:nth-of-type(3) .package-item .ute-header-tertiary sup,
.package-selector-wrapper-internet[package-active="3"] .package-wrapper:nth-of-type(3) .package-item .ute-header-tertiary sub {
    color: #000
}
.package-selector-wrapper-internet[package-active="3"] .package-wrapper:nth-of-type(3) .package-item .internet-speed-selector {
    margin: 15px -15px 30px
}
.package-selector-wrapper-internet[package-active="3"] .package-wrapper:nth-of-type(3) .package-item .internet-speed-selector .internet-speed-radio {
    padding: 15px;
    transition: none
}
.package-selector-wrapper-internet[package-active="3"] .package-wrapper:nth-of-type(3) .package-item .internet-speed-selector label * {
    color: #000
}
.package-selector-wrapper-internet .tier-info {
    margin-bottom: 0
}
.package-selector-wrapper-internet .tier-info .internet-speed-holder div h3 {
    position: relative;
    line-height: 1;
    margin: 0
}
.package-selector-wrapper-internet .tier-info .internet-speed-holder div h3 span {
    color: #7c6900;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block
}
.package-selector-wrapper-internet .tier-info .internet-speed-holder div p {
    text-transform: uppercase
}
.package-selector-wrapper-internet .tier-info .internet-speed-holder .left {
    border-right: 1px solid #f2f2f2
}
.package-selector-wrapper-internet .tier-info span.fine-print a {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    margin: -13px 0 0 -17px;
    display: inline-block;
    font-size: 11px
}
.package-selector-wrapper-internet .tier-info .internet-speed-selector {
    margin: 15px -15px 30px
}
.package-selector-wrapper-internet .tier-info .internet-speed-selector .internet-speed-radio {
    padding: 15px;
    transition: none
}
.package-selector-wrapper-internet .tier-info .internet-speed-selector label {
    font-weight: 600;
    cursor: pointer;
    width: 100%
}
.package-selector-wrapper-internet .tier-info .internet-price-btn-grp button {
    margin: 15px 0
}
.package-selector-wrapper-internet .tier-info .internet-price-btn-grp .ute-price,
.package-selector-wrapper-internet .tier-info .internet-price-btn-grp .ute-price-primary,
.package-selector-wrapper-internet .tier-info .internet-price-btn-grp .ute-price-secondary,
.package-selector-wrapper-internet .tier-info .internet-price-btn-grp .ute-price-tertiary {
    line-height: 1
}
.package-selector-wrapper-internet[package-mode="change"] .package-item {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
    background-size: 100% 10px;
    margin-top: 0;
    border-top: 8px #fff solid;
    top: 0
}
.package-selector-wrapper-internet[package-mode="change"] .package-item::after {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") no-repeat center center;
    background-size: 77% 77%;
    content: "\e610";
    position: absolute;
    bottom: -20px;
    left: 14%;
    color: #7c6900;
    font-family: "fido-icon";
    font-size: 3.7rem
}
.package-selector-wrapper-internet[package-mode="change"] .package-border-arrow {
    display: none
}
.package-selector-wrapper-internet[package-mode="change"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item:after,
.package-selector-wrapper-internet[package-mode="change"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item:after,
.package-selector-wrapper-internet[package-mode="change"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item:after,
.package-selector-wrapper-internet[package-mode="change"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item:after {
    content: "\e613"
}
.package-item-dashboard h2 {
    display: inline-block;
    color: #7c6900;
    text-transform: uppercase;
    padding: 5px 0 0;
    margin: 0
}
.package-item-dashboard p {
    font-weight: 600;
    color: #7c6900;
    text-transform: uppercase
}
.package-item-dashboard .col-xs-6 {
    padding: 0
}
.package-item-dashboard h3 {
    font-weight: 600;
    margin: 0
}
.package-item-dashboard h3 span {
    color: #7c6900;
    font-weight: 400;
    text-transform: capitalize
}
.package-item-dashboard .left {
    border-right: 1px solid #f2f2f2
}
.package-item-dashboard .price-wrapper {
    margin: 20px 0
}
body[ute-device-size='xs'] [class^="package-selector-wrapper-"],
body[ute-device-size='sm'] [class^="package-selector-wrapper-"] {
    position: relative;
    width: 100%;
    min-height: 100px;
    margin-bottom: 25px;
    height: auto!important
}
body[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-item,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"] .package-item {
    float: none;
    width: 100%;
    height: auto!important
}
body[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-detail,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"] .package-detail {
    top: 0;
    position: static;
    height: auto;
    padding-bottom: 20px;
    padding-top: 30px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line-bottom.png") bottom center no-repeat;
    background-size: 100% 10px
}
body[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-border-arrow,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"] .package-border-arrow {
    display: none
}
body[ute-device-size='xs'] [class^="package-selector-wrapper-"] .package-border-arrow::after,
body[ute-device-size='sm'] [class^="package-selector-wrapper-"] .package-border-arrow::after {
    display: none
}
body[ute-device-size='xs'] .internet-tier-package-selector,
body[ute-device-size='sm'] .internet-tier-package-selector {
    height: auto
}
body[ute-device-size='xs'] .internet-tier-package-selector .ute-custom-border,
body[ute-device-size='sm'] .internet-tier-package-selector .ute-custom-border {
    display: none
}
body[ute-device-size='xs'] .internet-tier-package-selector .internet-package-detail,
body[ute-device-size='sm'] .internet-tier-package-selector .internet-package-detail {
    position: static;
    padding-bottom: 20px
}
body[ute-device-size='xs'] .package-selector-wrapper-internet:after,
body[ute-device-size='sm'] .package-selector-wrapper-internet:after {
    background: 0 0
}
body[ute-device-size='xs'] .package-selector-wrapper-internet .package-item .internet-speed-holder p,
body[ute-device-size='sm'] .package-selector-wrapper-internet .package-item .internet-speed-holder p {
    font-size: 1.4rem
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"],
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"],
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"],
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"],
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"],
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] {
    min-height: 600px
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:not(:first-child),
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:not(:first-child),
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:not(:first-child),
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:not(:first-child),
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:not(:first-child),
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:not(:first-child) {
    display: none
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item::before,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item::before,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item::before,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item::before,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item::before,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item::before {
    content: '';
    display: none
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child {
    width: 100%;
    background-color: #fff!important;
    padding-bottom: 0
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left {
    float: left;
    width: 29%
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-holder,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-holder,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-holder,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-holder,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-holder,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-holder {
    margin-top: 20px;
    width: 33%
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector {
    width: 35%;
    margin: 0 2% 10px;
    padding: 0 1.5%;
    border-left: 2px dotted #ccc;
    border-right: 2px dotted #ccc
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio {
    padding: 15px 25px
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.selected,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.selected,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.selected,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.selected,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.selected,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.selected {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/brushstroke_internet.png") center center no-repeat;
    background-size: 100% 100%
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current,
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected {
    position: relative;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/brushstroke_internet_current.png") center center no-repeat;
    color: #fff;
    background-size: 100% 100%
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current::before,
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected::before,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current::before,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected::before,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current::before,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected::before,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current::before,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected::before,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current::before,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected::before,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current::before,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-speed-selector .internet-speed-radio.current.selected::before {
    font-family: fido-icon;
    content: "\e608 ";
    font-size: 2.5rem;
    background-size: 70%;
    left: 21px;
    position: absolute;
    top: calc(50% - 2rem);
    color: #7c6900;
    z-index: 1
}
body[ute-device-size='md'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-price-btn-grp button,
body[ute-device-size='lg'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-price-btn-grp button,
body[ute-device-size='xl'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-price-btn-grp button,
body[ute-device-size='2k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-price-btn-grp button,
body[ute-device-size='4k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-price-btn-grp button,
body[ute-device-size='8k'] .package-selector-wrapper-internet[package-items="1"] .package-item:first-child .only-package-fl-left.internet-price-btn-grp button {
    margin: 0 0 10px!important
}
[ute-page="pickupAtStore"] .nota-bene {
    margin-top: 1.5rem
}
[ute-page="pickupAtStore"] .nota-bene .hot-and-cold-notes {
    margin-left: 3rem
}
body[ute-device-size='xs'] #store-pickup .row,
body[ute-device-size='sm'] #store-pickup .row {
    margin: 0
}
body[ute-device-size='xs'] #store-pickup [name="pickupAtStoreForm"] .row:first-child,
body[ute-device-size='sm'] #store-pickup [name="pickupAtStoreForm"] .row:first-child {
    margin: 0 -15px
}
body[ute-device-size='xs'] #store-pickup [name="pickupAtStoreForm"] .row.nota-bene,
body[ute-device-size='sm'] #store-pickup [name="pickupAtStoreForm"] .row.nota-bene {
    margin-top: 1.5rem
}
[ute-page="shipToAddress"] [name="shipToAddressForm"] {
    margin-top: 2rem
}
[ute-page="shipToAddress"] [name="shipToAddressForm"] address {
    margin-left: 28px;
    margin-top: 10px
}
[ute-page="shipToAddress"] [name="shipToAddressForm"] .address-not-found {
    background: 0;
    border: 1px solid #ccc;
    border-bottom: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 40px;
    left: 15px
}
[ute-page="shipToAddress"] [name="shipToAddressForm"] .nota-bene {
    margin-top: 1.5rem
}
[ute-page="shipToAddress"] [name="shipToAddressForm"] .nota-bene p {
    margin-left: 3rem
}
#take-with-you .message-installing-modem {
    margin-bottom: 2rem
}
#take-with-you .alert,
#take-with-you .modal-open .modal.popup-success .modal-content,
.modal-open .modal.popup-success #take-with-you .modal-content,
#take-with-you .modal-open .modal.popup-warning .modal-content,
.modal-open .modal.popup-warning #take-with-you .modal-content,
#take-with-you #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #take-with-you #capture_signIn_signInForm_errorMessages:not(:empty),
#take-with-you #janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #take-with-you #capture_returnTraditional_signInForm_errorMessages:not(:empty),
#take-with-you #janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #take-with-you #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty),
#take-with-you #janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty),
#janrainModal .janrain-capture-ui.capture-ui-content #take-with-you #capture_signIn_signInForm_successMessages:not(:empty) {
    margin: 0 0 35px
}
#take-with-you .label-modem-serial {
    line-height: 40px
}
#take-with-you .input-modem-serial {
    padding-left: 0
}
#take-with-you .ute-message.error,
#take-with-you .error.ute-message {
    padding-left: 25px;
    white-space: nowrap
}
#take-with-you .nota-bene {
    margin-bottom: 1.5rem
}
#take-with-you .nota-bene ins {
    margin-left: 1rem
}
#take-with-you .agreement .ute-message.error,
#take-with-you .agreement .error.ute-message {
    margin-top: 0
}
body[ute-device-size='xs'] #take-with-you .input-modem-serial,
body[ute-device-size='sm'] #take-with-you .input-modem-serial {
    padding-left: 15px
}
body[ute-device-size='xs'] #take-with-you .input-modem-serial input[type="text"],
body[ute-device-size='sm'] #take-with-you .input-modem-serial input[type="text"] {
    width: 100%
}
body[ute-device-size='xs'] #take-with-you .ute-message.error,
body[ute-device-size='xs'] #take-with-you .error.ute-message,
body[ute-device-size='sm'] #take-with-you .ute-message.error,
body[ute-device-size='sm'] #take-with-you .error.ute-message {
    white-space: normal
}
#tech-install .tech-install-step-1 {
    margin-top: 3rem
}
#tech-install .table.ute-table tr:hover {
    background: inherit
}
#tech-install .table.ute-table tr td {
    border: none
}
#tech-install .table.ute-table tr:last-child td {
    border-bottom: 2px solid #5a676f
}
#tech-install .table.ute-table th {
    border-top: none!important;
    border-bottom: 2px solid #5a676f;
    text-transform: uppercase
}
#tech-install .table.ute-table input[type="radio"]~label {
    display: none
}
#tech-install .table.ute-table input[type="radio"].active~label {
    display: inline-block
}
#tech-install .table.ute-table[day="monday"] th.monday {
    background-color: #005e66;
    color: #fff
}
#tech-install .table.ute-table[day="monday"] tbody tr:first-child td.monday {
    background-color: #e4eef0;
    font-weight: 600
}
#tech-install .table.ute-table[day="monday"][time-slot="allday"] tr.allday td.monday,
#tech-install .table.ute-table[day="monday"][time-slot="morning"] tr.morning td.monday,
#tech-install .table.ute-table[day="monday"][time-slot="afternoon"] tr.afternoon td.monday,
#tech-install .table.ute-table[day="monday"][time-slot="evening"] tr.evening td.monday {
    background-color: #e4eef0
}
#tech-install .table.ute-table[day="tuesday"] th.tuesday {
    background-color: #005e66;
    color: #fff
}
#tech-install .table.ute-table[day="tuesday"] tbody tr:first-child td.tuesday {
    background-color: #e4eef0;
    font-weight: 600
}
#tech-install .table.ute-table[day="tuesday"][time-slot="allday"] tr.allday td.tuesday,
#tech-install .table.ute-table[day="tuesday"][time-slot="morning"] tr.morning td.tuesday,
#tech-install .table.ute-table[day="tuesday"][time-slot="afternoon"] tr.afternoon td.tuesday,
#tech-install .table.ute-table[day="tuesday"][time-slot="evening"] tr.evening td.tuesday {
    background-color: #e4eef0
}
#tech-install .table.ute-table[day="wednesday"] th.wednesday {
    background-color: #005e66;
    color: #fff
}
#tech-install .table.ute-table[day="wednesday"] tbody tr:first-child td.wednesday {
    background-color: #e4eef0;
    font-weight: 600
}
#tech-install .table.ute-table[day="wednesday"][time-slot="allday"] tr.allday td.wednesday,
#tech-install .table.ute-table[day="wednesday"][time-slot="morning"] tr.morning td.wednesday,
#tech-install .table.ute-table[day="wednesday"][time-slot="afternoon"] tr.afternoon td.wednesday,
#tech-install .table.ute-table[day="wednesday"][time-slot="evening"] tr.evening td.wednesday {
    background-color: #e4eef0
}
#tech-install .table.ute-table[day="thursday"] th.thursday {
    background-color: #005e66;
    color: #fff
}
#tech-install .table.ute-table[day="thursday"] tbody tr:first-child td.thursday {
    background-color: #e4eef0;
    font-weight: 600
}
#tech-install .table.ute-table[day="thursday"][time-slot="allday"] tr.allday td.thursday,
#tech-install .table.ute-table[day="thursday"][time-slot="morning"] tr.morning td.thursday,
#tech-install .table.ute-table[day="thursday"][time-slot="afternoon"] tr.afternoon td.thursday,
#tech-install .table.ute-table[day="thursday"][time-slot="evening"] tr.evening td.thursday {
    background-color: #e4eef0
}
#tech-install .table.ute-table[day="friday"] th.friday {
    background-color: #005e66;
    color: #fff
}
#tech-install .table.ute-table[day="friday"] tbody tr:first-child td.friday {
    background-color: #e4eef0;
    font-weight: 600
}
#tech-install .table.ute-table[day="friday"][time-slot="allday"] tr.allday td.friday,
#tech-install .table.ute-table[day="friday"][time-slot="morning"] tr.morning td.friday,
#tech-install .table.ute-table[day="friday"][time-slot="afternoon"] tr.afternoon td.friday,
#tech-install .table.ute-table[day="friday"][time-slot="evening"] tr.evening td.friday {
    background-color: #e4eef0
}
#filter-appointments {
    margin: 20px 0 0;
    min-height: 40px
}
#filter-appointments .filter-appointments-label {
    float: left
}
#filter-appointments .date-formatted span {
    display: block;
    font-weight: 300;
    text-transform: none
}
#filter-appointments .drop-down {
    padding-right: 0;
    padding-left: 3rem
}
body[ute-device-size='xs'] #filter-appointments .filter-appointments-label,
body[ute-device-size='sm'] #filter-appointments .filter-appointments-label {
    display: block;
    float: none
}
body[ute-device-size='xs'] #filter-appointments .filter-appointments-label .show-available,
body[ute-device-size='sm'] #filter-appointments .filter-appointments-label .show-available {
    display: inline
}
body[ute-device-size='xs'] #filter-appointments ute-date-picker,
body[ute-device-size='sm'] #filter-appointments ute-date-picker {
    margin-left: -10px
}
body[ute-device-size='xs'] #filter-appointments .date-formatted,
body[ute-device-size='sm'] #filter-appointments .date-formatted {
    margin-top: 4px;
    display: block
}
body[ute-device-size='xs'] #filter-appointments .date-formatted span,
body[ute-device-size='sm'] #filter-appointments .date-formatted span {
    display: inline
}
body[ute-device-size='xs'] #filter-appointments .drop-down,
body[ute-device-size='sm'] #filter-appointments .drop-down {
    padding: 0
}
.ute-cart-summary {
    margin-top: 40px
}
.ute-cart-summary .ute-header-tertiary {
    padding: 0;
    margin: 7px 0 0;
    color: #7c6900;
    text-transform: uppercase
}
.ute-cart-summary .ute-header-tertiary span a:first-child {
    padding-right: 5px
}
.ute-cart-summary .ute-header-tertiary span a:last-child {
    padding-left: 5px
}
.ute-cart-summary .cart-line-item-product {
    margin-top: 20px
}
.ute-cart-summary .cart-line-item-product ul {
    list-style-position: inside
}
.ute-cart-summary .cart-line-item-product li>span {
    font-weight: 600
}
.ute-cart-summary .cart-line-item-product li:nth-of-type(3) {
    border-right: 0
}
.ute-cart-summary .cart-line-item-product li:first-child {
    padding-left: 0
}
.ute-cart-summary .cart-line-item-product li:last-child {
    padding: 15px 0 0;
    display: block;
    float: none;
    border: 0;
    clear: both
}
.ute-cart-summary .subtotal-holder {
    margin-top: 20px;
    border-top: 8px solid #eef0f0;
    padding: 10px 0
}
.ute-cart-summary .subtotal-holder h3 {
    margin-top: 9px
}
.ute-cart-order-summary {
    margin-top: 40px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/order-summary-bg.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    min-height: 300px;
    min-width: -moz-max-content;
    min-width: 217px
}
.ute-cart-order-summary>h3 {
    margin-bottom: 20px
}
.ute-cart-order-summary .cart-line-item-total {
    border-top: 1px dashed #7c6900;
    margin: 20px 0;
    padding-top: 10px
}
.ute-cart-order-summary .cart-line-item-total .col-xs-6:first-child {
    padding-left: 0
}
.ute-cart-order-summary .cart-line-item-total .col-xs-6:last-child {
    padding-right: 0
}
.ute-cart-order-summary .cart-line-item-total .taxes {
    color: #7c6900;
    font-weight: 300;
    margin: 0;
    position: relative;
    top: -.5em
}
.cart-summary-cms-spot {
    margin-top: 10px;
    position: relative;
    color: #fff;
    padding: 10px 40px 20px 64px
}
.cart-summary-cms-spot h2 {
    color: #ffe600
}
.cart-summary-cms-spot p {
    font-size: 1.2em
}
.cart-summary-cms-spot .ute-link,
.cart-summary-cms-spot .ute-link-inline {
    font-size: 1.2em;
    color: #fff
}
.cart-summary-cms-spot img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%
}
body[ute-device-size='xs'] .ute-cart-summary,
body[ute-device-size='sm'] .ute-cart-summary {
    margin-top: 0
}
body[ute-device-size='xs'] .ute-cart-order-summary,
body[ute-device-size='sm'] .ute-cart-order-summary {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") no-repeat top center;
    background-size: 100% 15px;
    padding: 20px 0 0;
    margin-top: 20px
}
body[ute-device-size='xs'] .cart-summary-cms-spot,
body[ute-device-size='sm'] .cart-summary-cms-spot {
    margin-top: 5px
}
body[ute-device-size='xs'] .cart-line-item-product li,
body[ute-device-size='sm'] .cart-line-item-product li {
    padding: 0
}
body[ute-device-size='xs'] .cart-line-item-product li:first-child,
body[ute-device-size='sm'] .cart-line-item-product li:first-child {
    padding-left: 0
}
body[ute-device-size='xs'] .cart-line-item-product li:nth-of-type(3),
body[ute-device-size='sm'] .cart-line-item-product li:nth-of-type(3) {
    padding-right: 0
}
.grid {
    max-width: 1170px;
    box-sizing: border-box;
    position: relative;
    left: 9px
}
.grid::after {
    content: '';
    display: block;
    clear: both
}
.grid-item {
    float: left;
    width: 280px;
    height: 280px;
    background: #00afab;
    box-sizing: border-box;
    border: 5px solid #fff
}
.grid-item img {
    width: 100%;
    height: 100%
}
.grid-item.square {
    height: 280px
}
.grid-item.square2 {
    width: 560px;
    height: 560px
}
.what-you-love-wrapper {
    width: 100%;
    position: relative
}
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}
input.cmn-toggle-round+label {
    display: block;
    width: 100%;
    height: 100%
}
input.cmn-toggle-round+label .strip {
    height: 40px
}
input.cmn-toggle-round+label .strip .tv-poster-detail {
    visibility: hidden;
    position: relative;
    width: 100%;
    bottom: 0;
    opacity: 0;
    font-weight: 300;
    text-align: left
}
input.cmn-toggle-round+label:hover .strip .tv-poster-detail {
    visibility: visible;
    opacity: 1
}
input.cmn-toggle-round+label .strip {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    min-height: 60px;
    height: auto;
    max-height: 60px;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    color: #fff;
    display: block;
    overflow: hidden;
    transition: all 200ms ease
}
input.cmn-toggle-round+label .strip .channel-logo {
    display: block;
    position: absolute;
    top: 0;
    right: 5px
}
input.cmn-toggle-round+label .strip i {
    position: relative;
    top: 4px;
    color: #fff;
    transition: color 200ms ease-in-out
}
input.cmn-toggle-round+label .strip .tv-poster-title {
    display: block;
    padding-right: 70px;
    line-height: 50px;
    font-weight: 300;
    text-align: left
}
input.cmn-toggle-round+label .strip .tv-poster-detail {
    display: block
}
input.cmn-toggle-round:checked+label {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-name: pulse11;
    animation-name: pulse11
}
input.cmn-toggle-round+label {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-name: pulse12;
    animation-name: pulse12
}
@-webkit-keyframes pulse11 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10% {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse11 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10% {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@-webkit-keyframes pulse12 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10% {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse12 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10% {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
input.cmn-toggle-round:checked+label .strip {
    background: rgba(255, 230, 0, .8);
    color: #000
}
input.cmn-toggle-round:checked+label .strip i {
    color: #00afab
}
input.cmn-toggle-round+label:hover .strip {
    background: rgba(255, 230, 0, .8);
    max-height: 100%;
    height: auto;
    color: #000;
    transition: all 1000ms ease, color 200ms ease, background 500ms ease
}
input.cmn-toggle-round+label:hover .strip i {
    color: #00afab
}
input.cmn-toggle-round:checked+label:hover .tv-poster-detail {
    visibility: visible;
    opacity: 1;
    z-index: 1
}
.tv-channels-you-love-slider {
    border-top: 5px solid #7c6900;
    border-left: 5px solid #7c6900;
    border-bottom: 5px solid #7c6900;
    border-radius: 15px 0 0 15px;
    padding: 20px 5px;
    background: #fff;
    position: absolute;
    right: 200px;
    top: 60px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55);
    width: 300px;
    height: 120px
}
.tv-channels-you-love-slider.active {
    right: 16px;
    opacity: 1;
    visibility: visible;
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channels-you-love-slider.active.slider-fixed {
    position: fixed;
    top: 154px;
    right: calc(50% - 554px);
    transition: top 0ms linear
}
.tv-channels-you-love-slider.active.slider-absolute {
    position: absolute;
    top: 60px;
    right: 16px;
    transition: top 0ms linear
}
.tv-channels-you-love-slider.show-slider {
    width: 805px;
    height: 552px;
    transition: all 200ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channels-you-love-slider.show-slider .tv-channels-you-love,
.tv-channels-you-love-slider.show-slider .tv-channels-you-love-details,
.tv-channels-you-love-slider.show-slider .view-package-btn {
    display: block
}
.tv-channels-you-love-slider.show-slider .recommended-package {
    display: inline-block
}
.tv-channels-you-love-slider.show-slider .tv-channels-count-wrapper .slide-btn button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 300ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channels-you-love-slider .tv-channels-you-love,
.tv-channels-you-love-slider .tv-channels-you-love-details,
.tv-channels-you-love-slider .view-package-btn,
.tv-channels-you-love-slider .recommended-package {
    display: none
}
.tv-channels-you-love-slider .tv-channels-you-love-details {
    margin-left: 50px;
    margin-bottom: 20px
}
.tv-channels-you-love-slider .view-package-btn {
    margin-top: 35px
}
.tv-channels-you-love-slider .recommended-package {
    margin-left: 50px;
    border: 2px solid #000;
    min-width: 130px;
    max-width: 230px;
    height: 100px;
    box-sizing: border-box
}
.tv-channels-you-love-slider .recommended-package .recommended-package-title {
    text-transform: uppercase;
    padding: 5px;
    border-bottom: 2px solid #000;
    text-align: center
}
.tv-channels-you-love-slider .recommended-package .recommended-package-name {
    color: #7c6900;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}
.tv-channels-you-love-slider .tv-channels-count-wrapper {
    height: 60px
}
.tv-channels-you-love-slider .tv-channels-count-wrapper span {
    display: block;
    float: left
}
.tv-channels-you-love-slider .tv-channels-count-wrapper .slide-btn {
    font-size: 30px;
    color: #7c6900;
    margin-left: -19px;
    margin-top: 10px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") center center no-repeat;
    background-size: 99% 55%;
    margin-right: 15px
}
.tv-channels-you-love-slider .tv-channels-count-wrapper .slide-btn button {
    outline: none;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
    transition: -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 300ms cubic-bezier(.68, -.55, .265, 1.55)
}
.tv-channels-you-love-slider .tv-channels-count-wrapper .channels-count {
    color: #00afab;
    font-weight: 900;
    margin-right: 10px;
    line-height: 1;
    font-size: 6rem
}
.tv-channels-you-love-slider .tv-channels-count-wrapper .channels-count-txt {
    font-weight: 600;
    line-height: 1
}
.tv-channels-you-love {
    position: relative;
    margin-left: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow-x: auto
}
.top-channel-wrapper {
    padding-left: 55px;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    -webkit-animation: animate-fade 1100ms forwards;
    animation: animate-fade 1100ms forwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}
.top-channel {
    width: 140px;
    height: 230px;
    display: inline-block;
    background-color: #f0f0f0;
    position: relative;
    margin-left: -55px;
    -webkit-clip-path: polygon(55px 230px, 140px 230px, 85px 0, 0 0);
    clip-path: url("#clipPolygon");
    -webkit-mask: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIwIiBoZWlnaHQ9IjAiPgogIDxjbGlwUGF0aCBpZD0ic3ZnQ2xpcCI+CiAgICA8cGF0aCBpZD0ic3ZnUGF0aCIgZD0iTTU1LDIzMCBMMTQwLDIzMCA4NSwwIDAsMCB6Ii8+CiAgPC9jbGlwUGF0aD4KICA8cGF0aCBpZD0ic3ZnTWFzayIgZD0iTTU1LDIzMCBMMTQwLDIzMCA4NSwwIDAsMCB6IiAgLz4KPC9zdmc+) no-repeat
}
.top-channel img {
    height: 100%;
    width: 100%
}
@-webkit-keyframes animate-fade {
    0% {
        left: 20px;
        opacity: 1;
        -webkit-filter: blur(0)
    }
    100% {
        left: 0;
        opacity: .3;
        -webkit-filter: blur(1px)
    }
}
@keyframes animate-fade {
    0% {
        left: 20px;
        opacity: 1;
        -webkit-filter: blur(0)
    }
    100% {
        left: 0;
        opacity: .3;
        -webkit-filter: blur(1px)
    }
}
@-webkit-keyframes animate-1 {
    0% {
        left: 20px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-1 {
    0% {
        left: 20px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@-webkit-keyframes animate-2 {
    0% {
        left: 40px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-2 {
    0% {
        left: 40px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@-webkit-keyframes animate-3 {
    0% {
        left: 60px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-3 {
    0% {
        left: 60px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@-webkit-keyframes animate-4 {
    0% {
        left: 80px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-4 {
    0% {
        left: 80px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@-webkit-keyframes animate-5 {
    0% {
        left: 100px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-5 {
    0% {
        left: 100px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@-webkit-keyframes animate-6 {
    0% {
        left: 120px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-6 {
    0% {
        left: 120px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@-webkit-keyframes animate-7 {
    0% {
        left: 140px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-7 {
    0% {
        left: 140px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@-webkit-keyframes animate-8 {
    0% {
        left: 160px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes animate-8 {
    0% {
        left: 160px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}
.tc-1 {
    -webkit-animation: animate-1 100ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-1 100ms cubic-bezier(.52, -.13, .25, 1.28)
}
.tc-2 {
    -webkit-animation: animate-2 200ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-2 200ms cubic-bezier(.52, -.13, .25, 1.28)
}
.tc-3 {
    -webkit-animation: animate-3 300ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-3 300ms cubic-bezier(.52, -.13, .25, 1.28)
}
.tc-4 {
    -webkit-animation: animate-4 400ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-4 400ms cubic-bezier(.52, -.13, .25, 1.28)
}
.tc-5 {
    -webkit-animation: animate-5 500ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-5 500ms cubic-bezier(.52, -.13, .25, 1.28)
}
.tc-6 {
    -webkit-animation: animate-6 600ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-6 600ms cubic-bezier(.52, -.13, .25, 1.28)
}
.tc-7 {
    -webkit-animation: animate-7 700ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-7 700ms cubic-bezier(.52, -.13, .25, 1.28)
}
.tc-8 {
    -webkit-animation: animate-8 800ms cubic-bezier(.52, -.13, .25, 1.28);
    animation: animate-8 800ms cubic-bezier(.52, -.13, .25, 1.28)
}
.selected-channel-logo {
    top: 85px;
    left: 35px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    opacity: 0
}
.top-channel-logo-wrapper {
    width: auto;
    position: absolute;
    top: 0;
    white-space: nowrap
}
.l-1 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms
}
.l-1,
.l-2 {
    -webkit-animation: bounceIn 500ms forwards;
    animation: bounceIn 500ms forwards
}
.l-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}
.l-3 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}
.l-3,
.l-4 {
    -webkit-animation: bounceIn 500ms forwards;
    animation: bounceIn 500ms forwards
}
.l-4 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}
.l-5 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}
.l-5,
.l-6 {
    -webkit-animation: bounceIn 500ms forwards;
    animation: bounceIn 500ms forwards
}
.l-6 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
}
.l-7 {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms
}
.l-7,
.l-8 {
    -webkit-animation: bounceIn 500ms forwards;
    animation: bounceIn 500ms forwards
}
.l-8 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms
}
@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: translate3d(6px, 100%, 0);
        transform: translate3d(6px, 100%, 0);
        visibility: visible;
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes bounceIn {
    0% {
        -webkit-transform: translate3d(6px, 100%, 0);
        transform: translate3d(6px, 100%, 0);
        visibility: visible;
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
body[ute-device-size='xs'] .tv-home-tabs-data,
body[ute-device-size='sm'] .tv-home-tabs-data {
    padding: 0 5px;
    margin-top: 30px
}
body[ute-device-size='xs'] .grid,
body[ute-device-size='sm'] .grid {
    left: 0;
    max-width: 100%
}
body[ute-device-size='xs'] .grid-item,
body[ute-device-size='sm'] .grid-item {
    width: 50%;
    height: 160px
}
body[ute-device-size='xs'] .grid-item img,
body[ute-device-size='sm'] .grid-item img {
    width: 100%;
    height: 100%
}
body[ute-device-size='xs'] .grid-item.square,
body[ute-device-size='sm'] .grid-item.square,
body[ute-device-size='xs'] .grid-item.square2,
body[ute-device-size='sm'] .grid-item.square2,
body[ute-device-size='xs'] .grid-item.portrait,
body[ute-device-size='sm'] .grid-item.portrait,
body[ute-device-size='xs'] .grid-item.landscape,
body[ute-device-size='sm'] .grid-item.landscape {
    width: 50%;
    height: 160px
}
body[ute-device-size='xs'] input.cmn-toggle-round+label .strip .tv-poster-title span,
body[ute-device-size='sm'] input.cmn-toggle-round+label .strip .tv-poster-title span {
    display: none
}
body[ute-device-size='xs'] input.cmn-toggle-round+label .strip .tv-poster-title span.channel-logo,
body[ute-device-size='sm'] input.cmn-toggle-round+label .strip .tv-poster-title span.channel-logo {
    display: block;
    right: 0
}
body[ute-device-size='xs'] input.cmn-toggle-round+label .strip .tv-poster-detail,
body[ute-device-size='sm'] input.cmn-toggle-round+label .strip .tv-poster-detail {
    display: none
}
body[ute-device-size='xs'] .tv-channels-you-love-slider,
body[ute-device-size='sm'] .tv-channels-you-love-slider {
    top: 30px;
    width: 200px;
    height: 75px;
    padding: 10px 5px
}
body[ute-device-size='xs'] .tv-channels-you-love-slider.active,
body[ute-device-size='sm'] .tv-channels-you-love-slider.active {
    right: 5px
}
body[ute-device-size='xs'] .tv-channels-you-love-slider.active.slider-fixed,
body[ute-device-size='sm'] .tv-channels-you-love-slider.active.slider-fixed {
    top: 90px;
    right: 15px
}
body[ute-device-size='xs'] .tv-channels-you-love-slider.active.slider-absolute,
body[ute-device-size='sm'] .tv-channels-you-love-slider.active.slider-absolute {
    top: 30px;
    right: 5px
}
body[ute-device-size='xs'] .tv-channels-you-love-slider.show-slider,
body[ute-device-size='sm'] .tv-channels-you-love-slider.show-slider {
    width: 90%;
    height: 365px
}
body[ute-device-size='xs'] .tv-channels-you-love-slider .tv-channels-count-wrapper,
body[ute-device-size='sm'] .tv-channels-you-love-slider .tv-channels-count-wrapper {
    height: 50px
}
body[ute-device-size='xs'] .tv-channels-you-love-slider .tv-channels-count-wrapper .channels-count,
body[ute-device-size='sm'] .tv-channels-you-love-slider .tv-channels-count-wrapper .channels-count {
    font-size: 3.5rem
}
body[ute-device-size='xs'] .tv-channels-you-love-slider .tv-channels-count-wrapper .channels-count-txt,
body[ute-device-size='sm'] .tv-channels-you-love-slider .tv-channels-count-wrapper .channels-count-txt {
    font-size: 2.2rem
}
body[ute-device-size='xs'] .tv-channels-you-love-slider .tv-channels-count-wrapper .slide-btn,
body[ute-device-size='sm'] .tv-channels-you-love-slider .tv-channels-count-wrapper .slide-btn {
    margin-top: 0
}
body[ute-device-size='xs'] .tv-channels-you-love-slider .tv-channels-you-love-details,
body[ute-device-size='sm'] .tv-channels-you-love-slider .tv-channels-you-love-details {
    margin: 0 0 10px 10px;
    display: none
}
body[ute-device-size='xs'] .tv-channels-you-love-slider .view-package-btn,
body[ute-device-size='sm'] .tv-channels-you-love-slider .view-package-btn {
    margin-top: 10px
}
body[ute-device-size='xs'] .tv-channels-you-love,
body[ute-device-size='sm'] .tv-channels-you-love {
    margin: 0 0 0 10px
}
.swap-channels-wrapper {
    display: inline-block
}
.swap-channels-wrapper .swap-channels-out,
.swap-channels-wrapper .swap-channels-in {
    position: relative;
    text-align: center;
    border: 1px dashed #000;
    margin-top: 30px;
    padding: 15px 0;
    float: left;
    width: 46%
}
.swap-channels-wrapper .swap-channels-out .step-name,
.swap-channels-wrapper .swap-channels-in .step-name {
    position: absolute;
    width: 100px;
    top: -10px;
    left: calc(50% - 50px);
    background: #00afab
}
.swap-channels-wrapper .swap-channels-out .swap-channels-count,
.swap-channels-wrapper .swap-channels-in .swap-channels-count {
    margin: 0 auto;
    display: inline-block;
    border-radius: 5px
}
.swap-channels-wrapper .swap-channels-out .swap-channels-count span:first-child,
.swap-channels-wrapper .swap-channels-in .swap-channels-count span:first-child {
    background: #7c6900
}
.swap-channels-wrapper .swap-channels-out .swap-channels-count span,
.swap-channels-wrapper .swap-channels-in .swap-channels-count span {
    padding: 5px;
    border-radius: 5px;
    background: #f0f0f0
}
.tv-channels-swapped-counter {
    margin-top: 60px;
    margin-bottom: 60px;
    background: #035d67;
    padding: 15px 0;
    position: relative
}
.tv-channels-swapped-counter .tv-channels-swapped-box {
    width: 100px;
    background: #fff;
    border: 2px solid #000
}
.tv-channels-swapped-counter .tv-channels-swapped-box div {
    padding: 5px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}
.tv-channels-swapped-counter .tv-channels-swapped-box div:first-child {
    border-bottom: 2px solid #000
}
.tv-channels-swapped-counter .tv-channels-swapped-logos {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-left: 20px;
    position: absolute;
    left: 120px;
    z-index: 11
}
.tv-channels-swapped-counter .tv-channels-swapped-logos ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0
}
.tv-channels-swapped-counter .tv-channels-swapped-logos li {
    display: block;
    float: left;
    margin-right: 30px;
    text-align: center
}
.tv-channels-swapped-counter .tv-channels-swapped-logos li .logo-box {
    background-color: #fff;
    padding: 5px
}
.tv-channels-swapped-counter .tv-channels-swapped-logos li i {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 3rem
}
.tv-channel-search-box {
    background: #f5f5f7;
    padding: 30px 0
}
.tv-channel-search-box .ute-input-search {
    background: #fff
}
.tv-theme-names {
    padding: 50px 15px 30px
}
.tv-theme-names ul {
    padding: 0;
    margin: 0
}
.tv-theme-names ul li {
    display: inline;
    padding-right: 40px;
    font-weight: 400;
    color: #ccc
}
.tv-theme-names ul li.active {
    color: #000
}
.tv-channel--theme-table .tv-channel--theme-table-heading {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    color: #333;
    padding: 10px 0
}
.tv-channel--theme-table .tv-channel-theme-table-content {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top
}
.tv-channel--theme-table .tv-channel-theme-table-content:hover {
    background: #f5f5f6
}
.tv-channel--theme-table .tv-channel-theme-table-content .tv-channel-list {
    margin: 0
}
.tv-channel--theme-table .tv-channel-theme-table-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.tv-channel--theme-table .tv-channel-theme-table-content ul li.package.active {
    color: #000;
    font-weight: 400
}
.tv-channel--theme-table .tv-channel-theme-table-content ul li.package.active:before {
    content: "\e624";
    font-family: fido-icon;
    margin-left: -16px
}
.tv-channel--theme-table .tv-channel-theme-table-theme-pack-detail {
    margin: 0 0 10px
}
.tv-channel--theme-table .tv-channel-theme-table-theme-pack-detail .gold-arrow {
    position: relative;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 30px solid #7c6900
}
.tv-channel--theme-table .tv-channel-theme-table-theme-pack-detail .gold-arrow:after {
    content: ' ';
    position: absolute;
    top: 3px;
    right: -50px;
    width: 0;
    height: 0;
    z-index: 100;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 30px solid #fff
}
.tv-channel--theme-table .tv-channel-theme-table-theme-pack-detail .gold-arrow:hover:after {
    border-bottom: 30px solid #f5f5f6
}
.tv-channel--theme-table .tv-channel-theme-table-theme-pack-detail .gold-border {
    padding: 10px;
    border: 2px solid #7c6900
}
.tv-channel--theme-table .tv-channel-theme-table-theme-pack-detail .theme-pack-channel-logos {
    display: inline-block
}
.tv-channel--theme-table .tv-channel-theme-table-theme-pack-detail .theme-pack-channel-logos li {
    float: left;
    padding: 5px
}
.tv-channel-table table tbody td:first-child {
    width: 200px
}
.tv-channel-table table tbody th {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    color: #333;
    font-weight: 400
}
.tv-channel-table table tbody th:first-child {
    font-weight: 400!important
}
.tv-channel-table table tbody td {
    vertical-align: top
}
.tv-channel-table table tbody td .tv-channel-list {
    margin: 0
}
.tv-channel-table table tbody td ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.tv-channel-table table tbody td ul li.package.active {
    color: #000;
    font-weight: 400
}
.tv-channel-table table tbody td ul li.package.active:before {
    content: "\e624";
    font-family: fido-icon;
    margin-left: -16px
}
#footer {
    clear: both;
    background: #ECECEC;
    margin-top: 130px
}
#footer .container {
    position: relative
}
#footer .row {
    width: 100%;
    font-weight: 600;
    margin: 1.5em 0
}
#footer .row ul {
    margin: 0;
    padding: 0 10px 0 0
}
#footer .row li {
    list-style: none;
    padding: .4em 0
}
#footer .row .social-media span {
    color: #055D67;
    margin-bottom: .25em;
    display: block
}
#footer .row .social-media li {
    padding: 0;
    margin: 0 .5em;
    list-style: none;
    display: inline-block
}
#footer .row .social-media li:first-child {
    margin-left: 0
}
#footer .row .social-media li a {
    font-size: 2.2em;
    color: #5C6770;
    display: inline-block
}
#footer .row .social-media li a:hover {
    text-decoration: none
}
#footer-bar {
    background: #000;
    margin-top: 0
}
#copyright {
    color: #fff;
    padding: .5em 0;
    font-size: 1.2em;
    font-weight: 400
}
@media (max-width: 767px) {
    #footer {
        font-size: 1.2em;
        margin-top: 50px
    }
    #footer .row>ul li {
        width: 50%;
        float: left
    }
    #footer .social-media {
        padding-top: .5em;
        clear: both
    }
    #footer .social-media span {
        display: block;
        text-align: center;
        margin: 1em 0
    }
    #footer .social-media ul {
        text-align: center
    }
}
@media (min-width: 768px) {
    #footer {
        font-size: 1em
    }
    #footer .row {
        width: 70%
    }
    #footer .social-media {
        position: absolute;
        bottom: 1.5em;
        right: 0;
        float: right
    }
    #copyright {
        font-size: .85em
    }
}
.modal .modal-content {
    border: 3px solid #7c6900;
    border-radius: 20px
}
.modal .modal-header h4 {
    color: #000
}
.modal .modal-header button {
    background-color: transparent
}
.modal .modal-backdrop {
    opacity: .8;
    background-color: #FFF
}
footer {
    height: auto;
    backgorund: none;
    padding: 0;
    font-size: 1.4rem!important
}
.textarea-heading {
    font-size: 3rem;
    font-weight: 600;
    display: block
}
body[ute-language="fr"] .textarea-heading {
    font-size: 2.9rem;
    font-weight: 600;
    display: block
}
.static-text {
    background: #eef0f0;
    padding: 5% 5% 2% 15%;
    position: relative
}
.static-text-heading {
    font-weight: 800;
    font-size: 1.8rem
}
.static-text-subheading {
    font-size: 1.8rem;
    font-weight: 600
}
.text-container {
    margin-left: 5%
}
.static-info-image {
    position: absolute;
    top: 0;
    left: 0
}
.live-chat-heading {
    font-size: 4rem;
    font-weight: 600
}
body[ute-device-size='md'] .width-35-approx,
body[ute-device-size='lg'] .width-35-approx,
body[ute-device-size='xl'] .width-35-approx,
body[ute-device-size='2k'] .width-35-approx,
body[ute-device-size='4k'] .width-35-approx,
body[ute-device-size='8k'] .width-35-approx {
    width: 35%
}
body[ute-device-size='xs'] .static-text-mobile-container,
body[ute-device-size='sm'] .static-text-mobile-container {
    margin-top: 4%;
    padding-left: 0%;
    padding-right: 0%
}
.live-chat-textarea {
    resize: none
}
.disconnect-reasons {
    display: block;
    margin-left: 4%
}
.social-media-styles .social-media-bottom-margin {
    margin-bottom: 3%
}
[ute-device-size='xs'] .social-media-styles .social-media-bottom-margin {
    margin-bottom: 7%
}
.social-media-styles .social-media-icon {
    width: 3rem;
    height: 2rem;
    margin-bottom: .5rem
}
.social-media-styles .margin_top_approx {
    margin-top: 2.5%
}
.breadcrumb-menu,
.page-create-profile .create-profile-menu-holder .create-profile-menu,
.page-change-internet .change-internet-menu-holder .change-internet-menu {
    display: block
}
.breadcrumb-menu li,
.page-create-profile .create-profile-menu-holder .create-profile-menu li,
.page-change-internet .change-internet-menu-holder .change-internet-menu li {
    display: table-cell
}
.page-create-user .form-input-ctn {
    display: block;
    clear: both
}
.page-create-user .form-input-ctn label {
    display: block;
    font-weight: 400
}
.page-create-user .form-input-ctn input {
    width: 50%
}
.page-create-user .form-input-ctn .help-txt {
    display: block;
    padding: 5px 0
}
.page-create-user .ute-input-group.buttons {
    text-align: left
}
.page-create-user .ute-input-group.buttons .ute-link,
.page-create-user .ute-input-group.buttons .ute-link-inline {
    margin-left: 0
}
.page-create-user .ute-input-group.buttons .ute-btn-primary,
.page-create-user .ute-input-group.buttons #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content .page-create-user .ute-input-group.buttons a.capture_btn,
.page-create-user .ute-input-group.buttons #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .page-create-user .ute-input-group.buttons button.capture_btn,
.page-create-user .ute-input-group.buttons #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content .page-create-user .ute-input-group.buttons input.capture_btn,
.page-create-user .ute-input-group.buttons #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer .page-create-user .ute-input-group.buttons input[type="submit"].capture_btn,
.page-create-user .ute-input-group.buttons #janrainModal .capture_footer button,
#janrainModal .capture_footer .page-create-user .ute-input-group.buttons button,
.page-create-user .ute-input-group.buttons #header #shopcart a.ute-btn-primary,
#header #shopcart .page-create-user .ute-input-group.buttons a.ute-btn-primary,
.page-create-user .ute-input-group.buttons #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob .page-create-user .ute-input-group.buttons a.ute-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='md'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='8k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='sm'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .page-create-user .ute-input-group.buttons .reset-voicemail-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary,
.page-create-user .ute-input-group.buttons body[ute-device-size='sm'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .page-create-user .ute-input-group.buttons .ute-dashboard-services-btn-primary {
    margin-right: -15px
}
.center-text {
    text-align: center
}
h3 .header-small-text {
    font-weight: 600;
    color: #035d67;
    padding: 0 5px
}
h3 .header-small-text a {
    color: #035d67
}
.page-create-profile {
    position: relative;
    overflow: hidden
}
.page-create-profile .create-profile-header {
    height: 80px;
    background-color: #ffe600;
    padding: 0;
    margin: 0
}
.page-create-profile .create-profile-header .brand {
    background-position: 0;
    background-size: 80px;
    height: 40px;
    width: 100px;
    top: 10px;
    left: 10px;
    display: block;
    position: absolute
}
.page-create-profile .create-profile-header ul {
    padding: 0;
    margin: 0
}
.page-create-profile .create-profile-header ul li {
    list-style: none;
    padding: 2px 4px
}
.page-create-profile .create-profile-header ul li:nth-child(2) {
    border-bottom: 1px solid #000
}
.page-create-profile .create-profile-header .summary {
    float: right;
    max-width: 500px;
    display: block;
    background-color: #fff;
    margin: 5px 5px 0 0;
    padding: 5px
}
.page-create-profile .create-profile-menu-holder {
    display: block;
    width: 70%;
    padding: 25px 30px
}
.page-create-profile .debug {
    font-family: courier;
    background: #ccc;
    padding: 1em;
    margin: 0
}
[ute-page="paymentOptions"] .page-create-profile [ui-view="sub-content"] {
    margin-bottom: 5rem
}
body[ute-device-size='xs'] .page-create-user .form-input-ctn input,
body[ute-device-size='sm'] .page-create-user .form-input-ctn input {
    width: 100%
}
body[ute-device-size='xs'] .page-create-profile .create-profile-menu-holder,
body[ute-device-size='sm'] .page-create-profile .create-profile-menu-holder {
    width: 100%;
    padding: 10px 5px;
    margin: 0
}
body[ute-device-size='xs'] .page-create-profile .create-profile-menu-holder .create-profile-menu,
body[ute-device-size='sm'] .page-create-profile .create-profile-menu-holder .create-profile-menu {
    background-position-y: 47%;
    margin: 25px auto 0
}
body[ute-device-size='xs'] .page-create-profile .create-profile-menu-holder .create-profile-menu li button span:last-child,
body[ute-device-size='sm'] .page-create-profile .create-profile-menu-holder .create-profile-menu li button span:last-child {
    display: none
}
.page-credit-check .credit-check-heading {
    white-space: nowrap
}
.page-credit-check .error-permission-required {
    display: none
}
.page-credit-check .error-permission-required.ute-message.error,
.page-credit-check .error-permission-required.error.ute-message {
    margin-left: 16px;
    display: block;
    clear: left
}
.page-credit-check .ute-input-group.buttons {
    text-align: left
}
.page-credit-check .ute-input-group.buttons .ute-link,
.page-credit-check .ute-input-group.buttons .ute-link-inline {
    margin-left: 0
}
.page-credit-check .in-depth-credit-check {
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/mini-message-border.png") 5 8 5 20 stretch;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/mini-message-border.png") 5 8 5 20 stretch;
    border-image-outset: 2px 2px 2px 19px;
    border-radius: 4px;
    border-width: 6px 6px 6px 21px;
    border-style: solid;
    margin-top: 6.6rem;
    padding: 3rem
}
.page-credit-check .in-depth-credit-check-contact-info h4 {
    margin: 1.5rem 0 1rem
}
.page-credit-check .in-depth-credit-check-contact-info [class^="ute-icon"] {
    color: #035d67;
    font-size: 2rem
}
.page-credit-check .in-depth-credit-check-contact-info [class^="ute-icon"]~ins,
.page-credit-check .in-depth-credit-check-contact-info [class^="ute-icon"]~a {
    vertical-align: text-bottom
}
body[ute-device-size='xs'] .page-credit-check .credit-check-heading,
body[ute-device-size='sm'] .page-credit-check .credit-check-heading {
    white-space: normal
}
body[ute-device-size='xs'] .page-credit-check hr,
body[ute-device-size='sm'] .page-credit-check hr {
    margin-top: 0
}
body[ute-device-size='xs'] .page-credit-check .in-depth-credit-check,
body[ute-device-size='sm'] .page-credit-check .in-depth-credit-check {
    margin: 30px 0 10px;
    -o-border-image: none;
    border-image: none;
    border-image-outset: 0;
    border-radius: 0;
    border-width: 0;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") no-repeat top center;
    background-size: 100% 6px
}
#create-profile-summary-holder {
    display: none
}
[in-buy-flow="true"]#create-profile-summary-holder {
    width: 220px;
    position: fixed;
    top: 98px;
    right: 30px;
    z-index: 1;
    display: inherit
}
[ute-user~='agent'] [in-buy-flow="true"]#create-profile-summary-holder {
    top: 150px
}
@media screen and (min-width: 736px) {
    [in-buy-flow="true"]#create-profile-summary-holder {
        top: 50px
    }
    [ute-user~='agent'] [in-buy-flow="true"]#create-profile-summary-holder {
        top: 100px
    }
}
@media screen and (min-width: 768px) {
    [in-buy-flow="true"]#create-profile-summary-holder {
        top: 63px
    }
    [ute-user~='agent'] [in-buy-flow="true"]#create-profile-summary-holder {
        top: 115px
    }
}
@media screen and (min-width: 992px) {
    [in-buy-flow="true"]#create-profile-summary-holder {
        top: 84px
    }
    [ute-user~='agent'] [in-buy-flow="true"]#create-profile-summary-holder {
        top: 135px
    }
}
@media screen and (min-width: 1100px) {
    [in-buy-flow="true"]#create-profile-summary-holder {
        top: 98px
    }
    [ute-user~='agent'] [in-buy-flow="true"]#create-profile-summary-holder {
        top: 150px
    }
}
@media screen and (min-width: 1216px) {
    [in-buy-flow="true"]#create-profile-summary-holder {
        margin: auto;
        right: -920px;
        left: 0
    }
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary {
    display: block;
    padding: 0;
    width: 250px
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .row {
    margin-left: 0;
    margin-right: 0
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary {
    width: 100%;
    padding: 5px 10px 0;
    background-color: #b19800
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary h4 {
    margin-top: 5px
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .chevron-down {
    top: calc(100% - 20px);
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg)
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary div[class^="col-xs-"] {
    padding: 0
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .ute-icon-cart {
    line-height: 1.4em
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .ute-price sup:first-child,
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .ute-price sub {
    color: #000
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .ute-price-secondary {
    margin-right: 0;
    transition: opacity 550ms 450ms, top 500ms 350ms cubic-bezier(.77, 0, .175, 1);
    top: 0;
    position: relative;
    z-index: 99
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .ute-price-secondary.summary-open {
    opacity: 0;
    top: 40px;
    transition: opacity 300ms 300ms, top 600ms 80ms cubic-bezier(.77, 0, .175, 1)
}
[in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .chevron-down {
    font-size: 2.4rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #b19800;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    left: calc(50% - 15px);
    top: 45px;
    cursor: pointer;
    pointer-events: all;
    transition: top 1s cubic-bezier(.77, 0, .175, 1), -webkit-transform 1s;
    transition: top 1s cubic-bezier(.77, 0, .175, 1), transform 1s
}
[in-buy-flow="true"]#create-profile-summary-holder.with-tax .profile-summary-details-holder .profile-summary-details {
    top: -248px
}
body[ute-language='fr'] [in-buy-flow="true"]#create-profile-summary-holder.with-tax .profile-summary-details-holder .profile-summary-details {
    top: -236px
}
[in-buy-flow="true"]#create-profile-summary-holder.with-tax .profile-summary-details-holder .profile-summary-details.summary-open {
    top: -3px
}
[in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative
}
[in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details {
    border: 3px solid #b19800;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 10px;
    background-color: #b19800;
    position: relative;
    top: -108px;
    transition: top 1s cubic-bezier(.77, 0, .175, 1), background 735ms 300ms
}
body[ute-language='fr'] [in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details {
    top: -94px
}
[in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details.summary-open {
    top: -3px;
    background-color: #fff;
    transition: top 1s cubic-bezier(.77, 0, .175, 1), background 600ms 400ms
}
body[ute-language='fr'] [in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details.summary-open,
.with-tax [in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details.summary-open {
    top: -3px
}
[in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details .taxes {
    color: #7c6900;
    font-weight: 300;
    margin: 0;
    position: relative;
    top: -1em;
    display: inline-block;
    width: 100%
}
[in-buy-flow="true"]#create-profile-summary-holder .profile-summary-details-holder .profile-summary-details .price-frequency {
    color: #7c6900;
    padding-top: 25px;
    text-align: right
}
[in-buy-flow="true"]#create-profile-summary-holder.container {
    width: auto
}
[ute-language="fr"] [in-buy-flow="true"]#create-profile-summary-holder {
    top: 78px
}
[ute-language="fr"] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .chevron-down {
    top: calc(100% - 20px)
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder {
    top: calc(100% + 6px);
    position: absolute;
    width: 280px;
    right: calc(50% - 140px)
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary {
    margin: 0 auto
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary {
    position: relative;
    top: 0;
    z-index: 10;
    border-radius: 12px 12px 0 0;
    transition: top cubic-bezier(.77, 0, .175, 1)1s
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .chevron-down,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .chevron-down {
    top: -10px;
    z-index: 10;
    transition: top cubic-bezier(.77, 0, .175, 1)1s, -webkit-transform 1s;
    transition: top cubic-bezier(.77, 0, .175, 1)1s, transform 1s
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary-details-holder,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary-details-holder {
    top: 0;
    height: 0;
    transition: height cubic-bezier(.77, 0, .175, 1)1s, top cubic-bezier(.77, 0, .175, 1)1s
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary-details-holder .profile-summary-details,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary-details-holder .profile-summary-details {
    top: 0;
    border-radius: 0;
    border-bottom: none;
    padding: 0 10px 5px
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open {
    z-index: 10
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .profile-summary,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .profile-summary {
    top: -58px
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .profile-summary-details-holder,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .profile-summary-details-holder {
    height: 58px;
    top: -58px
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .profile-summary-details-holder .profile-summary-details,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .profile-summary-details-holder .profile-summary-details {
    top: 0
}
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .chevron-down,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary.summary-open .chevron-down {
    top: -68px
}
body[ute-device-size='md'] [in-buy-flow="true"]#create-profile-summary-holder,
body[ute-device-size='lg'] [in-buy-flow="true"]#create-profile-summary-holder,
body[ute-device-size='xl'] [in-buy-flow="true"]#create-profile-summary-holder,
body[ute-device-size='2k'] [in-buy-flow="true"]#create-profile-summary-holder,
body[ute-device-size='4k'] [in-buy-flow="true"]#create-profile-summary-holder,
body[ute-device-size='8k'] [in-buy-flow="true"]#create-profile-summary-holder {
    pointer-events: none
}
.page-payment-options-buy-flow .ute-input-group:first-of-type {
    margin-bottom: 10px
}
.page-payment-options-buy-flow .ute-input-group .payment-options {
    margin: 3.5rem 0;
    padding-left: 0
}
.page-payment-options-buy-flow .ute-input-group.buttons {
    margin-bottom: 0
}
.page-payment-options-buy-flow .ute-input-group.buttons a {
    margin-left: 0;
    display: inline-block;
    line-height: 36px
}
.page-payment-options-buy-flow .semafone-container {
    margin-top: 3rem;
    padding: 0 15px
}
.page-payment-options-buy-flow .semafone-container .semafone-label-and-icons {
    min-width: 400px
}
.page-payment-options-buy-flow .payment-option p,
.page-payment-options-buy-flow .payment-option address {
    padding-left: 25px
}
body[ute-device-size='xs'] .page-payment-options-buy-flow .semafone-field .semafone-label-and-icons,
body[ute-device-size='sm'] .page-payment-options-buy-flow .semafone-field .semafone-label-and-icons {
    min-width: 290px
}
.page-create-profile .section-title,
.page-review-order .section-title {
    font-weight: 600;
    color: #7c6900
}
.page-create-profile .section-subtitle {
    margin-top: 20px;
    float: right
}
.page-review-order .section-subtitle {
    margin-top: 20px
}
.page-create-profile .group-links,
.page-review-order .group-links {
    color: #035d67;
    font-weight: 400;
    margin: 0 0 0 10px
}
.page-create-profile .group-links a,
.page-review-order .group-links a {
    padding: 0 5px
}
.page-create-profile .item-subtotal,
.page-review-order .item-subtotal {
    float: right;
    margin: 6px 0 0
}
.page-create-profile .review-totals,
.page-review-order .review-totals {
    margin-bottom: 20px
}
.page-create-profile .review-totals .ute-price,
.page-review-order .review-totals .ute-price {
    margin-top: 20px
}
.page-create-profile .ute-divider-secondary,
.page-create-profile .ute-divider-tertiary,
.page-review-order .ute-divider-secondary,
.page-review-order .ute-divider-tertiary {
    margin: 30px 0 10px
}
.page-create-profile .removed-package h4,
.page-review-order .removed-package h4 {
    color: #565B61;
    margin-top: 0
}
.page-create-profile .removed-package ul,
.page-review-order .removed-package ul {
    padding-left: 20px;
    margin-bottom: 0
}
.page-create-profile .price-frequency,
.page-review-order .price-frequency {
    color: #7c6900;
    font-size: 1.5rem;
    position: relative;
    top: 10px;
    right: 38px
}
.page-review-order .section-subtitle {
    float: none
}
.page-review-order .fr-visible {
    text-transform: capitalize
}
#terms-conditions {
    padding: 15px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/input-border-corner.png") top left, url("/html-fido/cms/ute/fido/images/brand/fido/input-border-corner.png") top right, url("/html-fido/cms/ute/fido/images/brand/fido/input-border-corner.png") bottom left, url("/html-fido/cms/ute/fido/images/brand/fido/input-border-corner.png") bottom right;
    background-size: 1px 11px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-right: none;
    border-left: none;
    height: 400px;
    margin-bottom: 20px;
    position: relative
}
#terms-conditions .well.agreement-details {
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
    background: 0 0;
    margin: 0;
    border-radius: 0
}
#terms-conditions .well.agreement-details:first-child {
    border-top: 0 solid #000
}
#terms-conditions .terms-condition-links {
    border-bottom: 1px solid #ccc
}
#terms-conditions .terms-condition-details {
    height: 250px;
    overflow-y: auto
}
#terms-conditions strong {
    font-weight: 600
}
body[ute-device-size='xs'] .review-page-mobile-spacing,
body[ute-device-size='sm'] .review-page-mobile-spacing {
    padding: 0 15px
}
body[ute-device-size='xs'] .removed-package,
body[ute-device-size='sm'] .removed-package {
    padding: 0
}
body[ute-device-size='xs'] .removed-package .well,
body[ute-device-size='sm'] .removed-package .well {
    border: none;
    border-radius: 0
}
body[ute-device-size='xs'] .removed-package .well ul,
body[ute-device-size='sm'] .removed-package .well ul {
    padding-left: 35px
}
body[ute-device-size='xs'] .page-review-order h3,
body[ute-device-size='xs'] .internet-confirmation h3,
body[ute-device-size='sm'] .page-review-order h3,
body[ute-device-size='sm'] .internet-confirmation h3,
body[ute-device-size='xs'] .page-review-order h4,
body[ute-device-size='xs'] .internet-confirmation h4,
body[ute-device-size='sm'] .page-review-order h4,
body[ute-device-size='sm'] .internet-confirmation h4 {
    font-size: 1.8rem
}
.review-price-eligibility,
.review-price-eligiblity {
    padding: 15px;
    background: #eee;
    margin-top: 40px
}
.review-charges-next-bill {
    padding: 15px;
    background: #eee;
    display: inline-block
}
.internet-confirmation-msg {
    margin: 3.5rem 0
}
.internet-confirmation-msg .margin-bottom-extend {
    margin-bottom: 2rem
}
.internet-confirmation-location,
.internet-confirmation-locations-find,
.internet-confirmation-summary {
    margin: 5rem 0
}
.confirmation-cms-content {
    border: 1px dotted #ccc
}
.confirmation-cms-content .col-xs-12 {
    padding: 30px
}
.confirmation-cms-content .col-xs-12:first-child,
.confirmation-cms-content .col-xs-12:nth-child(2) {
    border-right: 1px dotted #ccc
}
.internet-confirmation-continuation {
    margin-bottom: 1.5rem
}
@media (min-width: 992px) {
    .container-past-due-warning {
        position: absolute;
        left: 550px;
        width: 80%
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container-past-due-warning {
        position: absolute;
        left: 50%;
        width: 50%
    }
}
.tv-dashboard .ute-input-group {
    margin-bottom: 5rem
}
.tv-dashboard .ute-header-secondary {
    margin: 4rem 0 5rem
}
.my-tv-package h2 {
    margin: 0;
    padding: 0
}
.my-tv-package .my-tv-package-heading {
    margin: 5rem 0
}
.my-tv-package .package-info-title {
    color: #7c6900;
    font-weight: 600
}
.my-tv-package .package-info-content {
    padding-right: 27.5%
}
.my-tv-package .package-info-channels-title {
    background: #eef0f0;
    min-height: 70px;
    padding: 10px
}
.my-tv-package .package-info-channels-title span {
    margin-left: 5px;
    color: #7c6900
}
.my-tv-package .package-info-channels-content {
    margin-top: 5px;
    text-align: center
}
.my-tv-package .package-info-channels-content p:not(:last-child) {
    border-right: 2px solid #e5e5e5
}
.my-tv-package .package-info-channels-content span {
    display: block
}
.my-tv-package .salutation {
    background: url(/html-fido/cms/ute/fido/images/brand/fido/salutation-bg.png) no-repeat center center;
    background-size: contain;
    min-height: 275px;
    margin-bottom: 0;
    padding: 4% 6% 0
}
.my-tv-package .reset-or-cancel {
    padding-top: 4%;
    padding-left: 10%
}
.my-tv-package .reset-or-cancel .ute-link,
.my-tv-package .reset-or-cancel .ute-link-inline {
    margin-bottom: 3rem;
    display: block
}
.my-tv-package-edit {
    margin: 2rem 0 1rem
}
.my-tv-package-edit .tv-packages {
    margin-top: 75px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] {
    margin-bottom: 0
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item {
    min-height: 320px;
    height: 100%;
    margin-top: 0;
    padding-bottom: 15px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item h2 {
    padding-top: 13px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels {
    padding-top: 9px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details {
    margin-top: 5px;
    text-align: center
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details p:not(:last-child) {
    border-right: 2px solid #e5e5e5
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-item .package-channels-details span {
    display: block
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item h2 {
    padding-top: 5px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail {
    background-image: none;
    padding-top: 55px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail header,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail header,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail header,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail header {
    background-color: transparent;
    padding: 0
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail header h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail header h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail header h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail header h2 {
    margin-top: 0
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-swap,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-swap,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-swap,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-swap {
    padding-right: 30px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-swap p,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-swap p,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-swap p,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-swap p {
    margin-top: 10px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-swap span,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-swap span,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-swap span,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-swap span {
    padding: 0
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-swap i,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-swap i,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-swap i,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-swap i {
    margin-left: 5px;
    color: #00afab;
    vertical-align: sub
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-swap .popover-content,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-swap .popover-content,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-swap .popover-content,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-swap .popover-content {
    width: 200px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer {
    background-color: transparent;
    max-width: 1080px;
    padding: 0;
    position: absolute;
    bottom: 8rem;
    left: 3rem
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-col-left,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-col-left,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-col-left,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-col-left {
    min-height: 111px;
    position: relative
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-col-left p,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-col-left p,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-col-left p,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-col-left p {
    position: absolute;
    bottom: 0
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-col-right,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-col-right,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-col-right,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-col-right {
    padding-right: 30px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-col-right i,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-col-right i,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-col-right i,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-col-right i {
    color: #035d67
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-current-subscription ins,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-current-subscription ins {
    background: #00afab;
    max-height: 40px;
    padding: 10px;
    display: inline-block;
    color: #fff;
    text-align: center
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item::before {
    max-height: 40px;
    width: 150px;
    content: 'YOU HAVE THIS';
    top: -40px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item h2,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item h2 {
    padding-top: 5px
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels h1,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels h1,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels h1,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels h1 {
    white-space: nowrap
}
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="1"] .package-wrapper:nth-of-type(1) .package-item .package-channels h1::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="2"] .package-wrapper:nth-of-type(2) .package-item .package-channels h1::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="3"] .package-wrapper:nth-of-type(3) .package-item .package-channels h1::before,
.my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-selected="4"] .package-wrapper:nth-of-type(4) .package-item .package-channels h1::before {
    margin-right: 10px;
    position: relative;
    top: -7px;
    color: #035d67
}
.my-tv-package-edit .tv-packages .package-selector-wrapper-tv sub {
    right: -.1rem;
    bottom: .9rem
}
hr {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/divider-primary.png") no-repeat;
    border-top: 0;
    height: 10px;
    width: 100%;
    margin-top: 0;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}
.tv-support {
    margin: 5rem 0 6rem
}
.tv-support .col-right {
    padding-left: 10%
}
body[ute-device-size='md'] .my-tv-package .salutation {
    display: none
}
body[ute-device-size='xs'] .tv-dashboard .ute-input-group,
body[ute-device-size='sm'] .tv-dashboard .ute-input-group {
    margin: 0
}
body[ute-device-size='xs'] .tv-dashboard .ute-input-group .ute-input-select,
body[ute-device-size='xs'] .tv-dashboard .ute-input-group .ute-dashboard-services-input-select,
body[ute-device-size='sm'] .tv-dashboard .ute-input-group .ute-input-select,
body[ute-device-size='sm'] .tv-dashboard .ute-input-group .ute-dashboard-services-input-select {
    width: 250px
}
body[ute-device-size='xs'] .my-tv-package .package-info-content,
body[ute-device-size='sm'] .my-tv-package .package-info-content {
    padding-right: 0
}
body[ute-device-size='xs'] .my-tv-package .salutation,
body[ute-device-size='sm'] .my-tv-package .salutation {
    display: none
}
body[ute-device-size='xs'] .my-tv-package .reset-or-cancel,
body[ute-device-size='sm'] .my-tv-package .reset-or-cancel {
    margin-top: 40px;
    padding-left: 15px
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages {
    margin-top: 100px
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages .col-xs-12,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages .col-xs-12 {
    padding: 0
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-wrapper,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-wrapper {
    margin-top: 55px
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-wrapper:first-of-type,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"] .package-wrapper:first-of-type {
    margin-top: 40px
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item:after,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item:after,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item:after,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item:after,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-item:after,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-item:after,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-item:after,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-item:after {
    background: 0 0
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail {
    padding: 40px 0 0
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail header,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail header,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail header,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail header,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail header,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail header,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail header,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail header {
    margin-top: 10px;
    padding: 0 15px
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-swap,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-swap,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-swap,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-swap,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail .package-detail-swap,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail .package-detail-swap,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail .package-detail-swap,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail .package-detail-swap {
    margin-top: 40px;
    text-align: left
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer {
    margin: 0;
    position: static
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-left,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-left,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-left,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-left,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-left,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-left,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-left,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-left {
    min-height: 105px
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-right,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-right,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-right,
body[ute-device-size='xs'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-right,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="1"] .package-wrapper:nth-of-type(1) .package-detail footer .package-detail-col-right,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="2"] .package-wrapper:nth-of-type(2) .package-detail footer .package-detail-col-right,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="3"] .package-wrapper:nth-of-type(3) .package-detail footer .package-detail-col-right,
body[ute-device-size='sm'] .my-tv-package-edit .tv-packages [class^="package-selector-wrapper-"][package-active="4"] .package-wrapper:nth-of-type(4) .package-detail footer .package-detail-col-right {
    margin-bottom: 55px;
    text-align: left
}
body[ute-device-size='xs'] .my-tv-package-edit .tv-channels,
body[ute-device-size='xs'] .my-tv-package-edit .tv-theme-packs,
body[ute-device-size='sm'] .my-tv-package-edit .tv-channels,
body[ute-device-size='sm'] .my-tv-package-edit .tv-theme-packs {
    margin-top: 85px
}
body[ute-device-size='xs'] hr,
body[ute-device-size='sm'] hr {
    margin-top: 40px
}
body[ute-device-size='xs'] .tv-support,
body[ute-device-size='sm'] .tv-support {
    min-height: 100px;
    margin-top: 0
}
body[ute-device-size='xs'] .tv-support .col-xs-12,
body[ute-device-size='sm'] .tv-support .col-xs-12,
body[ute-device-size='xs'] .ute-injected-content,
body[ute-device-size='sm'] .ute-injected-content {
    padding: 0
}
.ss-pay-now-heading .header-3,
.ss-pay-now-heading .count-badge::after,
.ss-pay-now-heading .ute-input-search.input-group .input-group-btn button.ute-icon-search,
.ute-input-search.input-group .input-group-btn .ss-pay-now-heading button.ute-icon-search,
.ss-pay-now-heading .ss-payment-info-method .method-name,
.ss-payment-info-method .ss-pay-now-heading .method-name,
.ss-pay-now-heading input.cmn-toggle-round+label .strip .tv-poster-title,
input.cmn-toggle-round+label .strip .ss-pay-now-heading .tv-poster-title,
.ss-pay-now-heading .tv-channels-you-love-slider .recommended-package .recommended-package-name,
.tv-channels-you-love-slider .recommended-package .ss-pay-now-heading .recommended-package-name,
.ss-pay-now-heading body[ute-device-size='xs'] .page-create-profile .ute-xl,
body[ute-device-size='xs'] .page-create-profile .ss-pay-now-heading .ute-xl,
.ss-pay-now-heading body[ute-device-size='sm'] .page-create-profile .ute-xl,
body[ute-device-size='sm'] .page-create-profile .ss-pay-now-heading .ute-xl,
.ss-pay-now-heading body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ss-pay-now-heading .ute-xl,
.ss-pay-now-heading body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ss-pay-now-heading .ute-xl,
.ss-pay-now-heading .my-tv-package .package-info-title,
.my-tv-package .ss-pay-now-heading .package-info-title,
.ss-pay-now-heading body[ute-device-size='xs'] .my-tv-package .my-tv-package-heading,
body[ute-device-size='xs'] .my-tv-package .ss-pay-now-heading .my-tv-package-heading,
.ss-pay-now-heading body[ute-device-size='sm'] .my-tv-package .my-tv-package-heading,
body[ute-device-size='sm'] .my-tv-package .ss-pay-now-heading .my-tv-package-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .header-3,
body[ute-device-size='sm'] .ss-pay-now-heading .header-3,
.ss-pay-now-heading body[ute-device-size='md'] .ute-dashboard-service-heading,
body[ute-device-size='md'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading body[ute-device-size='lg'] .ute-dashboard-service-heading,
body[ute-device-size='lg'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading body[ute-device-size='xl'] .ute-dashboard-service-heading,
body[ute-device-size='xl'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading body[ute-device-size='2k'] .ute-dashboard-service-heading,
body[ute-device-size='2k'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading body[ute-device-size='4k'] .ute-dashboard-service-heading,
body[ute-device-size='4k'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading body[ute-device-size='8k'] .ute-dashboard-service-heading,
body[ute-device-size='8k'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading body[ute-device-size='xs'] .ute-dashboard-service-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading body[ute-device-size='sm'] .ute-dashboard-service-heading,
body[ute-device-size='sm'] .ss-pay-now-heading .ute-dashboard-service-heading,
.ss-pay-now-heading .pp-refill-review-heading,
.ss-pay-now-heading .salutation .heading-greeting,
.salutation .ss-pay-now-heading .heading-greeting,
.ss-pay-now-heading .salutation .para-msg-static,
.salutation .ss-pay-now-heading .para-msg-static,
.ss-pay-now-heading body[ute-device-size='xs'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='xs'] .page-dashboard-acct-overview-header .ss-pay-now-heading .ute-header-secondary,
.ss-pay-now-heading body[ute-device-size='sm'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='sm'] .page-dashboard-acct-overview-header .ss-pay-now-heading .ute-header-secondary,
.ss-pay-now-heading .overview-sub-heading,
.ss-pay-now-heading .ute-xl {
    margin: 4.5rem 0 3rem
}
.ss-pay-now-form-sub-container {
    max-width: 400px
}
[ute-language="en"] .ss-pay-now-payment-amount .dollar-sign-fr,
[ute-language="fr"] .ss-pay-now-payment-amount .dollar-sign-en {
    display: none
}
.ss-pay-now-payment-amount {
    margin: 3rem 15px 2rem;
    display: block
}
.ss-pay-now-payment-amount .dollar-sign-en,
.ss-pay-now-payment-amount .dollar-sign-fr {
    float: left;
    padding-right: 5px;
    position: relative;
    top: 4px
}
[ute-language="fr"] .ss-pay-now-payment-amount .dollar-sign-en,
[ute-language="fr"] .ss-pay-now-payment-amount .dollar-sign-fr {
    float: right;
    top: 8px;
    padding-left: 5px;
    padding-right: 0;
    right: 5px
}
[ute-language="fr"] .ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-touched,
[ute-language="fr"] .ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-touched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-language="fr"] .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-touched.capture_text_input,
[ute-language="fr"] .ss-pay-now-payment-amount .ute-input-text.ng-valid,
[ute-language="fr"] .ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-language="fr"] .ss-pay-now-payment-amount .ng-valid.capture_text_input {
    width: calc(100% - 4.7rem)
}
[ute-language="fr"] .ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-dirty.ng-untouched,
[ute-language="fr"] .ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-dirty.ng-untouched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-language="fr"] .ss-pay-now-payment-amount .ng-invalid.ng-dirty.ng-untouched.capture_text_input {
    width: calc(100% - 2.3rem)
}
.ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-untouched,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-untouched.capture_text_input,
.ss-pay-now-payment-amount .ute-input-text.ng-valid-required.ng-pristine.ng-untouched,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-valid-required.ng-pristine.ng-untouched.capture_text_input {
    padding-left: 7px
}
[ute-language="fr"] .ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-untouched,
[ute-language="fr"] .ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-language="fr"] .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-untouched.capture_text_input,
[ute-language="fr"] .ss-pay-now-payment-amount .ute-input-text.ng-valid-required.ng-pristine.ng-untouched,
[ute-language="fr"] .ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.capture_text_input,
#janrainModal .janrain-capture-ui.capture-ui-content [ute-language="fr"] .ss-pay-now-payment-amount .ng-valid-required.ng-pristine.ng-untouched.capture_text_input {
    width: calc(100% - 2rem)
}
.ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~.ute-icon,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~.ute-icon,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-invalid.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-invalid.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ss-pay-now-payment-amount .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~.ute-icon,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~.ute-icon,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~.ute-icon,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_returnTraditional_signInForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ute-input-text.ng-valid-required.ng-pristine.ng-untouched.ng-valid~#capture_signIn_signInForm_successMessages:not(:empty)::before,
.ss-pay-now-payment-amount #janrainModal .janrain-capture-ui.capture-ui-content .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before,
#janrainModal .janrain-capture-ui.capture-ui-content .ss-pay-now-payment-amount .ng-valid-required.ng-pristine.ng-untouched.ng-valid.capture_text_input~#capture_signIn_signInForm_successMessages:not(:empty)::before {
    float: none;
    position: relative;
    top: .5rem
}
.ss-pay-now-buttons.for-form {
    width: 87.5%;
    margin: 3rem 0
}
.ss-pay-now-buttons.for-review [class^="col-xs"] {
    margin: 5rem 0
}
.ss-pay-now-buttons a {
    vertical-align: -webkit-baseline-middle
}
.ss-pay-now-review-payment-details {
    max-width: 59.5%
}
.ss-pay-now-review-payment-details .detail {
    border-bottom: 1px solid #c9c9c9;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem
}
.ss-pay-now-review-payment-details .detail:first-child {
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0
}
.ss-pay-now-review-payment-details .detail:nth-child(2) {
    margin-top: 4rem
}
.ss-pay-now-review-payment-details .detail:nth-child(4) {
    border-bottom: 0;
    padding-bottom: 0
}
body[ute-device-size='xs'] .ss-pay-now-heading .count-badge::after,
body[ute-device-size='xs'] .ss-pay-now-heading .ute-input-search.input-group .input-group-btn button.ute-icon-search,
.ute-input-search.input-group .input-group-btn body[ute-device-size='xs'] .ss-pay-now-heading button.ute-icon-search,
body[ute-device-size='xs'] .ss-pay-now-heading .ss-payment-info-method .method-name,
.ss-payment-info-method body[ute-device-size='xs'] .ss-pay-now-heading .method-name,
body[ute-device-size='xs'] .ss-pay-now-heading input.cmn-toggle-round+label .strip .tv-poster-title,
input.cmn-toggle-round+label .strip body[ute-device-size='xs'] .ss-pay-now-heading .tv-poster-title,
body[ute-device-size='xs'] .ss-pay-now-heading .tv-channels-you-love-slider .recommended-package .recommended-package-name,
.tv-channels-you-love-slider .recommended-package body[ute-device-size='xs'] .ss-pay-now-heading .recommended-package-name,
body[ute-device-size='xs'] .ss-pay-now-heading [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ss-pay-now-heading .ute-xl,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary body[ute-device-size='xs'] .ss-pay-now-heading .ute-xl,
body[ute-device-size='xs'] .ss-pay-now-heading .my-tv-package .package-info-title,
.my-tv-package body[ute-device-size='xs'] .ss-pay-now-heading .package-info-title,
body[ute-device-size='xs'] .ss-pay-now-heading .my-tv-package .my-tv-package-heading,
body[ute-device-size='xs'] .my-tv-package .ss-pay-now-heading .my-tv-package-heading,
body[ute-device-size='sm'] .my-tv-package body[ute-device-size='xs'] .ss-pay-now-heading .my-tv-package-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .header-3,
body[ute-device-size='xs'] .ss-pay-now-heading .ute-dashboard-service-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .pp-refill-review-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .salutation .heading-greeting,
.salutation body[ute-device-size='xs'] .ss-pay-now-heading .heading-greeting,
body[ute-device-size='xs'] .ss-pay-now-heading .salutation .para-msg-static,
.salutation body[ute-device-size='xs'] .ss-pay-now-heading .para-msg-static,
body[ute-device-size='xs'] .ss-pay-now-heading .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='xs'] .page-dashboard-acct-overview-header .ss-pay-now-heading .ute-header-secondary,
body[ute-device-size='sm'] .page-dashboard-acct-overview-header body[ute-device-size='xs'] .ss-pay-now-heading .ute-header-secondary,
body[ute-device-size='xs'] .ss-pay-now-heading .overview-sub-heading,
body[ute-device-size='xs'] .ss-pay-now-heading .ute-xl,
body[ute-device-size='sm'] .ss-pay-now-heading .count-badge::after,
body[ute-device-size='sm'] .ss-pay-now-heading .ute-input-search.input-group .input-group-btn button.ute-icon-search,
.ute-input-search.input-group .input-group-btn body[ute-device-size='sm'] .ss-pay-now-heading button.ute-icon-search,
body[ute-device-size='sm'] .ss-pay-now-heading .ss-payment-info-method .method-name,
.ss-payment-info-method body[ute-device-size='sm'] .ss-pay-now-heading .method-name,
body[ute-device-size='sm'] .ss-pay-now-heading input.cmn-toggle-round+label .strip .tv-poster-title,
input.cmn-toggle-round+label .strip body[ute-device-size='sm'] .ss-pay-now-heading .tv-poster-title,
body[ute-device-size='sm'] .ss-pay-now-heading .tv-channels-you-love-slider .recommended-package .recommended-package-name,
.tv-channels-you-love-slider .recommended-package body[ute-device-size='sm'] .ss-pay-now-heading .recommended-package-name,
body[ute-device-size='xs'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary body[ute-device-size='sm'] .ss-pay-now-heading .ute-xl,
body[ute-device-size='sm'] .ss-pay-now-heading [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ute-xl,
body[ute-device-size='sm'] [in-buy-flow="true"]#create-profile-summary-holder .create-profile-summary .profile-summary .ss-pay-now-heading .ute-xl,
body[ute-device-size='sm'] .ss-pay-now-heading .my-tv-package .package-info-title,
.my-tv-package body[ute-device-size='sm'] .ss-pay-now-heading .package-info-title,
body[ute-device-size='xs'] .my-tv-package body[ute-device-size='sm'] .ss-pay-now-heading .my-tv-package-heading,
body[ute-device-size='sm'] .ss-pay-now-heading .my-tv-package .my-tv-package-heading,
body[ute-device-size='sm'] .my-tv-package .ss-pay-now-heading .my-tv-package-heading,
body[ute-device-size='sm'] .ss-pay-now-heading .header-3,
body[ute-device-size='sm'] .ss-pay-now-heading .ute-dashboard-service-heading,
body[ute-device-size='sm'] .ss-pay-now-heading .pp-refill-review-heading,
body[ute-device-size='sm'] .ss-pay-now-heading .salutation .heading-greeting,
.salutation body[ute-device-size='sm'] .ss-pay-now-heading .heading-greeting,
body[ute-device-size='sm'] .ss-pay-now-heading .salutation .para-msg-static,
.salutation body[ute-device-size='sm'] .ss-pay-now-heading .para-msg-static,
body[ute-device-size='xs'] .page-dashboard-acct-overview-header body[ute-device-size='sm'] .ss-pay-now-heading .ute-header-secondary,
body[ute-device-size='sm'] .ss-pay-now-heading .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='sm'] .page-dashboard-acct-overview-header .ss-pay-now-heading .ute-header-secondary,
body[ute-device-size='sm'] .ss-pay-now-heading .overview-sub-heading,
body[ute-device-size='sm'] .ss-pay-now-heading .ute-xl {
    margin: 3.5rem 0 1.5rem
}
body[ute-device-size='xs'] .ss-pay-now-payment-amount,
body[ute-device-size='sm'] .ss-pay-now-payment-amount {
    margin: 2rem
}
body[ute-device-size='xs'] .ss-pay-now-payment-amount[class^="col"],
body[ute-device-size='sm'] .ss-pay-now-payment-amount[class^="col"] {
    width: 100%
}
body[ute-device-size='xs'] .ss-pay-now-buttons,
body[ute-device-size='sm'] .ss-pay-now-buttons {
    margin-top: 4.5rem
}
body[ute-device-size='xs'] .ss-pay-now-buttons.for-form,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-form {
    width: 100%;
    margin-bottom: 0
}
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review [class^="col-xs"],
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review [class^="col-xs"] {
    margin: 4.5rem 0 0
}
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review .ute-btn-primary,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .ss-pay-now-buttons.for-review a.capture_btn,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .ss-pay-now-buttons.for-review button.capture_btn,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .ss-pay-now-buttons.for-review input.capture_btn,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer body[ute-device-size='xs'] .ss-pay-now-buttons.for-review input[type="submit"].capture_btn,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review #janrainModal .capture_footer button,
#janrainModal .capture_footer body[ute-device-size='xs'] .ss-pay-now-buttons.for-review button,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review #header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-device-size='xs'] .ss-pay-now-buttons.for-review a.ute-btn-primary,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-device-size='xs'] .ss-pay-now-buttons.for-review a.ute-btn-primary,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .ss-pay-now-buttons.for-review .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review .ute-btn-primary,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .ss-pay-now-buttons.for-review a.capture_btn,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .ss-pay-now-buttons.for-review button.capture_btn,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .ss-pay-now-buttons.for-review input.capture_btn,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer body[ute-device-size='sm'] .ss-pay-now-buttons.for-review input[type="submit"].capture_btn,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review #janrainModal .capture_footer button,
#janrainModal .capture_footer body[ute-device-size='sm'] .ss-pay-now-buttons.for-review button,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review #header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-device-size='sm'] .ss-pay-now-buttons.for-review a.ute-btn-primary,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-device-size='sm'] .ss-pay-now-buttons.for-review a.ute-btn-primary,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .ss-pay-now-buttons.for-review .ute-dashboard-services-btn-primary {
    margin-top: 0
}
body[ute-device-size='xs'] .ss-pay-now-review-payment-details,
body[ute-device-size='sm'] .ss-pay-now-review-payment-details {
    max-width: none;
    padding-right: 0
}
body[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail,
body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail {
    border-bottom: 0;
    padding-bottom: 0
}
body[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail:first-child,
body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail:first-child {
    margin-top: 0
}
body[ute-device-size='xs'] .ss-pay-now-review-payment-details .detail:nth-child(2),
body[ute-device-size='sm'] .ss-pay-now-review-payment-details .detail:nth-child(2) {
    margin-top: 3rem
}
.ss-payment-history .ss-payment-history-heading h1 {
    margin: 4.5rem 0 3rem
}
.ss-payment-history .table.ute-table thead th {
    line-height: 4rem
}
.ss-payment-history .table.ute-table thead th:first-of-type .sort-indicator {
    margin-left: 1rem
}
.ss-payment-history .table.ute-table thead th:nth-of-type(n+2):nth-of-type(-n+3) {
    text-align: center
}
.ss-payment-history .table.ute-table thead th:last-of-type {
    text-align: right
}
.ss-payment-history .table.ute-table thead th:last-of-type .sort-indicator {
    margin-right: 1.4rem
}
.payment-history-table {
    overflow: hidden
}
.payment-history-table [data-title^="'global.label.paymentDate'"] {
    padding-left: 1.8rem
}
.payment-history-table .ute-price {
    right: 45%
}
.payment-history-table [data-title^="'global.label.referenceNumber'"] {
    padding-right: 4rem
}
.payment-history-table .payment-history-pager {
    margin-top: 5rem
}
.payment-history-table .page-n-of-total-pages {
    margin-right: 3rem;
    line-height: 3.4rem
}
.payment-history-table .page-link {
    background: #dde0e1;
    border: 0;
    height: 3.4rem;
    width: 3.4rem;
    margin-left: 1rem;
    color: #035d67;
    line-height: 2.2rem
}
.payment-history-table .page-link.prev,
.payment-history-table .page-link.next {
    background: #035d67;
    border-radius: 0;
    width: auto;
    color: #fff;
    line-height: 1.8rem
}
.payment-history-table .page-link.prev:hover,
.payment-history-table .page-link.next:hover {
    background: #047380
}
.payment-history-table .page-link.current {
    background: #035d67;
    color: #fff
}
.payment-history-table .no-wrap {
    white-space: nowrap
}
.payment-history-table .ute-creditcards {
    margin-bottom: -3px
}
.ng-table-pagination .hidden {
    display: none
}
.pay-now-holder {
    background-color: #f2f2f2;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 15px
}
.pay-now-holder .balance {
    padding-left: 25px
}
.pay-now-holder .payment-method {
    background-color: #999;
    color: #fff;
    padding: 10px
}
.pay-now-holder .payment-method p {
    padding: 0;
    margin: 0 0 0 15px
}
body[ute-device-size='xs'] .payment-history-text-right,
body[ute-device-size='sm'] .payment-history-text-right {
    right: 0
}
body[ute-device-size='xs'] .payment-history-text-right-approx,
body[ute-device-size='sm'] .payment-history-text-right-approx {
    margin-right: -31px
}
body[ute-device-size='md'] .width-39,
body[ute-device-size='lg'] .width-39,
body[ute-device-size='xl'] .width-39,
body[ute-device-size='2k'] .width-39,
body[ute-device-size='4k'] .width-39,
body[ute-device-size='8k'] .width-39 {
    width: 39%
}
.ss-payment-method .ss-payment-method-heading h1 {
    margin: 4.5rem 0 3rem
}
.ss-payment-method .ss-payment-method-options .invoice {
    margin: 0 0 3rem;
    text-align: left
}
.ss-payment-method .ss-payment-method-options .invoice input {
    margin-left: 42.5%
}
.ss-payment-method .ss-payment-method-options .ute-input-group.buttons a {
    margin-left: 0
}
.how-to-pay .row {
    margin-top: 20px;
    margin-bottom: 40px
}
.how-to-pay i {
    font-size: 2.6rem;
    color: #035d67;
    padding-right: 10px
}
.how-to-pay i,
.how-to-pay h4 {
    display: table-cell
}
body[ute-device-size='xs'] .ss-payment-method .ss-payment-method-options .invoice,
body[ute-device-size='sm'] .ss-payment-method .ss-payment-method-options .invoice {
    margin: 0
}
body[ute-device-size='xs'] .ss-payment-method .ss-payment-method-options .invoice a,
body[ute-device-size='sm'] .ss-payment-method .ss-payment-method-options .invoice a {
    vertical-align: -webkit-baseline-middle
}
body[ute-device-size='xs'] .ss-payment-method .ss-payment-method-options .invoice input,
body[ute-device-size='sm'] .ss-payment-method .ss-payment-method-options .invoice input {
    margin: 0;
    float: right
}
body[ute-device-size='xs'] .how-to-pay .row,
body[ute-device-size='sm'] .how-to-pay .row {
    margin-top: inherit;
    margin-bottom: inherit
}
body[ute-device-size='xs'] .how-to-pay .row div,
body[ute-device-size='sm'] .how-to-pay .row div {
    margin-top: 10px;
    margin-bottom: 10px
}
.reset-voicemail-heading,
.reset-voicemail-label {
    font-family: lato, sans-serif;
    color: #000
}
.reset-voicemail-heading {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 3.5rem
}
.reset-voicemail-label {
    font-size: 1.8rem;
    font-weight: 600
}
.reset-voicemail-content {
    font-size: 1.8rem;
    font-family: lato, sans-serif;
    font-weight: 300;
    color: #414042
}
.reset-voicemail-cta-link {
    font-size: 1.8rem;
    font-family: lato, sans-serif;
    font-weight: 500;
    color: #035d67
}
.reset-voicemail-cancel-link {
    line-height: 3.5rem
}
.reset-voicemail-password-text {
    font-size: 3.6rem;
    font-family: lato, sans-serif;
    font-weight: 500;
    color: #414042
}
.reset-voicemail-highlighted-ctn {
    font-size: 1.8rem;
    font-family: lato, sans-serif;
    font-weight: 500;
    color: #414042;
    white-space: nowrap
}
.reset-voicemail-nowrap-ctn {
    white-space: nowrap
}
body[ute-device-size='md'] .reset-voicemail-btn-primary,
body[ute-device-size='lg'] .reset-voicemail-btn-primary,
body[ute-device-size='xl'] .reset-voicemail-btn-primary,
body[ute-device-size='2k'] .reset-voicemail-btn-primary,
body[ute-device-size='4k'] .reset-voicemail-btn-primary,
body[ute-device-size='8k'] .reset-voicemail-btn-primary {
    max-width: 30rem;
    width: 100%
}
body[ute-device-size='xs'] .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .reset-voicemail-btn-primary {
    width: 100%
}
body[ute-device-size='md'] .ute-btn-secondary-light,
body[ute-device-size='lg'] .ute-btn-secondary-light,
body[ute-device-size='xl'] .ute-btn-secondary-light,
body[ute-device-size='2k'] .ute-btn-secondary-light,
body[ute-device-size='4k'] .ute-btn-secondary-light,
body[ute-device-size='8k'] .ute-btn-secondary-light,
body[ute-device-size='xs'] .ute-btn-secondary-light,
body[ute-device-size='sm'] .ute-btn-secondary-light {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 1.5rem .6rem;
    border-width: 0 4px 4px 0;
    text-transform: uppercase;
    line-height: 1
}
body[ute-device-size='md'] .ute-btn-secondary-light:focus,
body[ute-device-size='lg'] .ute-btn-secondary-light:focus,
body[ute-device-size='xl'] .ute-btn-secondary-light:focus,
body[ute-device-size='2k'] .ute-btn-secondary-light:focus,
body[ute-device-size='4k'] .ute-btn-secondary-light:focus,
body[ute-device-size='8k'] .ute-btn-secondary-light:focus,
body[ute-device-size='xs'] .ute-btn-secondary-light:focus,
body[ute-device-size='sm'] .ute-btn-secondary-light:focus {
    outline: none
}
body[ute-device-size='md'] [disabled].ute-btn-secondary-light,
body[ute-device-size='lg'] [disabled].ute-btn-secondary-light,
body[ute-device-size='xl'] [disabled].ute-btn-secondary-light,
body[ute-device-size='2k'] [disabled].ute-btn-secondary-light,
body[ute-device-size='4k'] [disabled].ute-btn-secondary-light,
body[ute-device-size='8k'] [disabled].ute-btn-secondary-light,
body[ute-device-size='xs'] [disabled].ute-btn-secondary-light,
body[ute-device-size='sm'] [disabled].ute-btn-secondary-light {
    opacity: 1
}
.ute-dashboard-services-banner {
    padding: 0;
    margin-bottom: 0
}
.ute-dashboard-services-input-select {
    background-color: #fff
}
body[ute-device-size='md'] .my-extras-content .desktop,
body[ute-device-size='lg'] .my-extras-content .desktop,
body[ute-device-size='xl'] .my-extras-content .desktop,
body[ute-device-size='2k'] .my-extras-content .desktop,
body[ute-device-size='4k'] .my-extras-content .desktop,
body[ute-device-size='8k'] .my-extras-content .desktop {
    display: block
}
body[ute-device-size='md'] .my-extras-content .mobile,
body[ute-device-size='lg'] .my-extras-content .mobile,
body[ute-device-size='xl'] .my-extras-content .mobile,
body[ute-device-size='2k'] .my-extras-content .mobile,
body[ute-device-size='4k'] .my-extras-content .mobile,
body[ute-device-size='8k'] .my-extras-content .mobile,
body[ute-device-size='xs'] .my-extras-content .desktop,
body[ute-device-size='sm'] .my-extras-content .desktop {
    display: none
}
body[ute-device-size='xs'] .my-extras-content .mobile,
body[ute-device-size='sm'] .my-extras-content .mobile {
    display: block
}
body[ute-device-size='md'] .ute-dashboard-services-header,
body[ute-device-size='lg'] .ute-dashboard-services-header,
body[ute-device-size='xl'] .ute-dashboard-services-header,
body[ute-device-size='2k'] .ute-dashboard-services-header,
body[ute-device-size='4k'] .ute-dashboard-services-header,
body[ute-device-size='8k'] .ute-dashboard-services-header {
    margin-top: 10rem
}
body[ute-device-size='md'] .ute-dashboard-services-header p,
body[ute-device-size='lg'] .ute-dashboard-services-header p,
body[ute-device-size='xl'] .ute-dashboard-services-header p,
body[ute-device-size='2k'] .ute-dashboard-services-header p,
body[ute-device-size='4k'] .ute-dashboard-services-header p,
body[ute-device-size='8k'] .ute-dashboard-services-header p {
    margin-bottom: 0
}
body[ute-device-size='md'] .ute-margin-left-1-5rem,
body[ute-device-size='lg'] .ute-margin-left-1-5rem,
body[ute-device-size='xl'] .ute-margin-left-1-5rem,
body[ute-device-size='2k'] .ute-margin-left-1-5rem,
body[ute-device-size='4k'] .ute-margin-left-1-5rem,
body[ute-device-size='8k'] .ute-margin-left-1-5rem {
    margin-left: 1.5rem
}
body[ute-device-size='md'] .ute-margin-top-1-0rem,
body[ute-device-size='lg'] .ute-margin-top-1-0rem,
body[ute-device-size='xl'] .ute-margin-top-1-0rem,
body[ute-device-size='2k'] .ute-margin-top-1-0rem,
body[ute-device-size='4k'] .ute-margin-top-1-0rem,
body[ute-device-size='8k'] .ute-margin-top-1-0rem {
    margin-top: 1rem
}
body[ute-device-size='md'] .ute-margin-top-1-5rem,
body[ute-device-size='lg'] .ute-margin-top-1-5rem,
body[ute-device-size='xl'] .ute-margin-top-1-5rem,
body[ute-device-size='2k'] .ute-margin-top-1-5rem,
body[ute-device-size='4k'] .ute-margin-top-1-5rem,
body[ute-device-size='8k'] .ute-margin-top-1-5rem {
    margin-top: 1.5rem
}
body[ute-device-size='md'] .ute-margin-top-2-0rem,
body[ute-device-size='md'] .ute-dashboard-refill-now-button,
body[ute-device-size='md'] .ute-dashboard-my-extras-addons,
body[ute-device-size='lg'] .ute-margin-top-2-0rem,
body[ute-device-size='lg'] .ute-dashboard-refill-now-button,
body[ute-device-size='lg'] .ute-dashboard-my-extras-addons,
body[ute-device-size='xl'] .ute-margin-top-2-0rem,
body[ute-device-size='xl'] .ute-dashboard-refill-now-button,
body[ute-device-size='xl'] .ute-dashboard-my-extras-addons,
body[ute-device-size='2k'] .ute-margin-top-2-0rem,
body[ute-device-size='2k'] .ute-dashboard-refill-now-button,
body[ute-device-size='2k'] .ute-dashboard-my-extras-addons,
body[ute-device-size='4k'] .ute-margin-top-2-0rem,
body[ute-device-size='4k'] .ute-dashboard-refill-now-button,
body[ute-device-size='4k'] .ute-dashboard-my-extras-addons,
body[ute-device-size='8k'] .ute-margin-top-2-0rem,
body[ute-device-size='8k'] .ute-dashboard-refill-now-button,
body[ute-device-size='8k'] .ute-dashboard-my-extras-addons {
    margin-top: 2rem
}
body[ute-device-size='md'] .ute-margin-top-2-5rem,
body[ute-device-size='md'] .ute-my-balance-approx,
body[ute-device-size='md'] .ute-my-fido-dollars-info,
body[ute-device-size='md'] .ute-my-balance-expires,
body[ute-device-size='md'] .ute-my-balance-auto-refill,
body[ute-device-size='lg'] .ute-margin-top-2-5rem,
body[ute-device-size='lg'] .ute-my-balance-approx,
body[ute-device-size='lg'] .ute-my-fido-dollars-info,
body[ute-device-size='lg'] .ute-my-balance-expires,
body[ute-device-size='lg'] .ute-my-balance-auto-refill,
body[ute-device-size='xl'] .ute-margin-top-2-5rem,
body[ute-device-size='xl'] .ute-my-balance-approx,
body[ute-device-size='xl'] .ute-my-fido-dollars-info,
body[ute-device-size='xl'] .ute-my-balance-expires,
body[ute-device-size='xl'] .ute-my-balance-auto-refill,
body[ute-device-size='2k'] .ute-margin-top-2-5rem,
body[ute-device-size='2k'] .ute-my-balance-approx,
body[ute-device-size='2k'] .ute-my-fido-dollars-info,
body[ute-device-size='2k'] .ute-my-balance-expires,
body[ute-device-size='2k'] .ute-my-balance-auto-refill,
body[ute-device-size='4k'] .ute-margin-top-2-5rem,
body[ute-device-size='4k'] .ute-my-balance-approx,
body[ute-device-size='4k'] .ute-my-fido-dollars-info,
body[ute-device-size='4k'] .ute-my-balance-expires,
body[ute-device-size='4k'] .ute-my-balance-auto-refill,
body[ute-device-size='8k'] .ute-margin-top-2-5rem,
body[ute-device-size='8k'] .ute-my-balance-approx,
body[ute-device-size='8k'] .ute-my-fido-dollars-info,
body[ute-device-size='8k'] .ute-my-balance-expires,
body[ute-device-size='8k'] .ute-my-balance-auto-refill {
    margin-top: 2.5rem
}
body[ute-device-size='md'] .ute-margin-top-3-0rem,
body[ute-device-size='md'] .ute-dashboard-services-header-content,
body[ute-device-size='lg'] .ute-margin-top-3-0rem,
body[ute-device-size='lg'] .ute-dashboard-services-header-content,
body[ute-device-size='xl'] .ute-margin-top-3-0rem,
body[ute-device-size='xl'] .ute-dashboard-services-header-content,
body[ute-device-size='2k'] .ute-margin-top-3-0rem,
body[ute-device-size='2k'] .ute-dashboard-services-header-content,
body[ute-device-size='4k'] .ute-margin-top-3-0rem,
body[ute-device-size='4k'] .ute-dashboard-services-header-content,
body[ute-device-size='8k'] .ute-margin-top-3-0rem,
body[ute-device-size='8k'] .ute-dashboard-services-header-content {
    margin-top: 3rem
}
body[ute-device-size='md'] .ute-margin-top-3-5rem,
body[ute-device-size='md'] .ute-dashboard-service-sub-heading,
body[ute-device-size='lg'] .ute-margin-top-3-5rem,
body[ute-device-size='lg'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xl'] .ute-margin-top-3-5rem,
body[ute-device-size='xl'] .ute-dashboard-service-sub-heading,
body[ute-device-size='2k'] .ute-margin-top-3-5rem,
body[ute-device-size='2k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='4k'] .ute-margin-top-3-5rem,
body[ute-device-size='4k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='8k'] .ute-margin-top-3-5rem,
body[ute-device-size='8k'] .ute-dashboard-service-sub-heading {
    margin-top: 3.5rem
}
body[ute-device-size='md'] .ute-margin-top-4-0rem,
body[ute-device-size='md'] .my-device,
body[ute-device-size='lg'] .ute-margin-top-4-0rem,
body[ute-device-size='lg'] .my-device,
body[ute-device-size='xl'] .ute-margin-top-4-0rem,
body[ute-device-size='xl'] .my-device,
body[ute-device-size='2k'] .ute-margin-top-4-0rem,
body[ute-device-size='2k'] .my-device,
body[ute-device-size='4k'] .ute-margin-top-4-0rem,
body[ute-device-size='4k'] .my-device,
body[ute-device-size='8k'] .ute-margin-top-4-0rem,
body[ute-device-size='8k'] .my-device {
    margin-top: 4rem
}
body[ute-device-size='md'] .ute-margin-top-4-5rem,
body[ute-device-size='lg'] .ute-margin-top-4-5rem,
body[ute-device-size='xl'] .ute-margin-top-4-5rem,
body[ute-device-size='2k'] .ute-margin-top-4-5rem,
body[ute-device-size='4k'] .ute-margin-top-4-5rem,
body[ute-device-size='8k'] .ute-margin-top-4-5rem {
    margin-top: 4.5rem
}
body[ute-device-size='md'] .ute-margin-top-5-0rem,
body[ute-device-size='lg'] .ute-margin-top-5-0rem,
body[ute-device-size='xl'] .ute-margin-top-5-0rem,
body[ute-device-size='2k'] .ute-margin-top-5-0rem,
body[ute-device-size='4k'] .ute-margin-top-5-0rem,
body[ute-device-size='8k'] .ute-margin-top-5-0rem {
    margin-top: 5rem
}
body[ute-device-size='md'] .ute-margin-top-8-0rem,
body[ute-device-size='lg'] .ute-margin-top-8-0rem,
body[ute-device-size='xl'] .ute-margin-top-8-0rem,
body[ute-device-size='2k'] .ute-margin-top-8-0rem,
body[ute-device-size='4k'] .ute-margin-top-8-0rem,
body[ute-device-size='8k'] .ute-margin-top-8-0rem {
    margin-top: 8rem
}
body[ute-device-size='md'] .ute-padding-top-1-5rem,
body[ute-device-size='lg'] .ute-padding-top-1-5rem,
body[ute-device-size='xl'] .ute-padding-top-1-5rem,
body[ute-device-size='2k'] .ute-padding-top-1-5rem,
body[ute-device-size='4k'] .ute-padding-top-1-5rem,
body[ute-device-size='8k'] .ute-padding-top-1-5rem {
    padding-top: 1.5rem
}
body[ute-device-size='md'] .ute-padding-top-2-0rem,
body[ute-device-size='lg'] .ute-padding-top-2-0rem,
body[ute-device-size='xl'] .ute-padding-top-2-0rem,
body[ute-device-size='2k'] .ute-padding-top-2-0rem,
body[ute-device-size='4k'] .ute-padding-top-2-0rem,
body[ute-device-size='8k'] .ute-padding-top-2-0rem {
    padding-top: 2rem
}
body[ute-device-size='md'] .ute-padding-top-2-5rem,
body[ute-device-size='lg'] .ute-padding-top-2-5rem,
body[ute-device-size='xl'] .ute-padding-top-2-5rem,
body[ute-device-size='2k'] .ute-padding-top-2-5rem,
body[ute-device-size='4k'] .ute-padding-top-2-5rem,
body[ute-device-size='8k'] .ute-padding-top-2-5rem {
    padding-top: 2.5rem
}
body[ute-device-size='md'] .ute-padding-top-3-0rem,
body[ute-device-size='lg'] .ute-padding-top-3-0rem,
body[ute-device-size='xl'] .ute-padding-top-3-0rem,
body[ute-device-size='2k'] .ute-padding-top-3-0rem,
body[ute-device-size='4k'] .ute-padding-top-3-0rem,
body[ute-device-size='8k'] .ute-padding-top-3-0rem {
    padding-top: 3rem
}
body[ute-device-size='md'] .ute-padding-left-0rem,
body[ute-device-size='md'] .ute-dashboard-refill-now-button,
body[ute-device-size='md'] .ute-dashboard-service-sub-heading,
body[ute-device-size='md'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='md'] .ute-my-device-image,
body[ute-device-size='lg'] .ute-padding-left-0rem,
body[ute-device-size='lg'] .ute-dashboard-refill-now-button,
body[ute-device-size='lg'] .ute-dashboard-service-sub-heading,
body[ute-device-size='lg'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='lg'] .ute-my-device-image,
body[ute-device-size='xl'] .ute-padding-left-0rem,
body[ute-device-size='xl'] .ute-dashboard-refill-now-button,
body[ute-device-size='xl'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xl'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xl'] .ute-my-device-image,
body[ute-device-size='2k'] .ute-padding-left-0rem,
body[ute-device-size='2k'] .ute-dashboard-refill-now-button,
body[ute-device-size='2k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='2k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='2k'] .ute-my-device-image,
body[ute-device-size='4k'] .ute-padding-left-0rem,
body[ute-device-size='4k'] .ute-dashboard-refill-now-button,
body[ute-device-size='4k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='4k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='4k'] .ute-my-device-image,
body[ute-device-size='8k'] .ute-padding-left-0rem,
body[ute-device-size='8k'] .ute-dashboard-refill-now-button,
body[ute-device-size='8k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='8k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='8k'] .ute-my-device-image {
    padding-left: 0
}
body[ute-device-size='md'] .ute-padding-left-1-0rem,
body[ute-device-size='lg'] .ute-padding-left-1-0rem,
body[ute-device-size='xl'] .ute-padding-left-1-0rem,
body[ute-device-size='2k'] .ute-padding-left-1-0rem,
body[ute-device-size='4k'] .ute-padding-left-1-0rem,
body[ute-device-size='8k'] .ute-padding-left-1-0rem {
    padding-left: 1rem
}
body[ute-device-size='md'] .ute-desktop-padding-left-0rem,
body[ute-device-size='lg'] .ute-desktop-padding-left-0rem,
body[ute-device-size='xl'] .ute-desktop-padding-left-0rem,
body[ute-device-size='2k'] .ute-desktop-padding-left-0rem,
body[ute-device-size='4k'] .ute-desktop-padding-left-0rem,
body[ute-device-size='8k'] .ute-desktop-padding-left-0rem {
    padding-left: 0
}
body[ute-device-size='md'] .ute-padding-right-0rem,
body[ute-device-size='md'] .ute-dashboard-refill-now-button,
body[ute-device-size='lg'] .ute-padding-right-0rem,
body[ute-device-size='lg'] .ute-dashboard-refill-now-button,
body[ute-device-size='xl'] .ute-padding-right-0rem,
body[ute-device-size='xl'] .ute-dashboard-refill-now-button,
body[ute-device-size='2k'] .ute-padding-right-0rem,
body[ute-device-size='2k'] .ute-dashboard-refill-now-button,
body[ute-device-size='4k'] .ute-padding-right-0rem,
body[ute-device-size='4k'] .ute-dashboard-refill-now-button,
body[ute-device-size='8k'] .ute-padding-right-0rem,
body[ute-device-size='8k'] .ute-dashboard-refill-now-button {
    padding-right: 0
}
body[ute-device-size='md'] .ute-font-weight-low,
body[ute-device-size='lg'] .ute-font-weight-low,
body[ute-device-size='xl'] .ute-font-weight-low,
body[ute-device-size='2k'] .ute-font-weight-low,
body[ute-device-size='4k'] .ute-font-weight-low,
body[ute-device-size='8k'] .ute-font-weight-low {
    font-weight: 400
}
body[ute-device-size='md'] .ute-font-weight-very-low,
body[ute-device-size='lg'] .ute-font-weight-very-low,
body[ute-device-size='xl'] .ute-font-weight-very-low,
body[ute-device-size='2k'] .ute-font-weight-very-low,
body[ute-device-size='4k'] .ute-font-weight-very-low,
body[ute-device-size='8k'] .ute-font-weight-very-low {
    font-weight: 300
}
body[ute-device-size='md'] .ute-font-weight-semibold,
body[ute-device-size='lg'] .ute-font-weight-semibold,
body[ute-device-size='xl'] .ute-font-weight-semibold,
body[ute-device-size='2k'] .ute-font-weight-semibold,
body[ute-device-size='4k'] .ute-font-weight-semibold,
body[ute-device-size='8k'] .ute-font-weight-semibold {
    font-weight: 600
}
body[ute-device-size='md'] .ute-padding-25px,
body[ute-device-size='lg'] .ute-padding-25px,
body[ute-device-size='xl'] .ute-padding-25px,
body[ute-device-size='2k'] .ute-padding-25px,
body[ute-device-size='4k'] .ute-padding-25px,
body[ute-device-size='8k'] .ute-padding-25px {
    padding-top: 25px
}
body[ute-device-size='md'] .ute-padding-30px,
body[ute-device-size='lg'] .ute-padding-30px,
body[ute-device-size='xl'] .ute-padding-30px,
body[ute-device-size='2k'] .ute-padding-30px,
body[ute-device-size='4k'] .ute-padding-30px,
body[ute-device-size='8k'] .ute-padding-30px {
    padding-top: 30px
}
body[ute-device-size='md'] .ute-padding-35px,
body[ute-device-size='lg'] .ute-padding-35px,
body[ute-device-size='xl'] .ute-padding-35px,
body[ute-device-size='2k'] .ute-padding-35px,
body[ute-device-size='4k'] .ute-padding-35px,
body[ute-device-size='8k'] .ute-padding-35px {
    padding-top: 35px
}
body[ute-device-size='md'] .ute-padding-40px,
body[ute-device-size='lg'] .ute-padding-40px,
body[ute-device-size='xl'] .ute-padding-40px,
body[ute-device-size='2k'] .ute-padding-40px,
body[ute-device-size='4k'] .ute-padding-40px,
body[ute-device-size='8k'] .ute-padding-40px {
    padding-top: 40px
}
body[ute-device-size='md'] .ute-padding-45px,
body[ute-device-size='lg'] .ute-padding-45px,
body[ute-device-size='xl'] .ute-padding-45px,
body[ute-device-size='2k'] .ute-padding-45px,
body[ute-device-size='4k'] .ute-padding-45px,
body[ute-device-size='8k'] .ute-padding-45px {
    padding-top: 45px
}
body[ute-device-size='md'] .ute-padding-50px,
body[ute-device-size='lg'] .ute-padding-50px,
body[ute-device-size='xl'] .ute-padding-50px,
body[ute-device-size='2k'] .ute-padding-50px,
body[ute-device-size='4k'] .ute-padding-50px,
body[ute-device-size='8k'] .ute-padding-50px {
    padding-top: 50px
}
body[ute-device-size='md'] .ute-padding-80px,
body[ute-device-size='lg'] .ute-padding-80px,
body[ute-device-size='xl'] .ute-padding-80px,
body[ute-device-size='2k'] .ute-padding-80px,
body[ute-device-size='4k'] .ute-padding-80px,
body[ute-device-size='8k'] .ute-padding-80px {
    padding-top: 80px
}
body[ute-device-size='md'] .ute-margin-25px,
body[ute-device-size='lg'] .ute-margin-25px,
body[ute-device-size='xl'] .ute-margin-25px,
body[ute-device-size='2k'] .ute-margin-25px,
body[ute-device-size='4k'] .ute-margin-25px,
body[ute-device-size='8k'] .ute-margin-25px {
    margin-top: 25px
}
body[ute-device-size='md'] .ute-margin-5px-up,
body[ute-device-size='lg'] .ute-margin-5px-up,
body[ute-device-size='xl'] .ute-margin-5px-up,
body[ute-device-size='2k'] .ute-margin-5px-up,
body[ute-device-size='4k'] .ute-margin-5px-up,
body[ute-device-size='8k'] .ute-margin-5px-up {
    margin-top: -5px
}
body[ute-device-size='md'] .ute-dashboard-services-navigation,
body[ute-device-size='lg'] .ute-dashboard-services-navigation,
body[ute-device-size='xl'] .ute-dashboard-services-navigation,
body[ute-device-size='2k'] .ute-dashboard-services-navigation,
body[ute-device-size='4k'] .ute-dashboard-services-navigation,
body[ute-device-size='8k'] .ute-dashboard-services-navigation {
    border-width: 4px;
    border-color: #eef0f0;
    border-style: solid;
    background-color: #eef0f0;
    height: 6.5rem
}
body[ute-device-size='md'] .ute-dashboard-services-navigation p,
body[ute-device-size='lg'] .ute-dashboard-services-navigation p,
body[ute-device-size='xl'] .ute-dashboard-services-navigation p,
body[ute-device-size='2k'] .ute-dashboard-services-navigation p,
body[ute-device-size='4k'] .ute-dashboard-services-navigation p,
body[ute-device-size='8k'] .ute-dashboard-services-navigation p {
    padding-top: 1.5rem
}
body[ute-device-size='md'] .ute-dashboard-services-navigation ul,
body[ute-device-size='lg'] .ute-dashboard-services-navigation ul,
body[ute-device-size='xl'] .ute-dashboard-services-navigation ul,
body[ute-device-size='2k'] .ute-dashboard-services-navigation ul,
body[ute-device-size='4k'] .ute-dashboard-services-navigation ul,
body[ute-device-size='8k'] .ute-dashboard-services-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}
body[ute-device-size='md'] .ute-dashboard-services-navigation li,
body[ute-device-size='lg'] .ute-dashboard-services-navigation li,
body[ute-device-size='xl'] .ute-dashboard-services-navigation li,
body[ute-device-size='2k'] .ute-dashboard-services-navigation li,
body[ute-device-size='4k'] .ute-dashboard-services-navigation li,
body[ute-device-size='8k'] .ute-dashboard-services-navigation li {
    float: left
}
body[ute-device-size='md'] .ute-dashboard-services-navigation li:first-child,
body[ute-device-size='lg'] .ute-dashboard-services-navigation li:first-child,
body[ute-device-size='xl'] .ute-dashboard-services-navigation li:first-child,
body[ute-device-size='2k'] .ute-dashboard-services-navigation li:first-child,
body[ute-device-size='4k'] .ute-dashboard-services-navigation li:first-child,
body[ute-device-size='8k'] .ute-dashboard-services-navigation li:first-child {
    padding-right: 4.5rem
}
body[ute-device-size='md'] .ute-dashboard-services-navigation li:nth-child(2),
body[ute-device-size='lg'] .ute-dashboard-services-navigation li:nth-child(2),
body[ute-device-size='xl'] .ute-dashboard-services-navigation li:nth-child(2),
body[ute-device-size='2k'] .ute-dashboard-services-navigation li:nth-child(2),
body[ute-device-size='4k'] .ute-dashboard-services-navigation li:nth-child(2),
body[ute-device-size='8k'] .ute-dashboard-services-navigation li:nth-child(2) {
    padding-right: 4.5rem;
    padding-left: 4.5rem
}
body[ute-device-size='md'] .ute-dashboard-services-navigation li:last-child,
body[ute-device-size='lg'] .ute-dashboard-services-navigation li:last-child,
body[ute-device-size='xl'] .ute-dashboard-services-navigation li:last-child,
body[ute-device-size='2k'] .ute-dashboard-services-navigation li:last-child,
body[ute-device-size='4k'] .ute-dashboard-services-navigation li:last-child,
body[ute-device-size='8k'] .ute-dashboard-services-navigation li:last-child {
    padding-left: 4.5rem
}
body[ute-device-size='md'] .ute-dashboard-services-navigation .ute-ctn-drop-down,
body[ute-device-size='lg'] .ute-dashboard-services-navigation .ute-ctn-drop-down,
body[ute-device-size='xl'] .ute-dashboard-services-navigation .ute-ctn-drop-down,
body[ute-device-size='2k'] .ute-dashboard-services-navigation .ute-ctn-drop-down,
body[ute-device-size='4k'] .ute-dashboard-services-navigation .ute-ctn-drop-down,
body[ute-device-size='8k'] .ute-dashboard-services-navigation .ute-ctn-drop-down {
    margin-top: .75rem;
    padding-down: 1rem;
    width: 22%;
    margin-left: 2.5rem;
    margin-right: 2rem
}
body[ute-device-size='md'] .ute-dashboard-services-navigation .ute-nav-link,
body[ute-device-size='lg'] .ute-dashboard-services-navigation .ute-nav-link,
body[ute-device-size='xl'] .ute-dashboard-services-navigation .ute-nav-link,
body[ute-device-size='2k'] .ute-dashboard-services-navigation .ute-nav-link,
body[ute-device-size='4k'] .ute-dashboard-services-navigation .ute-nav-link,
body[ute-device-size='8k'] .ute-dashboard-services-navigation .ute-nav-link {
    font-family: lato, sans-serif;
    color: #055d67;
    font-size: 1.6rem;
    font-weight: 600
}
body[ute-device-size='md'] .ute-dashboard-services-navigation .ute-nav-pipe,
body[ute-device-size='lg'] .ute-dashboard-services-navigation .ute-nav-pipe,
body[ute-device-size='xl'] .ute-dashboard-services-navigation .ute-nav-pipe,
body[ute-device-size='2k'] .ute-dashboard-services-navigation .ute-nav-pipe,
body[ute-device-size='4k'] .ute-dashboard-services-navigation .ute-nav-pipe,
body[ute-device-size='8k'] .ute-dashboard-services-navigation .ute-nav-pipe {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/ss-payment-dot.png") no-repeat 100% center;
    background-size: 2px 67.5%
}
body[ute-device-size='md'] .ute-nav-pipe-second-col,
body[ute-device-size='lg'] .ute-nav-pipe-second-col,
body[ute-device-size='xl'] .ute-nav-pipe-second-col,
body[ute-device-size='2k'] .ute-nav-pipe-second-col,
body[ute-device-size='4k'] .ute-nav-pipe-second-col,
body[ute-device-size='8k'] .ute-nav-pipe-second-col {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/ss-payment-dot.png") no-repeat 92% center;
    background-size: 2px 100%
}
body[ute-device-size='md'] .ute-dashboard-service-heading,
body[ute-device-size='lg'] .ute-dashboard-service-heading,
body[ute-device-size='xl'] .ute-dashboard-service-heading,
body[ute-device-size='2k'] .ute-dashboard-service-heading,
body[ute-device-size='4k'] .ute-dashboard-service-heading,
body[ute-device-size='8k'] .ute-dashboard-service-heading {
    font-family: lato, sans-serif;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding-left: 0
}
body[ute-device-size='md'] .ute-dollar-amount,
body[ute-device-size='lg'] .ute-dollar-amount,
body[ute-device-size='xl'] .ute-dollar-amount,
body[ute-device-size='2k'] .ute-dollar-amount,
body[ute-device-size='4k'] .ute-dollar-amount,
body[ute-device-size='8k'] .ute-dollar-amount {
    color: #000;
    font-size: 5.4rem;
    position: relative
}
body[ute-device-size='md'] .ute-dollar-amount span,
body[ute-device-size='lg'] .ute-dollar-amount span,
body[ute-device-size='xl'] .ute-dollar-amount span,
body[ute-device-size='2k'] .ute-dollar-amount span,
body[ute-device-size='4k'] .ute-dollar-amount span,
body[ute-device-size='8k'] .ute-dollar-amount span {
    position: relative
}
body[ute-device-size='md'] .ute-dollar-amount sup,
body[ute-device-size='lg'] .ute-dollar-amount sup,
body[ute-device-size='xl'] .ute-dollar-amount sup,
body[ute-device-size='2k'] .ute-dollar-amount sup,
body[ute-device-size='4k'] .ute-dollar-amount sup,
body[ute-device-size='8k'] .ute-dollar-amount sup {
    font-size: .5em;
    font-weight: 400;
    top: -.75em;
    vertical-align: baseline
}
body[ute-device-size='md'] .ute-dollar-amount sup:first-child,
body[ute-device-size='lg'] .ute-dollar-amount sup:first-child,
body[ute-device-size='xl'] .ute-dollar-amount sup:first-child,
body[ute-device-size='2k'] .ute-dollar-amount sup:first-child,
body[ute-device-size='4k'] .ute-dollar-amount sup:first-child,
body[ute-device-size='8k'] .ute-dollar-amount sup:first-child {
    color: #7c6900
}
body[ute-device-size='md'] .ute-dollar-amount sub,
body[ute-device-size='lg'] .ute-dollar-amount sub,
body[ute-device-size='xl'] .ute-dollar-amount sub,
body[ute-device-size='2k'] .ute-dollar-amount sub,
body[ute-device-size='4k'] .ute-dollar-amount sub,
body[ute-device-size='8k'] .ute-dollar-amount sub {
    position: inherit;
    color: #7c6900;
    font-size: 1.6rem;
    font-weight: 400;
    bottom: .9em;
    right: 0;
    vertical-align: baseline;
    margin-left: -4rem
}
body[ute-device-size='md'] .ute-dollar-amount.strong,
body[ute-device-size='lg'] .ute-dollar-amount.strong,
body[ute-device-size='xl'] .ute-dollar-amount.strong,
body[ute-device-size='2k'] .ute-dollar-amount.strong,
body[ute-device-size='4k'] .ute-dollar-amount.strong,
body[ute-device-size='8k'] .ute-dollar-amount.strong {
    font-weight: 400
}
body[ute-device-size='md'] .ute-dollar-amount.strong *,
body[ute-device-size='lg'] .ute-dollar-amount.strong *,
body[ute-device-size='xl'] .ute-dollar-amount.strong *,
body[ute-device-size='2k'] .ute-dollar-amount.strong *,
body[ute-device-size='4k'] .ute-dollar-amount.strong *,
body[ute-device-size='8k'] .ute-dollar-amount.strong * {
    font-weight: 900
}
body[ute-device-size='md'] .ute-black-dollar-amount,
body[ute-device-size='lg'] .ute-black-dollar-amount,
body[ute-device-size='xl'] .ute-black-dollar-amount,
body[ute-device-size='2k'] .ute-black-dollar-amount,
body[ute-device-size='4k'] .ute-black-dollar-amount,
body[ute-device-size='8k'] .ute-black-dollar-amount {
    color: #000;
    font-size: 5.3rem;
    position: relative
}
body[ute-device-size='md'] .ute-black-dollar-amount span,
body[ute-device-size='lg'] .ute-black-dollar-amount span,
body[ute-device-size='xl'] .ute-black-dollar-amount span,
body[ute-device-size='2k'] .ute-black-dollar-amount span,
body[ute-device-size='4k'] .ute-black-dollar-amount span,
body[ute-device-size='8k'] .ute-black-dollar-amount span {
    position: relative
}
body[ute-device-size='md'] .ute-black-dollar-amount sup,
body[ute-device-size='lg'] .ute-black-dollar-amount sup,
body[ute-device-size='xl'] .ute-black-dollar-amount sup,
body[ute-device-size='2k'] .ute-black-dollar-amount sup,
body[ute-device-size='4k'] .ute-black-dollar-amount sup,
body[ute-device-size='8k'] .ute-black-dollar-amount sup {
    font-size: .5em;
    font-weight: 300;
    top: -.75em;
    vertical-align: baseline
}
body[ute-device-size='md'] .ute-black-dollar-amount sub,
body[ute-device-size='lg'] .ute-black-dollar-amount sub,
body[ute-device-size='xl'] .ute-black-dollar-amount sub,
body[ute-device-size='2k'] .ute-black-dollar-amount sub,
body[ute-device-size='4k'] .ute-black-dollar-amount sub,
body[ute-device-size='8k'] .ute-black-dollar-amount sub {
    position: inherit;
    font-size: .4em;
    font-weight: 300;
    bottom: .9em;
    right: 0;
    vertical-align: baseline
}
body[ute-device-size='md'] .ute-black-dollar-amount.strong,
body[ute-device-size='lg'] .ute-black-dollar-amount.strong,
body[ute-device-size='xl'] .ute-black-dollar-amount.strong,
body[ute-device-size='2k'] .ute-black-dollar-amount.strong,
body[ute-device-size='4k'] .ute-black-dollar-amount.strong,
body[ute-device-size='8k'] .ute-black-dollar-amount.strong {
    font-weight: 400
}
body[ute-device-size='md'] .ute-black-dollar-amount.strong *,
body[ute-device-size='lg'] .ute-black-dollar-amount.strong *,
body[ute-device-size='xl'] .ute-black-dollar-amount.strong *,
body[ute-device-size='2k'] .ute-black-dollar-amount.strong *,
body[ute-device-size='4k'] .ute-black-dollar-amount.strong *,
body[ute-device-size='8k'] .ute-black-dollar-amount.strong * {
    font-weight: 900
}
body[ute-device-size='md'] .ute-features ul,
body[ute-device-size='lg'] .ute-features ul,
body[ute-device-size='xl'] .ute-features ul,
body[ute-device-size='2k'] .ute-features ul,
body[ute-device-size='4k'] .ute-features ul,
body[ute-device-size='8k'] .ute-features ul {
    padding: 0;
    margin: 0
}
body[ute-device-size='md'] .ute-features p,
body[ute-device-size='lg'] .ute-features p,
body[ute-device-size='xl'] .ute-features p,
body[ute-device-size='2k'] .ute-features p,
body[ute-device-size='4k'] .ute-features p,
body[ute-device-size='8k'] .ute-features p {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif;
    color: #000
}
body[ute-device-size='md'] .my-extras p,
body[ute-device-size='lg'] .my-extras p,
body[ute-device-size='xl'] .my-extras p,
body[ute-device-size='2k'] .my-extras p,
body[ute-device-size='4k'] .my-extras p,
body[ute-device-size='8k'] .my-extras p {
    font-family: lato, sans-serif;
    font-size: 2.1rem;
    font-weight: 600
}
body[ute-device-size='md'] .discounts-credits p,
body[ute-device-size='lg'] .discounts-credits p,
body[ute-device-size='xl'] .discounts-credits p,
body[ute-device-size='2k'] .discounts-credits p,
body[ute-device-size='4k'] .discounts-credits p,
body[ute-device-size='8k'] .discounts-credits p {
    margin-bottom: 0;
    font-family: lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 300
}
body[ute-device-size='md'] .ute-dashboard-services-header-content:before,
body[ute-device-size='lg'] .ute-dashboard-services-header-content:before,
body[ute-device-size='xl'] .ute-dashboard-services-header-content:before,
body[ute-device-size='2k'] .ute-dashboard-services-header-content:before,
body[ute-device-size='4k'] .ute-dashboard-services-header-content:before,
body[ute-device-size='8k'] .ute-dashboard-services-header-content:before {
    width: 97rem;
    border-top: 2px solid #eef0f0
}
body[ute-device-size='md'] .ute-my-balance-approx,
body[ute-device-size='lg'] .ute-my-balance-approx,
body[ute-device-size='xl'] .ute-my-balance-approx,
body[ute-device-size='2k'] .ute-my-balance-approx,
body[ute-device-size='4k'] .ute-my-balance-approx,
body[ute-device-size='8k'] .ute-my-balance-approx {
    padding: 0 3rem 0 3.5rem
}
body[ute-device-size='md'] .ute-my-balance-approx p,
body[ute-device-size='md'] .ute-my-fido-dollars-info p,
body[ute-device-size='lg'] .ute-my-balance-approx p,
body[ute-device-size='lg'] .ute-my-fido-dollars-info p,
body[ute-device-size='xl'] .ute-my-balance-approx p,
body[ute-device-size='xl'] .ute-my-fido-dollars-info p,
body[ute-device-size='2k'] .ute-my-balance-approx p,
body[ute-device-size='2k'] .ute-my-fido-dollars-info p,
body[ute-device-size='4k'] .ute-my-balance-approx p,
body[ute-device-size='4k'] .ute-my-fido-dollars-info p,
body[ute-device-size='8k'] .ute-my-balance-approx p,
body[ute-device-size='8k'] .ute-my-fido-dollars-info p {
    font-family: lato, sans-serif;
    color: #000;
    font-size: 1.6rem;
    margin: 0
}
body[ute-device-size='md'] .ute-my-balance-approx p:first-child,
body[ute-device-size='md'] .ute-my-fido-dollars-info p:first-child,
body[ute-device-size='lg'] .ute-my-balance-approx p:first-child,
body[ute-device-size='lg'] .ute-my-fido-dollars-info p:first-child,
body[ute-device-size='xl'] .ute-my-balance-approx p:first-child,
body[ute-device-size='xl'] .ute-my-fido-dollars-info p:first-child,
body[ute-device-size='2k'] .ute-my-balance-approx p:first-child,
body[ute-device-size='2k'] .ute-my-fido-dollars-info p:first-child,
body[ute-device-size='4k'] .ute-my-balance-approx p:first-child,
body[ute-device-size='4k'] .ute-my-fido-dollars-info p:first-child,
body[ute-device-size='8k'] .ute-my-balance-approx p:first-child,
body[ute-device-size='8k'] .ute-my-fido-dollars-info p:first-child {
    font-weight: 300
}
body[ute-device-size='md'] .ute-my-balance-approx p:last-child,
body[ute-device-size='md'] .ute-my-fido-dollars-info p:last-child,
body[ute-device-size='lg'] .ute-my-balance-approx p:last-child,
body[ute-device-size='lg'] .ute-my-fido-dollars-info p:last-child,
body[ute-device-size='xl'] .ute-my-balance-approx p:last-child,
body[ute-device-size='xl'] .ute-my-fido-dollars-info p:last-child,
body[ute-device-size='2k'] .ute-my-balance-approx p:last-child,
body[ute-device-size='2k'] .ute-my-fido-dollars-info p:last-child,
body[ute-device-size='4k'] .ute-my-balance-approx p:last-child,
body[ute-device-size='4k'] .ute-my-fido-dollars-info p:last-child,
body[ute-device-size='8k'] .ute-my-balance-approx p:last-child,
body[ute-device-size='8k'] .ute-my-fido-dollars-info p:last-child {
    font-weight: 400
}
body[ute-device-size='md'] .ute-my-fido-dollars-info,
body[ute-device-size='lg'] .ute-my-fido-dollars-info,
body[ute-device-size='xl'] .ute-my-fido-dollars-info,
body[ute-device-size='2k'] .ute-my-fido-dollars-info,
body[ute-device-size='4k'] .ute-my-fido-dollars-info {
    padding: 0 0 0 3.5rem
}
body[ute-device-size='8k'] .ute-my-fido-dollars-info {
    padding-right: 0
}
body[ute-device-size='md'] .ute-my-balance-expires,
body[ute-device-size='md'] .ute-my-balance-auto-refill,
body[ute-device-size='lg'] .ute-my-balance-expires,
body[ute-device-size='lg'] .ute-my-balance-auto-refill,
body[ute-device-size='xl'] .ute-my-balance-expires,
body[ute-device-size='xl'] .ute-my-balance-auto-refill,
body[ute-device-size='2k'] .ute-my-balance-expires,
body[ute-device-size='2k'] .ute-my-balance-auto-refill,
body[ute-device-size='4k'] .ute-my-balance-expires,
body[ute-device-size='4k'] .ute-my-balance-auto-refill,
body[ute-device-size='8k'] .ute-my-balance-expires,
body[ute-device-size='8k'] .ute-my-balance-auto-refill {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}
body[ute-device-size='md'] .ute-my-balance-expires p,
body[ute-device-size='md'] .ute-my-balance-auto-refill p,
body[ute-device-size='lg'] .ute-my-balance-expires p,
body[ute-device-size='lg'] .ute-my-balance-auto-refill p,
body[ute-device-size='xl'] .ute-my-balance-expires p,
body[ute-device-size='xl'] .ute-my-balance-auto-refill p,
body[ute-device-size='2k'] .ute-my-balance-expires p,
body[ute-device-size='2k'] .ute-my-balance-auto-refill p,
body[ute-device-size='4k'] .ute-my-balance-expires p,
body[ute-device-size='4k'] .ute-my-balance-auto-refill p,
body[ute-device-size='8k'] .ute-my-balance-expires p,
body[ute-device-size='8k'] .ute-my-balance-auto-refill p {
    font-family: lato, sans-serif;
    color: #000;
    font-size: 1.6rem;
    margin: 0
}
body[ute-device-size='md'] .ute-price-background,
body[ute-device-size='lg'] .ute-price-background,
body[ute-device-size='xl'] .ute-price-background,
body[ute-device-size='2k'] .ute-price-background,
body[ute-device-size='4k'] .ute-price-background,
body[ute-device-size='8k'] .ute-price-background {
    background-color: #eef0f0;
    height: 10rem;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
body[ute-device-size='md'] .ute-common-nav-link,
body[ute-device-size='lg'] .ute-common-nav-link,
body[ute-device-size='xl'] .ute-common-nav-link,
body[ute-device-size='2k'] .ute-common-nav-link,
body[ute-device-size='4k'] .ute-common-nav-link,
body[ute-device-size='8k'] .ute-common-nav-link {
    font-family: lato, sans-serif;
    color: #055d67;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: right;
    padding-top: 1rem
}
body[ute-device-size='md'] .ute-pipe,
body[ute-device-size='lg'] .ute-pipe,
body[ute-device-size='xl'] .ute-pipe,
body[ute-device-size='2k'] .ute-pipe,
body[ute-device-size='4k'] .ute-pipe,
body[ute-device-size='8k'] .ute-pipe {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/ss-payment-dot.png") no-repeat 100% center;
    background-size: 2px 67.5%
}
body[ute-device-size='md'] .ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-primary,
body[ute-device-size='md'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .ute-dashboard-services-btn-secondary {
    max-width: 30rem;
    width: 100%
}
body[ute-device-size='md'] .ute-dashboard-service-sub-heading,
body[ute-device-size='lg'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xl'] .ute-dashboard-service-sub-heading,
body[ute-device-size='2k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='4k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='8k'] .ute-dashboard-service-sub-heading {
    font-family: lato, sans-serif;
    color: #7c6900;
    font-size: 3rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase
}
body[ute-device-size='md'] .ute-plan-data,
body[ute-device-size='lg'] .ute-plan-data,
body[ute-device-size='xl'] .ute-plan-data,
body[ute-device-size='2k'] .ute-plan-data,
body[ute-device-size='4k'] .ute-plan-data,
body[ute-device-size='8k'] .ute-plan-data {
    color: #000;
    font-size: 5.4rem;
    position: relative;
    font-weight: 300
}
body[ute-device-size='md'] .ute-plan-data span,
body[ute-device-size='lg'] .ute-plan-data span,
body[ute-device-size='xl'] .ute-plan-data span,
body[ute-device-size='2k'] .ute-plan-data span,
body[ute-device-size='4k'] .ute-plan-data span,
body[ute-device-size='8k'] .ute-plan-data span {
    position: relative
}
body[ute-device-size='md'] .ute-plan-data sub,
body[ute-device-size='lg'] .ute-plan-data sub,
body[ute-device-size='xl'] .ute-plan-data sub,
body[ute-device-size='2k'] .ute-plan-data sub,
body[ute-device-size='4k'] .ute-plan-data sub,
body[ute-device-size='8k'] .ute-plan-data sub {
    position: inherit;
    font-size: 2.2rem;
    font-weight: 400;
    bottom: .9em;
    right: 0;
    vertical-align: baseline
}
body[ute-device-size='md'] .ute-plan-data.strong,
body[ute-device-size='lg'] .ute-plan-data.strong,
body[ute-device-size='xl'] .ute-plan-data.strong,
body[ute-device-size='2k'] .ute-plan-data.strong,
body[ute-device-size='4k'] .ute-plan-data.strong,
body[ute-device-size='8k'] .ute-plan-data.strong {
    font-weight: 400
}
body[ute-device-size='md'] .ute-plan-data.strong *,
body[ute-device-size='lg'] .ute-plan-data.strong *,
body[ute-device-size='xl'] .ute-plan-data.strong *,
body[ute-device-size='2k'] .ute-plan-data.strong *,
body[ute-device-size='4k'] .ute-plan-data.strong *,
body[ute-device-size='8k'] .ute-plan-data.strong * {
    font-weight: 900
}
body[ute-device-size='md'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='md'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='lg'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='lg'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xl'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='xl'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='2k'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='2k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='4k'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='4k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='8k'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='8k'] .ute-dashboard-service-secondary-key-heading {
    font-family: lato, sans-serif;
    color: #7c6900;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase
}
body[ute-device-size='md'] .ute-dashboard-mydevice-sub-heading,
body[ute-device-size='lg'] .ute-dashboard-mydevice-sub-heading,
body[ute-device-size='xl'] .ute-dashboard-mydevice-sub-heading,
body[ute-device-size='2k'] .ute-dashboard-mydevice-sub-heading,
body[ute-device-size='4k'] .ute-dashboard-mydevice-sub-heading,
body[ute-device-size='8k'] .ute-dashboard-mydevice-sub-heading {
    font-family: lato, sans-serif;
    color: #7c6900;
    font-size: 3rem;
    font-weight: 800;
    text-align: left
}
body[ute-device-size='md'] .ute-plan-background,
body[ute-device-size='lg'] .ute-plan-background,
body[ute-device-size='xl'] .ute-plan-background,
body[ute-device-size='2k'] .ute-plan-background,
body[ute-device-size='4k'] .ute-plan-background,
body[ute-device-size='8k'] .ute-plan-background {
    background-color: #e8f0f0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 9rem
}
body[ute-device-size='md'] .ute-addon,
body[ute-device-size='lg'] .ute-addon,
body[ute-device-size='xl'] .ute-addon,
body[ute-device-size='2k'] .ute-addon,
body[ute-device-size='4k'] .ute-addon,
body[ute-device-size='8k'] .ute-addon {
    max-width: 60%;
    background-color: #e8f0f0;
    height: 85px;
    text-align: center;
    padding-top: 10px
}
body[ute-device-size='md'] .ute-btn-secondary-light,
body[ute-device-size='lg'] .ute-btn-secondary-light,
body[ute-device-size='xl'] .ute-btn-secondary-light,
body[ute-device-size='2k'] .ute-btn-secondary-light,
body[ute-device-size='4k'] .ute-btn-secondary-light,
body[ute-device-size='8k'] .ute-btn-secondary-light {
    color: #fff;
    background-color: #939598;
    border-style: solid;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.png") 0 5 5 0 stretch;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.png") 0 5 5 0 stretch;
    border-image-outset: 0 1px 2px 0
}
body[ute-device-size='md'] .ute-btn-secondary-light:hover,
body[ute-device-size='lg'] .ute-btn-secondary-light:hover,
body[ute-device-size='xl'] .ute-btn-secondary-light:hover,
body[ute-device-size='2k'] .ute-btn-secondary-light:hover,
body[ute-device-size='4k'] .ute-btn-secondary-light:hover,
body[ute-device-size='8k'] .ute-btn-secondary-light:hover {
    background: #797b7f;
    text-decoration: none
}
body[ute-device-size='md'] .ute-btn-secondary-light:focus,
body[ute-device-size='lg'] .ute-btn-secondary-light:focus,
body[ute-device-size='xl'] .ute-btn-secondary-light:focus,
body[ute-device-size='2k'] .ute-btn-secondary-light:focus,
body[ute-device-size='4k'] .ute-btn-secondary-light:focus,
body[ute-device-size='8k'] .ute-btn-secondary-light:focus {
    text-decoration: none
}
body[ute-device-size='md'] .ute-padding-15px,
body[ute-device-size='lg'] .ute-padding-15px,
body[ute-device-size='xl'] .ute-padding-15px,
body[ute-device-size='2k'] .ute-padding-15px,
body[ute-device-size='4k'] .ute-padding-15px,
body[ute-device-size='8k'] .ute-padding-15px {
    padding-top: 15px
}
body[ute-device-size='md'] .ute-padding-15px p,
body[ute-device-size='lg'] .ute-padding-15px p,
body[ute-device-size='xl'] .ute-padding-15px p,
body[ute-device-size='2k'] .ute-padding-15px p,
body[ute-device-size='4k'] .ute-padding-15px p,
body[ute-device-size='8k'] .ute-padding-15px p {
    font-size: 12px
}
body[ute-device-size='md'] .ute-padding-20px,
body[ute-device-size='lg'] .ute-padding-20px,
body[ute-device-size='xl'] .ute-padding-20px,
body[ute-device-size='2k'] .ute-padding-20px,
body[ute-device-size='4k'] .ute-padding-20px,
body[ute-device-size='8k'] .ute-padding-20px {
    padding-top: 20px
}
body[ute-device-size='md'] .ute-padding-20px p,
body[ute-device-size='lg'] .ute-padding-20px p,
body[ute-device-size='xl'] .ute-padding-20px p,
body[ute-device-size='2k'] .ute-padding-20px p,
body[ute-device-size='4k'] .ute-padding-20px p,
body[ute-device-size='8k'] .ute-padding-20px p {
    font-size: 12px
}
body[ute-device-size='md'] .ute-dashboard-my-extras-addons>div:after,
body[ute-device-size='lg'] .ute-dashboard-my-extras-addons>div:after,
body[ute-device-size='xl'] .ute-dashboard-my-extras-addons>div:after,
body[ute-device-size='2k'] .ute-dashboard-my-extras-addons>div:after,
body[ute-device-size='4k'] .ute-dashboard-my-extras-addons>div:after,
body[ute-device-size='8k'] .ute-dashboard-my-extras-addons>div:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='md'] .ute-dashboard-my-extras-addons>div span,
body[ute-device-size='lg'] .ute-dashboard-my-extras-addons>div span,
body[ute-device-size='xl'] .ute-dashboard-my-extras-addons>div span,
body[ute-device-size='2k'] .ute-dashboard-my-extras-addons>div span,
body[ute-device-size='4k'] .ute-dashboard-my-extras-addons>div span,
body[ute-device-size='8k'] .ute-dashboard-my-extras-addons>div span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='md'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='lg'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='xl'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='2k'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='4k'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='8k'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='md'] .ute-dashboard-my-extras-addons>div:first-child:after,
body[ute-device-size='lg'] .ute-dashboard-my-extras-addons>div:first-child:after,
body[ute-device-size='xl'] .ute-dashboard-my-extras-addons>div:first-child:after,
body[ute-device-size='2k'] .ute-dashboard-my-extras-addons>div:first-child:after,
body[ute-device-size='4k'] .ute-dashboard-my-extras-addons>div:first-child:after,
body[ute-device-size='8k'] .ute-dashboard-my-extras-addons>div:first-child:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='md'] .ute-dashboard-my-extras-addons>div:first-child span,
body[ute-device-size='lg'] .ute-dashboard-my-extras-addons>div:first-child span,
body[ute-device-size='xl'] .ute-dashboard-my-extras-addons>div:first-child span,
body[ute-device-size='2k'] .ute-dashboard-my-extras-addons>div:first-child span,
body[ute-device-size='4k'] .ute-dashboard-my-extras-addons>div:first-child span,
body[ute-device-size='8k'] .ute-dashboard-my-extras-addons>div:first-child span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='md'] .ute-addon-first-border:before,
body[ute-device-size='lg'] .ute-addon-first-border:before,
body[ute-device-size='xl'] .ute-addon-first-border:before,
body[ute-device-size='2k'] .ute-addon-first-border:before,
body[ute-device-size='4k'] .ute-addon-first-border:before,
body[ute-device-size='8k'] .ute-addon-first-border:before,
body[ute-device-size='md'] .ute-addon-first-border:after,
body[ute-device-size='lg'] .ute-addon-first-border:after,
body[ute-device-size='xl'] .ute-addon-first-border:after,
body[ute-device-size='2k'] .ute-addon-first-border:after,
body[ute-device-size='4k'] .ute-addon-first-border:after,
body[ute-device-size='8k'] .ute-addon-first-border:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='md'] .ute-addon-first-border span,
body[ute-device-size='lg'] .ute-addon-first-border span,
body[ute-device-size='xl'] .ute-addon-first-border span,
body[ute-device-size='2k'] .ute-addon-first-border span,
body[ute-device-size='4k'] .ute-addon-first-border span,
body[ute-device-size='8k'] .ute-addon-first-border span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='md'] .ute-addon-border:after,
body[ute-device-size='lg'] .ute-addon-border:after,
body[ute-device-size='xl'] .ute-addon-border:after,
body[ute-device-size='2k'] .ute-addon-border:after,
body[ute-device-size='4k'] .ute-addon-border:after,
body[ute-device-size='8k'] .ute-addon-border:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='md'] .ute-addon-border span,
body[ute-device-size='lg'] .ute-addon-border span,
body[ute-device-size='xl'] .ute-addon-border span,
body[ute-device-size='2k'] .ute-addon-border span,
body[ute-device-size='4k'] .ute-addon-border span,
body[ute-device-size='8k'] .ute-addon-border span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='md'] .ute-cta-links-background,
body[ute-device-size='lg'] .ute-cta-links-background,
body[ute-device-size='xl'] .ute-cta-links-background,
body[ute-device-size='2k'] .ute-cta-links-background,
body[ute-device-size='4k'] .ute-cta-links-background,
body[ute-device-size='8k'] .ute-cta-links-background {
    background-color: #eef0f0;
    border: 10px solid;
    -o-border-image: url('/html-fido/cms/ute/fido/images/wireless/dashboard/prepaid/me_device_links_border.png') 0 9 15 0 stretch;
    border-image: url('/html-fido/cms/ute/fido/images/wireless/dashboard/prepaid/me_device_links_border.png') 0 9 15 0 stretch;
    border-image-outset: 5px 1px 7px 0;
    margin-left: 1.5rem;
    max-width: 35rem
}
body[ute-device-size='xs'] .ute-dashboard-services-header,
body[ute-device-size='sm'] .ute-dashboard-services-header {
    margin-top: 10rem
}
body[ute-device-size='xs'] .ute-dashboard-services-header p,
body[ute-device-size='sm'] .ute-dashboard-services-header p {
    margin-bottom: 0
}
body[ute-device-size='xs'] .ute-margin-left-1-5rem,
body[ute-device-size='sm'] .ute-margin-left-1-5rem {
    margin-left: 1.5rem
}
body[ute-device-size='xs'] .ute-margin-top-1-0rem,
body[ute-device-size='sm'] .ute-margin-top-1-0rem {
    margin-top: 1rem
}
body[ute-device-size='xs'] .ute-margin-top-1-5rem,
body[ute-device-size='sm'] .ute-margin-top-1-5rem {
    margin-top: 1.5rem
}
body[ute-device-size='xs'] .ute-margin-top-2-0rem,
body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='xs'] .ute-dashboard-my-extras-addons,
body[ute-device-size='sm'] .ute-margin-top-2-0rem,
body[ute-device-size='sm'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] .ute-dashboard-my-extras-addons {
    margin-top: 2rem
}
body[ute-device-size='xs'] .ute-margin-top-2-5rem,
body[ute-device-size='xs'] .ute-my-balance-approx,
body[ute-device-size='xs'] .ute-my-fido-dollars-info,
body[ute-device-size='xs'] .ute-my-balance-expires,
body[ute-device-size='xs'] .ute-my-balance-auto-refill,
body[ute-device-size='sm'] .ute-margin-top-2-5rem,
body[ute-device-size='sm'] .ute-my-balance-approx,
body[ute-device-size='sm'] .ute-my-fido-dollars-info,
body[ute-device-size='sm'] .ute-my-balance-expires,
body[ute-device-size='sm'] .ute-my-balance-auto-refill {
    margin-top: 2.5rem
}
body[ute-device-size='xs'] .ute-margin-top-3-0rem,
body[ute-device-size='xs'] .ute-dashboard-services-header-content,
body[ute-device-size='sm'] .ute-margin-top-3-0rem,
body[ute-device-size='sm'] .ute-dashboard-services-header-content {
    margin-top: 3rem
}
body[ute-device-size='xs'] .ute-margin-top-3-5rem,
body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] .ute-margin-top-3-5rem,
body[ute-device-size='sm'] .ute-dashboard-service-sub-heading {
    margin-top: 3.5rem
}
body[ute-device-size='xs'] .ute-margin-top-4-0rem,
body[ute-device-size='xs'] body[ute-device-size='md'] .my-device,
body[ute-device-size='md'] body[ute-device-size='xs'] .my-device,
body[ute-device-size='xs'] body[ute-device-size='lg'] .my-device,
body[ute-device-size='lg'] body[ute-device-size='xs'] .my-device,
body[ute-device-size='xs'] body[ute-device-size='xl'] .my-device,
body[ute-device-size='xl'] body[ute-device-size='xs'] .my-device,
body[ute-device-size='xs'] body[ute-device-size='2k'] .my-device,
body[ute-device-size='2k'] body[ute-device-size='xs'] .my-device,
body[ute-device-size='xs'] body[ute-device-size='4k'] .my-device,
body[ute-device-size='4k'] body[ute-device-size='xs'] .my-device,
body[ute-device-size='xs'] body[ute-device-size='8k'] .my-device,
body[ute-device-size='8k'] body[ute-device-size='xs'] .my-device,
body[ute-device-size='sm'] .ute-margin-top-4-0rem,
body[ute-device-size='sm'] body[ute-device-size='md'] .my-device,
body[ute-device-size='md'] body[ute-device-size='sm'] .my-device,
body[ute-device-size='sm'] body[ute-device-size='lg'] .my-device,
body[ute-device-size='lg'] body[ute-device-size='sm'] .my-device,
body[ute-device-size='sm'] body[ute-device-size='xl'] .my-device,
body[ute-device-size='xl'] body[ute-device-size='sm'] .my-device,
body[ute-device-size='sm'] body[ute-device-size='2k'] .my-device,
body[ute-device-size='2k'] body[ute-device-size='sm'] .my-device,
body[ute-device-size='sm'] body[ute-device-size='4k'] .my-device,
body[ute-device-size='4k'] body[ute-device-size='sm'] .my-device,
body[ute-device-size='sm'] body[ute-device-size='8k'] .my-device,
body[ute-device-size='8k'] body[ute-device-size='sm'] .my-device {
    margin-top: 4rem
}
body[ute-device-size='xs'] .ute-margin-top-4-5rem,
body[ute-device-size='sm'] .ute-margin-top-4-5rem {
    margin-top: 4.5rem
}
body[ute-device-size='xs'] .ute-margin-top-5-0rem,
body[ute-device-size='sm'] .ute-margin-top-5-0rem {
    margin-top: 5rem
}
body[ute-device-size='xs'] .ute-margin-top-8-0rem,
body[ute-device-size='sm'] .ute-margin-top-8-0rem {
    margin-top: 8rem
}
body[ute-device-size='xs'] .ute-padding-top-1-5rem,
body[ute-device-size='sm'] .ute-padding-top-1-5rem {
    padding-top: 1.5rem
}
body[ute-device-size='xs'] .ute-padding-top-2-0rem,
body[ute-device-size='sm'] .ute-padding-top-2-0rem {
    padding-top: 2rem
}
body[ute-device-size='xs'] .ute-padding-top-2-5rem,
body[ute-device-size='sm'] .ute-padding-top-2-5rem {
    padding-top: 2.5rem
}
body[ute-device-size='xs'] .ute-padding-top-3-0rem,
body[ute-device-size='sm'] .ute-padding-top-3-0rem {
    padding-top: 3rem
}
body[ute-device-size='xs'] .ute-padding-left-0rem,
body[ute-device-size='xs'] body[ute-device-size='md'] .ute-dashboard-refill-now-button,
body[ute-device-size='md'] body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='xs'] body[ute-device-size='lg'] .ute-dashboard-refill-now-button,
body[ute-device-size='lg'] body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='xs'] body[ute-device-size='xl'] .ute-dashboard-refill-now-button,
body[ute-device-size='xl'] body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='xs'] body[ute-device-size='2k'] .ute-dashboard-refill-now-button,
body[ute-device-size='2k'] body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='xs'] body[ute-device-size='4k'] .ute-dashboard-refill-now-button,
body[ute-device-size='4k'] body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='xs'] body[ute-device-size='8k'] .ute-dashboard-refill-now-button,
body[ute-device-size='8k'] body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='xs'] body[ute-device-size='md'] .ute-dashboard-service-sub-heading,
body[ute-device-size='md'] body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xs'] body[ute-device-size='lg'] .ute-dashboard-service-sub-heading,
body[ute-device-size='lg'] body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xs'] body[ute-device-size='xl'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xl'] body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xs'] body[ute-device-size='2k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='2k'] body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xs'] body[ute-device-size='4k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='4k'] body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xs'] body[ute-device-size='8k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='8k'] body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xs'] body[ute-device-size='md'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='md'] body[ute-device-size='xs'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xs'] body[ute-device-size='lg'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='lg'] body[ute-device-size='xs'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xs'] body[ute-device-size='xl'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xl'] body[ute-device-size='xs'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xs'] body[ute-device-size='2k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='2k'] body[ute-device-size='xs'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xs'] body[ute-device-size='4k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='4k'] body[ute-device-size='xs'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xs'] body[ute-device-size='8k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='8k'] body[ute-device-size='xs'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xs'] body[ute-device-size='md'] .ute-my-device-image,
body[ute-device-size='md'] body[ute-device-size='xs'] .ute-my-device-image,
body[ute-device-size='xs'] body[ute-device-size='lg'] .ute-my-device-image,
body[ute-device-size='lg'] body[ute-device-size='xs'] .ute-my-device-image,
body[ute-device-size='xs'] body[ute-device-size='xl'] .ute-my-device-image,
body[ute-device-size='xl'] body[ute-device-size='xs'] .ute-my-device-image,
body[ute-device-size='xs'] body[ute-device-size='2k'] .ute-my-device-image,
body[ute-device-size='2k'] body[ute-device-size='xs'] .ute-my-device-image,
body[ute-device-size='xs'] body[ute-device-size='4k'] .ute-my-device-image,
body[ute-device-size='4k'] body[ute-device-size='xs'] .ute-my-device-image,
body[ute-device-size='xs'] body[ute-device-size='8k'] .ute-my-device-image,
body[ute-device-size='8k'] body[ute-device-size='xs'] .ute-my-device-image,
body[ute-device-size='sm'] .ute-padding-left-0rem,
body[ute-device-size='sm'] body[ute-device-size='md'] .ute-dashboard-refill-now-button,
body[ute-device-size='md'] body[ute-device-size='sm'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] body[ute-device-size='lg'] .ute-dashboard-refill-now-button,
body[ute-device-size='lg'] body[ute-device-size='sm'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] body[ute-device-size='xl'] .ute-dashboard-refill-now-button,
body[ute-device-size='xl'] body[ute-device-size='sm'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] body[ute-device-size='2k'] .ute-dashboard-refill-now-button,
body[ute-device-size='2k'] body[ute-device-size='sm'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] body[ute-device-size='4k'] .ute-dashboard-refill-now-button,
body[ute-device-size='4k'] body[ute-device-size='sm'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] body[ute-device-size='8k'] .ute-dashboard-refill-now-button,
body[ute-device-size='8k'] body[ute-device-size='sm'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] body[ute-device-size='md'] .ute-dashboard-service-sub-heading,
body[ute-device-size='md'] body[ute-device-size='sm'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] body[ute-device-size='lg'] .ute-dashboard-service-sub-heading,
body[ute-device-size='lg'] body[ute-device-size='sm'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] body[ute-device-size='xl'] .ute-dashboard-service-sub-heading,
body[ute-device-size='xl'] body[ute-device-size='sm'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] body[ute-device-size='2k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='2k'] body[ute-device-size='sm'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] body[ute-device-size='4k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='4k'] body[ute-device-size='sm'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] body[ute-device-size='8k'] .ute-dashboard-service-sub-heading,
body[ute-device-size='8k'] body[ute-device-size='sm'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] body[ute-device-size='md'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='md'] body[ute-device-size='sm'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='sm'] body[ute-device-size='lg'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='lg'] body[ute-device-size='sm'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='sm'] body[ute-device-size='xl'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='xl'] body[ute-device-size='sm'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='sm'] body[ute-device-size='2k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='2k'] body[ute-device-size='sm'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='sm'] body[ute-device-size='4k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='4k'] body[ute-device-size='sm'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='sm'] body[ute-device-size='8k'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='8k'] body[ute-device-size='sm'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='sm'] body[ute-device-size='md'] .ute-my-device-image,
body[ute-device-size='md'] body[ute-device-size='sm'] .ute-my-device-image,
body[ute-device-size='sm'] body[ute-device-size='lg'] .ute-my-device-image,
body[ute-device-size='lg'] body[ute-device-size='sm'] .ute-my-device-image,
body[ute-device-size='sm'] body[ute-device-size='xl'] .ute-my-device-image,
body[ute-device-size='xl'] body[ute-device-size='sm'] .ute-my-device-image,
body[ute-device-size='sm'] body[ute-device-size='2k'] .ute-my-device-image,
body[ute-device-size='2k'] body[ute-device-size='sm'] .ute-my-device-image,
body[ute-device-size='sm'] body[ute-device-size='4k'] .ute-my-device-image,
body[ute-device-size='4k'] body[ute-device-size='sm'] .ute-my-device-image,
body[ute-device-size='sm'] body[ute-device-size='8k'] .ute-my-device-image,
body[ute-device-size='8k'] body[ute-device-size='sm'] .ute-my-device-image {
    padding-left: 0
}
body[ute-device-size='xs'] .ute-padding-left-1-0rem,
body[ute-device-size='sm'] .ute-padding-left-1-0rem {
    padding-left: 1rem
}
body[ute-device-size='xs'] .ute-desktop-padding-left-0rem,
body[ute-device-size='sm'] .ute-desktop-padding-left-0rem {
    padding-left: 1.5rem
}
body[ute-device-size='xs'] .ute-padding-right-0rem,
body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] .ute-padding-right-0rem,
body[ute-device-size='sm'] .ute-dashboard-refill-now-button {
    padding-right: 0
}
body[ute-device-size='xs'] .ute-font-weight-low,
body[ute-device-size='sm'] .ute-font-weight-low {
    font-weight: 400
}
body[ute-device-size='xs'] .ute-font-weight-very-low,
body[ute-device-size='sm'] .ute-font-weight-very-low {
    font-weight: 300
}
body[ute-device-size='xs'] .ute-font-weight-semibold,
body[ute-device-size='sm'] .ute-font-weight-semibold {
    font-weight: 600
}
body[ute-device-size='xs'] .ute-padding-25px,
body[ute-device-size='sm'] .ute-padding-25px {
    padding-top: 25px
}
body[ute-device-size='xs'] .ute-padding-30px,
body[ute-device-size='sm'] .ute-padding-30px {
    padding-top: 30px
}
body[ute-device-size='xs'] .ute-padding-35px,
body[ute-device-size='sm'] .ute-padding-35px {
    padding-top: 35px
}
body[ute-device-size='xs'] .ute-padding-40px,
body[ute-device-size='sm'] .ute-padding-40px {
    padding-top: 40px
}
body[ute-device-size='xs'] .ute-padding-45px,
body[ute-device-size='sm'] .ute-padding-45px {
    padding-top: 45px
}
body[ute-device-size='xs'] .ute-padding-50px,
body[ute-device-size='sm'] .ute-padding-50px {
    padding-top: 50px
}
body[ute-device-size='xs'] .ute-padding-80px,
body[ute-device-size='sm'] .ute-padding-80px {
    padding-top: 80px
}
body[ute-device-size='xs'] .ute-margin-25px,
body[ute-device-size='sm'] .ute-margin-25px {
    margin-top: 25px
}
body[ute-device-size='xs'] .ute-margin-5px-up,
body[ute-device-size='sm'] .ute-margin-5px-up {
    margin-top: -5px
}
body[ute-device-size='xs'] .ute-dashboard-services-navigation,
body[ute-device-size='sm'] .ute-dashboard-services-navigation {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
body[ute-device-size='xs'] .ute-dashboard-services-navigation .ute-ctn-drop-down,
body[ute-device-size='sm'] .ute-dashboard-services-navigation .ute-ctn-drop-down {
    margin-top: 3rem
}
body[ute-device-size='xs'] .ute-dashboard-refill-now-button,
body[ute-device-size='sm'] .ute-dashboard-refill-now-button {
    padding-left: .5rem
}
body[ute-device-size='xs'] .ute-dashboard-service-heading,
body[ute-device-size='sm'] .ute-dashboard-service-heading {
    font-family: lato, sans-serif;
    color: #000;
    font-weight: 600;
    text-align: left
}
body[ute-device-size='xs'] .ute-dollar-amount,
body[ute-device-size='sm'] .ute-dollar-amount {
    color: #000;
    font-size: 5.4rem;
    position: relative
}
body[ute-device-size='xs'] .ute-dollar-amount span,
body[ute-device-size='sm'] .ute-dollar-amount span {
    position: relative
}
body[ute-device-size='xs'] .ute-dollar-amount sup,
body[ute-device-size='sm'] .ute-dollar-amount sup {
    font-size: .5em;
    font-weight: 400;
    top: -.75em;
    vertical-align: baseline
}
body[ute-device-size='xs'] .ute-dollar-amount sup:first-child,
body[ute-device-size='sm'] .ute-dollar-amount sup:first-child {
    color: #7c6900
}
body[ute-device-size='xs'] .ute-dollar-amount sub,
body[ute-device-size='sm'] .ute-dollar-amount sub {
    position: inherit;
    color: #7c6900;
    font-size: 1.6rem;
    font-weight: 400;
    bottom: .9em;
    right: 0;
    vertical-align: baseline;
    margin-left: -4rem
}
body[ute-device-size='xs'] .ute-dollar-amount.strong,
body[ute-device-size='sm'] .ute-dollar-amount.strong {
    font-weight: 400
}
body[ute-device-size='xs'] .ute-dollar-amount.strong *,
body[ute-device-size='sm'] .ute-dollar-amount.strong * {
    font-weight: 900
}
body[ute-device-size='xs'] .ute-black-dollar-amount,
body[ute-device-size='sm'] .ute-black-dollar-amount {
    color: #000;
    font-size: 5.3rem;
    position: relative
}
body[ute-device-size='xs'] .ute-black-dollar-amount span,
body[ute-device-size='sm'] .ute-black-dollar-amount span {
    position: relative
}
body[ute-device-size='xs'] .ute-black-dollar-amount sup,
body[ute-device-size='sm'] .ute-black-dollar-amount sup {
    font-size: .5em;
    font-weight: 300;
    top: -.75em;
    vertical-align: baseline
}
body[ute-device-size='xs'] .ute-black-dollar-amount sub,
body[ute-device-size='sm'] .ute-black-dollar-amount sub {
    position: inherit;
    font-size: .4em;
    font-weight: 300;
    bottom: .9em;
    right: 0;
    vertical-align: baseline
}
body[ute-device-size='xs'] .ute-black-dollar-amount.strong,
body[ute-device-size='sm'] .ute-black-dollar-amount.strong {
    font-weight: 400
}
body[ute-device-size='xs'] .ute-black-dollar-amount.strong *,
body[ute-device-size='sm'] .ute-black-dollar-amount.strong * {
    font-weight: 900
}
body[ute-device-size='xs'] .ute-features ul,
body[ute-device-size='sm'] .ute-features ul {
    padding: 0;
    margin: 0
}
body[ute-device-size='xs'] .ute-features p,
body[ute-device-size='sm'] .ute-features p {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif;
    color: #000
}
body[ute-device-size='xs'] .my-extras p,
body[ute-device-size='sm'] .my-extras p {
    font-family: lato, sans-serif;
    font-size: 2.1rem;
    font-weight: 600
}
body[ute-device-size='xs'] .discounts-credits p,
body[ute-device-size='sm'] .discounts-credits p {
    margin-bottom: 0;
    font-family: lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 300
}
body[ute-device-size='xs'] .ute-dashboard-services-header-content:before,
body[ute-device-size='sm'] .ute-dashboard-services-header-content:before {
    width: 100%;
    border-top: 2px solid #eef0f0
}
body[ute-device-size='xs'] .ute-my-balance-approx {
    padding: 0 3rem 0 3.5rem
}
body[ute-device-size='xs'] .ute-my-fido-dollars-info {
    padding: 0;
    padding-right: 3rem
}
body[ute-device-size='sm'] .ute-my-balance-approx {
    padding: 0 3rem 0 3.5rem
}
body[ute-device-size='sm'] .ute-my-fido-dollars-info {
    padding-right: 3rem
}
body[ute-device-size='xs'] .ute-my-balance-approx p,
body[ute-device-size='xs'] .ute-my-fido-dollars-info p,
body[ute-device-size='sm'] .ute-my-balance-approx p,
body[ute-device-size='sm'] .ute-my-fido-dollars-info p {
    font-family: lato, sans-serif;
    color: #000;
    font-size: 1.6rem;
    margin: 0
}
body[ute-device-size='xs'] .ute-my-balance-approx p:first-child,
body[ute-device-size='xs'] .ute-my-fido-dollars-info p:first-child,
body[ute-device-size='sm'] .ute-my-balance-approx p:first-child,
body[ute-device-size='sm'] .ute-my-fido-dollars-info p:first-child {
    font-weight: 300
}
body[ute-device-size='xs'] .ute-my-balance-approx p:last-child,
body[ute-device-size='xs'] .ute-my-fido-dollars-info p:last-child,
body[ute-device-size='sm'] .ute-my-balance-approx p:last-child,
body[ute-device-size='sm'] .ute-my-fido-dollars-info p:last-child {
    font-weight: 400
}
body[ute-device-size='xs'] .ute-my-fido-dollars-info,
body[ute-device-size='sm'] .ute-my-fido-dollars-info {
    padding-left: 1.5rem!important
}
body[ute-device-size='xs'] .ute-my-balance-expires,
body[ute-device-size='xs'] .ute-my-balance-auto-refill,
body[ute-device-size='sm'] .ute-my-balance-expires,
body[ute-device-size='sm'] .ute-my-balance-auto-refill {
    padding-left: 1.5rem;
    padding-right: 2.5rem
}
body[ute-device-size='xs'] .ute-my-balance-expires p,
body[ute-device-size='xs'] .ute-my-balance-auto-refill p,
body[ute-device-size='sm'] .ute-my-balance-expires p,
body[ute-device-size='sm'] .ute-my-balance-auto-refill p {
    font-family: lato, sans-serif;
    color: #000;
    font-size: 1.6rem;
    margin: 0
}
body[ute-device-size='xs'] .ute-price-background,
body[ute-device-size='sm'] .ute-price-background {
    background-color: #eef0f0;
    height: 10rem;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
body[ute-device-size='xs'] .ute-common-nav-link,
body[ute-device-size='sm'] .ute-common-nav-link {
    font-family: lato, sans-serif;
    color: #055d67;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: right;
    padding-top: 1rem
}
body[ute-device-size='xs'] .ute-pipe,
body[ute-device-size='sm'] .ute-pipe {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/ss-payment-dot.png") no-repeat 100% center;
    background-size: 2px 67.5%
}
body[ute-device-size='xs'] .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .ute-dashboard-services-btn-primary {
    width: 96%
}
body[ute-device-size='xs'] .ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] .ute-dashboard-services-btn-secondary {
    width: 100%
}
body[ute-device-size='xs'] .ute-dashboard-service-sub-heading,
body[ute-device-size='sm'] .ute-dashboard-service-sub-heading {
    font-family: lato, sans-serif;
    color: #7c6900;
    font-size: 3rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase
}
body[ute-device-size='xs'] .ute-plan-data,
body[ute-device-size='sm'] .ute-plan-data {
    color: #000;
    font-size: 4.8rem;
    line-height: 4rem;
    padding-left: 12px;
    position: relative;
    font-weight: 300
}
body[ute-device-size='xs'] .ute-plan-data span,
body[ute-device-size='sm'] .ute-plan-data span {
    position: relative
}
body[ute-device-size='xs'] .ute-plan-data sub,
body[ute-device-size='sm'] .ute-plan-data sub {
    position: inherit;
    font-size: 2.2rem;
    font-weight: 400;
    bottom: .9em;
    right: 0;
    vertical-align: baseline
}
body[ute-device-size='xs'] .ute-plan-data.strong,
body[ute-device-size='sm'] .ute-plan-data.strong {
    font-weight: 400
}
body[ute-device-size='xs'] .ute-plan-data.strong *,
body[ute-device-size='sm'] .ute-plan-data.strong * {
    font-weight: 900
}
body[ute-device-size='xs'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='xs'] .ute-dashboard-service-secondary-key-heading,
body[ute-device-size='sm'] .ute-dashboard-service-primary-key-heading,
body[ute-device-size='sm'] .ute-dashboard-service-secondary-key-heading {
    font-family: lato, sans-serif;
    color: #7c6900;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase
}
body[ute-device-size='xs'] .ute-dashboard-mydevice-sub-heading,
body[ute-device-size='sm'] .ute-dashboard-mydevice-sub-heading {
    font-family: lato, sans-serif;
    color: #7c6900;
    font-size: 3rem;
    font-weight: 800;
    text-align: center
}
body[ute-device-size='xs'] .ute-plan-background,
body[ute-device-size='sm'] .ute-plan-background {
    background-color: #e8f0f0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 9rem
}
body[ute-device-size='xs'] .ute-addon,
body[ute-device-size='sm'] .ute-addon {
    max-width: 60%;
    background-color: #e8f0f0;
    height: 85px;
    text-align: center;
    padding-top: 10px
}
body[ute-device-size='xs'] .ute-btn-secondary-light,
body[ute-device-size='sm'] .ute-btn-secondary-light {
    color: #fff;
    background-color: #939598;
    border-style: solid;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.png") 0 5 5 0 stretch;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/btn-shadow-secondary.png") 0 5 5 0 stretch;
    border-image-outset: 0 1px 2px 0;
    width: 100%
}
body[ute-device-size='xs'] .ute-btn-secondary-light:hover,
body[ute-device-size='sm'] .ute-btn-secondary-light:hover {
    background: #797b7f;
    text-decoration: none
}
body[ute-device-size='xs'] .ute-btn-secondary-light:focus,
body[ute-device-size='sm'] .ute-btn-secondary-light:focus {
    text-decoration: none
}
body[ute-device-size='xs'] .ute-padding-15px,
body[ute-device-size='sm'] .ute-padding-15px {
    padding-top: 15px
}
body[ute-device-size='xs'] .ute-padding-15px p,
body[ute-device-size='sm'] .ute-padding-15px p {
    font-size: 12px
}
body[ute-device-size='xs'] .ute-padding-20px,
body[ute-device-size='sm'] .ute-padding-20px {
    padding-top: 20px
}
body[ute-device-size='xs'] .ute-padding-20px p,
body[ute-device-size='sm'] .ute-padding-20px p {
    font-size: 12px
}
body[ute-device-size='xs'] .my-extras-content,
body[ute-device-size='sm'] .my-extras-content {
    margin-top: 5rem
}
body[ute-device-size='xs'] .ute-dashboard-my-extras-addons>div:after,
body[ute-device-size='sm'] .ute-dashboard-my-extras-addons>div:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='xs'] .ute-dashboard-my-extras-addons>div span,
body[ute-device-size='sm'] .ute-dashboard-my-extras-addons>div span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='xs'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='sm'] .ute-dashboard-my-extras-addons>div:first-child:before,
body[ute-device-size='xs'] .ute-dashboard-my-extras-addons>div:first-child:after,
body[ute-device-size='sm'] .ute-dashboard-my-extras-addons>div:first-child:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='xs'] .ute-dashboard-my-extras-addons>div:first-child span,
body[ute-device-size='sm'] .ute-dashboard-my-extras-addons>div:first-child span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='xs'] .ute-addon-first-border:before,
body[ute-device-size='sm'] .ute-addon-first-border:before,
body[ute-device-size='xs'] .ute-addon-first-border:after,
body[ute-device-size='sm'] .ute-addon-first-border:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='xs'] .ute-addon-first-border span,
body[ute-device-size='sm'] .ute-addon-first-border span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='xs'] .ute-addon-border:after,
body[ute-device-size='sm'] .ute-addon-border:after {
    content: " ";
    position: absolute;
    top: initial;
    width: 91.5%;
    border-top: 2px solid #e8f0f0
}
body[ute-device-size='xs'] .ute-addon-border span,
body[ute-device-size='sm'] .ute-addon-border span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: lato, sans-serif
}
body[ute-device-size='xs'] .ute-cta-links-background,
body[ute-device-size='sm'] .ute-cta-links-background {
    background-color: #eef0f0;
    border: 10px solid;
    -o-border-image: url('/html-fido/cms/ute/fido/images/wireless/dashboard/prepaid/me_device_links_border.png') 0 9 15 0 stretch;
    border-image: url('/html-fido/cms/ute/fido/images/wireless/dashboard/prepaid/me_device_links_border.png') 0 9 15 0 stretch;
    border-image-outset: 5px 1px 7px 0;
    padding-left: .5rem;
    margin-left: 0;
    max-width: 100%
}
body[ute-device-size='xs'] .ute-cta-links-background .row,
body[ute-device-size='sm'] .ute-cta-links-background .row {
    margin-top: 2rem
}
body[ute-device-size='xs'] .ute-my-device-image,
body[ute-device-size='sm'] .ute-my-device-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
body[ute-device-size='xs'] .mobile-spacing-2rem,
body[ute-device-size='sm'] .mobile-spacing-2rem {
    margin-top: 2rem
}
body[ute-device-size='md'] .my-device .desktop,
body[ute-device-size='lg'] .my-device .desktop,
body[ute-device-size='xl'] .my-device .desktop,
body[ute-device-size='2k'] .my-device .desktop,
body[ute-device-size='4k'] .my-device .desktop,
body[ute-device-size='8k'] .my-device .desktop {
    display: block
}
body[ute-device-size='md'] .my-device .mobile,
body[ute-device-size='lg'] .my-device .mobile,
body[ute-device-size='xl'] .my-device .mobile,
body[ute-device-size='2k'] .my-device .mobile,
body[ute-device-size='4k'] .my-device .mobile,
body[ute-device-size='8k'] .my-device .mobile,
body[ute-device-size='xs'] .my-device .desktop,
body[ute-device-size='sm'] .my-device .desktop {
    display: none
}
body[ute-device-size='xs'] .my-device .mobile,
body[ute-device-size='sm'] .my-device .mobile {
    display: block
}
.pp-refill-desktop-heading,
.wl-pp-refill-huzzah p:last-child,
.pp-refill-desktop-sub-heading,
[ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a {
    font-family: lato, sans-serif;
    color: #000
}
.pp-refill-height-5-5 {
    height: 5.5rem
}
.pp-refill-margin-top-2-0 {
    margin-top: 2rem
}
.pp-refill-margin-top-2-5 {
    margin-top: 2.5rem
}
.pp-refill-margin-top-4-5 {
    margin-top: 4.5rem
}
.pp-refill-margin-top-5-0 {
    margin-top: 5rem
}
.pp-refill-margin-bottom-1-0 {
    margin-bottom: 1rem
}
.pp-refill-max-width-none {
    max-width: none!important
}
.pp-refill-padding-top-0-2 {
    padding-top: 0!important
}
.pp-refill-padding-top-0-5 {
    padding-top: .5rem!important
}
.pp-refill-padding-top-0-9 {
    padding-top: .7rem!important
}
.pp-refill-padding-top-1-1 {
    padding-top: 1.1rem!important
}
.pp-refill-padding-top-1-2 {
    padding-top: 1.2rem!important
}
.pp-refill-desktop-heading {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 3.5rem
}
.wl-pp-refill-huzzah {
    margin-top: 2rem!important;
    margin-bottom: 1.5rem!important
}
.wl-pp-refill-huzzah p:first-child {
    color: #00afab;
    font-family: lato, sans-serif;
    font-size: 1.8rem;
    font-weight: 600
}
.wl-pp-refill-huzzah p:last-child {
    font-size: 1.6rem;
    font-weight: 300
}
.pp-refill-desktop-sub-heading {
    font-size: 2.5rem;
    font-weight: 600
}
.pp-airtime-balance {
    background-color: #eef0f0;
    margin-top: 3rem;
    height: 17rem
}
.pp-airtime-balance div {
    margin-left: 2.6rem
}
.pp-airtime-balance div:first-child {
    color: #7c6900;
    font-size: 2.1rem;
    font-family: lato, sans-serif;
    font-weight: 600;
    padding-top: 2.5rem
}
.pp-airtime-balance div:last-child {
    color: #5b6770;
    font-size: 1.6rem;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin-top: 1.5rem
}
body[ute-language="fr"] .pp-airtime-balance {
    height: 20rem
}
.pp-refill-change-link {
    margin-top: 3rem
}
.fido-tick-icon::before {
    color: #035d67;
    content: "\e608";
    font-family: 'fido-icon';
    transition: opacity .15s linear;
    padding-right: .8rem
}
.fido-tick-icon-secondary {
    margin-bottom: .5rem!important
}
.fido-tick-icon-secondary::before {
    color: #035d67;
    content: "\e608";
    font-family: 'fido-icon';
    transition: opacity .15s linear;
    padding-right: .8rem
}
body[ute-device-size='md'] .custom_textbox,
body[ute-device-size='lg'] .custom_textbox,
body[ute-device-size='xl'] .custom_textbox,
body[ute-device-size='2k'] .custom_textbox,
body[ute-device-size='4k'] .custom_textbox,
body[ute-device-size='8k'] .custom_textbox {
    width: 35.25rem
}
body[ute-device-size='md'] .voucher-input,
body[ute-device-size='lg'] .voucher-input,
body[ute-device-size='xl'] .voucher-input,
body[ute-device-size='2k'] .voucher-input,
body[ute-device-size='4k'] .voucher-input,
body[ute-device-size='8k'] .voucher-input {
    padding-top: 3.7rem;
    padding-bottom: 1.813rem;
    width: 41rem
}
body[ute-device-size='md'] .continue_button,
body[ute-device-size='lg'] .continue_button,
body[ute-device-size='xl'] .continue_button,
body[ute-device-size='2k'] .continue_button,
body[ute-device-size='4k'] .continue_button,
body[ute-device-size='8k'] .continue_button {
    padding-left: 6rem
}
body[ute-device-size='md'] .redeem_button,
body[ute-device-size='lg'] .redeem_button,
body[ute-device-size='xl'] .redeem_button,
body[ute-device-size='2k'] .redeem_button,
body[ute-device-size='4k'] .redeem_button,
body[ute-device-size='8k'] .redeem_button {
    padding-left: 10%
}
body[ute-device-size='md'] .refill_when_heading,
body[ute-device-size='lg'] .refill_when_heading,
body[ute-device-size='xl'] .refill_when_heading,
body[ute-device-size='2k'] .refill_when_heading,
body[ute-device-size='4k'] .refill_when_heading,
body[ute-device-size='8k'] .refill_when_heading {
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 5rem
}
body[ute-device-size='md'] .hr-row,
body[ute-device-size='lg'] .hr-row,
body[ute-device-size='xl'] .hr-row,
body[ute-device-size='2k'] .hr-row,
body[ute-device-size='4k'] .hr-row,
body[ute-device-size='8k'] .hr-row {
    padding-top: 4rem
}
body[ute-device-size='md'] .registered_card_heading,
body[ute-device-size='lg'] .registered_card_heading,
body[ute-device-size='xl'] .registered_card_heading,
body[ute-device-size='2k'] .registered_card_heading,
body[ute-device-size='4k'] .registered_card_heading,
body[ute-device-size='8k'] .registered_card_heading {
    font-size: 1.9rem;
    font-weight: 500;
    padding-top: 3.5rem
}
body[ute-device-size='xs'] .voucher-input,
body[ute-device-size='sm'] .voucher-input {
    padding-bottom: 1.813rem;
    width: 100%
}
body[ute-device-size='xs'] .continue_button,
body[ute-device-size='sm'] .continue_button {
    padding-left: 13rem
}
body[ute-device-size='xs'] .see-details,
body[ute-device-size='sm'] .see-details {
    padding-top: 3.125rem;
    font-weight: 600
}
body[ute-device-size='xs'] .refill_when_heading,
body[ute-device-size='sm'] .refill_when_heading {
    font-size: 1.6rem;
    font-weight: 500
}
body[ute-device-size='xs'] .refill-amount-mobile,
body[ute-device-size='sm'] .refill-amount-mobile {
    padding-top: 2rem
}
body[ute-device-size='xs'] .hr-row,
body[ute-device-size='sm'] .hr-row {
    padding-top: 1rem
}
body[ute-device-size='xs'] .registered_card_heading,
body[ute-device-size='sm'] .registered_card_heading {
    font-size: 1.9rem;
    font-weight: 600
}
@media only screen and (min-width: 992px) {
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li.active {
        height: 11rem;
        display: block;
        padding-top: 2.1rem
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li.active a {
        font-family: lato, sans-serif;
        color: #000
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary {
        margin-top: 0
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li {
        display: block;
        width: 23%!important;
        margin-right: 2.666%;
        height: 9rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 100% 100%
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li:last-child {
        margin-right: 0
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a {
        font-size: 1.6rem;
        font-weight: 600
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a p {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a p:first-child {
        margin-top: .3rem
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a span {
        font-weight: 400
    }
}
@media only screen and (max-width: 991px) {
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li.active {
        padding-bottom: 0!important;
        background: url("/html-fido/cms/ute/fido/images/brand/fido/mobile-nav-tab-active.png") no-repeat top left;
        background-size: 100% 100%;
        height: 10rem
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li.active a {
        font-family: lato, sans-serif;
        color: #fff
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary {
        margin-top: 0
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li {
        width: 100%!important;
        height: 10rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 100% 100%
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 1rem
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a p {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a p:first-child {
        margin-top: .3rem
    }
    [ute-brand="fido"] .pp-refill-nav-tabs .ute-tabs-primary .nav-tabs li a span {
        font-weight: 400
    }
    .pp-refill-margin-top-1-5 {
        margin-top: 1.5rem
    }
    .pp-refill-mobile-background {
        padding: 0
    }
    .pp-airtime-balance {
        padding-left: 1.5rem
    }
    .pp-airtime-balance div {
        margin-left: 0
    }
}
.select_list {
    font-weight: 500;
    margin-top: 1.313rem
}
.refill-select {
    padding-bottom: 1.313rem
}
.card_content {
    padding-top: 1.375rem;
    font-size: 1.6rem;
    font-weight: 400
}
.update-link {
    padding-top: 1.188rem
}
.cancel-cont-button {
    padding-top: 2.9rem;
    padding-left: 4rem
}
.stop-auto-button {
    padding-top: 2.9rem
}
.refill_balance_heading,
.refill_amount_heading {
    font-weight: 600;
    font-size: 1.8rem
}
.hst_added {
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: .875rem;
    color: #5b6770
}
@media only screen and (min-width: 737px) {
    .pp-refill-auto-payment-cancel {
        padding-top: .8rem
    }
}
@media only screen and (max-width: 736px) {
    .pp-refill-auto-payment-cancel {
        padding-top: 1.8rem
    }
}
.pp-review-margin-top {
    margin-top: 3.5rem
}
.pp-refill-review-sub-heading {
    font-size: 2.5rem;
    margin-top: 2.5rem
}
.pp-refill-review {
    padding-left: 11rem
}
.pp-review-balance {
    background-color: #eef0f0;
    width: 100%;
    height: 9rem;
    padding-left: 3rem;
    padding-top: 1rem
}
.pp-right-text {
    text-align: right
}
.pp-tax-border-base {
    border-top: .1rem solid #eef0f0
}
.pp-tax-border-top {
    border-top: .2rem solid #000
}
.pp-tax-border-bottom {
    border-top: .2rem solid #00afab;
    border-bottom: .2rem solid #00afab
}
.pp-refill-currency-sup {
    font-size: 1.5rem;
    font-weight: 600;
    top: -1.3em
}
.pp-refill-currency-sub {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: -5.8rem;
    margin-top: -2%;
    vertical-align: super
}
.ute-margin-top-2-9rem {
    margin-top: 2.9rem
}
.ute-margin-top-0-8rem {
    margin-top: .8rem
}
.ute-margin-top-3-3rem {
    margin-top: 3.3rem
}
.ute-margin-top-1-8rem {
    margin-top: 1.8rem
}
.pp-margin-left-1-7rem {
    margin-left: 0
}
.pp-tax-color {
    background-color: #eef0f0
}
.pp-refill-plan-title {
    margin-top: 1rem
}
.pp-to-be-charged {
    margin-top: 2.25rem
}
.pp-table-content {
    font-weight: 400
}
.pp-table-total {
    font-weight: 600
}
.pp-refill-button-spacing {
    padding-left: 3rem
}
.pp-refill-button-review {
    padding-left: 6rem
}
.pp-refill-bottom-space {
    margin-bottom: 0
}
.padding-left-2rem {
    padding-left: 2rem
}
.padding-left-5rem {
    padding-left: 0
}
@media only screen and (min-width: 550px) {
    .pp-review-balance {
        width: 50%
    }
    .pp-refill-currency-sub {
        margin-left: -5.8rem
    }
    .pp-margin-left-1-7rem {
        margin-left: 1.7rem
    }
    .padding-left-5rem {
        padding-left: 5rem
    }
    .pp-refill-button-spacing {
        padding-left: 10rem
    }
    .pp-refill-bottom-space {
        margin-bottom: -10rem
    }
    .pp-refill-button-review {
        padding-left: 10rem
    }
}
body[ute-device-size='xs'] .pp-refill-review,
body[ute-device-size='sm'] .pp-refill-review {
    padding-left: 5rem
}
.wl-pp-billing-hr-star:before {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/Vector.png") top center no-repeat;
    width: 29px;
    height: 30px
}
.wl-pp-billing-hr-star:before,
.wl-pp-billing-hr-star-open:before {
    position: absolute;
    content: " ";
    background-size: 29px 30px;
    z-index: 100;
    left: 400px;
    cursor: pointer
}
.wl-pp-billing-hr-star-open:before {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/star-open.png") no-repeat;
    width: 40px;
    height: 40px;
    top: -.6px
}
.wl-pp-billing-hr {
    visibility: visible;
    margin-top: 1rem;
    opacity: 1;
    z-index: 99;
    width: 100%;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 90;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 90;
    border-top: 10px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    padding: 20px;
    height: 105px
}
.balance-border {
    border-top: 4px solid #eef0f0
}
.balance-box {
    background-color: #eef0f0;
    height: 9.3rem;
    text-align: center;
    padding-top: 1rem
}
.balance-info {
    padding-top: 1rem;
    padding-left: 3rem
}
.padding-top-3-3rem {
    padding-top: 3.3rem
}
.tax-padding {
    padding-left: 23rem
}
.pp-billing-border-bottom {
    border-bottom: #f5f5f6 1px solid;
    padding-left: 3rem;
    padding-right: 3rem
}
.ute-margin-1-5rem {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem
}
.ute-nav-pipe-left {
    border-left: 1px solid #CCC
}
body[ute-device-size='xs'] .wl-pp-billing-hr-star:before,
body[ute-device-size='sm'] .wl-pp-billing-hr-star:before {
    left: 300px;
    top: 10px
}
body[ute-device-size='xs'] .wl-pp-billing-hr,
body[ute-device-size='sm'] .wl-pp-billing-hr {
    margin-top: 2rem;
    width: 92%;
    margin-left: 1.5rem
}
body[ute-device-size='xs'] .wl-pp-billing-hr-star-open:before,
body[ute-device-size='sm'] .wl-pp-billing-hr-star-open:before {
    left: 300px;
    top: 4.3px
}
body[ute-device-size='xs'] .pp-billing-border-bottom,
body[ute-device-size='sm'] .pp-billing-border-bottom {
    padding-left: 3rem;
    padding-right: 6rem
}
body[ute-device-size='xs'] .ute-nav-pipe-left,
body[ute-device-size='sm'] .ute-nav-pipe-left {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/ss-payment-dot.png") no-repeat 0% center;
    background-size: 2px 0%;
    padding-left: 2.5rem
}
.is-on-research-address-page {
    display: none
}
.is-not-on-research-address-page,
[ute-page="researchMyAddress"] .is-on-research-address-page {
    display: inline
}
[ute-page="researchMyAddress"] .is-not-on-research-address-page {
    display: none
}
.internet-landing-container,
.internet-landing-container .internet-landing-content-holder {
    position: relative
}
body[ute-device-size='md'] .internet-landing-container button,
body[ute-device-size='lg'] .internet-landing-container button,
body[ute-device-size='xl'] .internet-landing-container button,
body[ute-device-size='2k'] .internet-landing-container button,
body[ute-device-size='4k'] .internet-landing-container button,
body[ute-device-size='8k'] .internet-landing-container button {
    position: absolute;
    bottom: 30px;
    right: 0
}
body[ute-device-size='xs'] .internet-landing-container button,
body[ute-device-size='sm'] .internet-landing-container button {
    position: absolute;
    bottom: 50px;
    right: 0;
    margin: 0;
    width: inherit
}
body[ute-device-size='xs'] .internet-landing-container .internet-landing-content-holder,
body[ute-device-size='sm'] .internet-landing-container .internet-landing-content-holder {
    padding: 0
}
.media-item {
    padding: 20px 0
}
.modal-body .search .input-group {
    margin-right: 0
}
.modal-body .contact .ute-icon-sms {
    font-size: 2.4rem
}
.modal-body .contact .ute-icon-sms+a.sms {
    vertical-align: 6px;
    margin-left: 5px
}
.modal-body .contact .ute-icon-call {
    font-size: 2.4rem
}
.modal-body .contact .ute-icon-call+span.call {
    vertical-align: 6px;
    margin-left: 5px
}
.modal-body.technical-difficulties-detected .technical-difficulties {
    margin: 0 0 20px
}
.modal-body.technical-difficulties-detected .technical-difficulties .copy {
    margin-top: 50px
}
.internet-dashboard-tab-position-fix {
    position: relative;
    top: -65px
}
.internet-dashboard-tab-position-fix .ute-tabs-tertiary .nav-tabs li {
    width: 25%;
    margin-left: 2%;
    padding: 6px 15px
}
body[ute-device-size='xs'] .internet-dashboard-tab-position-fix,
body[ute-device-size='sm'] .internet-dashboard-tab-position-fix {
    position: relative;
    top: 10px
}
body[ute-device-size='xs'] .internet-dashboard-tab-position-fix .ute-tabs-tertiary .nav-tabs li,
body[ute-device-size='sm'] .internet-dashboard-tab-position-fix .ute-tabs-tertiary .nav-tabs li {
    width: 100%;
    margin-left: 0
}
.empty-cart {
    padding: 10px 0
}
.cart-product-heading {
    margin-bottom: 1em
}
.cart-product-heading,
.cart-total-heading {
    color: #fff;
    font-weight: 600;
    padding: 1em 0;
    vertical-align: middle
}
.cart-total-heading {
    background: #000;
    margin: 1em 0
}
.cart-line-heading {
    border-bottom: 1px solid #000;
    font-weight: 600;
    margin-bottom: 6px;
    padding-bottom: 6px
}
.cart-line-item-product .title,
.cart-line-item-total .title {
    font-weight: 600
}
.cart-line-item-product ul,
.cart-line-item-total ul,
.cart-line-item-product ul li,
.cart-line-item-total ul li {
    padding: 0;
    margin: 0
}
.cart-line-item-total {
    margin-bottom: 2em
}
.cart-line-item-details .info {
    font-style: italic
}
body[ute-device-size='xs'] .popover.mini-shopping-cart,
body[ute-device-size='sm'] .popover.mini-shopping-cart {
    left: calc(100% - 315px)!important;
    max-width: 300px;
    top: 60px!important;
    margin-right: 0;
    -webkit-transform-origin: 90% -19%;
    transform-origin: 90% -19%
}
body[ute-device-size='xs'] .popover.mini-shopping-cart.active,
body[ute-device-size='sm'] .popover.mini-shopping-cart.active {
    -webkit-transform-origin: 90% -19%;
    transform-origin: 90% -19%
}
body[ute-device-size='xs'] .popover.mini-shopping-cart>.arrow,
body[ute-device-size='sm'] .popover.mini-shopping-cart>.arrow {
    right: 67px;
    left: auto!important
}
.mini-cart {
    overflow-x: hidden;
    overflow-y: visible
}
.mini-cart .row {
    margin-left: 0;
    margin-right: 0
}
.mini-cart button {
    margin-left: 10px;
    margin-top: .4em;
    outline: none;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    border: none;
    background: 0 0
}
.mini-cart button:hover,
.mini-cart button:focus,
.mini-cart button:active {
    opacity: 1
}
.mini-cart button:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}
.mini-cart button.close {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0;
    font-size: 2.4rem;
    color: #b19800;
    position: absolute;
    bottom: -1.8rem;
    left: calc(50% - 1.2rem);
    transition: all 300ms cubic-bezier(.68, -.55, .265, 1.55)0ms
}
.mini-cart button.minus {
    color: #5b6770
}
.mini-cart .price-frequency {
    font-size: .8em
}
.mini-cart .cart-summary {
    background-color: #b19800;
    padding: 5px 15px
}
.mini-cart .cart-summary.row {
    margin: 0 -15px
}
.mini-cart .cart-summary h4 {
    margin-top: 8px
}
.mini-cart .cart-summary h4 small {
    font-size: .5em;
    color: #000
}
.popover.ute-popover.mini-shopping-cart {
    top: 50px!important;
    background-color: #fff;
    color: #000;
    width: 355px;
    left: -222px!important;
    max-width: 355px;
    margin-right: -27px;
    border: 3px solid #b19800;
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    padding: 0;
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55)50ms;
    -webkit-transform-origin: 70% -19%;
    transform-origin: 70% -19%;
    -webkit-transform: scale(.01);
    transform: scale(.01);
    opacity: 0;
    display: block!important
}
.popover.ute-popover.mini-shopping-cart>.arrow {
    border: 0 none transparent;
    left: calc(72% - 1.5rem)!important;
    top: -52px!important;
    z-index: 10
}
.popover.ute-popover.mini-shopping-cart>.arrow::after {
    font-family: fido-icon;
    border: 0 none transparent;
    content: "\e637";
    font-size: 7rem;
    line-height: 1;
    color: #b19800
}
.popover.ute-popover.mini-shopping-cart.active {
    left: -222px!important;
    max-height: 450px;
    transition: all 400ms cubic-bezier(.68, -.55, .265, 1.55)50ms;
    -webkit-transform-origin: 70% -19%;
    transform-origin: 70% -19%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.popover.ute-popover.mini-shopping-cart.active button.close {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 300ms cubic-bezier(.68, -.55, .265, 1.55)300ms
}
.android[ute-device-formfactor="tablet"] .popover.ute-popover.mini-shopping-cart.active {
    left: -255px!important
}
.popover.ute-popover.mini-shopping-cart .popover-inner ul {
    padding-left: 1.4em
}
.popover.ute-popover.mini-shopping-cart .cart-summary img {
    width: 20px
}
.popover.ute-popover.mini-shopping-cart .cart-product-heading {
    padding: 10px 0;
    margin-bottom: 0
}
.popover.ute-popover.mini-shopping-cart .cart-product-heading .title {
    border: 0;
    margin: .3em 0;
    color: #000
}
.popover.ute-popover.mini-shopping-cart .cart-product-heading .title h5 {
    margin-bottom: 0
}
.popover.ute-popover.mini-shopping-cart .mini-cart-total-icon {
    display: inline-block;
    width: 27px;
    height: 30px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/minicart-cart-icon.png") bottom center no-repeat;
    position: relative;
    text-align: center;
    font-weight: 600;
    padding-left: 4px;
    float: left;
    margin-right: 5px;
    background-size: 27px 30px;
    line-height: 1
}
.popover.ute-popover.mini-shopping-cart .mini-cart-items {
    max-height: 250px;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px
}
.popover.ute-popover.mini-shopping-cart .mini-cart-items .cart-line-item-product {
    padding-bottom: 5px;
    margin: 10px 0
}
.popover.ute-popover.mini-shopping-cart .mini-cart-items .cart-line-item-product p {
    margin: .1em 0 0
}
.popover.ute-popover.mini-shopping-cart .cart-actions {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/minicart-divider.png") top center no-repeat;
    background-size: 100% 6px;
    margin: 0 0 20px;
    padding-top: 20px
}
.popover.ute-popover.mini-shopping-cart .cart-actions a {
    display: inline-block
}
.summary .summary-label {
    margin-top: 12px
}
.summary .table {
    margin-bottom: 0
}
.summary .table>thead>tr>th,
.summary .table>tbody>tr>td {
    border: none;
    padding: 0 6px
}
.summary .table tbody>tr.total>td {
    border-top: 1px solid #000
}
.live-chat {
    margin-top: 40px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") no-repeat top center;
    background-size: 100% 6px;
    padding-top: 10px
}
[ute-language="fr"] .popover.ute-popover.bottom {
    margin-top: 0
}
[ute-language="fr"] .popover.ute-popover.bottom>.arrow:after {
    top: 10px
}
[ute-language="fr"] .popover.ute-popover.mini-shopping-cart {
    top: 65px!important;
    left: -225px!important
}
.store-locator-page h1 {
    margin-bottom: 2rem
}
.store-locator-page .exchange-hardware-reminder {
    display: none
}
.page-dashboard .ute-input-group {
    width: 50%
}
.page-dashboard .pay-now-ctn {
    margin-bottom: 1em;
    padding-top: .4em;
    padding-bottom: .8em
}
.page-dashboard .days-left-digit {
    font-size: 1.6rem;
    margin-right: 5px
}
.page-dashboard .days-left-text {
    line-height: 100%;
    margin-top: 6px
}
.page-dashboard .days-left-text small {
    display: block
}
.page-dashboard .suspended {
    width: 100%;
    background-color: #fcc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid red
}
.salutation .heading-greeting,
.salutation .para-msg-static {
    margin-top: 0
}
.carousel-order,
.cards {
    max-width: 445px;
    float: right;
    position: relative;
    right: 15px
}
.carousel-order .carousel-indicators {
    display: none
}
.carousel-order .carousel-control.right,
.carousel-order .carousel-control.left {
    background-image: none
}
.carousel-order .glyphicon-chevron-right,
.carousel-order .glyphicon-chevron-left {
    display: none
}
.page-dashboard-acct-overview-container {
    margin-bottom: 15px
}
.page-dashboard-acct-overview-container:last-of-type {
    margin-bottom: 0
}
.salutation,
.payment-type-cta,
.days-left-cta {
    margin-bottom: 20px
}
.diagnostics {
    border: 1px solid #000;
    border-radius: 20px;
    padding-bottom: .8em;
    padding-top: .4em
}
.manage,
.diagnostics {
    margin-bottom: 20px
}
.manage h3,
.diagnostics h3 {
    margin-top: 0
}
.manage p.icon,
.diagnostics p.icon {
    margin-top: 15px
}
.manage p.icon span,
.diagnostics p.icon span {
    font-size: 6rem
}
.manage .issue-status,
.diagnostics .issue-status {
    font-size: 1.2rem
}
.manage .issue-status-date,
.diagnostics .issue-status-date {
    font-size: .7em
}
.page-dashboard-service-section .ute-service-address {
    margin-left: 15px
}
.page-dashboard-service-section .ute-service-type-btn {
    margin-left: 0
}
body[ute-device-size='md'] .page-dashboard .ute-input-group,
body[ute-device-size='lg'] .page-dashboard .ute-input-group,
body[ute-device-size='xl'] .page-dashboard .ute-input-group,
body[ute-device-size='2k'] .page-dashboard .ute-input-group,
body[ute-device-size='4k'] .page-dashboard .ute-input-group,
body[ute-device-size='8k'] .page-dashboard .ute-input-group {
    margin-bottom: 3rem
}
body[ute-device-size='md'] .salutation .ute-select-container .ute-input-select,
body[ute-device-size='md'] .salutation .ute-select-container .ute-dashboard-services-input-select,
body[ute-device-size='lg'] .salutation .ute-select-container .ute-input-select,
body[ute-device-size='lg'] .salutation .ute-select-container .ute-dashboard-services-input-select,
body[ute-device-size='xl'] .salutation .ute-select-container .ute-input-select,
body[ute-device-size='xl'] .salutation .ute-select-container .ute-dashboard-services-input-select,
body[ute-device-size='2k'] .salutation .ute-select-container .ute-input-select,
body[ute-device-size='2k'] .salutation .ute-select-container .ute-dashboard-services-input-select,
body[ute-device-size='4k'] .salutation .ute-select-container .ute-input-select,
body[ute-device-size='4k'] .salutation .ute-select-container .ute-dashboard-services-input-select,
body[ute-device-size='8k'] .salutation .ute-select-container .ute-input-select,
body[ute-device-size='8k'] .salutation .ute-select-container .ute-dashboard-services-input-select {
    min-width: 200%
}
body[ute-device-size='md'] .carousel-order.ute-message-box,
body[ute-device-size='lg'] .carousel-order.ute-message-box,
body[ute-device-size='xl'] .carousel-order.ute-message-box,
body[ute-device-size='2k'] .carousel-order.ute-message-box,
body[ute-device-size='4k'] .carousel-order.ute-message-box,
body[ute-device-size='8k'] .carousel-order.ute-message-box {
    height: auto;
    width: 335px;
    padding: 0;
    border-width: 6px;
    border-image-outset: 2px
}
body[ute-device-size='md'] .carousel-order.ute-message-box .carousel-inner,
body[ute-device-size='lg'] .carousel-order.ute-message-box .carousel-inner,
body[ute-device-size='xl'] .carousel-order.ute-message-box .carousel-inner,
body[ute-device-size='2k'] .carousel-order.ute-message-box .carousel-inner,
body[ute-device-size='4k'] .carousel-order.ute-message-box .carousel-inner,
body[ute-device-size='8k'] .carousel-order.ute-message-box .carousel-inner {
    padding: 0 15px
}
body[ute-device-size='md'] .carousel-order.ute-message-box .carousel-control.left,
body[ute-device-size='lg'] .carousel-order.ute-message-box .carousel-control.left,
body[ute-device-size='xl'] .carousel-order.ute-message-box .carousel-control.left,
body[ute-device-size='2k'] .carousel-order.ute-message-box .carousel-control.left,
body[ute-device-size='4k'] .carousel-order.ute-message-box .carousel-control.left,
body[ute-device-size='8k'] .carousel-order.ute-message-box .carousel-control.left {
    width: 25px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/carousel-left-arrow.png") center center no-repeat;
    background-size: 25px;
    left: -17px;
    opacity: 1
}
body[ute-device-size='md'] .carousel-order.ute-message-box .carousel-control.right,
body[ute-device-size='lg'] .carousel-order.ute-message-box .carousel-control.right,
body[ute-device-size='xl'] .carousel-order.ute-message-box .carousel-control.right,
body[ute-device-size='2k'] .carousel-order.ute-message-box .carousel-control.right,
body[ute-device-size='4k'] .carousel-order.ute-message-box .carousel-control.right,
body[ute-device-size='8k'] .carousel-order.ute-message-box .carousel-control.right {
    width: 25px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/carousel-right-arrow.png") center center no-repeat;
    background-size: 25px;
    right: -17px;
    opacity: 1
}
body[ute-device-size='md'] .carousel-inner div,
body[ute-device-size='lg'] .carousel-inner div,
body[ute-device-size='xl'] .carousel-inner div,
body[ute-device-size='2k'] .carousel-inner div,
body[ute-device-size='4k'] .carousel-inner div,
body[ute-device-size='8k'] .carousel-inner div {
    text-align: left
}
body[ute-device-size='md'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='lg'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='xl'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='2k'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='4k'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='8k'] .page-dashboard-acct-overview-header .ute-header-secondary {
    margin-top: 0
}
body[ute-device-size='md'] .page-dashboard-acct-overview .ute-header-tertiary,
body[ute-device-size='lg'] .page-dashboard-acct-overview .ute-header-tertiary,
body[ute-device-size='xl'] .page-dashboard-acct-overview .ute-header-tertiary,
body[ute-device-size='2k'] .page-dashboard-acct-overview .ute-header-tertiary,
body[ute-device-size='4k'] .page-dashboard-acct-overview .ute-header-tertiary,
body[ute-device-size='8k'] .page-dashboard-acct-overview .ute-header-tertiary {
    font-size: 1.8rem
}
body[ute-device-size='md'] .page-dashboard-acct-overview .container-view-bill,
body[ute-device-size='lg'] .page-dashboard-acct-overview .container-view-bill,
body[ute-device-size='xl'] .page-dashboard-acct-overview .container-view-bill,
body[ute-device-size='2k'] .page-dashboard-acct-overview .container-view-bill,
body[ute-device-size='4k'] .page-dashboard-acct-overview .container-view-bill,
body[ute-device-size='8k'] .page-dashboard-acct-overview .container-view-bill {
    padding-left: 20px
}
body[ute-device-size='md'] .page-dashboard-acct-overview .container-btn-pay-now,
body[ute-device-size='lg'] .page-dashboard-acct-overview .container-btn-pay-now,
body[ute-device-size='xl'] .page-dashboard-acct-overview .container-btn-pay-now,
body[ute-device-size='2k'] .page-dashboard-acct-overview .container-btn-pay-now,
body[ute-device-size='4k'] .page-dashboard-acct-overview .container-btn-pay-now,
body[ute-device-size='8k'] .page-dashboard-acct-overview .container-btn-pay-now {
    margin-top: 10px;
    padding-left: 0
}
body[ute-device-size='md'] .page-dashboard-service-section .break,
body[ute-device-size='lg'] .page-dashboard-service-section .break,
body[ute-device-size='xl'] .page-dashboard-service-section .break,
body[ute-device-size='2k'] .page-dashboard-service-section .break,
body[ute-device-size='4k'] .page-dashboard-service-section .break,
body[ute-device-size='8k'] .page-dashboard-service-section .break {
    display: inline
}
body[ute-device-size='md'] .cards {
    display: none
}
body[ute-device-size='xs'] .page-dashboard .ute-input-group,
body[ute-device-size='sm'] .page-dashboard .ute-input-group {
    width: 75%
}
body[ute-device-size='xs'] .page-dashboard .manage p.icon span,
body[ute-device-size='xs'] .page-dashboard .diagnostics p.icon span,
body[ute-device-size='sm'] .page-dashboard .manage p.icon span,
body[ute-device-size='sm'] .page-dashboard .diagnostics p.icon span {
    font-size: 4rem
}
body[ute-device-size='xs'] .salutation .ute-input-select,
body[ute-device-size='xs'] .salutation .ute-dashboard-services-input-select,
body[ute-device-size='sm'] .salutation .ute-input-select,
body[ute-device-size='sm'] .salutation .ute-dashboard-services-input-select {
    width: 133.34%
}
body[ute-device-size='xs'] .salutation .heading-greeting,
body[ute-device-size='xs'] .salutation .para-msg-static,
body[ute-device-size='sm'] .salutation .heading-greeting,
body[ute-device-size='sm'] .salutation .para-msg-static {
    font-size: 2.8rem
}
body[ute-device-size='xs'] .cards,
body[ute-device-size='sm'] .cards {
    display: none
}
body[ute-device-size='xs'] .carousel-order,
body[ute-device-size='sm'] .carousel-order {
    float: none
}
body[ute-device-size='xs'] .carousel-order.ute-message-box,
body[ute-device-size='sm'] .carousel-order.ute-message-box {
    width: 90%;
    height: auto;
    padding: 0 5px 0 0
}
body[ute-device-size='xs'] .carousel-order.ute-message-box h2,
body[ute-device-size='sm'] .carousel-order.ute-message-box h2 {
    margin-top: 10px
}
body[ute-device-size='xs'] .page-dashboard-acct-overview-header .ute-header-secondary,
body[ute-device-size='sm'] .page-dashboard-acct-overview-header .ute-header-secondary {
    margin-top: 20px
}
body[ute-device-size='xs'] .page-dashboard-acct-overview .ute-header-tertiary,
body[ute-device-size='sm'] .page-dashboard-acct-overview .ute-header-tertiary {
    font-size: 1.8rem
}
body[ute-device-size='xs'] .page-dashboard-acct-overview .container-btn-pay-now,
body[ute-device-size='sm'] .page-dashboard-acct-overview .container-btn-pay-now {
    margin-top: 2rem
}
body[ute-device-size='xs'] .page-dashboard-service-section .ute-service-address strong,
body[ute-device-size='sm'] .page-dashboard-service-section .ute-service-address strong,
body[ute-device-size='xs'] .page-dashboard-service-section .break,
body[ute-device-size='sm'] .page-dashboard-service-section .break {
    display: block
}
body[ute-device-size='xs'] .page-dashboard-service-section .ute-service-type-btn,
body[ute-device-size='sm'] .page-dashboard-service-section .ute-service-type-btn {
    width: 100%
}
.internet-usage-container .fido-header-primary {
    margin-bottom: 20px;
    position: relative
}
.internet-usage-container .fido-header-primary img {
    width: 100%
}
.internet-usage-container .fido-header-primary .fido-heading-primary {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 2%;
    color: #fff;
    font-weight: 600
}
.internet-usage-container .tab-content {
    padding-top: 50px
}
.internet-usage-container .usage-chart {
    margin-top: 40px
}
.internet-usage-container .usage-chart .date-range {
    display: block
}
.internet-usage-container .usage-meter {
    margin: 20px 0
}
.internet-usage-container .usage-meter p {
    margin-top: 20px
}
.internet-usage-container h5 {
    margin-bottom: 20px
}
.internet-usage-container a {
    text-decoration: none
}
.internet-usage-container ute-table.not-empty .ute-table {
    margin-bottom: 90px
}
.internet-usage-container .table.ute-table thead th.header,
.internet-usage-container .table.ute-table tbody tr.internet-usage-100 {
    font-weight: 600
}
.internet-usage-container .table.ute-table tbody tr td {
    border-top: 1px solid #eef0f0
}
.internet-usage-container .table.ute-table tbody tr td:nth-of-type(1) {
    font-weight: 600
}
body[ute-device-size='xs'] .internet-usage-container .manage-settings button,
body[ute-device-size='sm'] .internet-usage-container .manage-settings button {
    width: 100%;
    margin: 15px 0
}
@-moz-document url-prefix() {
    .internet-usage-container a i[class^="ute-icon"] {
        vertical-align: baseline
    }
}
.page-fulfillment .page-fulfillment-introduction {
    margin-bottom: 2.5rem
}
.page-fulfillment .tab-container {
    margin-bottom: 20px
}
.page-fulfillment .fulfillment-pickup-title {
    margin-top: 2rem
}
.page-fulfillment .fulfillment-pickup-title:first-of-type {
    margin-top: 1rem
}
.page-fulfillment .page-fulfillment-buttons {
    margin-top: 3rem
}
.tech-install-date-picker {
    cursor: pointer
}
.tech-install-date-picker>i {
    font-size: 4.5rem!important
}
.tech-table-scroll-mobile {
    overflow-x: auto
}
.tech-table-scroll-mobile .tech-install-table.table.ute-table {
    min-width: 650px
}
.tech-install-table.table.ute-table thead th {
    font-weight: 600;
    text-transform: uppercase;
    border-top: 0 solid #fff!important;
    border-bottom: 4px solid #5b6770
}
.tech-install-table.table.ute-table thead th.selected-column {
    background: #035d67;
    color: #fff
}
.tech-install-table.table.ute-table thead th:last-of-type {
    text-align: center
}
.tech-install-table.table.ute-table tbody tr:hover {
    background: 0 0
}
.tech-install-table.table.ute-table tbody tr td {
    text-align: center;
    border-top: 0 solid #fff
}
.tech-install-table.table.ute-table tbody tr td.selected-column {
    font-weight: 600;
    background: rgba(3, 93, 103, .1)
}
.tech-install-table.table.ute-table tbody tr td .ute-input-radio+label {
    top: -7px
}
.tech-install-table.table.ute-table tbody tr:last-child td {
    padding-bottom: 20px;
    border-bottom: 4px solid #5b6770
}
.tech-install-table.table.ute-table tbody tr:nth-of-type(1) td {
    padding-top: 20px
}
.tech-install-table.table.ute-table.tech-install-table-left tbody tr td {
    text-align: left
}
.tech-install-table.table.ute-table.tech-install-table-right thead th {
    text-align: center
}
body[ute-device-size='xs'] .page-fulfillment,
body[ute-device-size='sm'] .page-fulfillment {
    margin-bottom: 40px
}
body[ute-device-size='xs'] .page-fulfillment .page-fulfillment-introduction,
body[ute-device-size='sm'] .page-fulfillment .page-fulfillment-introduction {
    margin-bottom: 1.5rem
}
body[ute-device-size='xs'] .page-fulfillment .page-fulfillment-buttons,
body[ute-device-size='sm'] .page-fulfillment .page-fulfillment-buttons {
    margin-top: 1.5rem
}
body[ute-device-size='xs'] [ute-page="pickupAtStore"] .page-fulfillment .col-md-12.ute-tab-secondary-details,
body[ute-device-size='sm'] [ute-page="pickupAtStore"] .page-fulfillment .col-md-12.ute-tab-secondary-details {
    padding-right: 0;
    padding-left: 0
}
body[ute-device-size='xs'] [ute-page="pickupAtStore"] .page-fulfillment .ute-input-group.buttons,
body[ute-device-size='sm'] [ute-page="pickupAtStore"] .page-fulfillment .ute-input-group.buttons {
    margin: 0
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table,
body[ute-device-size='sm'] .tech-install-table.table.ute-table {
    display: table
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead,
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead {
    display: table-header-group
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead tr,
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead tr {
    position: static;
    display: table-row;
    border: none
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead tr:nth-of-type(odd),
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead tr:nth-of-type(odd) {
    background: #fff
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead th,
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead th {
    text-align: center;
    overflow: visible;
    min-height: 1rem;
    padding: 7px;
    display: table-cell;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 0 solid #fff!important;
    border-bottom: 4px solid #5b6770
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead th.selected-column,
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead th.selected-column {
    background: #035d67;
    color: #fff
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table thead th:last-of-type,
body[ute-device-size='sm'] .tech-install-table.table.ute-table thead th:last-of-type {
    text-align: center
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody,
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody {
    display: table-row-group
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody tr,
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody tr {
    display: table-row;
    border: none
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody tr:hover,
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody tr:hover {
    background: 0 0
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody tr:nth-of-type(odd),
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody tr:nth-of-type(odd) {
    background: #fff
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody tr td,
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody tr td {
    display: table-cell;
    padding: 7px;
    text-align: center;
    overflow: visible;
    min-height: 1rem;
    border-bottom: none;
    border-top: 0 solid #fff;
    white-space: nowrap
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody tr td.selected-column,
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody tr td.selected-column {
    font-weight: 600;
    background: rgba(3, 93, 103, .1)
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody tr:last-child td,
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody tr:last-child td {
    padding-bottom: 20px;
    border-bottom: 4px solid #5b6770
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table tbody tr:nth-of-type(1) td,
body[ute-device-size='sm'] .tech-install-table.table.ute-table tbody tr:nth-of-type(1) td {
    padding-top: 20px
}
body[ute-device-size='xs'] .tech-install-table.table.ute-table.tech-install-table-left tbody tr td,
body[ute-device-size='sm'] .tech-install-table.table.ute-table.tech-install-table-left tbody tr td {
    text-align: left
}
.tv-home-banner {
    position: relative
}
.tv-home-banner img {
    width: 100%
}
.tv-home-banner .tv-home-bannner-heading {
    position: absolute;
    left: 20px;
    top: 50%
}
.tv-home-banner .fido-heading-primary {
    color: #fff;
    font-size: 5.2rem;
    font-weight: 600;
    margin: 0;
    position: relative
}
.tv-home-banner .fido-heading-primary i[class^="ute-icon"] {
    position: absolute;
    font-size: 100%
}
.tv-home-banner .fido-heading-primary i+ins {
    margin-left: 5.2rem
}
.tv-home-banner .tv-home-banner-feeds {
    font-weight: 600;
    color: #000;
    width: 270px;
    position: absolute;
    right: 20px;
    top: 20%;
    background: #fff;
    padding: 20px 10px 0;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/tv-home-feed-border.png") 5 5 0 0 stretch;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/tv-home-feed-border.png") 5 5 0 0 stretch;
    border-image-outset: 3px 3px 0 0;
    border-top: 5px;
    border-right: 5px;
    border-left: 0;
    border-bottom: 0
}
.tv-home-banner .tv-home-banner-feeds .row {
    margin: 0 0 20px
}
.tv-home-banner .tv-home-banner-feeds .col-xs-2 {
    padding: 0
}
.tv-home-banner .tv-home-banner-feeds .col-xs-10 {
    padding-right: 0
}
.tv-home-banner .tv-home-banner-feeds i {
    font-size: 3rem
}
.tv-home-banner .tv-home-banner-availability {
    position: absolute;
    bottom: 0;
    right: 30px;
    padding: 30px 60px 0 40px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/tv-home-bg-stroke.png") no-repeat;
    background-size: 100% 100%
}
.tv-home-tabs-data {
    margin-top: 60px
}
body[ute-device-size='xs'] .tv-home-banner .tv-home-bannner-heading,
body[ute-device-size='sm'] .tv-home-banner .tv-home-bannner-heading {
    top: 5%;
    left: 10px
}
body[ute-device-size='xs'] .tv-home-banner-feeds,
body[ute-device-size='sm'] .tv-home-banner-feeds {
    display: none
}
body[ute-device-size='xs'] .tv-home-banner-availability,
body[ute-device-size='sm'] .tv-home-banner-availability {
    background-image: none;
    width: 100%;
    padding: 0;
    right: 0
}
body[ute-device-size='xs'] .tv-home-banner-availability p,
body[ute-device-size='sm'] .tv-home-banner-availability p {
    margin-bottom: 0
}
body[ute-device-size='xs'] .tv-home-banner-availability span,
body[ute-device-size='sm'] .tv-home-banner-availability span {
    display: none
}
body[ute-device-size='xs'] .tv-home-banner-availability button,
body[ute-device-size='sm'] .tv-home-banner-availability button {
    width: 100%
}
.supported-platform-modal img {
    margin: 30px 0 20px
}
.link-account-wrapper>h2 {
    margin: 1.2em 0
}
.link-account-wrapper .description {
    margin: 0 0 1em
}
.link-account-accordion input[type="radio"]+label {
    padding: 10px 10px 10px 35px
}
.link-account-accordion input[type="radio"]+label:before,
.link-account-accordion input[type="radio"]+label:after {
    top: auto;
    left: 10px;
    top: 10px
}
.link-account-accordion input[type="radio"]:checked+label {
    background: #eee;
    width: 100%
}
.link-account-accordion .link-account-accod-content {
    padding: 20px 20px 50px;
    margin-bottom: 10px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") bottom center no-repeat;
    background-size: 100% auto
}
.link-account-accordion .link-account-details {
    padding-right: 0
}
.link-account-accordion .ute-label-text,
.link-account-accordion .ute-label-select {
    display: block
}
.link-account-accordion .ute-btn-container {
    min-height: 104px;
    position: relative
}
.link-account-accordion .ute-btn-container button {
    position: absolute;
    bottom: 0
}
.agreement-details ol ul li {
    list-style-type: disc
}
.agreement-details h3 {
    margin-top: 0
}
.agreement-details h5 {
    font-style: italic
}
[ute-brand="fido"] .panel .panel-subtitle {
    margin-top: 15px
}
[ute-brand="fido"] .panel .panel-subtitle:first-of-type {
    margin-top: 0
}
[ute-brand="fido"] #sidebar {
    position: fixed;
    margin: 0;
    padding: 0
}
[ute-brand="fido"] #sidebar ul {
    margin: 0;
    padding: 0
}
[ute-brand="fido"] #sidebar li {
    list-style-type: none
}
[ute-brand="fido"] #sidebar li li {
    margin: 0;
    padding: 0 0 0 1.5rem
}
[ute-brand="fido"] #sidebar .nav>li>a {
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 0 5px;
    border-left: 2px solid transparent
}
[ute-brand="fido"] #sidebar .nav>li>ul {
    padding-bottom: .3rem
}
[ute-brand="fido"] #sidebar .nav>.active>a,
[ute-brand="fido"] #sidebar .nav>li>a:hover,
[ute-brand="fido"] #sidebar .nav>li>a:focus {
    color: #333;
    text-decoration: none;
    background-color: #FFE600;
    border-left: 1px solid #333;
    font-weight: 600
}
[ute-brand="fido"] #branded-page table {
    border: 1px solid #ddd
}
[ute-brand="fido"] #branded-page textarea.html-code {
    font-family: monospace;
    font-size: 1.2rem;
    width: 100%;
    min-height: 40px
}
[ute-brand="fido"] #branded-page .panel .panel-default p {
    margin: 6px
}
[ute-brand="fido"] #branded-page .panel-heading {
    cursor: pointer
}
[ute-brand="fido"] #branded-page .well {
    background-color: #fff
}
[ute-brand="fido"] #branded-page xmp {
    font-size: 1.6rem;
    padding: 0;
    margin: 0 10px 10px;
    white-space: pre-line
}
[ute-brand="fido"] #branded-page .tab-content .panel {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
[ute-brand="fido"] #branded-page .branded-colours pre {
    background-color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.2rem
}
[ute-brand="fido"] #branded-page .branded-colours .col-md-4 {
    margin-bottom: 12px
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block {
    display: table-cell;
    width: 30px;
    height: 30px;
    float: left;
    margin: 8px 6px 0 0;
    border: 1px solid #000
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-primary {
    background-color: #ffe600
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-secondary {
    background-color: #5b6770
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-tertiary {
    background-color: #7c6900
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-quaternary,
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-link-primary {
    background-color: #035d67
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-link-secondary {
    background-color: #7c6900
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-info {
    background-color: #00afab
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-light {
    background-color: #fff
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-dark {
    background-color: #000
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-light-grey {
    background-color: #f0f0f0
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-services {
    background-color: #035d67
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-alert-success {
    background-color: #00afab
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-alert-warning {
    background-color: #f15d22
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-alert-danger {
    background-color: #e12826
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-alert-info {
    background-color: #5b6770
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-modal-bg {
    background-color: #fff
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-modal-border,
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-modal-icon {
    background-color: #b19800
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-btn-primary {
    background-color: #ffe600
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-btn-primary-txt {
    background-color: #000
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-btn-secondary {
    background-color: #5b6770
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-btn-secondary-txt {
    background-color: #fff
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-btn-tertiary {
    background-color: #949494
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-btn-primary-txt {
    background-color: #fff
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-form-label {
    background-color: #333
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-form-disabled {
    background-color: #b3b3b3
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-form-input {
    background-color: #000
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-form-input-active,
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-form-input-active-shadow {
    background-color: #b19800
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-form-input-invalid,
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-form-input-invalid-shadow {
    background-color: #e12826
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-table-warning {
    background-color: #f15d22
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-col-table-total {
    background-color: #00afab
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-table-border-primary {
    background-color: #000
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-table-border-secondary {
    background-color: #eef0f0
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-table-hover-primary {
    background-color: #f5f5f6
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-vendor-meter {
    background-color: #00afab
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-vendor-meter-full {
    background-color: #f15d22
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-vendor-meter-empty {
    background-color: ""
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-vendor-chart-line {
    background-color: #00afab
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-vendor-chart-point,
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-vendor-chart-line-over {
    background-color: #f15d22
}
[ute-brand="fido"] #branded-page .branded-colours .colour-block.col-vendor-chart-division {
    background-color: #e12826
}
[ute-brand="fido"] #branded-page .tab-container {
    margin-bottom: 18px
}
[ute-brand="fido"] #branded-page .branded-page .nav-tabs {
    border-bottom: 0;
    height: auto;
    margin-bottom: 0
}
[ute-brand="fido"] #branded-page .branded-page .nav-tabs li {
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    height: auto;
    padding: 5px
}
[ute-brand="fido"] #branded-page .branded-page .nav-tabs li:last-child {
    border-right: 1px solid #ddd
}
[ute-brand="fido"] #branded-page .branded-page .nav-tabs li:hover,
[ute-brand="fido"] #branded-page .branded-page .nav-tabs li.active {
    background: #f5f5f5
}
[ute-brand="fido"] #branded-page .branded-page .nav-tabs li a {
    margin: 0;
    font-size: 1.6rem
}
[ute-brand="fido"] #branded-page .tooltip-example span {
    padding: 0
}
[ute-brand="fido"] #branded-page .tooltip-example i {
    margin-left: 5px;
    color: #00afab;
    vertical-align: sub
}
[ute-brand="fido"] #branded-page #content-assemblers-collapse-tabs .row {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}
body[ute-device-size='md'] .forms-collapse-inputs fieldset,
body[ute-device-size='md'] .forms-collapse-textareas fieldset,
body[ute-device-size='lg'] .forms-collapse-inputs fieldset,
body[ute-device-size='lg'] .forms-collapse-textareas fieldset,
body[ute-device-size='xl'] .forms-collapse-inputs fieldset,
body[ute-device-size='xl'] .forms-collapse-textareas fieldset,
body[ute-device-size='2k'] .forms-collapse-inputs fieldset,
body[ute-device-size='2k'] .forms-collapse-textareas fieldset,
body[ute-device-size='4k'] .forms-collapse-inputs fieldset,
body[ute-device-size='4k'] .forms-collapse-textareas fieldset,
body[ute-device-size='8k'] .forms-collapse-inputs fieldset,
body[ute-device-size='8k'] .forms-collapse-textareas fieldset {
    width: 50%
}
body[ute-device-size='md'] .forms-collapse-selects fieldset,
body[ute-device-size='lg'] .forms-collapse-selects fieldset,
body[ute-device-size='xl'] .forms-collapse-selects fieldset,
body[ute-device-size='2k'] .forms-collapse-selects fieldset,
body[ute-device-size='4k'] .forms-collapse-selects fieldset,
body[ute-device-size='8k'] .forms-collapse-selects fieldset {
    width: 300px
}
body[ute-device-size='xs'] #branded-page,
body[ute-device-size='sm'] #branded-page {
    margin-left: -20px;
    margin-right: -20px
}
body[ute-device-size='xs'] #branded-page>div,
body[ute-device-size='sm'] #branded-page>div {
    padding-left: 0;
    padding-right: 0
}
body[ute-device-size='xs'] #branded-page .panel-collapse,
body[ute-device-size='sm'] #branded-page .panel-collapse {
    margin-top: 4px
}
body[ute-device-size='xs'] #branded-page .panel-collapse .panel-body,
body[ute-device-size='sm'] #branded-page .panel-collapse .panel-body {
    border-top: none
}
body[ute-device-size='xs'] #branded-page .panel-collapse .panel-body .panel,
body[ute-device-size='sm'] #branded-page .panel-collapse .panel-body .panel {
    border-radius: 0
}
body[ute-device-size='xs'] #branded-page .panel-collapse .panel-body .panel .panel-heading,
body[ute-device-size='sm'] #branded-page .panel-collapse .panel-body .panel .panel-heading {
    padding: 5px 15px
}
body[ute-device-size='xs'] #branded-page .panel-collapse .panel-body .panel .panel-heading .panel-title,
body[ute-device-size='sm'] #branded-page .panel-collapse .panel-body .panel .panel-heading .panel-title {
    font-size: 1.2rem
}
body[ute-device-size='xs'] #branded-page .panel-body,
body[ute-device-size='sm'] #branded-page .panel-body {
    padding: 0
}
body[ute-device-size='xs'] #branded-page .ute-table,
body[ute-device-size='sm'] #branded-page .ute-table {
    margin: 5px 0
}
body[ute-device-size='xs'] #branded-page .ute-table td,
body[ute-device-size='xs'] #branded-page .ute-table th,
body[ute-device-size='sm'] #branded-page .ute-table td,
body[ute-device-size='sm'] #branded-page .ute-table th {
    text-align: left;
    padding-left: 5px;
    min-height: inherit
}
body[ute-device-size='xs'] #branded-page .btn-group,
body[ute-device-size='sm'] #branded-page .btn-group {
    margin-bottom: 6px
}
body[ute-device-size='xs'] #branded-page .btn-group .btn,
body[ute-device-size='sm'] #branded-page .btn-group .btn {
    font-size: 1.2rem
}
body[ute-device-size='xs'] #branded-page .page-dashboard-service-section>div,
body[ute-device-size='sm'] #branded-page .page-dashboard-service-section>div,
body[ute-device-size='xs'] #branded-page .message-box-sample,
body[ute-device-size='sm'] #branded-page .message-box-sample,
body[ute-device-size='xs'] #branded-page .branded-page .nav-tabs li,
body[ute-device-size='sm'] #branded-page .branded-page .nav-tabs li {
    padding: 0
}
body[ute-device-size='xs'] #branded-page .branded-page .nav-tabs li a,
body[ute-device-size='sm'] #branded-page .branded-page .nav-tabs li a {
    font-size: 1.2rem;
    padding: 5px
}
.red {
    color: red
}
.black {
    color: #000
}
.changePaymentCol1 {
    background-color: #efefef
}
.cardDetails .tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit
}
.cardDetails .tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit
}
.cardDetails table {
    empty-cells: hide;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray
}
.cardDetails td,
.cardDetails th {
    display: table-cell;
    vertical-align: inherit
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #ff0
}
.province select.province-selector {
    font-weight: 400;
    height: 34px
}
@media only screen and (max-width: 900px) {
    table,
    input[type=text],
    textarea {
        width: 95%
    }
}
.manageTable {
    empty-cells: hide;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray
}
td,
th {
    display: table-cell
}
select {
    display: inline-block
}
.desc {
    font-size: 22;
    font-weight: 700
}
.changePaymentCol1 {
    width: 280px;
    padding: 18px 13px 17px;
    background-color: #e7e7e7;
    border-bottom: 1px solid #C2C2C2;
    font-weight: 700;
    font-size: 14px
}
td,
th {
    display: table-cell;
    vertical-align: inherit
}
.changePaymentCol2 {
    padding: 18px 14px 17px;
    border-bottom: 1px solid #C2C2C2;
    width: 618px;
    font-size: 13px
}
.marginTop5px {
    margin-top: 5px
}
.borderTopWhite {
    border-top: 1px solid #fff
}
.confirmEmailDiv {
    padding-top: 37px;
    padding-bottom: 23px
}
.marginTp5px {
    margin-top: 5px
}
select {
    display: inline-block
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #E8E819
}
.nav-tabs {
    border-bottom: 3px solid #000
}
.register-heading {
    font-family: Lato;
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.167;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px
}
.profile-info {
    font-family: Lato;
    color: #000;
    font-weight: 400
}
.heads-up {
    padding-bottom: 30px
}
.heads-up,
.just-to-note {
    font-family: Lato;
    color: #000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.444;
    text-align: left
}
.just-to-note {
    padding-bottom: 20px;
    padding-top: 10px
}
.billing-address {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.556
}
.billing-address,
.reg-card-profile {
    font-family: Lato;
    color: #000;
    text-align: left
}
.reg-card-profile {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5
}
.update-address-link {
    font-family: Lato;
    color: #055d67;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.278;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px
}
.sema-place {
    padding-top: 30px
}
.sema-place,
.sema-edit-place {
    font-family: Lato;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.556;
    text-align: left
}
.sema-edit-place {
    padding-top: 15px;
    padding-bottom: 10px
}
.bottom-pad {
    padding-bottom: 20px
}
.credit-card-cvv,
.exp-date {
    padding-bottom: 10px
}
.credit-card-cvv,
.exp-date,
.cc-number {
    font-family: Lato;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.556;
    text-align: left
}
.cc-number {
    padding-top: 10px
}
.cc-security-code-popover {
    margin-left: 5px;
    color: #00aeab;
    cursor: pointer
}
.checkbox-register-card {
    padding-top: 15px;
    font-family: Lato;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left
}
.date-month-padding {
    padding-top: 10px
}
.date-year-pad {
    padding-left: 10px
}
.next_button {
    padding-left: 5rem
}
.link-padding {
    padding-left: 30%
}
.link-padding-mobile {
    padding-left: 5px
}
.card-csv-popover {
    margin-left: -10px;
    color: #00aeab;
    cursor: pointer
}
.pad-0 {
    padding: 0
}
.register-cc-heading,
.register-cc-sub-heading,
.register-cc-information,
.register-cc-common-links {
    font-family: lato, sans-serif;
    color: #000
}
.register-cc-heading {
    margin-top: 4rem
}
.register-cc-information,
.register-cc-common-links,
.register-cc-back-to-account-button {
    margin-top: 4.5rem
}
.register-cc-heading {
    font-size: 3rem;
    font-weight: 600
}
.register-cc-sub-heading {
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 1.5rem
}
.register-cc-information {
    font-size: 1.6rem;
    font-weight: 400
}
.register-cc-information p {
    margin-bottom: .5rem
}
.register-cc-common-links {
    font-size: 1.8rem;
    font-weight: 600
}
.register-cc-common-links p {
    margin-bottom: 0
}
.register-cc-common-links p:last-child {
    margin-top: 1rem
}
.email {
    padding-left: 1px
}
.cc {
    background-color: #E0E0E0;
    width: 95%
}
select {
    background-color: #fff;
    border: thin solid silver;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1em;
    padding: .5em 4em .5em 1.5em;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}
select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #ff0, #ff0);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat
}
select.classic:focus {
    background-image: linear-gradient(45deg, #fff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #fff 50%), linear-gradient(to right, #ff0, #ff0);
    background-position: calc(100% - 15px)1em, calc(100% - 20px)1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0
}
.pageLine {
    margin-top: 10px;
    border-top: 1px solid #cbcbcb
}
.butt {
    border: 1px outset #000;
    background-color: #ff0;
    height: 25px;
    width: 22px;
    cursor: pointer
}
.rui-creditcards {
    transition: all .25s ease-in-out 0s;
    font-size: 6px;
    width: 16em;
    height: 3.5em;
    display: inline-block;
    background: url('/html-fido/cms/ute/fido/images/rui/creditcards.svg') no-repeat top left/auto 7em;
    zoom: 1
}
.rui-creditcards.amex {
    width: 5.4em;
    background-position-x: -10.9em
}
.rui-creditcards.master,
.rui-creditcards.mastercard {
    width: 5.4em;
    background-position-x: -5.4em
}
.rui-creditcards.visa {
    width: 5.4em;
    background-position-x: .2em
}
.eng_text {
    padding-left: 20px
}
.fr_text {
    paddding-left: 20px
}
.headers {
    font-size: 23px;
    font-weight: 700
}
.backGroundWhite {
    background-color: #FFF
}
.subscribertableSpacing {
    padding-top: 15px;
    padding-bottom: 15px
}
.subscriberTableGreyColumn {
    background-color: #E9E9E9
}
.textAlignCenter {
    text-align: center
}
.borderBottom {
    border-bottom: 1px solid #D4D4D4
}
.borderTop {
    border-top: 1px outset #FFF!important
}
.marginRight10px {
    margin-right: 10px
}
.agreementSection {
    margin: 10px
}
.agreementSection #textAreaContainer {
    background-color: #fff;
    border: 1px solid #000;
    height: 500px;
    padding: 20px;
    margin-bottom: 10px;
    overflow-y: scroll;
    width: 100%;
    resize: vertical
}
.agreementSection .iconGroup {
    width: 7%
}
.agreementSection .rightAlign {
    float: right;
    margin-right: 20px
}
@media only screen and (min-width: 370px) {
    .agreementSection #textAreaContainer {
        height: 300px
    }
    .agreementSection .iconGroup {
        width: 8%
    }
}
.buttonBox {
    padding-left: 100px;
    margin-top: 20px
}
.infoIcon {
    width: 8%
}
.simTextBox {
    width: 90%!important
}
.newSim {
    font-family: Lato;
    background-color: #eef0f0;
    height: 73px;
    padding: 10px 30px
}
.titleGold {
    font-family: lato, sans-serif
}
.pop_up {
    padding: 40px
}
@media only screen and (min-width: 550px) {
    .updateSimBox .popover {
        width: 500px;
        max-width: 650px;
        border: 2px solid #b09931
    }
    .newSim {
        background-color: #eef0f0;
        height: 43px;
        padding: 10px 30px
    }
}
.numbersBox,
.numbersBox1 {
    padding-left: 15px
}
.numbersBox1 {
    font-size: 18px
}
.heading_changeSIM,
.heading_reviewSIM {
    color: #000;
    font-size: 3rem;
    font-weight: 500;
    line-height: .767;
    text-align: left
}
.act_sim_review_right {
    font-family: Lato;
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.333;
    text-align: left
}
.act_sim_review_right_imp {
    font-family: Lato;
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left
}
.act_sim_right {
    font-family: Lato;
    color: #000;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.333;
    text-align: left
}
.alert p,
.modal-open .modal.popup-success .modal-content p,
.modal-open .modal.popup-warning .modal-content p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_returnTraditional_signInForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_forgotPassword_forgotPasswordForm_errorMessages:not(:empty) p,
#janrainModal .janrain-capture-ui.capture-ui-content #capture_signIn_signInForm_successMessages:not(:empty) p {
    font-size: 1.6rem
}
.right_check_agree {
    padding-left: 15px;
    font-size: 18px
}
.new-card-num {
    font-size: 16px
}
.newSim_right,
.terms-cond-font {
    font-family: Lato;
    font-size: 1.6rem
}
.terms-cond-font {
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    text-align: left
}
.list_terms {
    font-size: 1.6rem
}
.imp_note_line_1 {
    line-height: 1.5
}
.imp_note_line_1,
.imp_note_line_2 {
    font-family: Lato;
    color: #000;
    font-size: 1.6rem;
    text-align: left
}
.imp_note_line_2 {
    font-weight: 300
}
.terms-head {
    color: #000;
    font-size: 2.993rem;
    font-weight: 500;
    line-height: .936;
    text-align: left;
    -webkit-transform: scaleY(1.0021);
    transform: scaleY(1.0021)
}
.sweet-title {
    font-size: 3rem;
    font-weight: 500;
    line-height: .767
}
.sweet-title,
.u-guide {
    color: #000;
    text-align: left
}
.u-guide {
    font-family: Lato;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.75
}
.SIM-card-next-button {
    padding-left: 5rem
}
@media only screen and (min-width: 585px) and (max-width: 736px) {
    .updateSimBox .popover {
        max-width: 500px;
        border: 2px solid #b09931;
        margin-right: 60px;
        left: 0!important;
        top: -290px!important
    }
    .updateSimBox .arrow {
        top: 77%!important
    }
}
@media only screen and (min-width: 470px) and (max-width: 585px) {
    .updateSimBox .popover {
        max-width: 420px;
        border: 2px solid #b09931;
        margin-right: 60px;
        left: 0!important;
        top: -310px!important
    }
    .updateSimBox .arrow {
        top: 82%!important
    }
}
@media only screen and (min-width: 416px) and (max-width: 470px) {
    .updateSimBox .popover {
        max-width: 420px;
        border: 2px solid #b09931;
        margin-right: 60px;
        left: 0!important;
        top: -340px!important
    }
    .updateSimBox .arrow {
        top: 83%!important
    }
}
@media only screen and (min-width: 350px) and (max-width: 415px) {
    .updateSimBox .popover {
        max-width: 420px;
        border: 2px solid #b09931;
        margin-right: 60px;
        left: 0!important;
        top: -370px!important
    }
    .updateSimBox .arrow {
        top: 83%!important
    }
}
@media only screen and (max-width: 340px) {
    .updateSimBox .popover {
        max-width: 420px;
        border: 2px solid #b09931;
        margin-right: 60px;
        left: 0!important;
        top: -450px!important
    }
    .updateSimBox .arrow {
        top: 89%!important
    }
}
body[ute-device-size='md'] .usage-dial .usageColours h6,
body[ute-device-size='lg'] .usage-dial .usageColours h6,
body[ute-device-size='xl'] .usage-dial .usageColours h6,
body[ute-device-size='2k'] .usage-dial .usageColours h6,
body[ute-device-size='4k'] .usage-dial .usageColours h6,
body[ute-device-size='8k'] .usage-dial .usageColours h6 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    margin: 15px 0 0
}
body[ute-device-size='md'] .usage-dial .usageColours h6 .dot,
body[ute-device-size='lg'] .usage-dial .usageColours h6 .dot,
body[ute-device-size='xl'] .usage-dial .usageColours h6 .dot,
body[ute-device-size='2k'] .usage-dial .usageColours h6 .dot,
body[ute-device-size='4k'] .usage-dial .usageColours h6 .dot,
body[ute-device-size='8k'] .usage-dial .usageColours h6 .dot {
    background-color: lightgrey;
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    line-height: 18px;
    margin-left: 20px;
    margin-right: 6px;
    border-radius: 10px
}
body[ute-device-size='md'] .usage-dial .usageColours h6 .dot.blue,
body[ute-device-size='lg'] .usage-dial .usageColours h6 .dot.blue,
body[ute-device-size='xl'] .usage-dial .usageColours h6 .dot.blue,
body[ute-device-size='2k'] .usage-dial .usageColours h6 .dot.blue,
body[ute-device-size='4k'] .usage-dial .usageColours h6 .dot.blue,
body[ute-device-size='8k'] .usage-dial .usageColours h6 .dot.blue {
    background-color: #00afab
}
body[ute-device-size='md'] .usage-dial .usageColours h6 .dot.red,
body[ute-device-size='lg'] .usage-dial .usageColours h6 .dot.red,
body[ute-device-size='xl'] .usage-dial .usageColours h6 .dot.red,
body[ute-device-size='2k'] .usage-dial .usageColours h6 .dot.red,
body[ute-device-size='4k'] .usage-dial .usageColours h6 .dot.red,
body[ute-device-size='8k'] .usage-dial .usageColours h6 .dot.red {
    background-color: #e12927
}
body[ute-device-size='md'] .usage-dial .paddbot60,
body[ute-device-size='lg'] .usage-dial .paddbot60,
body[ute-device-size='xl'] .usage-dial .paddbot60,
body[ute-device-size='2k'] .usage-dial .paddbot60,
body[ute-device-size='4k'] .usage-dial .paddbot60,
body[ute-device-size='8k'] .usage-dial .paddbot60 {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px
}
body[ute-device-size='md'] .usage-dial .paddbot60.unlimited,
body[ute-device-size='lg'] .usage-dial .paddbot60.unlimited,
body[ute-device-size='xl'] .usage-dial .paddbot60.unlimited,
body[ute-device-size='2k'] .usage-dial .paddbot60.unlimited,
body[ute-device-size='4k'] .usage-dial .paddbot60.unlimited,
body[ute-device-size='8k'] .usage-dial .paddbot60.unlimited {
    margin-top: 68px
}
body[ute-device-size='md'] .usage-dial .inner-content.unlimited,
body[ute-device-size='lg'] .usage-dial .inner-content.unlimited,
body[ute-device-size='xl'] .usage-dial .inner-content.unlimited,
body[ute-device-size='2k'] .usage-dial .inner-content.unlimited,
body[ute-device-size='4k'] .usage-dial .inner-content.unlimited,
body[ute-device-size='8k'] .usage-dial .inner-content.unlimited {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 48px
}
body[ute-device-size='md'] .usage-dial .inner-content.unlimited.usageNormal,
body[ute-device-size='lg'] .usage-dial .inner-content.unlimited.usageNormal,
body[ute-device-size='xl'] .usage-dial .inner-content.unlimited.usageNormal,
body[ute-device-size='2k'] .usage-dial .inner-content.unlimited.usageNormal,
body[ute-device-size='4k'] .usage-dial .inner-content.unlimited.usageNormal,
body[ute-device-size='8k'] .usage-dial .inner-content.unlimited.usageNormal {
    border-bottom: 2px solid #00afab
}
body[ute-device-size='md'] .usage-dial .inner-content.unlimited.usageOver,
body[ute-device-size='lg'] .usage-dial .inner-content.unlimited.usageOver,
body[ute-device-size='xl'] .usage-dial .inner-content.unlimited.usageOver,
body[ute-device-size='2k'] .usage-dial .inner-content.unlimited.usageOver,
body[ute-device-size='4k'] .usage-dial .inner-content.unlimited.usageOver,
body[ute-device-size='8k'] .usage-dial .inner-content.unlimited.usageOver {
    border-bottom: 2px solid #e12927
}
body[ute-device-size='md'] .usage-dial .inner-content div.h3,
body[ute-device-size='lg'] .usage-dial .inner-content div.h3,
body[ute-device-size='xl'] .usage-dial .inner-content div.h3,
body[ute-device-size='2k'] .usage-dial .inner-content div.h3,
body[ute-device-size='4k'] .usage-dial .inner-content div.h3,
body[ute-device-size='8k'] .usage-dial .inner-content div.h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 0;
    line-height: 40px
}
body[ute-device-size='md'] .usage-dial .inner-content div.h3 .ico,
body[ute-device-size='lg'] .usage-dial .inner-content div.h3 .ico,
body[ute-device-size='xl'] .usage-dial .inner-content div.h3 .ico,
body[ute-device-size='2k'] .usage-dial .inner-content div.h3 .ico,
body[ute-device-size='4k'] .usage-dial .inner-content div.h3 .ico,
body[ute-device-size='8k'] .usage-dial .inner-content div.h3 .ico {
    float: none;
    line-height: 40px
}
body[ute-device-size='md'] .usage-dial .inner-content div.h3 .txt,
body[ute-device-size='lg'] .usage-dial .inner-content div.h3 .txt,
body[ute-device-size='xl'] .usage-dial .inner-content div.h3 .txt,
body[ute-device-size='2k'] .usage-dial .inner-content div.h3 .txt,
body[ute-device-size='4k'] .usage-dial .inner-content div.h3 .txt,
body[ute-device-size='8k'] .usage-dial .inner-content div.h3 .txt {
    float: none
}
body[ute-device-size='md'] .usage-dial .inner-content div.h3 .subtxt,
body[ute-device-size='lg'] .usage-dial .inner-content div.h3 .subtxt,
body[ute-device-size='xl'] .usage-dial .inner-content div.h3 .subtxt,
body[ute-device-size='2k'] .usage-dial .inner-content div.h3 .subtxt,
body[ute-device-size='4k'] .usage-dial .inner-content div.h3 .subtxt,
body[ute-device-size='8k'] .usage-dial .inner-content div.h3 .subtxt {
    font-size: 24px;
    font-weight: 700;
    text-transform: none
}
body[ute-device-size='md'] .usage-dial .inner-content .inner-circle,
body[ute-device-size='lg'] .usage-dial .inner-content .inner-circle,
body[ute-device-size='xl'] .usage-dial .inner-content .inner-circle,
body[ute-device-size='2k'] .usage-dial .inner-content .inner-circle,
body[ute-device-size='4k'] .usage-dial .inner-content .inner-circle,
body[ute-device-size='8k'] .usage-dial .inner-content .inner-circle {
    top: 12px;
    left: 12px;
    width: 208px;
    height: 208px
}
body[ute-device-size='md'] .usage-dial .inner-content .slice,
body[ute-device-size='lg'] .usage-dial .inner-content .slice,
body[ute-device-size='xl'] .usage-dial .inner-content .slice,
body[ute-device-size='2k'] .usage-dial .inner-content .slice,
body[ute-device-size='4k'] .usage-dial .inner-content .slice,
body[ute-device-size='8k'] .usage-dial .inner-content .slice {
    top: -1.2rem
}
body[ute-device-size='md'] .usage-dial .c100,
body[ute-device-size='lg'] .usage-dial .c100,
body[ute-device-size='xl'] .usage-dial .c100,
body[ute-device-size='2k'] .usage-dial .c100,
body[ute-device-size='4k'] .usage-dial .c100,
body[ute-device-size='8k'] .usage-dial .c100 {
    font-size: 233px;
    cursor: pointer
}
body[ute-device-size='md'] .usage-dial .c100.center,
body[ute-device-size='lg'] .usage-dial .c100.center,
body[ute-device-size='xl'] .usage-dial .c100.center,
body[ute-device-size='2k'] .usage-dial .c100.center,
body[ute-device-size='4k'] .usage-dial .c100.center,
body[ute-device-size='8k'] .usage-dial .c100.center {
    margin-top: 13px;
    margin-bottom: 20px
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle {
    border-radius: 120px
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle span,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle span,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle span,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle span,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle span,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle span {
    float: left;
    text-align: center;
    line-height: 1;
    color: #000;
    width: inherit;
    text-decoration: none;
    white-space: initial
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle .amount,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle .amount,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle .amount,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle .amount,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle .amount,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle .amount {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle .remaining,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle .remaining,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle .remaining,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle .remaining,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle .remaining,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle .remaining {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle .updated,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle .updated,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle .updated,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle .updated,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle .updated,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle .updated {
    font-size: 18px;
    margin-top: 8px
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle .extras,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle .extras,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle .extras,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle .extras,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle .extras,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle .extras {
    font-size: 20px
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle .cta,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle .cta,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle .cta,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle .cta,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle .cta,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle .cta {
    margin-top: 12px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 0
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle .qty,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle .qty,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle .qty,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle .qty,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle .qty,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle .qty {
    margin-top: 24px;
    font-weight: 600;
    font-size: 30px
}
body[ute-device-size='md'] .usage-dial .c100 .inner-circle .used,
body[ute-device-size='lg'] .usage-dial .c100 .inner-circle .used,
body[ute-device-size='xl'] .usage-dial .c100 .inner-circle .used,
body[ute-device-size='2k'] .usage-dial .c100 .inner-circle .used,
body[ute-device-size='4k'] .usage-dial .c100 .inner-circle .used,
body[ute-device-size='8k'] .usage-dial .c100 .inner-circle .used {
    font-size: 15px;
    padding: 0 10px;
    width: 89px;
    margin: 0 auto;
    text-align: center
}
body[ute-device-size='md'] .usage-dial .unlimited.center,
body[ute-device-size='lg'] .usage-dial .unlimited.center,
body[ute-device-size='xl'] .usage-dial .unlimited.center,
body[ute-device-size='2k'] .usage-dial .unlimited.center,
body[ute-device-size='4k'] .usage-dial .unlimited.center,
body[ute-device-size='8k'] .usage-dial .unlimited.center {
    margin: 13px 0 0
}
body[ute-device-size='md'] .usage-dial .unlimited div.h3,
body[ute-device-size='lg'] .usage-dial .unlimited div.h3,
body[ute-device-size='xl'] .usage-dial .unlimited div.h3,
body[ute-device-size='2k'] .usage-dial .unlimited div.h3,
body[ute-device-size='4k'] .usage-dial .unlimited div.h3,
body[ute-device-size='8k'] .usage-dial .unlimited div.h3 {
    margin-top: 95px;
    margin-bottom: 42px
}
body[ute-device-size='md'] .usage-dial .usageNormal .c100,
body[ute-device-size='lg'] .usage-dial .usageNormal .c100,
body[ute-device-size='xl'] .usage-dial .usageNormal .c100,
body[ute-device-size='2k'] .usage-dial .usageNormal .c100,
body[ute-device-size='4k'] .usage-dial .usageNormal .c100,
body[ute-device-size='8k'] .usage-dial .usageNormal .c100 {
    border: 1px solid #00afab
}
body[ute-device-size='md'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='md'] .usage-dial .usageNormal .c100 .fill,
body[ute-device-size='lg'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='lg'] .usage-dial .usageNormal .c100 .fill,
body[ute-device-size='xl'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='xl'] .usage-dial .usageNormal .c100 .fill,
body[ute-device-size='2k'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='2k'] .usage-dial .usageNormal .c100 .fill,
body[ute-device-size='4k'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='4k'] .usage-dial .usageNormal .c100 .fill,
body[ute-device-size='8k'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='8k'] .usage-dial .usageNormal .c100 .fill {
    border-color: #00afab!important
}
body[ute-device-size='md'] .usage-dial .usageNormal .c100 .inner-circle,
body[ute-device-size='lg'] .usage-dial .usageNormal .c100 .inner-circle,
body[ute-device-size='xl'] .usage-dial .usageNormal .c100 .inner-circle,
body[ute-device-size='2k'] .usage-dial .usageNormal .c100 .inner-circle,
body[ute-device-size='4k'] .usage-dial .usageNormal .c100 .inner-circle,
body[ute-device-size='8k'] .usage-dial .usageNormal .c100 .inner-circle {
    background-color: #fff
}
body[ute-device-size='md'] .usage-dial .usageOver .c100,
body[ute-device-size='lg'] .usage-dial .usageOver .c100,
body[ute-device-size='xl'] .usage-dial .usageOver .c100,
body[ute-device-size='2k'] .usage-dial .usageOver .c100,
body[ute-device-size='4k'] .usage-dial .usageOver .c100,
body[ute-device-size='8k'] .usage-dial .usageOver .c100 {
    border: 1px solid #e12927
}
body[ute-device-size='md'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='md'] .usage-dial .usageOver .c100 .fill,
body[ute-device-size='lg'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='lg'] .usage-dial .usageOver .c100 .fill,
body[ute-device-size='xl'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='xl'] .usage-dial .usageOver .c100 .fill,
body[ute-device-size='2k'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='2k'] .usage-dial .usageOver .c100 .fill,
body[ute-device-size='4k'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='4k'] .usage-dial .usageOver .c100 .fill,
body[ute-device-size='8k'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='8k'] .usage-dial .usageOver .c100 .fill {
    border-color: #e12927!important
}
body[ute-device-size='md'] .usage-dial .usageOver .c100 .inner-circle,
body[ute-device-size='lg'] .usage-dial .usageOver .c100 .inner-circle,
body[ute-device-size='xl'] .usage-dial .usageOver .c100 .inner-circle,
body[ute-device-size='2k'] .usage-dial .usageOver .c100 .inner-circle,
body[ute-device-size='4k'] .usage-dial .usageOver .c100 .inner-circle,
body[ute-device-size='8k'] .usage-dial .usageOver .c100 .inner-circle {
    background-color: #fff
}
body[ute-device-size='md'] .usage-dial .extras,
body[ute-device-size='lg'] .usage-dial .extras,
body[ute-device-size='xl'] .usage-dial .extras,
body[ute-device-size='2k'] .usage-dial .extras,
body[ute-device-size='4k'] .usage-dial .extras,
body[ute-device-size='8k'] .usage-dial .extras {
    border-radius: 100%;
    background-color: #ffe600;
    width: 60px;
    height: 60px;
    margin-left: 60%;
    position: absolute;
    font-size: 12px;
    padding-top: 6px;
    text-align: center
}
body[ute-device-size='md'] .usage-dial .extras.viewExtras,
body[ute-device-size='lg'] .usage-dial .extras.viewExtras,
body[ute-device-size='xl'] .usage-dial .extras.viewExtras,
body[ute-device-size='2k'] .usage-dial .extras.viewExtras,
body[ute-device-size='4k'] .usage-dial .extras.viewExtras,
body[ute-device-size='8k'] .usage-dial .extras.viewExtras {
    margin-top: -70px
}
body[ute-device-size='md'] .usage-dial .closingTongue,
body[ute-device-size='lg'] .usage-dial .closingTongue,
body[ute-device-size='xl'] .usage-dial .closingTongue,
body[ute-device-size='2k'] .usage-dial .closingTongue,
body[ute-device-size='4k'] .usage-dial .closingTongue,
body[ute-device-size='8k'] .usage-dial .closingTongue {
    margin-top: 30px;
    bottom: 0;
    left: 10px;
    right: 10px;
    display: block;
    height: 50px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-top: 2px solid lightgrey
}
body[ute-device-size='md'] .usage-dial .closingTongue .semicircle,
body[ute-device-size='lg'] .usage-dial .closingTongue .semicircle,
body[ute-device-size='xl'] .usage-dial .closingTongue .semicircle,
body[ute-device-size='2k'] .usage-dial .closingTongue .semicircle,
body[ute-device-size='4k'] .usage-dial .closingTongue .semicircle,
body[ute-device-size='8k'] .usage-dial .closingTongue .semicircle {
    background-color: lightgrey;
    display: block;
    width: 227px;
    height: 227px;
    margin: -179px auto 0;
    border-radius: 120px
}
body[ute-device-size='md'] .usage-dial .closingTongue .text,
body[ute-device-size='lg'] .usage-dial .closingTongue .text,
body[ute-device-size='xl'] .usage-dial .closingTongue .text,
body[ute-device-size='2k'] .usage-dial .closingTongue .text,
body[ute-device-size='4k'] .usage-dial .closingTongue .text,
body[ute-device-size='8k'] .usage-dial .closingTongue .text {
    margin-top: -34px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: .3px
}
body[ute-device-size='md'] .usage-dial .closingTongue .text:hover,
body[ute-device-size='lg'] .usage-dial .closingTongue .text:hover,
body[ute-device-size='xl'] .usage-dial .closingTongue .text:hover,
body[ute-device-size='2k'] .usage-dial .closingTongue .text:hover,
body[ute-device-size='4k'] .usage-dial .closingTongue .text:hover,
body[ute-device-size='8k'] .usage-dial .closingTongue .text:hover {
    cursor: pointer
}
body[ute-device-size='md'] .usage-dial .closingTongue.view,
body[ute-device-size='lg'] .usage-dial .closingTongue.view,
body[ute-device-size='xl'] .usage-dial .closingTongue.view,
body[ute-device-size='2k'] .usage-dial .closingTongue.view,
body[ute-device-size='4k'] .usage-dial .closingTongue.view,
body[ute-device-size='8k'] .usage-dial .closingTongue.view {
    margin-top: -50px
}
body[ute-device-size='md'] .usage-dial .closingTongue.usageNormal,
body[ute-device-size='lg'] .usage-dial .closingTongue.usageNormal,
body[ute-device-size='xl'] .usage-dial .closingTongue.usageNormal,
body[ute-device-size='2k'] .usage-dial .closingTongue.usageNormal,
body[ute-device-size='4k'] .usage-dial .closingTongue.usageNormal,
body[ute-device-size='8k'] .usage-dial .closingTongue.usageNormal {
    border-top: 2px solid #00afab
}
body[ute-device-size='md'] .usage-dial .closingTongue.usageNormal .semicircle,
body[ute-device-size='lg'] .usage-dial .closingTongue.usageNormal .semicircle,
body[ute-device-size='xl'] .usage-dial .closingTongue.usageNormal .semicircle,
body[ute-device-size='2k'] .usage-dial .closingTongue.usageNormal .semicircle,
body[ute-device-size='4k'] .usage-dial .closingTongue.usageNormal .semicircle,
body[ute-device-size='8k'] .usage-dial .closingTongue.usageNormal .semicircle {
    background-color: #00afab
}
body[ute-device-size='md'] .usage-dial .closingTongue.usageOver,
body[ute-device-size='lg'] .usage-dial .closingTongue.usageOver,
body[ute-device-size='xl'] .usage-dial .closingTongue.usageOver,
body[ute-device-size='2k'] .usage-dial .closingTongue.usageOver,
body[ute-device-size='4k'] .usage-dial .closingTongue.usageOver,
body[ute-device-size='8k'] .usage-dial .closingTongue.usageOver {
    border-top: 2px solid #e12927
}
body[ute-device-size='md'] .usage-dial .closingTongue.usageOver .semicircle,
body[ute-device-size='lg'] .usage-dial .closingTongue.usageOver .semicircle,
body[ute-device-size='xl'] .usage-dial .closingTongue.usageOver .semicircle,
body[ute-device-size='2k'] .usage-dial .closingTongue.usageOver .semicircle,
body[ute-device-size='4k'] .usage-dial .closingTongue.usageOver .semicircle,
body[ute-device-size='8k'] .usage-dial .closingTongue.usageOver .semicircle {
    background-color: #e12927
}
body[ute-device-size='md'] .usage-dial .serviceWrap,
body[ute-device-size='lg'] .usage-dial .serviceWrap,
body[ute-device-size='xl'] .usage-dial .serviceWrap,
body[ute-device-size='2k'] .usage-dial .serviceWrap,
body[ute-device-size='4k'] .usage-dial .serviceWrap,
body[ute-device-size='8k'] .usage-dial .serviceWrap {
    text-align: center;
    padding: 0;
    margin-top: 30px;
    color: #1e2121;
    width: 100%;
    position: relative
}
body[ute-device-size='md'] .usage-dial .serviceWrap hr,
body[ute-device-size='lg'] .usage-dial .serviceWrap hr,
body[ute-device-size='xl'] .usage-dial .serviceWrap hr,
body[ute-device-size='2k'] .usage-dial .serviceWrap hr,
body[ute-device-size='4k'] .usage-dial .serviceWrap hr,
body[ute-device-size='8k'] .usage-dial .serviceWrap hr {
    margin: 0;
    padding: 0
}
body[ute-device-size='md'] .usage-dial .serviceWrap h3,
body[ute-device-size='lg'] .usage-dial .serviceWrap h3,
body[ute-device-size='xl'] .usage-dial .serviceWrap h3,
body[ute-device-size='2k'] .usage-dial .serviceWrap h3,
body[ute-device-size='4k'] .usage-dial .serviceWrap h3,
body[ute-device-size='8k'] .usage-dial .serviceWrap h3 {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    color: #3D4141
}
body[ute-device-size='md'] .usage-dial .serviceWrap h3 span,
body[ute-device-size='lg'] .usage-dial .serviceWrap h3 span,
body[ute-device-size='xl'] .usage-dial .serviceWrap h3 span,
body[ute-device-size='2k'] .usage-dial .serviceWrap h3 span,
body[ute-device-size='4k'] .usage-dial .serviceWrap h3 span,
body[ute-device-size='8k'] .usage-dial .serviceWrap h3 span {
    font-size: 25px;
    padding-right: 5px
}
body[ute-device-size='md'] .usage-dial .serviceWrap h5,
body[ute-device-size='lg'] .usage-dial .serviceWrap h5,
body[ute-device-size='xl'] .usage-dial .serviceWrap h5,
body[ute-device-size='2k'] .usage-dial .serviceWrap h5,
body[ute-device-size='4k'] .usage-dial .serviceWrap h5,
body[ute-device-size='8k'] .usage-dial .serviceWrap h5 {
    margin: 10px 0 -10px;
    font-size: 11.7px;
    line-height: 0;
    color: #1e2121
}
body[ute-device-size='md'] .usage-dial .serviceWrap .chartSymbolsWrap,
body[ute-device-size='lg'] .usage-dial .serviceWrap .chartSymbolsWrap,
body[ute-device-size='xl'] .usage-dial .serviceWrap .chartSymbolsWrap,
body[ute-device-size='2k'] .usage-dial .serviceWrap .chartSymbolsWrap,
body[ute-device-size='4k'] .usage-dial .serviceWrap .chartSymbolsWrap,
body[ute-device-size='8k'] .usage-dial .serviceWrap .chartSymbolsWrap {
    position: relative;
    height: 166px;
    padding-top: 12px
}
body[ute-device-size='md'] .usage-dial .serviceWrap .chartSymbolsWrap .chart,
body[ute-device-size='lg'] .usage-dial .serviceWrap .chartSymbolsWrap .chart,
body[ute-device-size='xl'] .usage-dial .serviceWrap .chartSymbolsWrap .chart,
body[ute-device-size='2k'] .usage-dial .serviceWrap .chartSymbolsWrap .chart,
body[ute-device-size='4k'] .usage-dial .serviceWrap .chartSymbolsWrap .chart,
body[ute-device-size='8k'] .usage-dial .serviceWrap .chartSymbolsWrap .chart {
    background-color: #fff;
    border: grey solid 10px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 150px
}
body[ute-device-size='md'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols,
body[ute-device-size='lg'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols,
body[ute-device-size='xl'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols,
body[ute-device-size='2k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols,
body[ute-device-size='4k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols,
body[ute-device-size='8k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols {
    margin-top: -115px
}
body[ute-device-size='md'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon,
body[ute-device-size='lg'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon,
body[ute-device-size='xl'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon,
body[ute-device-size='2k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon,
body[ute-device-size='4k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon,
body[ute-device-size='8k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon {
    font-size: 53px
}
body[ute-device-size='md'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a,
body[ute-device-size='lg'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a,
body[ute-device-size='xl'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a,
body[ute-device-size='2k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a,
body[ute-device-size='4k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a,
body[ute-device-size='8k'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a {
    font-weight: 700;
    font-size: 16px
}
body[ute-device-size='md'] .usage-dial .active .serviceWrap,
body[ute-device-size='lg'] .usage-dial .active .serviceWrap,
body[ute-device-size='xl'] .usage-dial .active .serviceWrap,
body[ute-device-size='2k'] .usage-dial .active .serviceWrap,
body[ute-device-size='4k'] .usage-dial .active .serviceWrap,
body[ute-device-size='8k'] .usage-dial .active .serviceWrap {
    background-color: #f1f1f1;
    border-bottom: 7px solid #000
}
body[ute-device-size='md'] .usage-dial .active .serviceWrap hr,
body[ute-device-size='lg'] .usage-dial .active .serviceWrap hr,
body[ute-device-size='xl'] .usage-dial .active .serviceWrap hr,
body[ute-device-size='2k'] .usage-dial .active .serviceWrap hr,
body[ute-device-size='4k'] .usage-dial .active .serviceWrap hr,
body[ute-device-size='8k'] .usage-dial .active .serviceWrap hr {
    display: none
}
body[ute-device-size='md'] .usage-dial .usage .type-title,
body[ute-device-size='lg'] .usage-dial .usage .type-title,
body[ute-device-size='xl'] .usage-dial .usage .type-title,
body[ute-device-size='2k'] .usage-dial .usage .type-title,
body[ute-device-size='4k'] .usage-dial .usage .type-title,
body[ute-device-size='8k'] .usage-dial .usage .type-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin: 10px 0 6px;
    text-transform: uppercase
}
body[ute-device-size='md'] .usage-dial .usage .usage-info,
body[ute-device-size='lg'] .usage-dial .usage .usage-info,
body[ute-device-size='xl'] .usage-dial .usage .usage-info,
body[ute-device-size='2k'] .usage-dial .usage .usage-info,
body[ute-device-size='4k'] .usage-dial .usage .usage-info,
body[ute-device-size='8k'] .usage-dial .usage .usage-info {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #dde4e6
}
body[ute-device-size='md'] .usage-dial .usage .extraSumWhite,
body[ute-device-size='lg'] .usage-dial .usage .extraSumWhite,
body[ute-device-size='xl'] .usage-dial .usage .extraSumWhite,
body[ute-device-size='2k'] .usage-dial .usage .extraSumWhite,
body[ute-device-size='4k'] .usage-dial .usage .extraSumWhite,
body[ute-device-size='8k'] .usage-dial .usage .extraSumWhite {
    background-color: #fff
}
body[ute-device-size='md'] .usage-dial .usage .extraSum,
body[ute-device-size='lg'] .usage-dial .usage .extraSum,
body[ute-device-size='xl'] .usage-dial .usage .extraSum,
body[ute-device-size='2k'] .usage-dial .usage .extraSum,
body[ute-device-size='4k'] .usage-dial .usage .extraSum,
body[ute-device-size='8k'] .usage-dial .usage .extraSum {
    background-color: #eef0f0
}
body[ute-device-size='md'] .usage-dial .usage .usage-title,
body[ute-device-size='lg'] .usage-dial .usage .usage-title,
body[ute-device-size='xl'] .usage-dial .usage .usage-title,
body[ute-device-size='2k'] .usage-dial .usage .usage-title,
body[ute-device-size='4k'] .usage-dial .usage .usage-title,
body[ute-device-size='8k'] .usage-dial .usage .usage-title {
    font-size: 15px;
    line-height: 20px;
    text-align: left
}
body[ute-device-size='md'] .usage-dial .usage .usage-amount,
body[ute-device-size='lg'] .usage-dial .usage .usage-amount,
body[ute-device-size='xl'] .usage-dial .usage .usage-amount,
body[ute-device-size='2k'] .usage-dial .usage .usage-amount,
body[ute-device-size='4k'] .usage-dial .usage .usage-amount,
body[ute-device-size='8k'] .usage-dial .usage .usage-amount {
    font-weight: 600;
    font-size: 15px;
    padding-right: 8px;
    text-align: right;
    float: right
}
body[ute-device-size='md'] .usage-dial hr.divider,
body[ute-device-size='lg'] .usage-dial hr.divider,
body[ute-device-size='xl'] .usage-dial hr.divider,
body[ute-device-size='2k'] .usage-dial hr.divider,
body[ute-device-size='4k'] .usage-dial hr.divider,
body[ute-device-size='8k'] .usage-dial hr.divider {
    border-top: 1px solid #e4e6e5
}
body[ute-device-size='md'] .usage-dial .ng-scope,
body[ute-device-size='lg'] .usage-dial .ng-scope,
body[ute-device-size='xl'] .usage-dial .ng-scope,
body[ute-device-size='2k'] .usage-dial .ng-scope,
body[ute-device-size='4k'] .usage-dial .ng-scope,
body[ute-device-size='8k'] .usage-dial .ng-scope {
    padding-bottom: 0
}
body[ute-device-size='xs'] .usage-dial .usageColours h6,
body[ute-device-size='sm'] .usage-dial .usageColours h6 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    margin: 15px 0 0
}
body[ute-device-size='xs'] .usage-dial .usageColours h6 .dot,
body[ute-device-size='sm'] .usage-dial .usageColours h6 .dot {
    background-color: lightgrey;
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    line-height: 18px;
    margin-left: 20px;
    margin-right: 6px;
    border-radius: 10px
}
body[ute-device-size='xs'] .usage-dial .usageColours h6 .dot.blue,
body[ute-device-size='sm'] .usage-dial .usageColours h6 .dot.blue {
    background-color: #00afab
}
body[ute-device-size='xs'] .usage-dial .usageColours h6 .dot.red,
body[ute-device-size='sm'] .usage-dial .usageColours h6 .dot.red {
    background-color: #e12927
}
body[ute-device-size='xs'] .usage-dial .paddbot60,
body[ute-device-size='sm'] .usage-dial .paddbot60 {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px
}
body[ute-device-size='xs'] .usage-dial .paddbot60.unlimited,
body[ute-device-size='sm'] .usage-dial .paddbot60.unlimited {
    margin-top: -20px
}
body[ute-device-size='xs'] .usage-dial .inner-content.unlimited,
body[ute-device-size='sm'] .usage-dial .inner-content.unlimited {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 48px
}
body[ute-device-size='xs'] .usage-dial .inner-content.unlimited.usageNormal,
body[ute-device-size='sm'] .usage-dial .inner-content.unlimited.usageNormal {
    border-bottom: 2px solid #00afab
}
body[ute-device-size='xs'] .usage-dial .inner-content.unlimited.usageOver,
body[ute-device-size='sm'] .usage-dial .inner-content.unlimited.usageOver {
    border-bottom: 2px solid #e12927
}
body[ute-device-size='xs'] .usage-dial .inner-content div.h3,
body[ute-device-size='sm'] .usage-dial .inner-content div.h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 0;
    line-height: 40px
}
body[ute-device-size='xs'] .usage-dial .inner-content div.h3 .ico,
body[ute-device-size='sm'] .usage-dial .inner-content div.h3 .ico {
    float: none;
    line-height: 40px
}
body[ute-device-size='xs'] .usage-dial .inner-content div.h3 .txt,
body[ute-device-size='sm'] .usage-dial .inner-content div.h3 .txt {
    float: none
}
body[ute-device-size='xs'] .usage-dial .inner-content div.h3 .subtxt,
body[ute-device-size='sm'] .usage-dial .inner-content div.h3 .subtxt {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize
}
body[ute-device-size='xs'] .usage-dial .inner-content .inner-circle,
body[ute-device-size='sm'] .usage-dial .inner-content .inner-circle {
    top: 12px;
    left: 12px;
    width: 208px;
    height: 208px
}
body[ute-device-size='xs'] .usage-dial .inner-content .slice,
body[ute-device-size='sm'] .usage-dial .inner-content .slice {
    top: -1.2rem
}
body[ute-device-size='xs'] .usage-dial .c100,
body[ute-device-size='sm'] .usage-dial .c100 {
    font-size: 233px;
    cursor: pointer
}
body[ute-device-size='xs'] .usage-dial .c100.center,
body[ute-device-size='sm'] .usage-dial .c100.center {
    margin-top: 13px;
    margin-bottom: 20px
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle {
    border-radius: 120px
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle span,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle span {
    float: left;
    text-align: center;
    line-height: 1;
    color: #000;
    width: inherit;
    text-decoration: none;
    white-space: initial
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle .amount,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle .amount {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle .remaining,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle .remaining {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle .updated,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle .updated {
    font-size: 18px;
    margin-top: 8px
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle .extras,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle .extras {
    font-size: 20px
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle .cta,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle .cta {
    margin-top: 12px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 0
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle .qty,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle .qty {
    margin-top: 24px;
    font-weight: 600;
    font-size: 30px
}
body[ute-device-size='xs'] .usage-dial .c100 .inner-circle .used,
body[ute-device-size='sm'] .usage-dial .c100 .inner-circle .used {
    font-size: 15px;
    padding: 0 10px;
    width: 89px;
    margin: 0 auto;
    text-align: center
}
body[ute-device-size='xs'] .usage-dial .unlimited.center,
body[ute-device-size='sm'] .usage-dial .unlimited.center {
    margin: 13px 0 -50px
}
body[ute-device-size='xs'] .usage-dial .unlimited div.h3,
body[ute-device-size='sm'] .usage-dial .unlimited div.h3 {
    margin-bottom: 42px
}
body[ute-device-size='xs'] .usage-dial .usageNormal .c100,
body[ute-device-size='sm'] .usage-dial .usageNormal .c100 {
    border: 1px solid #00afab
}
body[ute-device-size='xs'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='xs'] .usage-dial .usageNormal .c100 .fill,
body[ute-device-size='sm'] .usage-dial .usageNormal .c100 .bar,
body[ute-device-size='sm'] .usage-dial .usageNormal .c100 .fill {
    border-color: #00afab!important
}
body[ute-device-size='xs'] .usage-dial .usageNormal .c100 .inner-circle,
body[ute-device-size='sm'] .usage-dial .usageNormal .c100 .inner-circle {
    background-color: #fff
}
body[ute-device-size='xs'] .usage-dial .usageOver .c100,
body[ute-device-size='sm'] .usage-dial .usageOver .c100 {
    border: 1px solid #e12927
}
body[ute-device-size='xs'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='xs'] .usage-dial .usageOver .c100 .fill,
body[ute-device-size='sm'] .usage-dial .usageOver .c100 .bar,
body[ute-device-size='sm'] .usage-dial .usageOver .c100 .fill {
    border-color: #e12927!important
}
body[ute-device-size='xs'] .usage-dial .usageOver .c100 .inner-circle,
body[ute-device-size='sm'] .usage-dial .usageOver .c100 .inner-circle {
    background-color: #fff
}
body[ute-device-size='xs'] .usage-dial .extras,
body[ute-device-size='sm'] .usage-dial .extras {
    border-radius: 100%;
    background-color: #ffe600;
    width: 60px;
    height: 60px;
    margin-left: 60%;
    position: absolute;
    font-size: 12px;
    padding-top: 6px;
    text-align: center
}
body[ute-device-size='xs'] .usage-dial .extras.unlimited,
body[ute-device-size='sm'] .usage-dial .extras.unlimited {
    margin-top: -50px
}
body[ute-device-size='xs'] .usage-dial .extras.viewExtras,
body[ute-device-size='sm'] .usage-dial .extras.viewExtras {
    margin-top: -70px
}
body[ute-device-size='xs'] .usage-dial .closingTongue,
body[ute-device-size='sm'] .usage-dial .closingTongue {
    margin-top: 30px;
    bottom: 0;
    left: 10px;
    right: 10px;
    display: block;
    height: 50px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-top: 2px solid lightgrey
}
body[ute-device-size='xs'] .usage-dial .closingTongue.unlimited,
body[ute-device-size='sm'] .usage-dial .closingTongue.unlimited {
    margin-top: -20px
}
body[ute-device-size='xs'] .usage-dial .closingTongue .semicircle,
body[ute-device-size='sm'] .usage-dial .closingTongue .semicircle {
    background-color: lightgrey;
    display: block;
    width: 227px;
    height: 227px;
    margin: -179px auto 0;
    border-radius: 120px
}
body[ute-device-size='xs'] .usage-dial .closingTongue .text,
body[ute-device-size='sm'] .usage-dial .closingTongue .text {
    margin-top: -34px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: .3px
}
body[ute-device-size='xs'] .usage-dial .closingTongue .text:hover,
body[ute-device-size='sm'] .usage-dial .closingTongue .text:hover {
    cursor: pointer
}
body[ute-device-size='xs'] .usage-dial .closingTongue.view,
body[ute-device-size='sm'] .usage-dial .closingTongue.view {
    margin-top: -50px
}
body[ute-device-size='xs'] .usage-dial .closingTongue.usageNormal,
body[ute-device-size='xs'] .usage-dial .closingTongue.usageWarning,
body[ute-device-size='sm'] .usage-dial .closingTongue.usageNormal,
body[ute-device-size='sm'] .usage-dial .closingTongue.usageWarning {
    border-top: 2px solid #00afab
}
body[ute-device-size='xs'] .usage-dial .closingTongue.usageNormal .semicircle,
body[ute-device-size='xs'] .usage-dial .closingTongue.usageWarning .semicircle,
body[ute-device-size='sm'] .usage-dial .closingTongue.usageNormal .semicircle,
body[ute-device-size='sm'] .usage-dial .closingTongue.usageWarning .semicircle {
    background-color: #00afab
}
body[ute-device-size='xs'] .usage-dial .closingTongue.usageOver,
body[ute-device-size='sm'] .usage-dial .closingTongue.usageOver {
    border-top: 2px solid #e12927
}
body[ute-device-size='xs'] .usage-dial .closingTongue.usageOver .semicircle,
body[ute-device-size='sm'] .usage-dial .closingTongue.usageOver .semicircle {
    background-color: #e12927
}
body[ute-device-size='xs'] .usage-dial .serviceWrap,
body[ute-device-size='sm'] .usage-dial .serviceWrap {
    text-align: center;
    padding: 0;
    margin-top: 30px;
    color: #1e2121;
    width: 100%;
    position: relative
}
body[ute-device-size='xs'] .usage-dial .serviceWrap hr,
body[ute-device-size='sm'] .usage-dial .serviceWrap hr {
    margin: 0;
    padding: 0
}
body[ute-device-size='xs'] .usage-dial .serviceWrap h3,
body[ute-device-size='sm'] .usage-dial .serviceWrap h3 {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    color: #3D4141
}
body[ute-device-size='xs'] .usage-dial .serviceWrap h3 span,
body[ute-device-size='sm'] .usage-dial .serviceWrap h3 span {
    font-size: 25px;
    padding-right: 5px
}
body[ute-device-size='xs'] .usage-dial .serviceWrap h5,
body[ute-device-size='sm'] .usage-dial .serviceWrap h5 {
    margin: 10px 0 -10px;
    font-size: 11.7px;
    line-height: 0;
    color: #1e2121
}
body[ute-device-size='xs'] .usage-dial .serviceWrap .chartSymbolsWrap,
body[ute-device-size='sm'] .usage-dial .serviceWrap .chartSymbolsWrap {
    position: relative;
    height: 166px;
    padding-top: 12px
}
body[ute-device-size='xs'] .usage-dial .serviceWrap .chartSymbolsWrap .chart,
body[ute-device-size='sm'] .usage-dial .serviceWrap .chartSymbolsWrap .chart {
    background-color: #fff;
    border: grey solid 10px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 150px
}
body[ute-device-size='xs'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols,
body[ute-device-size='sm'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols {
    margin-top: -115px
}
body[ute-device-size='xs'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon,
body[ute-device-size='sm'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols .icon {
    font-size: 53px
}
body[ute-device-size='xs'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a,
body[ute-device-size='sm'] .usage-dial .serviceWrap .chartSymbolsWrap .symbols a {
    font-weight: 700;
    font-size: 16px
}
body[ute-device-size='xs'] .usage-dial .active .serviceWrap,
body[ute-device-size='sm'] .usage-dial .active .serviceWrap {
    background-color: #f1f1f1;
    border-bottom: 7px solid #000
}
body[ute-device-size='xs'] .usage-dial .active .serviceWrap hr,
body[ute-device-size='sm'] .usage-dial .active .serviceWrap hr {
    display: none
}
body[ute-device-size='xs'] .usage-dial .usage .type-title,
body[ute-device-size='sm'] .usage-dial .usage .type-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin: 10px 0 6px;
    text-transform: uppercase
}
body[ute-device-size='xs'] .usage-dial .usage .usage-info,
body[ute-device-size='sm'] .usage-dial .usage .usage-info {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #dde4e6
}
body[ute-device-size='xs'] .usage-dial .usage .extraSumWhite,
body[ute-device-size='sm'] .usage-dial .usage .extraSumWhite {
    background-color: #fff
}
body[ute-device-size='xs'] .usage-dial .usage .extraSum,
body[ute-device-size='sm'] .usage-dial .usage .extraSum {
    background-color: #eef0f0
}
body[ute-device-size='xs'] .usage-dial .usage .usage-title,
body[ute-device-size='sm'] .usage-dial .usage .usage-title {
    font-size: 15px;
    line-height: 20px;
    text-align: left
}
body[ute-device-size='xs'] .usage-dial .usage .usage-amount,
body[ute-device-size='sm'] .usage-dial .usage .usage-amount {
    font-weight: 600;
    font-size: 15px;
    padding-right: 8px;
    text-align: right;
    float: right
}
body[ute-device-size='xs'] .usage-dial hr.divider,
body[ute-device-size='sm'] .usage-dial hr.divider {
    border-top: 1px solid #e4e6e5
}
body[ute-device-size='xs'] .usage-dial .ng-scope,
body[ute-device-size='sm'] .usage-dial .ng-scope {
    padding-bottom: 0
}
.currentBox {
    padding: 10px;
    height: 80px;
    border-bottom: 1px solid #D4D4D4
}
.rightShift {
    margin-left: 45px
}
.numbersBox {
    margin-top: 20px
}
.greyBox {
    background-color: #e9e9e9
}
.inactive {
    display: none
}
.selectedItem {
    background: #ff0
}
.cardBoxLeft {
    background: #e6e7e9
}
.cardBoxLeft,
.cardBoxRight {
    border-bottom: 1px solid #000;
    height: 50px
}
.cardBoxLeftLast {
    background: #e6e7e9;
    height: 50px
}
.cardBoxRightLast {
    height: 50px
}
.autoRefillWarnBox {
    margin-top: 80px;
    margin-bottom: 80px;
    background: gray
}
.cmsArea {
    height: 80px;
    background: #e6e7e9;
    border: 1px solid #000;
    text-align: center
}
.centerAlign {
    padding: 10px 20px
}
.card_not_selected {
    opacity: .3;
    border: 0
}
.card_selected {
    opacity: 1
}
.modal-footer-dontshow {
    margin-top: 35px
}
.table1_row {
    height: 20px;
    border-bottom: 1px solid #CECECE
}
#table2_row1 {
    font-weight: 700
}
#row1,
#row2,
#row3,
#row4,
#row5 {
    background-color: #ECECEC;
    font-weight: 700
}
#table1_row1,
#table1_row2,
#table1_row3,
#table1_row4,
#table1_row5,
.column {
    border-bottom: 1px solid #CECECE;
    text-align: center
}
.column {
    display: inline-block;
    width: 15%
}
.column:nth-of-type(even) {
    background-color: #ECECEC
}
.btn_class {
    margin-top: 1em
}
.fido-head {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: .967;
    padding-top: 25px
}
.fido-head,
.reward-desc {
    font-family: Lato;
    text-align: left
}
.reward-desc {
    color: #000;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.333;
    padding-top: 20px
}
.eligible-text {
    font-family: Lato;
    color: #000;
    font-size: 1.4 rem
}
.reward-table-text {
    font-size: 1.6rem
}
.wrapper {
    text-align: center
}
.button {
    position: absolute;
    top: 50%
}
.header_links {
    text-align: right
}
.fontResize {
    font-size: 1.5rem
}
.margin-top-1-0-rem {
    margin-top: 1rem
}
.margin-top-2-0-rem {
    margin-top: 2rem
}
.retrieve-puk-base-font,
body[ute-device-size='md'] .retrieve-puk-heading,
body[ute-device-size='lg'] .retrieve-puk-heading,
body[ute-device-size='xl'] .retrieve-puk-heading,
body[ute-device-size='2k'] .retrieve-puk-heading,
body[ute-device-size='4k'] .retrieve-puk-heading,
body[ute-device-size='8k'] .retrieve-puk-heading,
body[ute-device-size='md'] .retrieve-puk-header-content,
body[ute-device-size='lg'] .retrieve-puk-header-content,
body[ute-device-size='xl'] .retrieve-puk-header-content,
body[ute-device-size='2k'] .retrieve-puk-header-content,
body[ute-device-size='4k'] .retrieve-puk-header-content,
body[ute-device-size='8k'] .retrieve-puk-header-content,
body[ute-device-size='md'] .retrieve-puk-fido-number-text,
body[ute-device-size='md'] .retrieve-puk-number-text,
body[ute-device-size='lg'] .retrieve-puk-fido-number-text,
body[ute-device-size='lg'] .retrieve-puk-number-text,
body[ute-device-size='xl'] .retrieve-puk-fido-number-text,
body[ute-device-size='xl'] .retrieve-puk-number-text,
body[ute-device-size='2k'] .retrieve-puk-fido-number-text,
body[ute-device-size='2k'] .retrieve-puk-number-text,
body[ute-device-size='4k'] .retrieve-puk-fido-number-text,
body[ute-device-size='4k'] .retrieve-puk-number-text,
body[ute-device-size='8k'] .retrieve-puk-fido-number-text,
body[ute-device-size='8k'] .retrieve-puk-number-text,
body[ute-device-size='md'] .retrieve-puk-device-unlock-content,
body[ute-device-size='lg'] .retrieve-puk-device-unlock-content,
body[ute-device-size='xl'] .retrieve-puk-device-unlock-content,
body[ute-device-size='2k'] .retrieve-puk-device-unlock-content,
body[ute-device-size='4k'] .retrieve-puk-device-unlock-content,
body[ute-device-size='8k'] .retrieve-puk-device-unlock-content,
body[ute-device-size='md'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='lg'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='xl'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='2k'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='4k'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='8k'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='md'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='lg'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='xl'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='2k'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='4k'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='8k'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='md'] .retrieve-puk-heads-up,
body[ute-device-size='lg'] .retrieve-puk-heads-up,
body[ute-device-size='xl'] .retrieve-puk-heads-up,
body[ute-device-size='2k'] .retrieve-puk-heads-up,
body[ute-device-size='4k'] .retrieve-puk-heads-up,
body[ute-device-size='8k'] .retrieve-puk-heads-up,
body[ute-device-size='xs'] .retrieve-puk-heading,
body[ute-device-size='sm'] .retrieve-puk-heading,
body[ute-device-size='xs'] .retrieve-puk-header-content,
body[ute-device-size='sm'] .retrieve-puk-header-content,
body[ute-device-size='xs'] .retrieve-puk-fido-number-text,
body[ute-device-size='xs'] .retrieve-puk-number-text,
body[ute-device-size='sm'] .retrieve-puk-fido-number-text,
body[ute-device-size='sm'] .retrieve-puk-number-text,
body[ute-device-size='xs'] .retrieve-puk-device-unlock-content,
body[ute-device-size='sm'] .retrieve-puk-device-unlock-content,
body[ute-device-size='xs'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='sm'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='xs'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='sm'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='xs'] .retrieve-puk-heads-up,
body[ute-device-size='sm'] .retrieve-puk-heads-up {
    font-family: lato, sans-serif;
    color: #000
}
body[ute-device-size='md'] .retrieve-puk-heading,
body[ute-device-size='lg'] .retrieve-puk-heading,
body[ute-device-size='xl'] .retrieve-puk-heading,
body[ute-device-size='2k'] .retrieve-puk-heading,
body[ute-device-size='4k'] .retrieve-puk-heading,
body[ute-device-size='8k'] .retrieve-puk-heading {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 5rem
}
body[ute-device-size='md'] .retrieve-puk-header-content,
body[ute-device-size='lg'] .retrieve-puk-header-content,
body[ute-device-size='xl'] .retrieve-puk-header-content,
body[ute-device-size='2k'] .retrieve-puk-header-content,
body[ute-device-size='4k'] .retrieve-puk-header-content,
body[ute-device-size='8k'] .retrieve-puk-header-content {
    font-size: 2.1 rem;
    font-weight: 400;
    margin-top: 2.5rem
}
body[ute-device-size='md'] .margin-top-3-0-rem,
body[ute-device-size='lg'] .margin-top-3-0-rem,
body[ute-device-size='xl'] .margin-top-3-0-rem,
body[ute-device-size='2k'] .margin-top-3-0-rem,
body[ute-device-size='4k'] .margin-top-3-0-rem,
body[ute-device-size='8k'] .margin-top-3-0-rem {
    margin-top: 3rem
}
body[ute-device-size='md'] .margin-top-4-8-rem,
body[ute-device-size='lg'] .margin-top-4-8-rem,
body[ute-device-size='xl'] .margin-top-4-8-rem,
body[ute-device-size='2k'] .margin-top-4-8-rem,
body[ute-device-size='4k'] .margin-top-4-8-rem,
body[ute-device-size='8k'] .margin-top-4-8-rem {
    margin-top: 4.8rem
}
body[ute-device-size='md'] .padding-top-1-0-rem,
body[ute-device-size='lg'] .padding-top-1-0-rem,
body[ute-device-size='xl'] .padding-top-1-0-rem,
body[ute-device-size='2k'] .padding-top-1-0-rem,
body[ute-device-size='4k'] .padding-top-1-0-rem,
body[ute-device-size='8k'] .padding-top-1-0-rem {
    padding-top: 1rem
}
body[ute-device-size='md'] .retrieve-puk-fido-number-text,
body[ute-device-size='md'] .retrieve-puk-number-text,
body[ute-device-size='lg'] .retrieve-puk-fido-number-text,
body[ute-device-size='lg'] .retrieve-puk-number-text,
body[ute-device-size='xl'] .retrieve-puk-fido-number-text,
body[ute-device-size='xl'] .retrieve-puk-number-text,
body[ute-device-size='2k'] .retrieve-puk-fido-number-text,
body[ute-device-size='2k'] .retrieve-puk-number-text,
body[ute-device-size='4k'] .retrieve-puk-fido-number-text,
body[ute-device-size='4k'] .retrieve-puk-number-text,
body[ute-device-size='8k'] .retrieve-puk-fido-number-text,
body[ute-device-size='8k'] .retrieve-puk-number-text {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}
body[ute-device-size='md'] .margin-left-11-05-percent,
body[ute-device-size='lg'] .margin-left-11-05-percent,
body[ute-device-size='xl'] .margin-left-11-05-percent,
body[ute-device-size='2k'] .margin-left-11-05-percent,
body[ute-device-size='4k'] .margin-left-11-05-percent,
body[ute-device-size='8k'] .margin-left-11-05-percent {
    margin-left: 11.5%
}
body[ute-device-size='md'] .retrieve-puk-device-unlock-content,
body[ute-device-size='lg'] .retrieve-puk-device-unlock-content,
body[ute-device-size='xl'] .retrieve-puk-device-unlock-content,
body[ute-device-size='2k'] .retrieve-puk-device-unlock-content,
body[ute-device-size='4k'] .retrieve-puk-device-unlock-content,
body[ute-device-size='8k'] .retrieve-puk-device-unlock-content {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 2rem;
    padding-left: 0
}
body[ute-device-size='md'] .retrieve-puk-code-container,
body[ute-device-size='lg'] .retrieve-puk-code-container,
body[ute-device-size='xl'] .retrieve-puk-code-container,
body[ute-device-size='2k'] .retrieve-puk-code-container,
body[ute-device-size='4k'] .retrieve-puk-code-container,
body[ute-device-size='8k'] .retrieve-puk-code-container {
    height: 10rem;
    background-color: #eef0f0;
    padding-left: 0
}
body[ute-device-size='md'] .retrieve-puk-code-container p:first-child,
body[ute-device-size='lg'] .retrieve-puk-code-container p:first-child,
body[ute-device-size='xl'] .retrieve-puk-code-container p:first-child,
body[ute-device-size='2k'] .retrieve-puk-code-container p:first-child,
body[ute-device-size='4k'] .retrieve-puk-code-container p:first-child,
body[ute-device-size='8k'] .retrieve-puk-code-container p:first-child {
    margin-top: 1.5rem;
    margin-bottom: .5rem
}
body[ute-device-size='md'] .retrieve-puk-code-container p:first-child img,
body[ute-device-size='lg'] .retrieve-puk-code-container p:first-child img,
body[ute-device-size='xl'] .retrieve-puk-code-container p:first-child img,
body[ute-device-size='2k'] .retrieve-puk-code-container p:first-child img,
body[ute-device-size='4k'] .retrieve-puk-code-container p:first-child img,
body[ute-device-size='8k'] .retrieve-puk-code-container p:first-child img {
    display: inline;
    margin-left: -1rem
}
body[ute-device-size='md'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='lg'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='xl'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='2k'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='4k'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='8k'] .retrieve-puk-code-container p:first-child span {
    font-size: 1.8rem;
    font-weight: 600;
    margin-left: 2rem
}
body[ute-device-size='md'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='lg'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='xl'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='2k'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='4k'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='8k'] .retrieve-puk-code-container p:last-child {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    width: 82%;
    margin-left: 12%;
    background-image: url(/html-fido/cms/ute/fido/images/wireless/dashboard/postpaid/pukcode-border-one.png), url(/html-fido/cms/ute/fido/images/wireless/dashboard/postpaid/pukcode-border-one.png), url(/html-fido/cms/ute/fido/images/wireless/dashboard/postpaid/pukcode-border-one.png);
    background-size: 98%, 98%, 98%;
    background-position: left top, right center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding: .5rem 1rem 1rem
}
body[ute-device-size='md'] .retrieve-puk-heads-up,
body[ute-device-size='lg'] .retrieve-puk-heads-up,
body[ute-device-size='xl'] .retrieve-puk-heads-up,
body[ute-device-size='2k'] .retrieve-puk-heads-up,
body[ute-device-size='4k'] .retrieve-puk-heads-up,
body[ute-device-size='8k'] .retrieve-puk-heads-up {
    font-size: 1.6 rem;
    font-weight: 300;
    margin-top: 3rem
}
body[ute-device-size='md'] .retrieve-puk-heads-up span,
body[ute-device-size='lg'] .retrieve-puk-heads-up span,
body[ute-device-size='xl'] .retrieve-puk-heads-up span,
body[ute-device-size='2k'] .retrieve-puk-heads-up span,
body[ute-device-size='4k'] .retrieve-puk-heads-up span,
body[ute-device-size='8k'] .retrieve-puk-heads-up span {
    display: inline
}
body[ute-device-size='md'] .retrieve-puk-see-full-details,
body[ute-device-size='lg'] .retrieve-puk-see-full-details,
body[ute-device-size='xl'] .retrieve-puk-see-full-details,
body[ute-device-size='2k'] .retrieve-puk-see-full-details,
body[ute-device-size='4k'] .retrieve-puk-see-full-details,
body[ute-device-size='8k'] .retrieve-puk-see-full-details {
    font-family: lato, sans-serif;
    color: #055d67;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 7rem
}
body[ute-device-size='md'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-code-container body[ute-device-size='md'] p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-code-container body[ute-device-size='md'] p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-code-container body[ute-device-size='md'] p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-code-container body[ute-device-size='md'] p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-code-container body[ute-device-size='md'] p:last-child:before,
body[ute-device-size='md'] .retrieve-puk-buttons:before,
body[ute-device-size='md'] .retrieve-puk-device-unlock-content:before,
body[ute-language="fr"] .retrieve-puk-code-container body[ute-device-size='md'] p:last-child:before,
body[ute-device-size='md'] .retrieve-puk-code-container body[ute-device-size='lg'] p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-code-container body[ute-device-size='lg'] p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-code-container body[ute-device-size='lg'] p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-code-container body[ute-device-size='lg'] p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-code-container body[ute-device-size='lg'] p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-buttons:before,
body[ute-device-size='lg'] .retrieve-puk-device-unlock-content:before,
body[ute-language="fr"] .retrieve-puk-code-container body[ute-device-size='lg'] p:last-child:before,
body[ute-device-size='md'] .retrieve-puk-code-container body[ute-device-size='xl'] p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-code-container body[ute-device-size='xl'] p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-code-container body[ute-device-size='xl'] p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-code-container body[ute-device-size='xl'] p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-code-container body[ute-device-size='xl'] p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-buttons:before,
body[ute-device-size='xl'] .retrieve-puk-device-unlock-content:before,
body[ute-language="fr"] .retrieve-puk-code-container body[ute-device-size='xl'] p:last-child:before,
body[ute-device-size='md'] .retrieve-puk-code-container body[ute-device-size='2k'] p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-code-container body[ute-device-size='2k'] p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-code-container body[ute-device-size='2k'] p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-code-container body[ute-device-size='2k'] p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-code-container body[ute-device-size='2k'] p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-buttons:before,
body[ute-device-size='2k'] .retrieve-puk-device-unlock-content:before,
body[ute-language="fr"] .retrieve-puk-code-container body[ute-device-size='2k'] p:last-child:before,
body[ute-device-size='md'] .retrieve-puk-code-container body[ute-device-size='4k'] p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-code-container body[ute-device-size='4k'] p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-code-container body[ute-device-size='4k'] p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-code-container body[ute-device-size='4k'] p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-code-container body[ute-device-size='4k'] p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-buttons:before,
body[ute-device-size='4k'] .retrieve-puk-device-unlock-content:before,
body[ute-language="fr"] .retrieve-puk-code-container body[ute-device-size='4k'] p:last-child:before,
body[ute-device-size='md'] .retrieve-puk-code-container body[ute-device-size='8k'] p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-code-container body[ute-device-size='8k'] p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-code-container body[ute-device-size='8k'] p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-code-container body[ute-device-size='8k'] p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-code-container body[ute-device-size='8k'] p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-buttons:before,
body[ute-device-size='8k'] .retrieve-puk-device-unlock-content:before,
body[ute-language="fr"] .retrieve-puk-code-container body[ute-device-size='8k'] p:last-child:before {
    content: ' ';
    border-style: dashed;
    border-color: #7c6900;
    display: block;
    height: 4em;
    position: absolute;
    top: 1em
}
body[ute-device-size='md'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='lg'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='xl'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='2k'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='4k'] .retrieve-puk-code-container p:last-child:before,
body[ute-device-size='8k'] .retrieve-puk-code-container p:last-child:before {
    left: 1.1em;
    border-width: 2px 0 0 2px;
    margin-top: 1rem;
    margin-left: -8rem;
    width: 3.5em;
    z-index: -1
}
body[ute-device-size='md'] .retrieve-puk-buttons,
body[ute-device-size='lg'] .retrieve-puk-buttons,
body[ute-device-size='xl'] .retrieve-puk-buttons,
body[ute-device-size='2k'] .retrieve-puk-buttons,
body[ute-device-size='4k'] .retrieve-puk-buttons,
body[ute-device-size='8k'] .retrieve-puk-buttons {
    padding-left: 0;
    margin-left: -1.5rem
}
body[ute-device-size='md'] .retrieve-puk-buttons:before,
body[ute-device-size='lg'] .retrieve-puk-buttons:before,
body[ute-device-size='xl'] .retrieve-puk-buttons:before,
body[ute-device-size='2k'] .retrieve-puk-buttons:before,
body[ute-device-size='4k'] .retrieve-puk-buttons:before,
body[ute-device-size='8k'] .retrieve-puk-buttons:before {
    border-width: 2px 0 0 0
}
body[ute-device-size='md'] .retrieve-puk-device-unlock-content:before,
body[ute-device-size='lg'] .retrieve-puk-device-unlock-content:before,
body[ute-device-size='xl'] .retrieve-puk-device-unlock-content:before,
body[ute-device-size='2k'] .retrieve-puk-device-unlock-content:before,
body[ute-device-size='4k'] .retrieve-puk-device-unlock-content:before,
body[ute-device-size='8k'] .retrieve-puk-device-unlock-content:before {
    left: 1.1em;
    border-width: 0 0 0 2px;
    margin-top: -5rem;
    margin-left: -8rem;
    width: 3.5em
}
body[ute-device-size='xs'] .retrieve-puk-heading,
body[ute-device-size='sm'] .retrieve-puk-heading {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 3.5rem
}
body[ute-device-size='xs'] .retrieve-puk-header-content,
body[ute-device-size='sm'] .retrieve-puk-header-content {
    font-size: 2.1 rem;
    font-weight: 400;
    margin-top: 1.5rem
}
body[ute-device-size='xs'] .margin-top-4-0-rem,
body[ute-device-size='sm'] .margin-top-4-0-rem,
body[ute-device-size='xs'] .margin-top-4-0-rem-mobile,
body[ute-device-size='sm'] .margin-top-4-0-rem-mobile {
    margin-top: 4rem
}
body[ute-device-size='xs'] .retrieve-puk-fido-number-text,
body[ute-device-size='xs'] .retrieve-puk-number-text,
body[ute-device-size='sm'] .retrieve-puk-fido-number-text,
body[ute-device-size='sm'] .retrieve-puk-number-text {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}
body[ute-device-size='xs'] .retrieve-puk-device-unlock-content,
body[ute-device-size='sm'] .retrieve-puk-device-unlock-content {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 2.5rem
}
body[ute-device-size='xs'] .retrieve-puk-code-container,
body[ute-device-size='sm'] .retrieve-puk-code-container {
    height: 10rem;
    background-color: #eef0f0;
    padding-left: 0;
    margin-top: 2.5rem
}
body[ute-device-size='xs'] .retrieve-puk-code-container p:first-child,
body[ute-device-size='sm'] .retrieve-puk-code-container p:first-child {
    margin-top: 1.5rem;
    margin-bottom: .5rem
}
body[ute-device-size='xs'] .retrieve-puk-code-container p:first-child img,
body[ute-device-size='sm'] .retrieve-puk-code-container p:first-child img {
    display: none;
    margin-left: -1rem
}
body[ute-device-size='xs'] .retrieve-puk-code-container p:first-child span,
body[ute-device-size='sm'] .retrieve-puk-code-container p:first-child span {
    font-size: 1.8rem;
    font-weight: 600;
    margin-left: 2rem
}
body[ute-device-size='xs'] .retrieve-puk-code-container p:last-child,
body[ute-device-size='sm'] .retrieve-puk-code-container p:last-child {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    width: 82%;
    margin-left: 12%;
    background-image: url(/html-fido/cms/ute/fido/images/wireless/dashboard/postpaid/pukcode-border-one.png), url(/html-fido/cms/ute/fido/images/wireless/dashboard/postpaid/pukcode-border-one.png), url(/html-fido/cms/ute/fido/images/wireless/dashboard/postpaid/pukcode-border-one.png);
    background-size: 98%, 98%, 98%;
    background-position: left top, right center, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding: .5rem 1rem 1rem
}
body[ute-device-size='xs'] .retrieve-puk-heads-up,
body[ute-device-size='sm'] .retrieve-puk-heads-up {
    font-size: 1.6 rem;
    font-weight: 300;
    margin-top: 2.5rem
}
body[ute-device-size='xs'] .retrieve-puk-heads-up span,
body[ute-device-size='sm'] .retrieve-puk-heads-up span {
    display: block
}
body[ute-device-size='xs'] .retrieve-puk-see-full-details,
body[ute-device-size='sm'] .retrieve-puk-see-full-details {
    font-family: lato, sans-serif;
    color: #055d67;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 4rem
}
body[ute-device-size='xs'] .retrieve-puk-dashed-line-mobile,
body[ute-device-size='sm'] .retrieve-puk-dashed-line-mobile {
    margin-top: -1.5rem
}
body[ute-device-size='xs'] .retrieve-puk-dashed-line-mobile img:first-child,
body[ute-device-size='sm'] .retrieve-puk-dashed-line-mobile img:first-child {
    margin-left: 2rem;
    margin-top: -1.5rem
}
body[ute-device-size='xs'] .padding-top-2-0-rem-mobile,
body[ute-device-size='sm'] .padding-top-2-0-rem-mobile {
    margin-top: 2rem
}
body[ute-device-size='xs'] .retrieve-puk-dashed-line-mobile:before,
body[ute-device-size='xs'] .ute-get-code-button:before,
body[ute-device-size='sm'] .retrieve-puk-dashed-line-mobile:before,
body[ute-device-size='sm'] .ute-get-code-button:before {
    content: ' ';
    border-style: dashed;
    border-color: #7c6900;
    display: block;
    height: 2rem;
    position: absolute;
    top: 1.5rem
}
body[ute-device-size='xs'] .retrieve-puk-dashed-line-mobile:before,
body[ute-device-size='sm'] .retrieve-puk-dashed-line-mobile:before {
    border-width: 0 0 2px 2px;
    margin-left: 2.8rem
}
body[ute-device-size='xs'] .ute-get-code-button:before,
body[ute-device-size='sm'] .ute-get-code-button:before {
    border-width: 0 2px 0 0;
    margin-left: 5rem;
    margin-top: -4.3rem
}
body[ute-device-size='xs'] .ute-get-code-button:active:before,
body[ute-device-size='sm'] .ute-get-code-button:active:before {
    margin-top: -5.6rem;
    height: 1.2rem
}
.retrieve-puk-dashed-line {
    padding-left: 0;
    margin-left: -1.5rem;
    margin-top: -11.3rem
}
@media (min-width: 992px) {
    .retrieve-puk-buttons:before {
        width: 2.2em
    }
}
@media (min-width: 1072px) {
    .retrieve-puk-buttons:before {
        width: 2.5em
    }
}
@media (min-width: 1122px) {
    .retrieve-puk-buttons:before {
        width: 2.8em
    }
}
@media (min-width: 1292px) {
    .retrieve-puk-buttons:before {
        width: 3em
    }
}
@media (max-width: 319px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 68%
    }
}
@media (min-width: 320px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 69.8%
    }
}
@media (min-width: 345px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 72%
    }
}
@media (min-width: 365px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 73%
    }
}
@media (min-width: 375px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 74%
    }
}
@media (min-width: 385px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 75%
    }
}
@media (min-width: 415px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 76.6%
    }
}
@media (min-width: 425px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 77.2%
    }
}
@media (min-width: 435px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 77.8%
    }
}
@media (min-width: 445px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 78.4%
    }
}
@media (min-width: 455px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 78.5%
    }
}
@media (min-width: 465px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 79%
    }
}
@media (min-width: 475px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 79.5%
    }
}
@media (min-width: 485px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 80%
    }
}
@media (min-width: 495px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 80.5%
    }
}
@media (min-width: 515px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 81.35%
    }
}
@media (min-width: 525px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 81.7%
    }
}
@media (min-width: 535px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 82.05%
    }
}
@media (min-width: 545px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 82.4%
    }
}
@media (min-width: 565px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 82.5%
    }
}
@media (min-width: 575px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 82.75%
    }
}
@media (min-width: 585px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 83%
    }
}
@media (min-width: 595px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 83.25%
    }
}
@media (min-width: 605px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 83.5%
    }
}
@media (min-width: 615px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 83.75%
    }
}
@media (min-width: 625px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 84%
    }
}
@media (min-width: 635px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 84.25%
    }
}
@media (min-width: 645px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 84.5%
    }
}
@media (min-width: 655px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 84.75%
    }
}
@media (min-width: 665px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 85%
    }
}
@media (min-width: 675px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 85.25%
    }
}
@media (min-width: 685px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 85.5%
    }
}
@media (min-width: 695px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 85.75%
    }
}
@media (min-width: 705px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 86%
    }
}
@media (min-width: 715px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 86.25%
    }
}
@media (min-width: 725px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 86.5%
    }
}
@media (min-width: 735px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 86.75%
    }
}
@media (min-width: 745px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 87%
    }
}
@media (min-width: 755px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 87.25%
    }
}
@media (min-width: 765px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 87.5%
    }
}
@media (min-width: 775px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 87.75%
    }
}
@media (min-width: 785px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 88%
    }
}
@media (min-width: 795px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 88.25%
    }
}
@media (min-width: 805px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 88.5%
    }
}
@media (min-width: 815px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 88.75%
    }
}
@media (min-width: 825px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 89%
    }
}
@media (min-width: 835px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 89.25%
    }
}
@media (min-width: 845px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 89.5%
    }
}
@media (min-width: 855px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 89.75%
    }
}
@media (min-width: 865px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 90%
    }
}
@media (min-width: 875px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 90.25%
    }
}
@media (min-width: 885px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 90.5%
    }
}
@media (min-width: 895px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 90.75%
    }
}
@media (min-width: 905px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 91%
    }
}
@media (min-width: 915px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 91.25%
    }
}
@media (min-width: 925px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 91.5%
    }
}
@media (min-width: 935px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 91.75%
    }
}
@media (min-width: 945px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 92%
    }
}
@media (min-width: 955px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 92.25%
    }
}
@media (min-width: 965px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 92.5%
    }
}
@media (min-width: 975px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 92.75%
    }
}
@media (min-width: 985px) {
    .retrieve-puk-dashed-line-mobile:before {
        width: 93%
    }
}
@media (max-width: 1155px) {
    body[ute-language="fr"] .retrieve-puk-code-container p:last-child:before {
        left: 1.1em;
        border-width: 2px 0 0 2px;
        margin-top: 1rem;
        margin-left: -8rem;
        width: 3.5em;
        z-index: -1;
        height: 5.5rem
    }
}
@media (min-width: 992px) {
    body[ute-language="fr"] .retrieve-puk-buttons:before {
        width: 2.3em
    }
}
@media (min-width: 1072px) {
    body[ute-language="fr"] .retrieve-puk-buttons:before {
        width: 2.75em
    }
}
@media (min-width: 1116px) {
    body[ute-language="fr"] .retrieve-puk-buttons:before {
        width: 3em
    }
}
@media (min-width: 1172px) {
    body[ute-language="fr"] .retrieve-puk-buttons:before {
        width: 3.3em
    }
}
@media (min-width: 1292px) {
    body[ute-language="fr"] .retrieve-puk-buttons:before {
        width: 3.4em
    }
}
@media (max-width: 319px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 70%
    }
}
@media (min-width: 320px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 71.8%
    }
}
@media (min-width: 345px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 73.5%
    }
}
@media (min-width: 365px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 74.5%
    }
}
@media (min-width: 375px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 75.5%
    }
}
@media (min-width: 385px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 76.5%
    }
}
@media (min-width: 415px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 78.1%
    }
}
@media (min-width: 425px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 78.7%
    }
}
@media (min-width: 435px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 79.3%
    }
}
@media (min-width: 445px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 79.9%
    }
}
@media (min-width: 455px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 80%
    }
}
@media (min-width: 465px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 80.5%
    }
}
@media (min-width: 475px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 81%
    }
}
@media (min-width: 485px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 81.5%
    }
}
@media (min-width: 495px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 82%
    }
}
@media (min-width: 515px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 82.85%
    }
}
@media (min-width: 525px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 83.2%
    }
}
@media (min-width: 535px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 83.55%
    }
}
@media (min-width: 545px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 83.9%
    }
}
@media (min-width: 565px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 84%
    }
}
@media (min-width: 575px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 84.25%
    }
}
@media (min-width: 585px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 84.5%
    }
}
@media (min-width: 595px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 84.75%
    }
}
@media (min-width: 605px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 85%
    }
}
@media (min-width: 615px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 85.25%
    }
}
@media (min-width: 625px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 85.5%
    }
}
@media (min-width: 635px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 85.75%
    }
}
@media (min-width: 645px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 86%
    }
}
@media (min-width: 655px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 86.25%
    }
}
@media (min-width: 665px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 86.5%
    }
}
@media (min-width: 675px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 86.75%
    }
}
@media (min-width: 685px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 87%
    }
}
@media (min-width: 695px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 87.25%
    }
}
@media (min-width: 705px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 87.5%
    }
}
@media (min-width: 715px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 87.75%
    }
}
@media (min-width: 725px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 88%
    }
}
@media (min-width: 735px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 88.25%
    }
}
@media (min-width: 745px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 88.5%
    }
}
@media (min-width: 755px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 88.75%
    }
}
@media (min-width: 765px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 89%
    }
}
@media (min-width: 775px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 89.25%
    }
}
@media (min-width: 785px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 89.5%
    }
}
@media (min-width: 795px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 89.75%
    }
}
@media (min-width: 805px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 90%
    }
}
@media (min-width: 815px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 90.25%
    }
}
@media (min-width: 825px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 90.5%
    }
}
@media (min-width: 835px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 90.75%
    }
}
@media (min-width: 845px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 91%
    }
}
@media (min-width: 855px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 91.25%
    }
}
@media (min-width: 865px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 91.5%
    }
}
@media (min-width: 875px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 91.75%
    }
}
@media (min-width: 885px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 92%
    }
}
@media (min-width: 895px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 92.25%
    }
}
@media (min-width: 905px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 92.5%
    }
}
@media (min-width: 915px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 92.75%
    }
}
@media (min-width: 925px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 93%
    }
}
@media (min-width: 935px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 93.25%
    }
}
@media (min-width: 945px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 93.5%
    }
}
@media (min-width: 955px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 93.75%
    }
}
@media (min-width: 965px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 94%
    }
}
@media (min-width: 975px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 94.25%
    }
}
@media (min-width: 985px) {
    body[ute-language="fr"] .retrieve-puk-dashed-line-mobile:before {
        width: 94.5%
    }
}
body[ute-language="fr"] .margin-top-4-8-rem {
    margin-top: 3.8rem
}
body[ute-language="fr"] .ute-get-code-button:before {
    margin-left: 11rem
}
.pp-refill-pay-plan {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 3rem
}
.pp-one-time-refill {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 4.5rem
}
.pp-refill-plan-first {
    font-size: 1.55rem;
    font-weight: 300
}
.pp-top-arrow-style {
    margin: 0
}
.pp-refill-plans-first {
    font-size: 1.5rem;
    font-weight: 400
}
.pp-refill-unlimited {
    font-size: 1.6rem;
    font-weight: 600
}
.pp-refill-month-plan {
    font-weight: 400;
    color: #7c6900;
    font-size: 2rem;
    font-family: lato
}
.pp-refill-line-break {
    margin-top: 2rem
}
.pp-refill-credit-card {
    height: 42px
}
.pp-refill-button {
    margin-top: 5rem;
    padding-left: 20rem
}
.pp-refill-stop-button {
    margin-top: 3rem
}
.pp-refill-button-space {
    padding-left: 8rem
}
.pp-refill-button-mobile {
    margin-top: 5rem
}
.pp-refill-details-plan {
    font-size: 1.9rem;
    font-weight: 500;
    padding-top: 7rem
}
.pp-refill-margin-top {
    margin-top: 6rem
}
.pp-refill-credit card-plan {
    font-family: Lato;
    font-size: 16px;
    font-weight: 300
}
.pp-refill-detail {
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    margin-top: 1rem
}
.wl-pp-refill-top-arrow {
    visibility: visible;
    margin-top: 4rem;
    opacity: 1;
    z-index: 99;
    width: 100%;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 90;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 90;
    border-top: 10px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    padding: 20px;
    height: 105px
}
.wl-pp-refill-top-arrow-cap:before {
    position: absolute;
    content: " ";
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") top center no-repeat;
    background-size: 96px 64px;
    width: 96px;
    height: 64px;
    top: 30px;
    z-index: 100
}
@media only screen and (min-width: 337px) {
    .wl-pp-refill-top-arrow-cap:before {
        left: 22%
    }
}
@media only screen and (min-width: 400px) {
    .wl-pp-refill-top-arrow-cap:before {
        left: 18%
    }
}
@media only screen and (min-width: 500px) {
    .wl-pp-refill-top-arrow-cap:before {
        left: 15%
    }
}
@media only screen and (min-width: 650px) {
    .wl-pp-refill-top-arrow-cap:before {
        left: 12%
    }
}
@media only screen and (min-width: 737px) and (max-width: 991px) {
    .wl-pp-refill-top-arrow-cap:before {
        left: 10%
    }
}
@media only screen and (min-width: 992px) {
    .wl-pp-refill-top-arrow-cap:before {
        left: 22%
    }
}
.wl-pp-refill-top-arrow-cap-interac:before {
    position: absolute;
    content: " ";
    background: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-arrow-line.png") top center no-repeat;
    background-size: 96px 64px;
    width: 96px;
    height: 64px;
    top: 30px;
    z-index: 100
}
body[ute-device-size='md'] .hr-line,
body[ute-device-size='lg'] .hr-line,
body[ute-device-size='xl'] .hr-line,
body[ute-device-size='2k'] .hr-line,
body[ute-device-size='4k'] .hr-line,
body[ute-device-size='8k'] .hr-line {
    padding-top: 3rem
}
body[ute-device-size='xs'] .hr-line,
body[ute-device-size='sm'] .hr-line {
    padding-top: .1rem
}
@media only screen and (min-width: 336px) {
    .wl-pp-refill-top-arrow-cap-interac:before {
        left: 18%
    }
}
@media only screen and (min-width: 500px) {
    .wl-pp-refill-top-arrow-cap-interac:before {
        left: 14%
    }
}
@media only screen and (min-width: 650px) {
    .wl-pp-refill-top-arrow-cap-interac:before {
        left: 12%
    }
}
@media only screen and (min-width: 737px) and (max-width: 991px) {
    .wl-pp-refill-top-arrow-cap-interac:before {
        left: 8%
    }
}
@media only screen and (min-width: 992px) {
    .wl-pp-refill-top-arrow-cap-interac:before {
        left: 18%
    }
}
.pp-lost-stolen-heading {
    font-size: 3.5rem;
    font-weight: 600;
    padding-top: 3.5rem
}
.pp-lost-stolen-sub-heading {
    font-size: 2.5rem;
    font-weight: 500;
    padding-top: 2rem
}
.pp-lost-stolen-image-space {
    padding-top: 2.5rem
}
.pp-lost-stolen-space {
    font-size: 2.5rem;
    font-weight: 500;
    padding-top: 4rem
}
.pp-lost-stolen-device {
    font-size: 3rem;
    font-weight: 500;
    ute-margin-top: 3rem
}
.pp-lost-stolen-suspend {
    font-size: 2rem;
    font-weight: 500
}
.los-reactivate-heading {
    font-size: 4.8rem;
    font-weight: 600
}
#c1430335716860.rui-hero-expander {
    background-image: url('/html-fido/cms/ute/fido/images/temp-get-curious-sm.jpg')
}
@media (min-width: 768px) {
    #c1430335716860.rui-hero-expander {
        background-image: url('/html-fido/cms/ute/fido/images/temp-get-curious-lg.jpg')
    }
}
.rui-pricing-banner {
    background-image: url('/html-fido/cms/ute/fido/images/temp-pulse-plan-bg-lower.png')
}
@media (min-width: 768px) {
    .rui-pricing-banner {
        background-image: url('/html-fido/cms/ute/fido/images/temp-pulse-plan-bg-lg.jpg')
    }
}
.iw_component {
    border-top: 1px solid transparent;
    margin-top: -1px;
    position: relative
}
.rui-hero-expander {
    background-position: center 30%;
    background-size: 115% auto;
    background-repeat: no-repeat;
    box-sizing: padding-box;
    margin-top: 0;
    position: relative
}
.rui-hero-expander .banner {
    min-height: 557px;
    padding-top: 20em
}
@media (min-width: 768px) {
    .rui-hero-expander .banner {
        padding-top: 6em;
        min-height: 380px
    }
}
@media (min-width: 992px) {
    .rui-hero-expander .banner {
        min-height: 557px;
        padding-top: 9em
    }
}
.rui-hero-expander .content {
    width: 20em;
    text-align: center;
    font-size: 1.35em;
    color: #fff;
    font-weight: 500
}
@media (min-width: 768px) {
    .rui-hero-expander .content {
        width: 100%;
        min-width: 420px;
        font-size: 1.9em
    }
}
@media (min-width: 992px) {
    .rui-hero-expander .content {
        font-size: 2.15em
    }
}
.rui-hero-expander .content .lead {
    text-transform: uppercase;
    font-size: 1em;
    position: relative;
    width: 100%
}
@media (min-width: 768px) {
    .rui-hero-expander .content .lead {
        font-size: 1em
    }
}
.rui-hero-expander .content p {
    display: inline-block
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.rui-hero-expander .content p span {
    display: block
}
.rui-hero-expander .content i {
    font-size: 6.5em;
    float: left
}
@media (min-width: 768px) {
    .rui-hero-expander .content i {
        font-size: 5.83em
    }
}
.rui-hero-expander .content p {
    text-align: center;
    line-height: 1;
    display: inline-block
}
.rui-hero-expander .content p span:nth-child(1) {
    font-size: 1.67em
}
.rui-hero-expander .content p span {
    text-transform: uppercase;
    display: block
}
.rui-hero-expander .content p span:nth-child(2) {
    font-size: 3.5em
}
.rui-hero-expander .content p span:nth-child(3) {
    font-size: 1.67em
}
.rui-hero-expander .content p span:nth-child(4) {
    font-size: 1.05em;
    text-transform: none
}
.rui-cta-panels {
    overflow: hidden;
    margin: 50px 0
}
.rui-cta-panels h2 {
    font-size: 2.3em;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-top: 0
}
@media (min-width: 768px) {
    .rui-cta-panels h2 {
        font-size: 47px;
        margin-bottom: 57px
    }
}
.rui-cta-panels h2:before,
.rui-cta-panels h2:after {
    content: ' ';
    border-style: dashed;
    border-color: #7c6900;
    width: 2em;
    display: block;
    height: 4em;
    position: absolute;
    top: 1em
}
@media (min-width: 768px) {
    .rui-cta-panels h2:before,
    .rui-cta-panels h2:after {
        top: .5em;
        width: 4.3em
    }
}
.rui-cta-panels .rui-cta-blockimage {
    position: relative;
    overflow: visible
}
.rui-cta-blockimage {
    position: relative;
    display: block;
    margin: 5px 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden
}
.rui-cta-panels .rui-cta-blockimage:after {
    font-size: 1.7em;
    content: '\e811';
    font-family: 'fido-icon';
    color: #7c6900;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    display: block;
    left: .5em
}
@media (min-width: 768px) {
    .rui-cta-panels .rui-cta-blockimage:after {
        left: 2em
    }
}
.rui-cta-blockimage.text-bottom .content {
    left: 19px;
    right: 19px;
    font-size: 2em;
    background-color: rgba(92, 103, 112, .9);
    color: #fff;
    bottom: 0;
    top: auto
}
@media (min-width: 768px) {
    .rui-cta-blockimage.text-bottom .content {
        bottom: 15px;
        -webkit-transform: none;
        transform: none
    }
}
@media (min-width: 1200px) {
    .rui-cta-blockimage.text-bottom .content {
        font-size: 2.5em
    }
}
@media (min-width: 768px) {
    .rui-cta-blockimage .content p {
        margin: 0 15px
    }
}
.rui-cta-blockimage .content p {
    margin: 0 5px;
    text-align: left;
    padding: .5em 0
}
.rui-cta-blockimage>a {
    display: block
}
.button-primary,
.rui-cta-blockimage>a {
    border-image-source: url("/html-fido/cms/ute/fido/images/temp-button-bg-primary.png")
}
.button-primary,
.rui-cta-blockimage>a,
.button-secondary,
.button-tertiary {
    display: block;
    border-width: 5px 4px;
    border-style: solid;
    border-image-slice: 0 4 5 0;
    border-image-outset: 0 2px 4px 0;
    border-image-repeat: stretch
}
@media (min-width: 768px) {
    .rui-cta-blockimage .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
@media (min-width: 768px) {
    .rui-pricing-banner {
        background-size: auto;
        background-position: 50% center
    }
}
@media (min-width: 768px) {
    .rui-pricing-banner .intro {
        width: 45%;
        padding: 0 4%;
        float: left
    }
}
.rui-pricing-banner .details {
    position: relative;
    margin-top: 1em;
    background: #FFF;
    border-radius: 0 8px 8px 8px;
    font-size: 1.25em
}
@media (min-width: 768px) {
    .rui-pricing-banner .details {
        float: left;
        width: 25%
    }
}
.rui-pricing-banner {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% bottom;
    margin-bottom: 20px
}
@media (min-width: 768px) {
    .rui-pricing-banner {
        background-size: auto;
        background-position: 50% center
    }
}
.rui-pricing-banner .intro {
    text-transform: uppercase;
    font-weight: 600
}
@media (min-width: 768px) {
    .rui-pricing-banner .intro {
        width: 45%;
        padding: 0 4%;
        float: left
    }
}
.rui-pricing-banner .intro p {
    font-size: 2.7em;
    font-weight: 500;
    color: #000
}
@media (min-width: 768px) {
    .rui-pricing-banner .intro p {
        font-size: 30px;
        font-weight: 600;
        margin-top: 40px
    }
}
@media (min-width: 992px) {
    .rui-pricing-banner .intro p {
        font-size: 42px
    }
}
@media (min-width: 1200px) {
    .rui-pricing-banner .intro p {
        font-size: 42px
    }
}
.rui-pricing-banner i {
    color: rgba(177, 152, 0, .4);
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 9em
}
@media (min-width: 768px) {
    .rui-pricing-banner i {
        top: 50px;
        left: 0;
        font-size: 9.7em
    }
}
.rui-cta-panels h2:after {
    right: 1.1em;
    border-width: 2px 2px 0 0
}
.rui-cta-panels h2:before {
    left: 1.1em;
    border-width: 2px 0 0 2px
}
[easing="linear"],
.easing-linear {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[easing="ease"],
.easing-ease {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}
[easing="ease-in"],
.easing-ease-in {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.42, 0, 1, 1)
}
[easing="ease-out"],
.easing-ease-out {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(0, 0, .58, 1)
}
[easing="ease-in-out"],
.easing-ease-in-out {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.42, 0, .58, 1)
}
[easing="ease-in-quad"],
.easing-ease-in-quad {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[easing="ease-in-cubic"],
.easing-ease-in-cubic {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
[easing="ease-in-quart"],
.easing-ease-in-quart {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.895, .03, .685, .22)
}
[easing="ease-in-quint"],
.easing-ease-in-quint {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.755, .05, .855, .06)
}
[easing="ease-in-sine"],
.easing-ease-in-sine {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[easing="ease-in-expo"],
.easing-ease-in-expo {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.95, .05, .795, .035)
}
[easing="ease-in-circ"],
.easing-ease-in-circ {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.6, .04, .98, .335)
}
[easing="ease-in-back"],
.easing-ease-in-back {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[easing="ease-out-quad"],
.easing-ease-out-quad {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[easing="ease-out-cubic"],
.easing-ease-out-cubic {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
[easing="ease-out-quart"],
.easing-ease-out-quart {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}
[easing="ease-out-quint"],
.easing-ease-out-quint {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}
[easing="ease-out-sine"],
.easing-ease-out-sine {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[easing="ease-out-expo"],
.easing-ease-out-expo {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
[easing="ease-out-circ"],
.easing-ease-out-circ {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}
[easing="ease-out-back"],
.easing-ease-out-back {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[easing="ease-in-out-quad"],
.easing-ease-in-out-quad {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[easing="ease-in-out-cubic"],
.easing-ease-in-out-cubic {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
[easing="ease-in-out-quart"],
.easing-in-out-quart {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}
[easing="ease-in-out-quint"],
.easing-ease-in-out-quint {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}
[easing="ease-in-out-sine"],
.easing-ease-in-out-sine {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[easing="ease-in-out-expo"],
.easing-ease-in-out-expo {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}
[easing="ease-in-out-circ"],
.easing-ease-in-out-circ {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}
[easing="ease-in-out-back"],
.easing-ease-in-out-back {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[easing="swing"],
.easing-swing {
    transition: all 250ms;
    transition-timing-function: cubic-bezier(.02, .01, .47, 1)
}
.breadcrumb-menu,
.page-create-profile .create-profile-menu-holder .create-profile-menu,
.page-change-internet .change-internet-menu-holder .change-internet-menu {
    background: url('/html-fido/cms/ute/fido/images/brand/fido/divider-secondary.png') left 40% no-repeat;
    background-size: 100%;
    min-height: 40px;
    margin: 25px auto;
    display: block;
    padding-left: 0;
    list-style: none
}
.breadcrumb-menu *:focus,
.page-create-profile .create-profile-menu-holder .create-profile-menu *:focus,
.page-change-internet .change-internet-menu-holder .change-internet-menu *:focus {
    outline: none
}
.breadcrumb-menu li,
.page-create-profile .create-profile-menu-holder .create-profile-menu li,
.page-change-internet .change-internet-menu-holder .change-internet-menu li {
    display: table-cell;
    width: 1%;
    float: none;
    position: relative;
    text-align: center
}
.breadcrumb-menu li button,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button {
    border: none;
    background: 0 0;
    position: relative;
    width: 100%;
    padding: 0;
    color: #b19800;
    transition: all 250ms cubic-bezier(.68, -.55, .265, 1.55)
}
.breadcrumb-menu li button:hover,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button:hover,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button:hover,
.breadcrumb-menu li button:focus,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button:focus,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button:focus {
    text-decoration: none
}
.breadcrumb-menu li button:before,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button:before,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button:before {
    font-size: 3rem
}
.breadcrumb-menu li button span,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button span,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button span {
    font-family: lato, sans-serif;
    font-weight: 600
}
.breadcrumb-menu li button span:first-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button span:first-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button span:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #000;
    transition: color .3s;
    line-height: 1.7em;
    font-weight: 400
}
.breadcrumb-menu li button span:last-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button span:last-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button span:last-child {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #000;
    transition: top .3s;
    font-weight: 400
}
.breadcrumb-menu li button:hover,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button:hover,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button:hover,
.breadcrumb-menu li button:focus,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button:focus,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button:focus {
    background-color: inherit
}
.breadcrumb-menu li button.current,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button.current,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button.current {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 250ms cubic-bezier(.68, -.55, .265, 1.55);
    color: #000
}
.breadcrumb-menu li button.current span:first-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button.current span:first-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button.current span:first-child {
    color: #fff
}
.breadcrumb-menu li button.current span:last-child,
.page-create-profile .create-profile-menu-holder .create-profile-menu li button.current span:last-child,
.page-change-internet .change-internet-menu-holder .change-internet-menu li button.current span:last-child {
    color: #000
}
.breadcrumb-menu li button:not(.current):not(.complete),
.page-create-profile .create-profile-menu-holder .create-profile-menu li button:not(.current):not(.complete),
.page-change-internet .change-internet-menu-holder .change-internet-menu li button:not(.current):not(.complete) {
    color: #b19800;
    text-decoration: none;
    cursor: default
}
body[ute-device-size='xs'] .breadcrumb-menu li button span:first-child,
body[ute-device-size='xs'] .page-create-profile .create-profile-menu-holder .create-profile-menu li button span:first-child,
.page-create-profile .create-profile-menu-holder body[ute-device-size='xs'] .create-profile-menu li button span:first-child,
body[ute-device-size='xs'] .page-change-internet .change-internet-menu-holder .change-internet-menu li button span:first-child,
.page-change-internet .change-internet-menu-holder body[ute-device-size='xs'] .change-internet-menu li button span:first-child,
body[ute-device-size='sm'] .breadcrumb-menu li button span:first-child,
body[ute-device-size='sm'] .page-create-profile .create-profile-menu-holder .create-profile-menu li button span:first-child,
.page-create-profile .create-profile-menu-holder body[ute-device-size='sm'] .create-profile-menu li button span:first-child,
body[ute-device-size='sm'] .page-change-internet .change-internet-menu-holder .change-internet-menu li button span:first-child,
.page-change-internet .change-internet-menu-holder body[ute-device-size='sm'] .change-internet-menu li button span:first-child {
    line-height: 2.4em
}
.page-change-internet .change-internet-menu-holder {
    display: block;
    width: 30%;
    padding: 25px 30px
}
.profile-change-package .input-group,
.profile-change-package .ute-input-group {
    margin-bottom: 15px
}
.profile-change-package .section-dimmed {
    opacity: .3
}
.profile-change-package .section-dimmed,
.profile-change-package .section-normal {
    transition: opacity .5s;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out
}
.profile-change-package .section-normal {
    opacity: 1
}
.profile-change-package .popover {
    margin-top: 10px
}
.profile-change-package .popover-content {
    padding: 0 2px
}
.profile-change-package .popover-inner>.popover-content {
    padding: 8px 12px
}
body #janrainCaptureWidget {
    display: none
}
.rectangle-box {
    background-color: #eef0f0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/rectangle-box.png") 0 5 5 0 stretch;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/rectangle-box.png") 0 5 5 0 stretch;
    border-image-outset: 0 1px 2px 0
}
.up-margin {
    margin-top: -10px
}
.header {
    font-weight: 500
}
.ctn-drop-down {
    margin-top: .5rem
}
.dashboard-button {
    width: 95%
}
.deviceFont {
    font-family: Lato;
    color: #000
}
.dashboard-button-px {
    width: 282px
}
.addonFont {
    font-size: 1.4rem;
    font-weight: 400
}
body[ute-device-size='md'] .margin_top_approx,
body[ute-device-size='lg'] .margin_top_approx,
body[ute-device-size='xl'] .margin_top_approx,
body[ute-device-size='2k'] .margin_top_approx,
body[ute-device-size='4k'] .margin_top_approx,
body[ute-device-size='8k'] .margin_top_approx {
    margin-top: .5%
}
body[ute-device-size='xs'] .margin_top_approx,
body[ute-device-size='sm'] .margin_top_approx {
    margin-top: 3.4%
}
.width_approx_65 {
    width: 65%
}
.heading_style,
.heading_style1 {
    font-size: 3rem;
    font-weight: 600
}
.heading_style1 {
    padding-top: 5rem
}
.heading_content1 {
    font-size: 1.7 rem;
    font-weight: 400;
    padding-top: 1.6rem
}
.heading_content2 {
    font-size: 1.6 rem;
    font-weight: 300;
    padding-top: 1rem
}
.refer_btn {
    padding-top: 2.313rem
}
.heading_content3 {
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 1.375rem
}
.select_desc {
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: 3rem;
    padding-right: 1rem
}
.select_dropdown {
    padding-top: 2.875rem;
    font-size: 1.6 rem;
    font-weight: 400
}
.refer_frnd_table {
    padding-top: 5rem
}
.confirmation_content1 {
    font-size: 2.1 rem;
    font-weight: 400;
    padding-top: 1.875rem
}
.confirmation_content2,
.confirmation_content3 {
    font-size: 1.6 rem;
    font-weight: 300;
    padding-top: 1.5rem
}
.frnd_info_content {
    font-size: 1.7 rem;
    font-weight: 300;
    margin-left: 3rem
}
.frnd_info_code,
.frnd_info_date {
    margin-left: 8rem
}
.frnd_info_heading,
.enter_frnd_info_content {
    font-size: 1.7 rem;
    font-weight: 600
}
.enter_frnd_info_content {
    padding-top: 1.813rem
}
.back_button {
    font-size: 1.75rem;
    font-weight: 800
}
.valdtn {
    margin-top: -45px;
    margin-left: 70px
}
.icon {
    margin-left: 10px
}
.refer_frnd_heading {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1rem
}
.refer_frnd_content {
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 1rem
}
.oh_oh {
    color: red;
    font-weight: 600
}
.select_title,
.first_name,
.last_name {
    padding-top: 1rem;
    font-size: 1.8rem;
    font-weight: 600
}
.refer_frnd_display {
    padding-top: 2rem
}
.refer_frnd_display_message {
    font-size: 1.8rem;
    font-weight: 600
}
.refer_frnd_display_message_content {
    font-size: 1.6rem;
    font-weight: 300
}
.or_row {
    margin-top: 4rem
}
.or_row,
.contact_number {
    padding-left: 4.875rem
}
.lang_pref_mobile {
    padding-top: 1rem
}
.submit_button {
    padding-left: 6.25rem
}
.clear_button,
.full_details {
    font-size: 1.75rem;
    font-weight: 800
}
.full_details {
    padding-top: 5rem
}
.add_another_friend_link {
    font-family: Lato;
    color: #055d67;
    width: 157px;
    height: 15px
}
[data-title^="global.label.invoiceDate'"] {
    padding-left: 1.8rem
}
.row-with-right-border {
    border-right-style: solid;
    border-right-color: #eef0f0
}
.fido-balance-label {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    word-spacing: 3px;
    text-align: left
}
.view-bill {
    padding: 0
}
.margin-top-4 {
    margin-top: 4%
}
.margin-top-2 {
    margin-top: 2%
}
.lato-16-600 {
    font-family: Lato;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left
}
.invoice-drop-down {
    padding-top: 9px;
    width: 18%
}
.view-invoice-payment-link {
    font-family: Lato;
    color: #055d67;
    width: 157px;
    height: 15px
}
.invoice-text {
    margin-top: -20px;
    text-align: center
}
.btn-max {
    width: 100%
}
@media only screen and (max-width: 550px) {
    .linkMargin {
        margin-top: 20px
    }
    .top-link {
        display: block;
        margin-bottom: .4rem
    }
    .invoice-account {
        margin-top: 60px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eef0f0
    }
}
.ute-my-balance-invoice-link {
    margin-top: 20px
}
body[ute-device-size='md'] .ute-price-invoice-background,
body[ute-device-size='lg'] .ute-price-invoice-background,
body[ute-device-size='xl'] .ute-price-invoice-background,
body[ute-device-size='2k'] .ute-price-invoice-background,
body[ute-device-size='4k'] .ute-price-invoice-background,
body[ute-device-size='8k'] .ute-price-invoice-background {
    background-color: #eef0f0;
    height: 80px;
    text-align: center;
    padding-top: 17px
}
body[ute-device-size='md'] .ute-nav-pipe-first-col,
body[ute-device-size='lg'] .ute-nav-pipe-first-col,
body[ute-device-size='xl'] .ute-nav-pipe-first-col,
body[ute-device-size='2k'] .ute-nav-pipe-first-col,
body[ute-device-size='4k'] .ute-nav-pipe-first-col,
body[ute-device-size='8k'] .ute-nav-pipe-first-col {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/ss-payment-dot.png") no-repeat 94% center;
    background-size: 2px 100%
}
body[ute-device-size='md'] .top-link,
body[ute-device-size='lg'] .top-link,
body[ute-device-size='xl'] .top-link,
body[ute-device-size='2k'] .top-link,
body[ute-device-size='4k'] .top-link,
body[ute-device-size='8k'] .top-link {
    display: block;
    margin-bottom: .4rem
}
body[ute-device-size='md'] .ute-my-balance-invoice,
body[ute-device-size='lg'] .ute-my-balance-invoice,
body[ute-device-size='xl'] .ute-my-balance-invoice,
body[ute-device-size='2k'] .ute-my-balance-invoice,
body[ute-device-size='4k'] .ute-my-balance-invoice,
body[ute-device-size='8k'] .ute-my-balance-invoice {
    margin-top: 17px;
    padding: 0 0 0 20px
}
body[ute-device-size='md'] .ute-my-balance-invoice p,
body[ute-device-size='lg'] .ute-my-balance-invoice p,
body[ute-device-size='xl'] .ute-my-balance-invoice p,
body[ute-device-size='2k'] .ute-my-balance-invoice p,
body[ute-device-size='4k'] .ute-my-balance-invoice p,
body[ute-device-size='8k'] .ute-my-balance-invoice p {
    font-family: lato, sans-serif;
    color: #000;
    margin: 0
}
body[ute-device-size='md'] .ute-invoice-header-content,
body[ute-device-size='lg'] .ute-invoice-header-content,
body[ute-device-size='xl'] .ute-invoice-header-content,
body[ute-device-size='2k'] .ute-invoice-header-content,
body[ute-device-size='4k'] .ute-invoice-header-content,
body[ute-device-size='8k'] .ute-invoice-header-content {
    margin-top: 1rem;
    margin-left: 0
}
body[ute-device-size='md'] .ute-invoice-header-content:before,
body[ute-device-size='lg'] .ute-invoice-header-content:before,
body[ute-device-size='xl'] .ute-invoice-header-content:before,
body[ute-device-size='2k'] .ute-invoice-header-content:before,
body[ute-device-size='4k'] .ute-invoice-header-content:before,
body[ute-device-size='8k'] .ute-invoice-header-content:before {
    width: 100%;
    border-top: 2px solid #eef0f0
}
body[ute-device-size='xs'] .ute-price-invoice-background,
body[ute-device-size='sm'] .ute-price-invoice-background {
    background-color: #eef0f0;
    height: 80px;
    text-align: center;
    padding-top: 17px
}
body[ute-device-size='xs'] .pay-now-width-100,
body[ute-device-size='sm'] .pay-now-width-100 {
    width: 100%
}
body[ute-device-size='xs'] .top-link,
body[ute-device-size='sm'] .top-link {
    display: block;
    margin-bottom: 1rem
}
body[ute-device-size='xs'] .border-bottom,
body[ute-device-size='sm'] .border-bottom {
    padding-bottom: 1rem!important;
    margin-top: 1rem;
    border-bottom: 2px solid #eef0f0
}
body[ute-device-size='xs'] .ute-my-balance-invoice,
body[ute-device-size='sm'] .ute-my-balance-invoice {
    margin-top: 9px;
    padding: 0 20px
}
body[ute-device-size='xs'] .ute-my-balance-invoice p,
body[ute-device-size='sm'] .ute-my-balance-invoice p {
    font-family: lato, sans-serif;
    color: #000;
    margin: 0
}
body[ute-device-size='xs'] .margin-top-4,
body[ute-device-size='sm'] .margin-top-4 {
    margin-top: 4%;
    padding-left: 7%;
    padding-right: 3%
}
body[ute-device-size='xs'] .ute-invoice-header-content,
body[ute-device-size='sm'] .ute-invoice-header-content {
    margin-top: 10px
}
body[ute-device-size='xs'] .ute-invoice-header-content:before,
body[ute-device-size='sm'] .ute-invoice-header-content:before {
    width: 100%;
    border-top: 2px solid #eef0f0
}
body[ute-device-size='xs'] ute-invoice-header-content-bottom:before,
body[ute-device-size='sm'] ute-invoice-header-content-bottom:before {
    width: 100%;
    border-bottom: 2px solid #eef0f0
}
.overview-text-tertiary {
    color: #7c6900
}
.overview-text {
    text-align: center
}
.dashboard-button-pay-now {
    width: 95%;
    padding-left: 100px;
    padding-right: 100px
}
.mobile-pay-now {
    padding-left: 5px;
    text-align: center
}
@media only screen and (min-width: 550px) {
    .overview-text {
        text-align: left
    }
}
.pay-now-button-wrapper {
    margin-top: 12px
}
[ute-device-size='xs'] .pay-now-button-wrapper {
    margin-top: 5px
}
.add-more-services-wrapper button {
    margin-top: 23px
}
body[ute-device-size='md'] .change-number-width-22,
body[ute-device-size='lg'] .change-number-width-22,
body[ute-device-size='xl'] .change-number-width-22,
body[ute-device-size='2k'] .change-number-width-22,
body[ute-device-size='4k'] .change-number-width-22,
body[ute-device-size='8k'] .change-number-width-22 {
    width: 27%
}
body[ute-device-size='md'] .change-city,
body[ute-device-size='lg'] .change-city,
body[ute-device-size='xl'] .change-city,
body[ute-device-size='2k'] .change-city,
body[ute-device-size='4k'] .change-city,
body[ute-device-size='8k'] .change-city {
    padding-left: 1rem
}
body[ute-device-size='md'] .button-padding-left-45,
body[ute-device-size='lg'] .button-padding-left-45,
body[ute-device-size='xl'] .button-padding-left-45,
body[ute-device-size='2k'] .button-padding-left-45,
body[ute-device-size='4k'] .button-padding-left-45,
body[ute-device-size='8k'] .button-padding-left-45 {
    padding-left: 4.5rem;
    padding-right: 2rem;
    width: 43%;
    left: 4rem
}
body[ute-device-size='md'] .padding-left-45,
body[ute-device-size='lg'] .padding-left-45,
body[ute-device-size='xl'] .padding-left-45,
body[ute-device-size='2k'] .padding-left-45,
body[ute-device-size='4k'] .padding-left-45,
body[ute-device-size='8k'] .padding-left-45 {
    padding-left: 4.5rem;
    left: 4rem
}
body[ute-device-size='md'] .max-width-60,
body[ute-device-size='lg'] .max-width-60,
body[ute-device-size='xl'] .max-width-60,
body[ute-device-size='2k'] .max-width-60,
body[ute-device-size='4k'] .max-width-60,
body[ute-device-size='8k'] .max-width-60 {
    max-width: 75%
}
body[ute-device-size='md'] .pick-new-number-sub-heading,
body[ute-device-size='lg'] .pick-new-number-sub-heading,
body[ute-device-size='xl'] .pick-new-number-sub-heading,
body[ute-device-size='2k'] .pick-new-number-sub-heading,
body[ute-device-size='4k'] .pick-new-number-sub-heading,
body[ute-device-size='8k'] .pick-new-number-sub-heading {
    font-size: 2rem;
    font-weight: 400;
    padding-top: 3.688rem
}
body[ute-device-size='md'] .fyi-heading,
body[ute-device-size='lg'] .fyi-heading,
body[ute-device-size='xl'] .fyi-heading,
body[ute-device-size='2k'] .fyi-heading,
body[ute-device-size='4k'] .fyi-heading,
body[ute-device-size='8k'] .fyi-heading {
    color: #31708f;
    font-weight: 600;
    font-size: 1.7rem
}
body[ute-device-size='md'] .refresh-message-content,
body[ute-device-size='lg'] .refresh-message-content,
body[ute-device-size='xl'] .refresh-message-content,
body[ute-device-size='2k'] .refresh-message-content,
body[ute-device-size='4k'] .refresh-message-content,
body[ute-device-size='8k'] .refresh-message-content {
    color: #181718;
    font-weight: 300
}
body[ute-device-size='md'] .border-class-ctn,
body[ute-device-size='lg'] .border-class-ctn,
body[ute-device-size='xl'] .border-class-ctn,
body[ute-device-size='2k'] .border-class-ctn,
body[ute-device-size='4k'] .border-class-ctn,
body[ute-device-size='8k'] .border-class-ctn {
    border: 6px solid #eff0f0;
    background-image: url(/html-fido/cms/ute/fido/images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center
}
body[ute-device-size='md'] .yourNumberFont,
body[ute-device-size='lg'] .yourNumberFont,
body[ute-device-size='xl'] .yourNumberFont,
body[ute-device-size='2k'] .yourNumberFont,
body[ute-device-size='4k'] .yourNumberFont,
body[ute-device-size='8k'] .yourNumberFont {
    font-size: 4.8rem;
    font-weight: 300
}
body[ute-device-size='md'] .yourNewNumberFont,
body[ute-device-size='lg'] .yourNewNumberFont,
body[ute-device-size='xl'] .yourNewNumberFont,
body[ute-device-size='2k'] .yourNewNumberFont,
body[ute-device-size='4k'] .yourNewNumberFont,
body[ute-device-size='8k'] .yourNewNumberFont {
    font-size: 4rem;
    font-weight: 300;
    padding-left: 10px
}
body[ute-device-size='md'] .localTo,
body[ute-device-size='lg'] .localTo,
body[ute-device-size='xl'] .localTo,
body[ute-device-size='2k'] .localTo,
body[ute-device-size='4k'] .localTo,
body[ute-device-size='8k'] .localTo {
    text-transform: capitalize;
    padding-left: 10px
}
body[ute-device-size='md'] .fontStrong,
body[ute-device-size='lg'] .fontStrong,
body[ute-device-size='xl'] .fontStrong,
body[ute-device-size='2k'] .fontStrong,
body[ute-device-size='4k'] .fontStrong,
body[ute-device-size='8k'] .fontStrong {
    font-weight: 600;
    font-size: 2rem;
    padding-left: 20px
}
body[ute-device-size='md'] .link-padding-button,
body[ute-device-size='lg'] .link-padding-button,
body[ute-device-size='xl'] .link-padding-button,
body[ute-device-size='2k'] .link-padding-button,
body[ute-device-size='4k'] .link-padding-button,
body[ute-device-size='8k'] .link-padding-button {
    padding-left: 68%
}
body[ute-device-size='md'] .next_button-ctn,
body[ute-device-size='lg'] .next_button-ctn,
body[ute-device-size='xl'] .next_button-ctn,
body[ute-device-size='2k'] .next_button-ctn,
body[ute-device-size='4k'] .next_button-ctn,
body[ute-device-size='8k'] .next_button-ctn {
    padding-left: 4rem
}
body[ute-device-size='md'] .confirm-button-ctn,
body[ute-device-size='lg'] .confirm-button-ctn,
body[ute-device-size='xl'] .confirm-button-ctn,
body[ute-device-size='2k'] .confirm-button-ctn,
body[ute-device-size='4k'] .confirm-button-ctn,
body[ute-device-size='8k'] .confirm-button-ctn {
    font-size: 2.1rem;
    font-weight: 800
}
body[ute-device-size='md'] .ctn-padding,
body[ute-device-size='lg'] .ctn-padding,
body[ute-device-size='xl'] .ctn-padding,
body[ute-device-size='2k'] .ctn-padding,
body[ute-device-size='4k'] .ctn-padding,
body[ute-device-size='8k'] .ctn-padding {
    padding: 0
}
body[ute-device-size='md'] .ctn-overview-font,
body[ute-device-size='lg'] .ctn-overview-font,
body[ute-device-size='xl'] .ctn-overview-font,
body[ute-device-size='2k'] .ctn-overview-font,
body[ute-device-size='4k'] .ctn-overview-font,
body[ute-device-size='8k'] .ctn-overview-font {
    font-size: 2.1rem;
    font-weight: 800
}
body[ute-device-size='md'] .confirm-ctn-spacer,
body[ute-device-size='lg'] .confirm-ctn-spacer,
body[ute-device-size='xl'] .confirm-ctn-spacer,
body[ute-device-size='2k'] .confirm-ctn-spacer,
body[ute-device-size='4k'] .confirm-ctn-spacer,
body[ute-device-size='8k'] .confirm-ctn-spacer {
    padding-top: 45px
}
body[ute-device-size='md'] .city-error-message,
body[ute-device-size='lg'] .city-error-message,
body[ute-device-size='xl'] .city-error-message,
body[ute-device-size='2k'] .city-error-message,
body[ute-device-size='4k'] .city-error-message,
body[ute-device-size='8k'] .city-error-message {
    padding-left: 11rem
}
body[ute-device-size='md'] .cancel-button,
body[ute-device-size='lg'] .cancel-button,
body[ute-device-size='xl'] .cancel-button,
body[ute-device-size='2k'] .cancel-button,
body[ute-device-size='4k'] .cancel-button,
body[ute-device-size='8k'] .cancel-button {
    padding-left: 23rem
}
body[ute-device-size='md'] .select-button,
body[ute-device-size='lg'] .select-button,
body[ute-device-size='xl'] .select-button,
body[ute-device-size='2k'] .select-button,
body[ute-device-size='4k'] .select-button,
body[ute-device-size='8k'] .select-button {
    padding-left: 3.5rem
}
body[ute-device-size='md'] .cancel-select,
body[ute-device-size='lg'] .cancel-select,
body[ute-device-size='xl'] .cancel-select,
body[ute-device-size='2k'] .cancel-select,
body[ute-device-size='4k'] .cancel-select,
body[ute-device-size='8k'] .cancel-select {
    padding-top: 3.625rem
}
body[ute-device-size='md'] .select-button-width,
body[ute-device-size='lg'] .select-button-width,
body[ute-device-size='xl'] .select-button-width,
body[ute-device-size='2k'] .select-button-width,
body[ute-device-size='4k'] .select-button-width,
body[ute-device-size='8k'] .select-button-width {
    width: 214px;
    font-size: 1.8rem;
    font-weight: 800
}
body[ute-device-size='md'] .change-number-heading,
body[ute-device-size='lg'] .change-number-heading,
body[ute-device-size='xl'] .change-number-heading,
body[ute-device-size='2k'] .change-number-heading,
body[ute-device-size='4k'] .change-number-heading,
body[ute-device-size='8k'] .change-number-heading {
    font-family: lato, sans-serif;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 2.8rem
}
body[ute-device-size='md'] .change-number-heading-desktop,
body[ute-device-size='lg'] .change-number-heading-desktop,
body[ute-device-size='xl'] .change-number-heading-desktop,
body[ute-device-size='2k'] .change-number-heading-desktop,
body[ute-device-size='4k'] .change-number-heading-desktop,
body[ute-device-size='8k'] .change-number-heading-desktop {
    font-family: lato, sans-serif;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 2.8rem;
    padding-top: 3rem
}
body[ute-device-size='md'] .change-number-big-heading,
body[ute-device-size='lg'] .change-number-big-heading,
body[ute-device-size='xl'] .change-number-big-heading,
body[ute-device-size='2k'] .change-number-big-heading,
body[ute-device-size='4k'] .change-number-big-heading,
body[ute-device-size='8k'] .change-number-big-heading {
    font-weight: 600;
    font-size: 4.2rem;
    text-transform: capitalize;
    padding-bottom: 4%
}
body[ute-device-size='md'] .change-number-new-sub-heading-message,
body[ute-device-size='lg'] .change-number-new-sub-heading-message,
body[ute-device-size='xl'] .change-number-new-sub-heading-message,
body[ute-device-size='2k'] .change-number-new-sub-heading-message,
body[ute-device-size='4k'] .change-number-new-sub-heading-message,
body[ute-device-size='8k'] .change-number-new-sub-heading-message {
    font-size: 2.1rem;
    font-weight: 400;
    padding-left: 10px
}
body[ute-device-size='md'] .pick-number-big-heading,
body[ute-device-size='lg'] .pick-number-big-heading,
body[ute-device-size='xl'] .pick-number-big-heading,
body[ute-device-size='2k'] .pick-number-big-heading,
body[ute-device-size='4k'] .pick-number-big-heading,
body[ute-device-size='8k'] .pick-number-big-heading {
    font-weight: 600;
    font-size: 4.2rem;
    padding-bottom: 5.9rem
}
body[ute-device-size='md'] .ctn-list,
body[ute-device-size='lg'] .ctn-list,
body[ute-device-size='xl'] .ctn-list,
body[ute-device-size='2k'] .ctn-list,
body[ute-device-size='4k'] .ctn-list,
body[ute-device-size='8k'] .ctn-list {
    padding-top: 3rem
}
body[ute-device-size='xs'] .pick-new-number-sub-heading,
body[ute-device-size='sm'] .pick-new-number-sub-heading {
    font-size: 2rem;
    font-weight: 300;
    padding-top: 3.688rem
}
body[ute-device-size='xs'] .fyi-heading,
body[ute-device-size='sm'] .fyi-heading {
    color: #37108f;
    font-weight: 600;
    font-size: 1.7rem
}
body[ute-device-size='xs'] .button-padding-left-45,
body[ute-device-size='sm'] .button-padding-left-45 {
    padding: 0
}
body[ute-device-size='xs'] .refresh-message-content,
body[ute-device-size='sm'] .refresh-message-content {
    color: #000;
    font-weight: 400
}
body[ute-device-size='xs'] .border-class-ctn,
body[ute-device-size='sm'] .border-class-ctn {
    border: 6px solid #eff0f0;
    background-image: url(/html-fido/cms/ute/fido/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center
}
body[ute-device-size='xs'] .yourNumberFont,
body[ute-device-size='sm'] .yourNumberFont {
    font-size: 4rem;
    font-weight: 300
}
body[ute-device-size='xs'] .yourNewNumberFont,
body[ute-device-size='sm'] .yourNewNumberFont {
    font-size: 4rem;
    font-weight: 300;
    padding-left: 10px
}
body[ute-device-size='xs'] .localTo,
body[ute-device-size='sm'] .localTo {
    text-transform: capitalize;
    padding-top: 10px
}
body[ute-device-size='xs'] .fontStrong,
body[ute-device-size='sm'] .fontStrong {
    font-weight: 600;
    font-size: 2rem
}
body[ute-device-size='xs'] .link-padding-button,
body[ute-device-size='sm'] .link-padding-button {
    padding-left: 0
}
body[ute-device-size='xs'] .ctn-padding,
body[ute-device-size='sm'] .ctn-padding {
    padding: 5px
}
body[ute-device-size='xs'] .next_button-ctn,
body[ute-device-size='sm'] .next_button-ctn {
    padding-left: 8rem
}
body[ute-device-size='xs'] .confirm-button-ctn,
body[ute-device-size='sm'] .confirm-button-ctn,
body[ute-device-size='xs'] .ctn-overview-font,
body[ute-device-size='sm'] .ctn-overview-font {
    font-size: 2.1rem;
    font-weight: 800
}
body[ute-device-size='xs'] .select-button,
body[ute-device-size='sm'] .select-button {
    padding-left: 4rem
}
body[ute-device-size='xs'] .cancel-select,
body[ute-device-size='sm'] .cancel-select {
    padding-top: 6rem
}
body[ute-device-size='xs'] .select-button-width,
body[ute-device-size='sm'] .select-button-width {
    width: 200px;
    font-size: 1.8rem;
    font-weight: 800
}
body[ute-device-size='xs'] .change-number-heading,
body[ute-device-size='sm'] .change-number-heading {
    font-family: lato, sans-serif;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 2.3rem
}
body[ute-device-size='xs'] .change-number-big-heading,
body[ute-device-size='sm'] .change-number-big-heading {
    font-weight: 600;
    font-size: 3.3rem;
    text-transform: capitalize;
    padding-bottom: 4%
}
body[ute-device-size='xs'] .change-number-new-sub-heading-message,
body[ute-device-size='sm'] .change-number-new-sub-heading-message {
    font-size: 2.1rem;
    font-weight: 400;
    padding-top: 10px
}
body[ute-device-size='xs'] .pick-number-big-heading,
body[ute-device-size='sm'] .pick-number-big-heading {
    font-weight: 600;
    font-size: 3.3rem;
    padding-bottom: 4%
}
body[ute-device-size='xs'] .confirm-ctn-spacer,
body[ute-device-size='sm'] .confirm-ctn-spacer {
    padding-top: 0
}
body[ute-device-size='xs'] .ctn-list,
body[ute-device-size='sm'] .ctn-list {
    padding-left: 1rem
}
.change-number-options {
    font-size: 1.8rem;
    font-weight: 300
}
.change-number-sub-heading-message {
    font-size: 2.1rem;
    font-weight: 400
}
.pick-new-number-heading {
    font-size: 3.4rem;
    font-weight: 600
}
.change-number-review-heading {
    font-weight: 600;
    font-size: 4.2rem;
    text-transform: capitalize
}
.cancel-confirm-button {
    padding-left: 30%
}
.center-align-ctn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.border-bg-class-ctn {
    background-color: #eff0f0;
    position: relative;
    z-index: -1
}
.available-number-font {
    font-weight: 800;
    font-size: 2rem
}
.cancel-select-number {
    padding-top: 2.9rem;
    padding-left: 4rem
}
.city-capitalize {
    text-transform: capitalize
}
.wl-pp-change-ctn-hr-star:before {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/Vector.png") top center no-repeat;
    width: 29px;
    height: 30px
}
.wl-pp-change-ctn-hr-star:before,
.wl-pp-change-ctn-hr-star-open:before {
    position: absolute;
    content: " ";
    background-size: 30px 30px;
    z-index: 100;
    left: 500px;
    cursor: pointer
}
.wl-pp-change-ctn-hr-star-open:before {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/star-open.png") no-repeat;
    width: 40px;
    height: 40px;
    top: -.6px
}
.wl-pp-change-ctn-hr {
    visibility: visible;
    margin-top: 1.1rem;
    opacity: 1;
    z-index: 99;
    width: 100%;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 90;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/internet-package-selector-line.png") 90;
    border-top: 4px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-size: 100% auto;
    position: absolute;
    left: 0
}
body[ute-device-size='md'] .margin-left-23,
body[ute-device-size='lg'] .margin-left-23,
body[ute-device-size='xl'] .margin-left-23,
body[ute-device-size='2k'] .margin-left-23,
body[ute-device-size='4k'] .margin-left-23,
body[ute-device-size='8k'] .margin-left-23 {
    margin-left: 23%
}
body[ute-device-size='md'] .ss-payment-history.prepaid .ute-table,
body[ute-device-size='lg'] .ss-payment-history.prepaid .ute-table,
body[ute-device-size='xl'] .ss-payment-history.prepaid .ute-table,
body[ute-device-size='2k'] .ss-payment-history.prepaid .ute-table,
body[ute-device-size='4k'] .ss-payment-history.prepaid .ute-table,
body[ute-device-size='8k'] .ss-payment-history.prepaid .ute-table {
    margin-left: -2rem
}
body[ute-device-size='md'] .ss-payment-history.prepaid .ute-table thead tr th,
body[ute-device-size='lg'] .ss-payment-history.prepaid .ute-table thead tr th,
body[ute-device-size='xl'] .ss-payment-history.prepaid .ute-table thead tr th,
body[ute-device-size='2k'] .ss-payment-history.prepaid .ute-table thead tr th,
body[ute-device-size='4k'] .ss-payment-history.prepaid .ute-table thead tr th,
body[ute-device-size='8k'] .ss-payment-history.prepaid .ute-table thead tr th {
    text-align: left!important;
    padding-left: 3rem
}
.transaction-history-heading {
    font-weight: 600;
    font-size: 5rem;
    text-transform: capitalize;
    padding-bottom: 1%
}
.transaction-history-header-content {
    margin-top: 3rem
}
.transaction-history-header-content:before {
    width: 75%;
    border-top: 2px solid #eef0f0
}
.number-value {
    font-weight: 500;
    font-size: 2rem;
    text-transform: capitalize
}
.transaction-history-number {
    font-weight: 600;
    font-size: 2.8rem;
    padding-bottom: 1%;
    text-transform: capitalize
}
.transaction-history-sub-heading-message {
    font-size: 3rem;
    font-weight: 300;
    padding-bottom: 4%
}
@media only screen and (min-width: 992px) {
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li.active {
        height: 11rem;
        display: block;
        padding-top: 2.1rem
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li.active a {
        font-family: lato, sans-serif;
        color: #000
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary {
        margin-top: 0
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li {
        display: block;
        width: 32%!important;
        margin-right: 2.666%;
        margin-left: -2rem;
        height: 9rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 100% 100%
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li:last-child {
        margin-right: 0
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a {
        font-family: lato, sans-serif;
        color: #000;
        font-weight: 600
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a p {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a p:first-child {
        margin-top: .3rem
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a span {
        font-weight: 400
    }
}
@media only screen and (max-width: 991px) {
    [ute-brand="fido"] .pp-transaction-table-mobile {
        margin-top: 10%;
        margin-bottom: 10%;
        width: 100%
    }
    [ute-brand="fido"] .pp-transaction-table-mobile .header {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        font-weight: 600;
        padding: 3%
    }
    [ute-brand="fido"] .pp-transaction-table-mobile .header:last-child {
        text-align: right
    }
    [ute-brand="fido"] .pp-transaction-table-mobile tr {
        padding-left: 3%;
        padding-top: 5%;
        padding-bottom: 5%;
        height: 20%;
        border-bottom: 1px solid #ddd
    }
    [ute-brand="fido"] .pp-transaction-table-mobile tr td {
        font-weight: 400;
        position: relative;
        padding: 2%;
        text-align: left
    }
    [ute-brand="fido"] .pp-transaction-table-mobile tr td:last-child {
        text-align: right
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li {
        margin-bottom: 4rem
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li.active {
        padding-bottom: 0!important;
        background: url("/html-fido/cms/ute/fido/images/brand/fido/mobile-nav-tab-active.png") no-repeat top left;
        background-size: 100% 100%;
        height: 10rem
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li.active a {
        font-family: lato, sans-serif;
        color: #fff
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary {
        margin-top: 0
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li {
        width: 100%!important;
        height: 10rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 100% 100%
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a {
        font-family: lato, sans-serif;
        color: #000;
        font-weight: 600;
        margin-bottom: 1rem
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a p {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a p:first-child {
        margin-top: .3rem
    }
    [ute-brand="fido"] .pp-transaction-nav-tabs .ute-tabs-primary .nav-tabs li a span {
        font-weight: 400
    }
}
.lang_font {
    font-size: 23px
}
.account-name {
    text-transform: capitalize
}
.hide {
    display: none
}
.block {
    display: block
}
.show-mobile {
    display: none
}
.hide-mobile,
.show-desktop {
    display: block
}
.hide-desktop,
[ute-user~="agent"] .agent-only-hide {
    display: none
}
[ute-user~="agent"] .agent-only-show {
    display: block
}
.has-iptv-hide {
    display: block!important
}
.has-iptv-show {
    display: none!important
}
.has-iptv-disable {
    opacity: 1!important
}
[ute-province-services~="iptv"] .has-iptv-hide {
    display: none!important
}
[ute-province-services~="iptv"] .has-iptv-show {
    display: block!important
}
[ute-province-services~="iptv"] #header #nav-main li.has-iptv-show {
    display: inline-block!important
}
[ute-province-services~="iptv"] .has-iptv-disable {
    opacity: .5!important
}
[ute-province-services~="iptv"][ute-user~="agent"] .has-iptv-hide.is-agent {
    display: none!important
}
[ute-province-services~="iptv"][ute-user~="agent"] .has-iptv-show.is-agent {
    display: block!important
}
[ute-province-services~="iptv"][ute-user~="agent"] .has-iptv-disable.is-agent {
    opacity: .5!important
}
[ute-province-services~="iptv"][ute-user~="agent"] .has-iptv-hide.is-cx {
    display: block!important
}
[ute-province-services~="iptv"][ute-user~="agent"] .has-iptv-show.is-cx {
    display: none!important
}
[ute-province-services~="iptv"][ute-user~="agent"] .has-iptv-disable.cx {
    opacity: 1!important
}
[ute-province-services~="iptv"][ute-user~="cx"] .has-iptv-hide.is-cx {
    display: none!important
}
[ute-province-services~="iptv"][ute-user~="cx"] .has-iptv-show.is-cx {
    display: block!important
}
[ute-province-services~="iptv"][ute-user~="cx"] .has-iptv-disable.cx {
    opacity: .5!important
}
[ute-province-services~="iptv"][ute-user~="cx"] .has-iptv-hide.is-agent {
    display: block!important
}
[ute-province-services~="iptv"][ute-user~="cx"] .has-iptv-show.is-agent {
    display: none!important
}
[ute-province-services~="iptv"][ute-user~="cx"] .has-iptv-disable.is-agent {
    opacity: 1!important
}
.has-wireless-hide {
    display: block!important
}
.has-wireless-show {
    display: none!important
}
.has-wireless-disable {
    opacity: 1!important
}
[ute-province-services~="wireless"] .has-wireless-hide {
    display: none!important
}
[ute-province-services~="wireless"] .has-wireless-show {
    display: block!important
}
[ute-province-services~="wireless"] #header #nav-main li.has-wireless-show {
    display: inline-block!important
}
[ute-province-services~="wireless"] .has-wireless-disable {
    opacity: .5!important
}
[ute-province-services~="wireless"][ute-user~="agent"] .has-wireless-hide.is-agent {
    display: none!important
}
[ute-province-services~="wireless"][ute-user~="agent"] .has-wireless-show.is-agent {
    display: block!important
}
[ute-province-services~="wireless"][ute-user~="agent"] .has-wireless-disable.is-agent {
    opacity: .5!important
}
[ute-province-services~="wireless"][ute-user~="agent"] .has-wireless-hide.is-cx {
    display: block!important
}
[ute-province-services~="wireless"][ute-user~="agent"] .has-wireless-show.is-cx {
    display: none!important
}
[ute-province-services~="wireless"][ute-user~="agent"] .has-wireless-disable.cx {
    opacity: 1!important
}
[ute-province-services~="wireless"][ute-user~="cx"] .has-wireless-hide.is-cx {
    display: none!important
}
[ute-province-services~="wireless"][ute-user~="cx"] .has-wireless-show.is-cx {
    display: block!important
}
[ute-province-services~="wireless"][ute-user~="cx"] .has-wireless-disable.cx {
    opacity: .5!important
}
[ute-province-services~="wireless"][ute-user~="cx"] .has-wireless-hide.is-agent {
    display: block!important
}
[ute-province-services~="wireless"][ute-user~="cx"] .has-wireless-show.is-agent {
    display: none!important
}
[ute-province-services~="wireless"][ute-user~="cx"] .has-wireless-disable.is-agent {
    opacity: 1!important
}
.has-support-hide {
    display: block!important
}
.has-support-show {
    display: none!important
}
.has-support-disable {
    opacity: 1!important
}
[ute-province-services~="support"] .has-support-hide {
    display: none!important
}
[ute-province-services~="support"] .has-support-show {
    display: block!important
}
[ute-province-services~="support"] #header #nav-main li.has-support-show {
    display: inline-block!important
}
[ute-province-services~="support"] .has-support-disable {
    opacity: .5!important
}
[ute-province-services~="support"][ute-user~="agent"] .has-support-hide.is-agent {
    display: none!important
}
[ute-province-services~="support"][ute-user~="agent"] .has-support-show.is-agent {
    display: block!important
}
[ute-province-services~="support"][ute-user~="agent"] .has-support-disable.is-agent {
    opacity: .5!important
}
[ute-province-services~="support"][ute-user~="agent"] .has-support-hide.is-cx {
    display: block!important
}
[ute-province-services~="support"][ute-user~="agent"] .has-support-show.is-cx {
    display: none!important
}
[ute-province-services~="support"][ute-user~="agent"] .has-support-disable.cx {
    opacity: 1!important
}
[ute-province-services~="support"][ute-user~="cx"] .has-support-hide.is-cx {
    display: none!important
}
[ute-province-services~="support"][ute-user~="cx"] .has-support-show.is-cx {
    display: block!important
}
[ute-province-services~="support"][ute-user~="cx"] .has-support-disable.cx {
    opacity: .5!important
}
[ute-province-services~="support"][ute-user~="cx"] .has-support-hide.is-agent {
    display: block!important
}
[ute-province-services~="support"][ute-user~="cx"] .has-support-show.is-agent {
    display: none!important
}
[ute-province-services~="support"][ute-user~="cx"] .has-support-disable.is-agent {
    opacity: 1!important
}
.has-promos-hide {
    display: block!important
}
.has-promos-show {
    display: none!important
}
.has-promos-disable {
    opacity: 1!important
}
[ute-province-services~="promos"] .has-promos-hide {
    display: none!important
}
[ute-province-services~="promos"] .has-promos-show {
    display: block!important
}
[ute-province-services~="promos"] #header #nav-main li.has-promos-show {
    display: inline-block!important
}
[ute-province-services~="promos"] .has-promos-disable {
    opacity: .5!important
}
[ute-province-services~="promos"][ute-user~="agent"] .has-promos-hide.is-agent {
    display: none!important
}
[ute-province-services~="promos"][ute-user~="agent"] .has-promos-show.is-agent {
    display: block!important
}
[ute-province-services~="promos"][ute-user~="agent"] .has-promos-disable.is-agent {
    opacity: .5!important
}
[ute-province-services~="promos"][ute-user~="agent"] .has-promos-hide.is-cx {
    display: block!important
}
[ute-province-services~="promos"][ute-user~="agent"] .has-promos-show.is-cx {
    display: none!important
}
[ute-province-services~="promos"][ute-user~="agent"] .has-promos-disable.cx {
    opacity: 1!important
}
[ute-province-services~="promos"][ute-user~="cx"] .has-promos-hide.is-cx {
    display: none!important
}
[ute-province-services~="promos"][ute-user~="cx"] .has-promos-show.is-cx {
    display: block!important
}
[ute-province-services~="promos"][ute-user~="cx"] .has-promos-disable.cx {
    opacity: .5!important
}
[ute-province-services~="promos"][ute-user~="cx"] .has-promos-hide.is-agent {
    display: block!important
}
[ute-province-services~="promos"][ute-user~="cx"] .has-promos-show.is-agent {
    display: none!important
}
[ute-province-services~="promos"][ute-user~="cx"] .has-promos-disable.is-agent {
    opacity: 1!important
}
.has-internet-hide {
    display: block!important
}
.has-internet-show {
    display: none!important
}
.has-internet-disable {
    opacity: 1!important
}
[ute-province-services~="internet"] .has-internet-hide {
    display: none!important
}
[ute-province-services~="internet"] .has-internet-show {
    display: block!important
}
[ute-province-services~="internet"] #header #nav-main li.has-internet-show {
    display: inline-block!important
}
[ute-province-services~="internet"] .has-internet-disable {
    opacity: .5!important
}
[ute-province-services~="internet"][ute-user~="agent"] .has-internet-hide.is-agent {
    display: none!important
}
[ute-province-services~="internet"][ute-user~="agent"] .has-internet-show.is-agent {
    display: block!important
}
[ute-province-services~="internet"][ute-user~="agent"] .has-internet-disable.is-agent {
    opacity: .5!important
}
[ute-province-services~="internet"][ute-user~="agent"] .has-internet-hide.is-cx {
    display: block!important
}
[ute-province-services~="internet"][ute-user~="agent"] .has-internet-show.is-cx {
    display: none!important
}
[ute-province-services~="internet"][ute-user~="agent"] .has-internet-disable.cx {
    opacity: 1!important
}
[ute-province-services~="internet"][ute-user~="cx"] .has-internet-hide.is-cx {
    display: none!important
}
[ute-province-services~="internet"][ute-user~="cx"] .has-internet-show.is-cx {
    display: block!important
}
[ute-province-services~="internet"][ute-user~="cx"] .has-internet-disable.cx {
    opacity: .5!important
}
[ute-province-services~="internet"][ute-user~="cx"] .has-internet-hide.is-agent {
    display: block!important
}
[ute-province-services~="internet"][ute-user~="cx"] .has-internet-show.is-agent {
    display: none!important
}
[ute-province-services~="internet"][ute-user~="cx"] .has-internet-disable.is-agent {
    opacity: 1!important
}
.has-rewards-hide {
    display: block!important
}
.has-rewards-show {
    display: none!important
}
.has-rewards-disable {
    opacity: 1!important
}
[ute-province-services~="rewards"] .has-rewards-hide {
    display: none!important
}
[ute-province-services~="rewards"] .has-rewards-show {
    display: block!important
}
[ute-province-services~="rewards"] #header #nav-main li.has-rewards-show {
    display: inline-block!important
}
[ute-province-services~="rewards"] .has-rewards-disable {
    opacity: .5!important
}
[ute-province-services~="rewards"][ute-user~="agent"] .has-rewards-hide.is-agent {
    display: none!important
}
[ute-province-services~="rewards"][ute-user~="agent"] .has-rewards-show.is-agent {
    display: block!important
}
[ute-province-services~="rewards"][ute-user~="agent"] .has-rewards-disable.is-agent {
    opacity: .5!important
}
[ute-province-services~="rewards"][ute-user~="agent"] .has-rewards-hide.is-cx {
    display: block!important
}
[ute-province-services~="rewards"][ute-user~="agent"] .has-rewards-show.is-cx {
    display: none!important
}
[ute-province-services~="rewards"][ute-user~="agent"] .has-rewards-disable.cx {
    opacity: 1!important
}
[ute-province-services~="rewards"][ute-user~="cx"] .has-rewards-hide.is-cx {
    display: none!important
}
[ute-province-services~="rewards"][ute-user~="cx"] .has-rewards-show.is-cx {
    display: block!important
}
[ute-province-services~="rewards"][ute-user~="cx"] .has-rewards-disable.cx {
    opacity: .5!important
}
[ute-province-services~="rewards"][ute-user~="cx"] .has-rewards-hide.is-agent {
    display: block!important
}
[ute-province-services~="rewards"][ute-user~="cx"] .has-rewards-show.is-agent {
    display: none!important
}
[ute-province-services~="rewards"][ute-user~="cx"] .has-rewards-disable.is-agent {
    opacity: 1!important
}
.agent-only-show {
    display: none
}
.inline {
    display: inline
}
.inline-block {
    display: inline-block
}
.visibility-hidden {
    visibility: hidden
}
.visibility-visible {
    visibility: visible
}
.clear-both {
    clear: both
}
.width-10 {
    width: 10%
}
.width-20 {
    width: 20%
}
.width-25 {
    width: 25%
}
.width-30 {
    width: 30%
}
.width-33 {
    width: 33.33%
}
.width-40 {
    width: 40%
}
.width-50 {
    width: 50%
}
.width-60 {
    width: 60%
}
.width-66 {
    width: 66.66%
}
.width-70 {
    width: 70%
}
.width-75 {
    width: 75%
}
.width-80 {
    width: 80%
}
.width-90 {
    width: 90%
}
.width-100 {
    width: 100%
}
.margin-0 {
    margin: 0
}
.margin-top-0 {
    margin-top: 0
}
.margin-right-0 {
    margin-right: 0
}
.margin-bottom-0 {
    margin-bottom: 0
}
.margin-left-0 {
    margin-left: 0
}
.margin-left-row {
    margin-left: -15px!important
}
.padding-0 {
    padding: 0
}
.padding-top-0 {
    padding-top: 0
}
.padding-right-0 {
    padding-right: 0
}
.padding-bottom-0 {
    padding-bottom: 0
}
.padding-left-0 {
    padding-left: 0
}
.ul-dotted-padding {
    padding-left: 21px
}
.float-left {
    float: left
}
.float-right {
    float: right
}
.float-none {
    float: none
}
.font-italic {
    font-style: italic
}
.font-light {
    font-weight: 300!important
}
.font-regular {
    font-weight: 400
}
.font-medium,
[class^="package-selector-wrapper-"] .internet_pkg_detail .poster .poster-label p,
[class^="package-selector-wrapper-"] .internet_pkg_detail .pkg-details,
.cart-summary-cms-spot p {
    font-weight: 600
}
.font-heavy,
[class^="package-selector-wrapper-"] .internet_pkg_detail .poster .poster-label p:first-child,
.cart-summary-cms-spot h2,
.cart-summary-cms-spot .ute-link,
.cart-summary-cms-spot .ute-link-inline {
    font-weight: 900
}
.font-heavy-important {
    font-weight: 900!important
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
.line-height-1 {
    line-height: 1
}
.ute-col-primary {
    color: #ffe600
}
.ute-col-secondary {
    color: #5b6770!important
}
.ute-col-tertiary {
    color: #7c6900
}
.ute-col-gold-border {
    color: #b19800
}
.ute-col-quaternary,
.ute-col-link-primary {
    color: #035d67
}
.ute-col-link-secondary {
    color: #7c6900
}
.ute-col-info {
    color: #00afab
}
.ute-col-light {
    color: #fff
}
.ute-col-dark {
    color: #000
}
.ute-col-light-grey {
    color: #f0f0f0
}
.ute-col-services {
    color: #035d67
}
.ute-col-alert-success {
    color: #00afab
}
.ute-col-alert-warning {
    color: #f15d22
}
.ute-col-alert-danger {
    color: #e12826
}
.ute-col-alert-info {
    color: #5b6770
}
.ute-col-modal-bg {
    color: #fff
}
.ute-col-modal-border,
.ute-col-modal-icon {
    color: #b19800
}
.ute-col-btn-primary {
    color: #ffe600
}
.ute-col-btn-secondary {
    color: #5b6770
}
.ute-col-btn-secondary-txt {
    color: #fff
}
.ute-col-btn-tertiary {
    color: #949494
}
.ute-col-btn-primary-txt {
    color: #fff
}
.ute-col-form-label {
    color: #333
}
.ute-col-form-disabled {
    color: #b3b3b3
}
.ute-col-form-input {
    color: #000
}
.ute-col-form-input-active,
.ute-col-form-input-active-shadow {
    color: #b19800
}
.ute-col-form-input-invalid,
.ute-col-form-input-invalid-shadow {
    color: #e12826
}
.ute-col-table-warning {
    color: #f15d22
}
.ute-col-col-table-total {
    color: #00afab
}
.ute-col-table-border-primary {
    color: #000
}
.ute-col-table-border-secondary {
    color: #eef0f0
}
.ute-col-table-hover-primary {
    color: #f5f5f6
}
.ute-col-vendor-meter {
    background-color: #00afab
}
.ute-col-vendor-meter-full {
    background-color: #f15d22
}
.ute-col-vendor-meter-empty {
    background-color: ""
}
.ute-col-vendor-chart-line {
    background-color: #00afab
}
.ute-col-vendor-chart-point,
.ute-col-vendor-chart-line-over {
    background-color: #f15d22
}
.ute-col-vendor-chart-division {
    background-color: #e12826
}
.no-wrap {
    white-space: nowrap
}
body[ute-device-size='xs'] .show-mobile,
body[ute-device-size='sm'] .show-mobile {
    display: block
}
body[ute-device-size='xs'] .show-desktop,
body[ute-device-size='sm'] .show-desktop,
body[ute-device-size='xs'] .hide-mobile,
body[ute-device-size='sm'] .hide-mobile {
    display: none
}
body[ute-device-size='xs'] .hide-desktop,
body[ute-device-size='sm'] .hide-desktop {
    display: block
}
body[ute-device-size='xs'] .margin-0-mobile,
body[ute-device-size='sm'] .margin-0-mobile {
    margin: 0
}
body[ute-device-size='xs'] .margin-top-0-mobile,
body[ute-device-size='sm'] .margin-top-0-mobile {
    margin-top: 0
}
body[ute-device-size='xs'] .margin-right-0-mobile,
body[ute-device-size='sm'] .margin-right-0-mobile {
    margin-right: 0
}
body[ute-device-size='xs'] .margin-bottom-0-mobile,
body[ute-device-size='sm'] .margin-bottom-0-mobile {
    margin-bottom: 0
}
body[ute-device-size='xs'] .margin-left-0-mobile,
body[ute-device-size='sm'] .margin-left-0-mobile {
    margin-left: 0
}
body[ute-device-size='xs'] .padding-0-mobile,
body[ute-device-size='sm'] .padding-0-mobile {
    padding: 0
}
body[ute-device-size='xs'] .padding-top-0-mobile,
body[ute-device-size='sm'] .padding-top-0-mobile {
    padding-top: 0
}
body[ute-device-size='xs'] .padding-right-0-mobile,
body[ute-device-size='sm'] .padding-right-0-mobile {
    padding-right: 0
}
body[ute-device-size='xs'] .padding-bottom-0-mobile,
body[ute-device-size='sm'] .padding-bottom-0-mobile {
    padding-bottom: 0
}
body[ute-device-size='xs'] .padding-left-0-mobile,
body[ute-device-size='sm'] .padding-left-0-mobile {
    padding-left: 0
}
body[ute-language="en"] .en-text-lowercase {
    text-transform: lowercase
}
body[ute-language="en"] .en-visible {
    display: inline
}
body[ute-language="en"] .fr-visible,
body[ute-language="fr"] .en-visible {
    display: none
}
body[ute-language="fr"] .fr-visible {
    display: inline
}
.ute-divider-primary {
    width: 100%;
    height: 8px;
    background: url("/html-fido/cms/ute/fido/images/brand/fido/divider-primary.png") no-repeat;
    background-size: 100% 8px;
    margin: 60px 0 40px
}
.ute-divider-secondary {
    margin: 10px 0;
    height: 6px;
    background-color: #ccc
}
.ute-divider-secondary-thin {
    margin: 10px 0;
    height: 2px;
    background-color: #ccc
}
.ute-divider-tertiary {
    margin: 10px 0;
    height: 6px;
    border-top: 1px dashed #7c6900
}
.info-flag {
    color: #00afab
}
.preloader {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 0
}
.loading {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/loading.gif") no-repeat 50% 50%;
    min-height: 50px
}
.loading-secondary {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/loading-origami.gif") no-repeat;
    height: 100px;
    width: 100px;
    background-size: 100px 100px
}
.preloader.loading[ute-content-injector] {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/loading.gif") no-repeat 50% 50%;
    min-height: 10px;
    height: 1px!important;
    max-height: 10px!important;
    border: 0 dashed #ccc;
    width: auto!important
}
.ute-diagnose {
    display: inline-block;
    position: relative
}
.ute-diagnose i {
    position: absolute;
    right: -45px;
    z-index: 5;
    color: #035d67;
    font-size: 7rem;
    -webkit-transform: rotate(-.02turn) translateY(6px);
    transform: rotate(-.02turn) translateY(6px)
}
.ute-diagnose img {
    position: absolute;
    right: -50px;
    z-index: 5
}
.ute-diagnose button {
    padding-right: 25px;
    position: relative;
    top: 35px;
    text-align: left
}
.ute-message-box {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 112px;
    padding: 10px 10px 0 80px;
    margin: 10px 10px 10px 30px;
    border-width: 6px 6px 6px 21px;
    border-style: solid;
    -o-border-image: url("/html-fido/cms/ute/fido/images/brand/fido/mini-message-border.png") 5 8 5 20 stretch;
    border-image: url("/html-fido/cms/ute/fido/images/brand/fido/mini-message-border.png") 5 8 5 20 stretch;
    border-image-outset: 2px 2px 2px 19px;
    border-radius: 4px
}
.ute-message-box i {
    position: absolute
}
.ute-message-box i[class$="stethoscope"] {
    top: 3px;
    left: -39px;
    z-index: 2;
    color: #035d67;
    font-size: 6rem;
    -webkit-transform: rotate(.02turn) scaleX(-1);
    transform: rotate(.02turn) scaleX(-1)
}
.ute-message-box i[class$="tv"] {
    top: 2px;
    left: -9px;
    color: #5c6770;
    font-size: 8rem
}
.ute-message-box img {
    position: absolute;
    top: 2px;
    left: -40px
}
.ute-message-box ins.ute-diagnosis {
    margin-top: -4px;
    display: block;
    color: #035d67
}
.ute-message-box span {
    margin: 0 0 4px;
    display: inline-block
}
.ute-icon-bg-light {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-white.png") center center no-repeat;
    background-size: 77% 77%
}
.ute-icon-bg-dark {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/icon-bg-dark.png") center center no-repeat;
    background-size: 77% 77%
}
body[ute-device-size='xs'] .ute-message-box,
body[ute-device-size='sm'] .ute-message-box {
    width: 250px;
    height: 100px;
    padding: 8px 5px 0 70px
}
body[ute-device-size='xs'] .ute-message-box img,
body[ute-device-size='sm'] .ute-message-box img {
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
    top: -10px
}
body[ute-device-size='xs'] .ute-message-box .ute-btn-primary,
body[ute-device-size='xs'] .ute-message-box #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .ute-message-box a.capture_btn,
body[ute-device-size='xs'] .ute-message-box #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .ute-message-box button.capture_btn,
body[ute-device-size='xs'] .ute-message-box #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='xs'] .ute-message-box input.capture_btn,
body[ute-device-size='xs'] .ute-message-box #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer body[ute-device-size='xs'] .ute-message-box input[type="submit"].capture_btn,
body[ute-device-size='xs'] .ute-message-box #janrainModal .capture_footer button,
#janrainModal .capture_footer body[ute-device-size='xs'] .ute-message-box button,
body[ute-device-size='xs'] .ute-message-box #header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-device-size='xs'] .ute-message-box a.ute-btn-primary,
body[ute-device-size='xs'] .ute-message-box #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-device-size='xs'] .ute-message-box a.ute-btn-primary,
body[ute-device-size='xs'] .ute-message-box .reset-voicemail-btn-primary,
body[ute-device-size='xs'] .ute-message-box .ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .ute-message-box .ute-btn-primary,
body[ute-device-size='sm'] .ute-message-box #janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.capture_btn,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .ute-message-box a.capture_btn,
body[ute-device-size='sm'] .ute-message-box #janrainModal .janrain-capture-ui.capture-ui-content button.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .ute-message-box button.capture_btn,
body[ute-device-size='sm'] .ute-message-box #janrainModal .janrain-capture-ui.capture-ui-content input.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content body[ute-device-size='sm'] .ute-message-box input.capture_btn,
body[ute-device-size='sm'] .ute-message-box #janrainModal .capture_footer input[type="submit"].capture_btn,
#janrainModal .capture_footer body[ute-device-size='sm'] .ute-message-box input[type="submit"].capture_btn,
body[ute-device-size='sm'] .ute-message-box #janrainModal .capture_footer button,
#janrainModal .capture_footer body[ute-device-size='sm'] .ute-message-box button,
body[ute-device-size='sm'] .ute-message-box #header #shopcart a.ute-btn-primary,
#header #shopcart body[ute-device-size='sm'] .ute-message-box a.ute-btn-primary,
body[ute-device-size='sm'] .ute-message-box #header #shopcart-mob a.ute-btn-primary,
#header #shopcart-mob body[ute-device-size='sm'] .ute-message-box a.ute-btn-primary,
body[ute-device-size='sm'] .ute-message-box .reset-voicemail-btn-primary,
body[ute-device-size='sm'] .ute-message-box .ute-dashboard-services-btn-primary {
    padding: 2px 8px 1px 10px;
    width: auto;
    margin: 0
}
body[ute-device-size='xs'].internet-explorer.ver-9 .ute-message-box img,
body[ute-device-size='xs'].internet-explorer.ver-10 .ute-message-box img,
body[ute-device-size='sm'].internet-explorer.ver-9 .ute-message-box img,
body[ute-device-size='sm'].internet-explorer.ver-10 .ute-message-box img {
    left: -40px;
    -webkit-transform: scale(.65, .65);
    transform: scale(.65, .65)
}
.internet-explorer.ver-9 .ute-message-box,
.internet-explorer.ver-10 .ute-message-box {
    border: 2px solid #7c6900
}
.internet-explorer.ver-9 .ute-message-box img,
.internet-explorer.ver-10 .ute-message-box img {
    left: -30px
}
.transitions-effects .col-md-3:hover svg {
    -webkit-transform: translate(130px, 0);
    transform: translate(130px, 0);
    transition-duration: 1s
}
.ute-container {
    position: relative;
    min-height: calc(100% - 180px)
}
body[ute-device-size='xs'] .ute-container,
body[ute-device-size='sm'] .ute-container {
    min-height: calc(100% - 310px)
}
.contact {
    font-weight: 600
}
.contact [class^="ute-icon"] {
    color: #035d67;
    font-size: 1.8rem!important
}
[class^="ute-icon"].contact {
    color: #035d67
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
#cms-metadata-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 99999;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: 0 0;
    border-radius: 7px
}
body.cms-metadata-toggle-active #cms-metadata-toggle {
    background: rgba(0, 125, 0, .7)
}
#cms-metadata-toggle>div {
    line-height: .4
}
body.cms-metadata-toggle-active #cms-metadata-toggle>div {
    -webkit-animation: 1.2s ease infinite;
    animation: 1.2s ease infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse
}
ins[ute-content-injector] {
    position: relative
}
.cms-metadata {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    background: rgba(228, 0, 228, .9);
    color: #fff;
    text-align: left;
    border-bottom-right-radius: 15px;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all ease .3s
}
.cms-metadata span {
    display: block
}
.cms-metadata .content-url:before {
    content: "Content Url :- "
}
.cms-metadata .edit-date:before {
    content: "Edited :- "
}
.cms-metadata .is-published:before {
    content: "Published :- "
}
.cms-metadata .version:before {
    content: "Version :- "
}
.cms-metadata .is-published,
.cms-metadata .version {
    display: inline;
    padding-right: 10px
}
.cms-metadata .content-edit-url {
    display: block
}
.cms-metadata a {
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    margin-top: 5px
}
.cms-metadata.active {
    width: 100%;
    height: 100%;
    transition: all ease .4s;
    border-bottom-right-radius: 0
}
@media (max-width: 767px) {
    #cms-metadata-toggle {
        left: 42px;
        top: 3px;
        padding: 4px 10px 9px
    }
}
.bttrlazyloading-wrapper {
    height: 100%
}
#incompatibleDevice {
    display: none
}
body.mobile.windowsmobile #incompatibleDevice,
body.ute-incompatible-device #incompatibleDevice {
    display: block
}
i[ute-popover] .popover {
    color: #000;
    padding: 10px
}
.buy-btn-grp {
    margin-top: 30px
}
.spacer-5 {
    height: 5px
}
.spacer-10 {
    height: 10px
}
.spacer-15 {
    height: 15px
}
.spacer-20 {
    height: 20px
}
.spacer-25 {
    height: 25px
}
.spacer-30 {
    height: 30px
}
.spacer-35 {
    height: 35px
}
.spacer-40 {
    height: 40px
}
.spacer-45 {
    height: 45px
}
.spacer-50 {
    height: 50px
}
.spacer-55 {
    height: 55px
}
.spacer-60 {
    height: 60px
}
.spacer-404 {
    height: 150px
}
.adjust-print-icon {
    position: relative;
    top: 4px
}
body[ute-device-size='xs'] .mobile-visible-hidden,
body[ute-device-size='sm'] .mobile-visible-hidden {
    visibility: hidden!important
}
body[ute-device-size='xs'] .ute-icon-print.ute-xxl,
body[ute-device-size='sm'] .ute-icon-print.ute-xxl {
    font-size: 2.8rem;
    padding-left: 10px;
    font-weight: 100
}
body[ute-device-size='xs'] .spacer-10,
body[ute-device-size='sm'] .spacer-10 {
    height: 5px
}
body[ute-device-size='xs'] .spacer-15,
body[ute-device-size='sm'] .spacer-15,
body[ute-device-size='xs'] .spacer-20,
body[ute-device-size='sm'] .spacer-20,
body[ute-device-size='xs'] .spacer-25,
body[ute-device-size='sm'] .spacer-25 {
    height: 10px
}
body[ute-device-size='xs'] .spacer-30,
body[ute-device-size='sm'] .spacer-30,
body[ute-device-size='xs'] .spacer-35,
body[ute-device-size='sm'] .spacer-35 {
    height: 15px
}
body[ute-device-size='xs'] .spacer-40,
body[ute-device-size='sm'] .spacer-40,
body[ute-device-size='xs'] .spacer-45,
body[ute-device-size='sm'] .spacer-45,
body[ute-device-size='xs'] .spacer-50,
body[ute-device-size='sm'] .spacer-50,
body[ute-device-size='xs'] .spacer-55,
body[ute-device-size='sm'] .spacer-55 {
    height: 20px
}
body[ute-device-size='xs'] .spacer-60,
body[ute-device-size='sm'] .spacer-60 {
    height: 30px
}
body[ute-device-size='xs'] .spacer-404,
body[ute-device-size='sm'] .spacer-404 {
    height: 20px
}
body[ute-device-size='xs'] .spacer-mobile-20,
body[ute-device-size='sm'] .spacer-mobile-20 {
    margin-top: 20px
}
body[ute-device-size='xs'] .spacer-mobile-10,
body[ute-device-size='sm'] .spacer-mobile-10 {
    height: 10px
}
body[ute-device-size='xs'] .gst,
body[ute-device-size='sm'] .gst {
    font-size: 1.6rem!important
}
body[ute-device-size='xs'] .text-right-mobile,
body[ute-device-size='sm'] .text-right-mobile {
    text-align: right
}
body[ute-device-size='xs'] .text-center-mobile,
body[ute-device-size='sm'] .text-center-mobile {
    text-align: center
}
body[ute-device-size='xs'] .ute-full-bleed,
body[ute-device-size='sm'] .ute-full-bleed {
    margin: auto -15px
}
body[ute-env~="prod"] .cms-error {
    display: none!important
}
.index-top {
    position: relative;
    z-index: 9999999
}
label {
    font-weight: 400
}
.technical-difficulties {
    margin: 30px 0
}
i.ute-icon-info.ute-link,
i.ute-icon-info.ute-link-inline {
    cursor: pointer
}
.disabled {
    opacity: .3!important;
    color: #666!important;
    border-color: #666!important;
    cursor: default!important
}
.disabled * {
    color: #666!important;
    cursor: default
}
.disabled *:after,
.disabled *:before,
.disabled:after,
.disabled:before {
    color: #666!important;
    background: none!important
}
.disabled.ute-btn-primary,
#janrainModal #forgotPasswordSuccess.janrain-capture-ui.capture-ui-content a.disabled.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content button.disabled.capture_btn,
#janrainModal .janrain-capture-ui.capture-ui-content input.disabled.capture_btn,
#janrainModal .capture_footer input.disabled[type="submit"].capture_btn,
#janrainModal .capture_footer button.disabled,
#header #shopcart a.disabled.ute-btn-primary,
#header #shopcart-mob a.disabled.ute-btn-primary,
body[ute-device-size='md'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='lg'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='xl'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='2k'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='4k'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='8k'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='xs'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='sm'] .disabled.reset-voicemail-btn-primary,
body[ute-device-size='md'] .disabled.ute-dashboard-services-btn-primary,
body[ute-device-size='lg'] .disabled.ute-dashboard-services-btn-primary,
body[ute-device-size='xl'] .disabled.ute-dashboard-services-btn-primary,
body[ute-device-size='2k'] .disabled.ute-dashboard-services-btn-primary,
body[ute-device-size='4k'] .disabled.ute-dashboard-services-btn-primary,
body[ute-device-size='8k'] .disabled.ute-dashboard-services-btn-primary,
body[ute-device-size='xs'] .disabled.ute-dashboard-services-btn-primary,
body[ute-device-size='sm'] .disabled.ute-dashboard-services-btn-primary,
.disabled.ute-btn-secondary,
body[ute-device-size='md'] .disabled.ute-dashboard-services-btn-secondary,
body[ute-device-size='lg'] .disabled.ute-dashboard-services-btn-secondary,
body[ute-device-size='xl'] .disabled.ute-dashboard-services-btn-secondary,
body[ute-device-size='2k'] .disabled.ute-dashboard-services-btn-secondary,
body[ute-device-size='4k'] .disabled.ute-dashboard-services-btn-secondary,
body[ute-device-size='8k'] .disabled.ute-dashboard-services-btn-secondary,
body[ute-device-size='xs'] .disabled.ute-dashboard-services-btn-secondary,
body[ute-device-size='sm'] .disabled.ute-dashboard-services-btn-secondary,
.disabled.ute-btn-tertiary {
    opacity: .3;
    background-color: #ccc
}
.disabled:hover,
.disabled:focus,
.disabled:active {
    opacity: .3;
    color: #666!important;
    border-color: #666!important;
    cursor: default
}
.disabled:hover:after,
.disabled:hover:before,
.disabled:focus:after,
.disabled:focus:before,
.disabled:active:after,
.disabled:active:before {
    color: #666!important;
    background: none!important
}
#header #main-menu .ute-nav-secondary ul li a.disabled,
.ute-nav-secondary ul li a.disabled {
    opacity: .3!important;
    color: #666!important;
    border-color: #666!important;
    cursor: default!important
}
body[ute-language="en"] #header #main-menu .ute-nav-secondary ul li a.fr-capitalized,
body[ute-language="en"] .ute-nav-secondary ul li a.fr-capitalized {
    text-transform: capitalize!important
}
body[ute-language="fr"] #header #main-menu .ute-nav-secondary ul li a.fr-capitalized,
body[ute-language="fr"] .ute-nav-secondary ul li a.fr-capitalized {
    text-transform: none!important
}
#incompatibleDevice {
    padding: 10px 0 30px
}
.browser-logo-wrapper {
    padding: 0 5px
}
.browser-logo-box {
    background: #f5f5f6;
    padding: 10px
}
.browser-logo-safari {
    border: 5px solid #f5f5f6;
    padding: 0;
    margin: 0 5px
}
.browser-logo-safari .browser-logo-box {
    padding: 5px 0;
    margin-left: 0
}
.browser-logo-safari .col-xs-6 {
    padding: 10px 5px 0 10px
}
.truncate-text {
    text-overflow: ellipsis;
    max-width: 165px;
    display: inline-block;
    overflow: hidden;
    line-height: .99
}
.mobile-legacy-Cart {
    margin: 25px 5px 0;
    padding-top: 10px;
    border-top: 1px dashed #666
}
.mobile-legacy-Cart a.ute-link,
.mobile-legacy-Cart a.ute-link-inline {
    color: #035d67!important
}
#header #main-menu .mobile-legacy-Cart a.ute-link,
#header #main-menu .mobile-legacy-Cart a.ute-link-inline {
    color: #035d67!important;
    width: auto
}
.ute-relative,
.pos-relative,
.relative {
    position: relative
}
.modal-footer-cancel {
    margin-top: 5px
}
body[ute-page="login"],
body[ute-page="logout"] {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/login-bg.jpg") top center no-repeat;
    background-size: cover
}
body[ute-page="login"][ute-device-size="xs"],
body[ute-page="logout"][ute-device-size="xs"] {
    background: url("/html-fido/cms/ute/fido/images/brand/fido/login-bg-mobile.jpg") top center no-repeat;
    background-size: cover
}
.package-selector-wrapper-internet+a.full-details {
    display: none
}
.package-selector-wrapper-internet[package-mode='change']+a.full-details {
    display: block
}
.fix-height-internet {
    height: 410px
}
.cursor-hand {
    cursor: pointer
}
.fido-banner-dashboard,
.ute-dashboard-services-banner {
    position: relative
}
.header-text {
    position: absolute;
    color: #FFF;
    top: 30%;
    left: 15px
}
.header-text i {
    font-size: 5rem
}
#fido-acct-overview-tile {
    padding: 0;
    line-height: 1;
    left: -55px;
    width: 445px;
    position: relative!important
}
#fido-acct-overview-tile>img {
    padding: 0;
    position: absolute!important
}
#fido-acct-overview-tile h4 {
    font-size: 24px;
    position: relative;
    padding: 35px 25px 0 50px;
    line-height: 1.25
}
#fido-acct-overview-tile p {
    position: relative;
    padding: 0 25px 0 50px
}
#fido-acct-overview-tile p a:hover {
    text-decoration: none;
    color: #ffe600
}
.print-show,
.print-show-agent {
    display: none
}
@media print {
    @page {
        size: 12.405in 17.535in;
        margin: 3cm .3in;
        padding: 0
    }
    #footer,
    #header,
    #footer-bar,
    body[ute-user~="agent"] .ute-nav-agent {
        display: none
    }
    html {
        width: 1200px;
        font-size: 5px;
        padding: 0!important;
        margin: 0 0 0 20px!important
    }
    body,
    body.body-extra-spacing,
    body[ute-user~="agent"] {
        width: 1200px;
        padding: 0!important;
        margin: 0!important;
        transition: all 0s 0s
    }
    .container {
        width: 1200px;
        padding: 10px!important
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static
    }
    #header #main-menu {
        margin-top: 55px
    }
    .navbar {
        margin-bottom: 0;
        min-height: 0;
        background: 0 0;
        border: 0
    }
    div.collapse {
        display: block;
        visibility: visible;
        height: auto!important
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    a:link:after,
    a:visited:after {
        display: none;
        content: ""
    }
    #cms-metadata-toggle,
    #create-profile-summary-holder {
        display: none!important
    }
    .print-show,
    [ute-user~="agent"] .print-show-agent {
        display: block!important
    }
    [ute-user~="agent"] .print-hide-agent {
        display: none!important
    }
    .print-hide {
        display: none
    }
    .print-show .row {
        margin-bottom: 20px
    }
    .print-input {
        border-bottom: 2px solid #000;
        height: 30px
    }
    .page-review-order div.ute-input-group,
    .page-review-order .ute-icon-print,
    .page-review-order .ute-icon-edit,
    .page-create-profile .create-profile-menu-holder {
        display: none
    }
    #terms-conditions {
        border: none;
        padding: 0;
        height: auto;
        background: 0 0
    }
    #terms-conditions .terms-condition-links {
        display: none
    }
    #terms-conditions .terms-condition-details {
        height: auto;
        overflow: visible;
        border: 1px solid #000;
        padding: 10px;
        box-shadow: none
    }
    #terms-conditions .well.agreement-details {
        box-shadow: none
    }
}
@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}
@media print {
    body.print-receipt-wrapper header,
    body.print-receipt-wrapper footer {
        display: none
    }
    .print-modem-receipt {
        font-family: "Times New Roman", Georgia, Serif
    }
    .print-modem-receipt .fido-logo {
        margin-top: 20px;
        margin-bottom: 30px
    }
    .print-modem-receipt .left-side {
        border-right: 1px dashed #000;
        min-height: 400px
    }
    .print-modem-receipt .address-user,
    .print-modem-receipt .order-number {
        margin: 20px 0
    }
    .print-modem-receipt span {
        padding-right: 5px
    }
    .print-modem-receipt .receipt-break {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative
    }
    .print-modem-receipt .receipt-break::before {
        content: " ";
        border-bottom: 1px dashed #000;
        position: absolute;
        bottom: 12px;
        left: 0;
        width: 100%
    }
    .print-modem-receipt .receipt-break span {
        position: relative;
        z-index: 2;
        background: #fff;
        padding: 0 5px
    }
    .print-modem-receipt #date {
        text-transform: capitalize
    }
    .print-modem-receipt .start-break {
        margin-top: 30px;
        margin-bottom: 30px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALEAQAAAC89wjQAAAAx0lEQVQY02P4/5+BgRgMIVCA9BIGBj4ZZBEcCsPeMTDoXkLwmXqQFFpeY2AI9oBI9NgzMHjlMDDIRTAwBHoxMMhUISnUTGNg6PrIwLCymIHh3FMGhiMLGRi2GDIwhIgwMHDNwWL1TV+E88sPYHGj6jYGhob9DAwbmxkYbu0FmvqegWHTfQYGjyoGBlY5JIXWDxgY4pcxMLB9YmDo28nA4HuOgUErhYEh0oGBQYoPh69jXjEwGNxC8FkW4FCoCPSpYBnWcCQGAwDZAnaScrV4CAAAAABJRU5ErkJggg==);
        background-position: top left;
        background-repeat: repeat-x;
        height: 10px
    }
    .print-modem-receipt .thank-you {
        background-color: #ccc;
        font-size: 14px;
        padding: 5px 5px 10px;
        margin-top: 30px
    }
    .print-modem-receipt .lines {
        margin-top: 200px
    }
    .print-modem-receipt .signature-line {
        height: 20px;
        border-bottom: 1px dashed #000
    }
    .print-modem-receipt .fix-receipt {
        background: #ccc;
        position: relative;
        z-index: 2;
        padding: 0 10px
    }
}
.internet-price-btn-grp ins[ute-content-injector] {
    overflow: visible
}
@media (min-width: 1100px) and (max-width: 1126px) {
    #header #nav-main li:first-child:nth-last-child(6)~li:nth-child(5) {
        margin-left: 16em
    }
}
.planb-hide {
    display: none!important
}
.planb-show {
    display: block!important
}