@charset "utf-8";
/* Override for document width */
/*@media (min-width: 980px) {
    .container {
        width: 980px;
    }
}*/

/* Dante GH overrides for core bootstrap css */
#menu-wrapper .uni-nav-wrapper .container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center !important;
}
#menu-wrapper * {
    box-sizing: content-box;
}
#menu-wrapper .uni-nav-wrapper.pri .container {
    background-color: #fff;
}
#menu-wrapper #pri-nav {
    background-position: -15px -174px !important;
}
#menu-wrapper input[type='submit'].bt-ser-btn, #menu-wrapper .bt-ser-btn {
    box-sizing: border-box;
}
#menu-wrapper .label {
    font-size: 100%;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}
/* apply background image to extend header, restrict to 1220 width and then add margins to centre header on page */
#menu-wrapper {
    /*  background: url('../img/header-bg.png') repeat!important;  */
    /*    max-width:1220px;   */
    margin-left: auto !important;
    margin-right: auto !important;
}
/* replace vertical white lines at each end with dark purple divider */
#menu-wrapper #mega-panel {
    border-color: #241b5f !important;
    border-radius: 2px !important;
    border-width: 0 !important;
    border-left: 1px solid #241b5f !important;
    border-right: 1px solid #241b5f !important;
}

/* reset margins so they are 15px rather than default of 20px */
hr {
    border-color: #ccc;
    margin: 10px -15px 10px -15px;
}
.loading {
    padding-top: 12%;
    height: 1000px;
    z-index: 9002;
    background: white;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-left: -15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.inline {
    display: inline;
}
.blue {
    background-color: #027db3;
}
.black {
    background-color: #000;
}
.row.padding {
    padding: 10px;
}
.icon {
    font-size: 2em;
    padding: 1em;
    display: block;
    float: left;
}
.icon-sml {
    padding: 0 3px 5px 0;
    float: left;
}
.font-light {
    font-family: 'bt_tvlight', 'arial', sans-serif;
}
.font-bold {
    font-family: 'bt_tvbold', 'arial', sans-serif;
}
.underline {
    text-decoration: underline;
}
.italic {
    font-style: italic;
}
.bolder {
    font-weight: bold;
}
.warning {
    color: orange;
}
td {
    padding: .25em 1em;
}
.page-title h1 {
    color: #333333;
    font-family: 'bt_tvlight', 'arial', sans-serif;
    margin: 20px 0 0 0;
}
.page-title h1::after {
    background: #d63181 none repeat scroll 0 0;
    content: '';
    display: block;
    height: 5px;
    margin-top: 16px;
    width: 120px;
}
.full-divider {
    background-color: #e5e5e5;
    height: 5px;
    margin: 0 -15px 0 -15px;
}
.statement-divider {
    border-bottom: #dddddd solid 1px;
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}
.rewards-steps-divider {
    border-bottom: #1997c4 solid 1px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    clear: both;
}
.rewards-steps-sprite {
    width: 20px;
    height: 16px;
}
.rewards-steps-sprite.arrow {
    background: url('../img/rewards-sprite.png') no-repeat -58px -408px;
    position: absolute;
    right: 22px;
    top: -6px
}

/* account switcher page styling */
/* custom styling for the content tabs */
.nav>li>a:hover, .nav>li>a:focus {
    color: #000;
    background: transparent url('../img/tabs-inactive.png') no-repeat scroll
        left bottom;
}
.nav-pills>li>a {
    border-radius: 0;
    font-size: 0.9em;
    font-family: 'bt_tvbold', 'arial', sans-serif;
    height: 55px;
}
.nav-pills>li {
    background: transparent url('../img/tabs-inactive.png') no-repeat scroll
        left bottom;
}
.nav-pills>li::before {
    background: #fff none repeat scroll 0 0;
    content: '';
    display: block;
    height: 3px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #000;
    background: transparent url('../img/tabs-active.png') no-repeat scroll
        left bottom;
}
.nav-pills>li.active::before, .nav-pills>li.active::before, .nav-pills>li.active::before {
    background: #d63181 none repeat scroll 0 0;
    content: '';
    display: block;
    height: 3px;
}
.nav-pills>li+li {
    margin-left: 0;
}
.tab-content p {
    font-size: 1em;
}

/* full width blue background container */
.blue-outer-container {
    background-color: #027db3;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
}
.blue-inner-title {
    padding: 15px 15px;
    color: #fff;
}
.blue-inner-title h2 {
    font-family: 'bt_tvlight', 'arial', sans-serif;
    margin: 0;
    font-size: 1.5em;
}

/* styling specific to account switcher page*/
.intro-text {
    margin: 10px 0;
}
.intro-text p {
    line-height: 1.4em;
}
.acc-switcher-list ul {
    padding-left: 0;
}
.acc-switcher-list li {
    padding: 15px 0 20px 0;
    border-top: #e3e3e3 solid 2px;
    margin: 0 0 2px 0;
}
.acc-switcher-list li.selected {
    background-color: #f6f6f6;
}
.radio label, .checkbox label {
    padding-left: 40px;
}

/* generic styling */
.clear-both {
    clear: both;
}
.height10 {
    height: 10px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.dark-txt {
    color: #000;
}

/* buttons in rewards */
.btn-rewards {
    width: 100%;
    font-size: 0.9em;
    text-align: left;
    margin: 5px 0;
}
.btn-rewards-claim {
    width: 100%;
    font-size: 0.9em;
}

/* rewards claim section */
.rewards-table {
    overflow: hidden;
    border-top: #d7d7d7 solid 1px;
    border-bottom: #d7d7d7 solid 1px;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    text-align: center;
}
.rewards-table hr {
    margin: 10px 0 0 0;
    clear: both;
}
.rewards-table img {
    margin: 10px 0 0 0;
}
.rewards-table p {
    margin: 10px 0 0 0;
}
.message {
    margin: 10px 0 0 0;
}
.historyMessage {
    margin-bottom: 5px;
}
.reward-claimed {
    background-color: #f6f6f6;
    border-radius: 5px;
    min-height: 42px;
    font-size: 0.85em;
    padding: 12px 20px;
    font-weight: bold;
    color: #0c7946;
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.reward-claimed img {
    position: absolute;
    top: -2px;
    right: 20px;
}
.reward-history {
    background-color: #f6f6f6;
    border-radius: 5px;
    min-height: 42px;
    font-size: 0.85em;
    padding: 12px 20px;
    font-weight: bold;
    color: #0c7946;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.reward-claimed.desktop {
    float: right;
    width: 200px;
    display: none;
    text-align: left;
}
.btn-rewards-claim.desktop {
    float: right;
    width: 200px;
    font-size: 0.9em;
    margin: 15px 0;
    display: none;
}
.claim-error-message {
    font-size: 0.85em;
    line-height: 1.2em;
}
.claim-error-sprite {
    margin-top: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 65px !important;
}

/* code for breakpoints in rewards */
@media ( min-width : 120px) {
    .btn-rewards-claim {
        width: 260px;
        font-size: 0.9em;
        margin: 15px 0;
    }
    .rewards-history {
        width: 260px;
    }
    .reward-claimed {
        max-width: 260px;
    }
    .reward-history {
        max-width: 260px;
    }
    .sorry {
        display: none;
    }
    .sorryMob {
        display: block;
    }
    .faq-panel {
        padding: 15px !important;
    }
    .rewards-error {
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }
    .claim-error {
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }
}

@media ( min-width : 480px) {
    .btn-left {
        float: left;
    }
    .btn-right {
        float: right;
    }
    .btn-rewards-claim {
        width: 260px;
        font-size: 0.9em;
        margin: 15px 0;
    }
    .tablet-underline {
        border-bottom: 1px solid white;
        margin-bottom: 5px;
    }
    .acc-switcher-myprofile {
        right: 10px;
        top: 50px;
        padding-top: 0 !important;
    }
    .acc-switcher-logout {
        left: auto !important;
        right: 10px;
        top: 70px;
        padding-top: 0 !important;
    }
    .acc-switcher-welcome {
        border-bottom: 1px solid lightblue;
        margin-bottom: 5px;
    }
    .rewards-error {
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media ( min-width : 768px) {
    .btn-left {
        float: left;
    }
    .btn-right {
        float: right;
    }
    .btn-rewards-claim {
        width: 260px;
        font-size: 0.9em;
        margin: 15px 0;
    }
    .rewards-table img {
        float: left;
    }
    .reward-claimed {
        display: none;
        margin-bottom: 15px;
    }
    .reward-claimed.desktop {
        display: inline;
    }
    .btn-rewards-claim {
        display: none;
    }
    .btn-rewards-claim.desktop {
        display: inline;
    }
    .rewards-table p {
        float: left;
        margin-left: 50px;
        padding-top: 12px;
    }
    .message {
        text-align: left;
        margin-top: 26px;
        margin-left: 210px;
    }
    .historyMessage {
        margin-bottom: 26px;
    }
    .reward-history {
        float: right;
        text-align: left;
        width: 260px;
    }
    .faq-panel {
        padding: 40px !important;
    }
    .banner-section {
        width: 21.7% !important;
        float: left;
        height: 90%;
        position: relative;
    }
    .banner-container {
        height: 200px !important;
    }
    .banner-inner-container {
        height: 100% !important;
    }
    .banner-sprite {
        float: none !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .banner-divider {
        border-left: 1px solid #1997c4 !important;
        clear: none !important;
        margin: 0 15px !important;
        float: left;
        height: 100%;
        width: 0;
    }
    .rewards-steps-sprite.arrow {
        background: url('../img/rewards-sprite.png') no-repeat scroll -55px
            -429px rgba(0, 0, 0, 0);
        right: -12px !important;
        top: 70px !important;
    }
    .banner-text {
        text-align: center;
        position: absolute;
        top: 90px;
    }
    .faqDesktop {
        display: block !important;
    }
    .faqMobile {
        display: none !important;
    }
    .sorry {
        display: block;
    }
    .sorryMob {
        display: none;
    }
    .claim-error {
        font-weight: bold;
        width: 200px;
        float: right;
    }
}

@media ( min-width : 980px) {
    .intro-text {
        width: 30%;
        float: left;
    }
    .acc-switcher-list {
        width: 69%;
        float: right;
        margin-top: 25px;
    }
    .acc-switcher {
        width: 50% !important;
        border: none !important;
        margin-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        padding: 12px 15px 15px 15px !important;
    }
    .acc-switcher-welcome {
        display: none;
    }
    .acc-desktop-title {
        display: inline !important;
    }
    .acc-name {
        display: none;
    }
    .acc-email {
        font-family: 'bt_tvbold', 'arial', sans-serif;
    }
    .acc-switcher-container {
        border-bottom: #14358e solid 5px !important;
    }
    .person-icon {
        display: inline !important;
        margin-right: 40px !important;
        margin-left: 0 !important;
        width: 45px !important;
    }
    .person-icon-inner {
        margin-right: 10px;
        border-right: 1px solid white;
        width: 45px;
    }
    .banner-section {
        width: 22.5% !important;
        float: left;
        height: 90%;
        position: relative;
    }
    .acc-switcher-logout {
        top: 35px !important;
    }
    .acc-switcher-myprofile {
        top: 15px !important;
    }
}

/* rewards landing page styling */
.single-statement {
    padding: 20px 0 10px 0;
}
.blue-outer-container {
    background-color: #027db3;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
}
.blue-inner-container {
    padding: 15px;
    color: #fff;
}
.blue-inner-container p {
    font-size: 1em;
}
.header-link {
    margin: 8px 0;
    font-size: 0.9em;
}
.sprite {
    width: 65px;
    height: 65px;
    margin: 0 0 10px 10px;
}
.sprite.icon1 {
    background: url('../img/rewards-sprite.png') no-repeat -6px -8px;
    float: right;
}
.sprite.icon2 {
    background: url('../img/rewards-sprite.png') no-repeat -6px -113px;
    float: right;
}
.sprite.icon3 {
    background: url('../img/rewards-sprite.png') no-repeat -6px -218px;
    float: right;
}
.sprite.icon4 {
    background: url('../img/rewards-sprite.png') no-repeat -6px -323px;
    float: right;
}
.sprite.icon5 {
    background: url('../img/rewards-sprite.png') no-repeat -8px -393px;
    float: left;
}
.sprite.icon6 {
    background: url('../img/rewards-sprite.png') no-repeat -90px -113px;
    float: left;
    margin: 0 10px !important;
}
.sprite.icon7 {
    background: url('../img/rewards-sprite.png') no-repeat -88px -218px;
    width: 100px;
}
.acc-switcher {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 12px 15px 30px 15px;
    background: rgba(73, 155, 234, 1);
    background: -moz-linear-gradient(left, rgba(73, 155, 234, 1) 0%,
        rgba(69, 147, 227, 1) 8%, rgba(20, 52, 142, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73, 155, 234,
        1)), color-stop(8%, rgba(69, 147, 227, 1)),
        color-stop(100%, rgba(20, 52, 142, 1)));
    background: -webkit-linear-gradient(left, rgba(73, 155, 234, 1) 0%,
        rgba(69, 147, 227, 1) 8%, rgba(20, 52, 142, 1) 100%);
    background: -o-linear-gradient(left, rgba(73, 155, 234, 1) 0%,
        rgba(69, 147, 227, 1) 8%, rgba(20, 52, 142, 1) 100%);
    background: -ms-linear-gradient(left, rgba(73, 155, 234, 1) 0%,
        rgba(69, 147, 227, 1) 8%, rgba(20, 52, 142, 1) 100%);
    background: linear-gradient(to right, rgba(73, 155, 234, 1) 0%,
        rgba(69, 147, 227, 1) 8%, rgba(20, 52, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#14348e', GradientType=1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.5);
}
.acc-switcher-container {
    overflow: hidden;
}
.acc-desktop-title {
    width: 50%;
    float: left;
    display: none;
    padding-top: 36px;
}
.acc-switcher-myprofile {
    position: absolute;
    padding-top: 5px;
}
.acc-switcher-logout {
    position: absolute;
    left: 95px;
    padding-top: 5px;
}
.person-icon {
    display: none;
}
.customHeader1 {
    color: #005293;
    font-size: 1.4em;
}
.white-txt {
    color: #fff;
}
.acc-switcher-welcome {
    font-size: 1.4em;
    padding-bottom: 5px;
}
.acc-switcher-title {
    font-size: 0.8em;
}
.acc-switcher-value {
    font-size: 0.8em;
    padding-bottom: 10px;
}
.acc-switcher select {
    font-size: 0.8em;
    height: 30px;
    color: #000;
    width: 200px;
}
.acc-switcher option {
    color: #000;
    padding: 10px 0;
}
.log-out-links:hover, .log-out-links:focus, .log-out-links.focus,
.log-out-links:active, .log-out-links.active {
    color: #fff;
}

/* White button with black border - not used yet */
.btn-white-arrow {
    color: #fff;
    background-color: transparent;
    border: #8eb1df solid 2px;
}
.btn-white-arrow:hover, .btn-white-arrow:focus, .btn-white-arrow.focus,
.btn-white-arrow:active, .btn-white-arrow.active {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.btn-white:active, .btn-white.active, .open>.dropdown-toggle.btn-white {
    background-image: none;
}

/* tabs */
.tabs.collapsables.grey {
    background: #f5f5f5 none repeat scroll 0 0;
}
.tabs {
    position: relative;
}

/* tabs content */
.outer-container--grey {
    background-color: #f6f6f6;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
}
.inner-container--grey {
    padding: 15px;
}
.inner-container--grey h3 {
    margin-top: 10px;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.chevron-style {
    color: #d63181;
    padding-right: 10px;
}
.no-radius {
    border-radius: 0 !important;
    background-color: #F5F5F5 !important;
    border: none !important;
    margin-top: 2px !important;
}
.no-shadow {
    box-shadow: none !important;
}
.faq-panel {
    background-color: white !important;
    border: none !important;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.faq-bottom-pad {
    padding-bottom: 5px;
}
.faq-anchor {
    display: block;
    height: 100%;
}
.maintenance-message {
    background-color: #372D81;
    color: white;
    padding: 15px;
    overflow: auto;
    margin: 20px;
}
.claimTabContent {
    background-color: #F6F6F6;
    margin: 0 -15px;
    padding: 15px;
}
.linkCursor {
    cursor: pointer;
    text-decoration: underline;
}
.linkCursor:hover {
    text-decoration: underline;
}
.side-space {
    background: #fff !important;
}
.footer {
    background: none repeat scroll 0 0 #ebebeb;
    border: 1px solid #c2c5c6;
    clear: both;
    float: none;
    font: 14px/1.2em Tahoma, Arial, Verdana, sans-serif;
    margin: 0 auto;
    max-width: 980px;
}
.preFooter {
    height: 40px;
    clear: both;
    float: none;
    margin: 0 auto;
    display: none;
}
.footer ul {
    padding: 5px 0;
    width: 100%;
    margin-bottom: 0 !important;
}
.footer ul li {
    display: inline-block;
    height: 32px;
    overflow: hidden;
}
.footer ul li a {
    color: #005293;
    display: block;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}
.footer ul li a {
    color: #005293;
    display: block;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}
.footer .bt-logo {
    background-image: url('../../shared/img/bt-logo.png');
    display: block;
    height: 32px;
    margin-left: 8px;
    margin-top: 0;
    width: 65px;
}
.accordionHeading {
    margin-top: 10px !important;
}
.futureVoiceBody {
    background-color: white;
    color: #6B6B6b;
}
.desktopAccordion {
    background: white;
    padding-bottom: 2px;
}
.desktopAccordion .panel-heading {
    background-image: none !important;
}
.mobileAccordion {
    border-bottom: 1px solid #e5e5e5 !important;
}
#accordionbig .panel-heading {
    background-image: none !important;
}
#accordionMob .panel-group {
    margin-bottom: 2px !important;
}
.mobAccordionInner {
    background-color: white !important;
    padding-bottom: 2px !important;
}
.noTopBorder {
    border-top: none !important;
}
.hidden-label {
    position: fixed !important;
    left: 10000px !important;
}
.mobileAccordionHeader {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 24px;
}
.verticalAlignBottom {
    vertical-align: bottom !important;
}
.width33 {
    width: 33% !important;
}
.width34 {
    width: 34% !important;
}
.displayNone {
    display: none !important;
}
.relative {
    position: relative;
}
.claimHeading {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.15;
}
.faqHead {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.15;
}
