﻿/* Ultra */
@font-face {
    font-family: "TeleGroteskNext-Ultra";
    src: url("../fonts/TeleGroteskNext-Ultra.woff") format("woff"), url("../fonts/TeleGroteskNext-Ultra.woff2") format("woff2");
    font-weight: 800;
}

/* Regular */
@font-face {
    font-family: "TeleGroteskNext";
    src: url("../fonts/TeleGroteskNext-Regular.woff") format("woff"), url("../fonts/TeleGroteskNext-Regular.woff2") format("woff2");
    font-weight: 800;

}
@font-face {
    font-family: "TeleGroteskNext-bold";
    src: url("../fonts/TeleGroteskNext-Bold.woff") format("woff"), url("../fonts/TeleGroteskNext-Bold.woff2") format("woff2");
    font-weight: bold;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 10px 15px 30px 15px;
}

body {
    font-family: "TeleGroteskNext", sans-serif !important;
    color: #262626;
}

strong {
    font-family: "TeleGroteskNext-bold", sans-serif !important;
}

@media (max-width: 768px) {
    html {
        background-color: white;
        scroll-behavior: smooth;
    }

    body {
        padding-top: 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    .verticalRule {
        border-left: none;
    }
}

.faq-header {
    margin-bottom: 10px !important;
}

.faq-category {
    color: #9b9b9b !important;
    font-size: 30px !important;
}

.faq-questions {
    margin-top: 15px;
    margin-left: 30px;
    font-style: normal;
    font-family: "TeleGroteskNext", sans-serif !important;
}

.category-icon {
    margin-top: 11px;
}

.cf-center-text {
    text-align: center;
}

.cf-vertical-rule-right {
    border-right: lightgray 1px solid;
}

.cf-vertical-rule-left {
    border-left: lightgray 1px solid;
}

div.container .brand-logo {
    height: 45px !important;
}

.content-padding {
    padding: 10px 0 10px 15px;
}

.extra-padding {
    padding-left: 20px !important;
}

textarea,
input {
    outline: none;
}

.section.loading {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #6e6e6e;
}

section.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/spinner_white_clear.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.8);
    text-indent: -99999px;
}

.validation-error {
    color: #ff0000;
    list-style-type: none;
}

.error {
    color: #ff0000;
}

.modal-footer {
    background-color: inherit !important;
}

form {
    margin-bottom: 0px !important;
}

.main {
    position: relative;
    z-index: 1000;
    padding-top: 92px;
    background-color: white;
}

section {
    padding-top: 0px !important;
}

#loaderWrapper {
    position: fixed;
    height: 120px;
    width: 140px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -70px;
    z-index: 1000000;
}

.popover {
    font-size: 10px;
    color: white;
    background-color: #2a2c2e;
}
    .popover > .arrow,
    .popover > .arrow:after {
        display: none;
    }

/* Begin FAQ styles */

.FaqCategory {
    font-size: 1em;
    font-weight: bold;
    display: block;
}

.FaqItems {
    margin-left: 20px;
}

    .FaqItems h4,
    .FaqItems div {
        display: block;
        font-size: 1em;
    }

.FaqAnswer {
    margin-left: 20px;
}

    .FaqAnswer ul {
        list-style: disc;
    }

.Faq {
    margin-left: 20px;
}

.FaqTitle {
    margin-top: 1em;
}

.FaqHeader,
.FaqTitle {
    font-weight: bold;
    color: #e20074;
}

    .FaqHeader:hover {
        color: #6a6a6a;
        text-decoration: underline;
    }

.PlusToggle,
.MinusToggle {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.PlusToggle {
    background-image: url("/images/plus.gif");
}

.MinusToggle {
    background-image: url("/images/minus.gif");
}

.accordion {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 25px;
}

/* End FAQ styles */

.btn-center {
    margin-right: auto;
    margin-left: auto;
    display: block !important;
}

.row {
    margin-right: 0px !important;
}

.input-lg {
    height: 46px !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 0px !important;
}

#faqList {
    margin-top: 2%;
}

.btn-black {
    color: white !important;
    background: black !important;
    background-color: black !important;
}

#buttons {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

    #buttons ul {
        list-style: none;
        position: relative;
        left: 50%;
    }

    #buttons li {
        float: left;
        position: relative;
    } /* ie needs position:relative here*/

.modal-backdrop {
    background-color: #747474 !important;
}

.modal {
    box-shadow: none !important;
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    max-height: unset !important;
}

.modal-body {
    /*padding-left: 35px!important;*/
}

.modal-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fullBanner {
    width: 100% !important;
}

h1 {
    font-family: "TeleGroteskNext-Ultra", sans-serif !important;
    font-size: 1.9em !important;
    color: #e20074 !important;
    margin: 0.3em 0 !important;
    line-height: 1.5rem !important;
    font-weight: 800;
}

h2 {
    font-family: "TeleGroteskNext-Ultra", sans-serif !important;
    font-size: 1.8em !important;
    line-height: 1.5rem !important;
    margin: 0.5em 0 !important;
    color: #9b9b9b !important;
    font-style: italic !important;
    font-weight: 800;
}

h3 {
    font-family: "TeleGroteskNext-Ultra", sans-serif !important;
    font-size: 1.5em !important;
    line-height: 1.5rem !important;
    margin: 0.7em 0 !important;
    color: #262626 !important;
    font-weight: 800;
}

h4,h5,h6 {
    font-family: "TeleGroteskNext-Ultra", sans-serif !important;
    font-size: 1em !important;
    line-height: 1.5rem !important;
    margin: 0.2em 0 !important;
    color: #a9a8a8 !important;
    font-weight: 800 !important;
}

.paGenericP {
    color: #fff;
    text-align: left !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.bannerContent {
    padding-top: 4%;
    padding-left: 4%;
    text-align: left;
    display: inline-block;
    float: left;
    width: 50%;
    background-color: transparent;
    top: 0;
}

p {
    line-height: 1.5rem;
    padding-right: 1em;
    font-size: 16px !important;
}

.contentContainer {
    padding: 1em 0em 2em 0em;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 1em auto;
    overflow: hidden;
}

.btnMagenta,
a.btnMagenta {
    background: none;
    background-color: #e20074;
    border-radius: 5px;
    color: #fff;
}

    .btnGray,
    a.btnGray,
    .btnMagenta:disabled,
    a.btnMagenta:disabled {
        background-color: rgb(108, 108, 108);
        color: #fff;
        border-radius: 5px;
    }

#btnCiti {
    float: right;
}

.cf-bottom-buttons-temp a,
.Btn,
.cf-bottom-buttons input[type="submit"],
.cf-bottom-buttons button:not(.qq-btn):not(.close) {
    /*margin: 0 auto;*/
    display: block;
    min-width: 226px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 1em;
    border: none;
    cursor: pointer;
}

.cf-bottom-buttons a,
.Btn,
.cf-bottom-buttons input[type="submit"],
.cf-bottom-buttons button:not(.qq-btn):not(.close) {
    margin: 0 auto;
    display: block;
    min-width: 226px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 1em;
    border: none;
    cursor: pointer;
}

.cf-device-triage-phone-selection-container,
.cf-device-triage-virtual-pay-selection-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cf-device-triage-virtual-pay-selection-container-contact-phone {
    padding-top: 30px;
    padding-bottom: 30px;
    float: right;
}

.cf-device-triage-phone-label input {
    height: auto !important;
}

.cf-device-triage-container .cf-device-triage-header-row {
    font-weight: bold;
    padding: 16px 8px;
}

.cf-device-triage-container .cf-device-triage-table-row {
    background-color: #ddedd8;
    border-bottom: 10px solid #fff;
    padding: 16px 8px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.cf-device-triage-container .cf-device-triage-device-list {
    width: 50%;
}

@media (max-width: 768px) {
    .cf-device-triage-container .cf-device-triage-table-row {
        padding: 10px 0;
    }

    .cf-device-triage-container .cf-device-triage-device-list {
        width: 100%;
    }
}

.cf-device-triage-container .dark-heading {
    color: #333 !important;
}

.cf-device-triage-container {
    padding: 0 4%;
}

.cf-col-left {
    padding-left: 4%;
}

.cf-thank-you {
    width: 100%;
    padding-top: 5%;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .cf-thank-you {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
    }
}

.cf-thank-you img {
    width: 100%;
}

.cf-thank-you-desc {
    width: auto !important;
    background-color: #343434;
    color: #fff;
    padding: 20px;
}

    .cf-thank-you-desc p {
        padding-bottom: 20px;
    }

    .cf-thank-you-desc > div {
        float: none;
    }

    .cf-thank-you-desc .btn {
        padding: 12px 34px;
        width: auto;
        height: auto;
    }

    .cf-thank-you-desc hr {
        color: #fff;
    }

.cf-thank-you-page .fullBanner {
    position: absolute;
    z-index: -1;
    left: 0;
    border-left: 20px solid #fff;
}

.cf-thank-you-page .container {
    min-height: 550px;
}

.cf-thank-you-page .row-fluent .btn {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cf-thank-you-page .progress {
    height: 40px;
}

    .cf-thank-you-page .progress .progress-bar-success {
        line-height: 40px;
        font-size: 18px;
    }

.cf-thank-you-desc .Btn {
    margin-top: 0;
    line-height: 50px;
}

.cf-offer-select-content {
    padding: 0 4%;
}

.cf-generic-upload-billing {
}

.cf-generic-upload-billing-well-heading {
    line-height: 30px;
    margin-top: 0 !important;
}

.cf-generic-upload-billing-container {
    margin-bottom: 20px;
    clear: both;
}
    .cf-generic-upload-billing-container .qq-uploader {
        min-height: 0;
        padding: 0;
    }

@media (max-width: 723px) {
    .cf-success {
        width: 100% !important;
        position: relative;
        top: 0;
        left: 0;
        float: none;
    }

    .cf-success-desc a.btn {
        height: auto;
    }
}

.cf-success img {
    width: 100%;
}

.cf-success-desc {
    width: auto !important;
    background-color: #343434;
    color: #fff;
    padding: 20px;
}

    .cf-success-desc p {
        padding-bottom: 20px;
    }

.cf-success-page .fullBanner {
    position: absolute;
    z-index: -1;
    left: 0;
    border-left: 20px solid #fff;
}

.cf-success-page .container {
    min-height: 650px;
}

.cf-success-page .row-fluent .btn {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cf-success-desc .Btn {
    margin-top: 0;
    line-height: 50px;
}

.cf-summary > .container > .row {
    margin-left: 0;
}

.cf-status-devices-table th:first-child {
    padding-left: 30px;
}

.cf-status-submission-success-row {
    color: rgb(50, 122, 62);
    background-color: rgb(215, 235, 206);
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

    .cf-status-notes-row td:first-child,
    .cf-status-submission-error-row td:first-child,
    .cf-status-submission-success-row td:first-child {
        padding-left: 30px;
    }

.cf-status-submission-error-row {
    color: rgb(238, 0, 18);
    background-color: #f9f9f9;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.cf-status-notes-row {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.cf-status-spacing-row {
    background: transparent;
}

    .cf-status-spacing-row td {
        padding: 3px !important;
    }

.cf-summary .table th .popover-content {
    color: #000;
}

.cf-summary .table .total td {
    background-color: #000;
    color: #fff;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    font-size: 24px;
}

    .cf-summary .table .total td:first-child {
        border-left: 1px solid #000;
    }

    .cf-summary .table .total td:last-child {
        border-right: 1px solid #000;
    }

.cf-summary .table .total div {
    background-color: #fff;
    color: #ec008d;
}

.cf-summary .table tbody tr.success td {
    color: #5ca16b;
    border-top: 0;
}

    .cf-summary .table tbody tr.success td:first-child {
        border-left: 1px solid #ddd;
    }

    .cf-summary .table tbody tr.success td:last-child {
        border-right: 1px solid #ddd;
    }

.cf-summary .table tbody tr.error td:first-child {
    border-left: 1px solid #ddd;
}

.cf-summary .table tbody tr.error td:last-child {
    border-right: 1px solid #ddd;
}

.cf-summary .table tbody tr.notes td {
    border-top: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.cf-summary .messageContainer {
    margin: 1em auto;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 24px;
    padding: 1em;
}

.cf-summary th .question-sign {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    width: 1em;
    height: 1em;
    line-height: 0.8em;
    cursor: pointer;
    border: 1px solid #000;
}

.cf-col-left h3 {
    color: #000 !important;
    font-weight: bold;
}

.cf-device-triage-form .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.cf-upload-billing .row {
    margin-left: -15px !important;
}

.cf-upload-billing-content-padding {
    padding-left: 30px;
}

.cf-upload-billing .well {
    min-height: 140px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 5px;
}

.cf-upload-billing .bill-examples {
    padding: 0;
}

.cf-upload-billing .buttons {
    text-align: center;
}

.cf-upload-billing .cf-col-left .thumbnail:hover {
    background: #555;
    border-color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .cf-upload-billing .cf-col-left .thumbnail:hover img {
        opacity: 0.3;
    }

.cf-upload-billing .cf-col-left .thumbnail span {
    display: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -20px;
}

.cf-upload-billing .cf-col-left .thumbnail:hover span {
    display: inline-block;
}

.cf-upload-billing .cf-col-left .well .row {
    padding-left: 0;
}

.cf-upload-billing .qq-uploader {
    min-height: 0px !important;
    padding: 0 0 0 20px;
}

.cf-billing-phone-upload {
    padding: 20px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.cf-billing-phone-upload-btn {
    position: relative;
    top: -15px;
}

.cf-billing-phone-list {
    padding: 0 0 0 20px;
}

.cf-fine-uploader .qq-uploader,
.cf-upload-billing .qq-uploader {
    background: none;
}

.cf-fine-uploader .Btn.disabled,
.cf-upload-billing .Btn.disabled {
    color: #aaa;
}

.cf-fine-uploader .qq-upload-cancel,
.cf-upload-billing .qq-upload-cancel {
    background: none;
}

.cf-fine-uploader .qq-upload-list li,
.cf-upload-billing .qq-upload-list li {
    border: 0;
    background: #ddedd8;
    margin-bottom: 10px;
    text-align: left;
}

    .cf-fine-uploader .qq-upload-list li .btn-default,
    .cf-upload-billing .qq-upload-list li .btn-default {
        border-radius: 50%;
        padding: 4px 6px;
    }

        .cf-fine-uploader .qq-upload-list li .btn-default .qq-upload-spinner,
        .cf-upload-billing .qq-upload-list li .btn-default .qq-upload-spinner {
            vertical-align: middle;
            margin-right: 0;
        }

    .cf-fine-uploader .qq-upload-list li .btn-success,
    .cf-upload-billing .qq-upload-list li .btn-success {
        border-radius: 50%;
        padding: 4px 6px;
        background-color: #5cb85c;
        color: #fff;
        display: none;
        background-image: none;
        box-shadow: none;
    }

    .cf-fine-uploader .qq-upload-list li .btn-danger,
    .cf-upload-billing .qq-upload-list li .btn-danger {
        border-radius: 50%;
        padding: 4px 6px;
        background-color: #d9534f;
        color: #fff;
        display: none;
        background-image: none;
        box-shadow: none;
    }

    .cf-fine-uploader .qq-upload-list li .btn:focus .glyphicon,
    .cf-fine-uploader .qq-upload-list li .btn:hover .glyphicon,
    .cf-upload-billing .qq-upload-list li .btn:hover .glyphicon,
    .cf-upload-billing .qq-upload-list li .btn:focus .glyphicon {
        font-size: 16px;
    }

    .cf-fine-uploader .qq-upload-list li .qq-upload-delete-selector .glyphicon,
    .cf-upload-billing .qq-upload-list li .qq-upload-delete-selector .glyphicon {
        vertical-align: text-bottom;
    }

    .cf-fine-uploader .qq-upload-list li .qq-upload-retry-selector .glyphicon,
    .cf-upload-billing .qq-upload-list li .qq-upload-retry-selector .glyphicon {
        vertical-align: text-bottom;
    }

    .cf-fine-uploader .qq-upload-list li .qq-upload-cancel-selector .glyphicon,
    .cf-upload-billing .qq-upload-list li .qq-upload-cancel-selector .glyphicon {
        vertical-align: text-bottom;
    }

    .cf-fine-uploader .qq-upload-list li .btn-success.qq-upload-retry-selector,
    .cf-upload-billing .qq-upload-list li .btn-success.qq-upload-retry-selector {
        display: inline-block;
    }

    .cf-fine-uploader .qq-upload-list li .btn-danger.qq-upload-delete-selector,
    .cf-upload-billing .qq-upload-list li .btn-danger.qq-upload-delete-selector {
        display: inline-block;
        margin-right: 0;
    }

    .cf-fine-uploader .qq-upload-list li .btn-danger.qq-upload-cancel-selector,
    .cf-upload-billing .qq-upload-list li .btn-danger.qq-upload-cancel-selector {
        display: inline-block;
        margin-right: 0;
    }

    .cf-fine-uploader .qq-upload-list li.qq-upload-success,
    .cf-upload-billing .qq-upload-list li.qq-upload-success {
        background: #ddedd8;
    }

        .cf-fine-uploader .qq-upload-list li.qq-upload-success .btn-success,
        .cf-upload-billing .qq-upload-list li.qq-upload-success .btn-success {
            display: inline-block;
            opacity: 1;
        }

    .cf-fine-uploader .qq-upload-list li.qq-upload-fail,
    .cf-upload-billing .qq-upload-list li.qq-upload-fail {
        background: #f2dfdf;
    }

        .cf-fine-uploader .qq-upload-list li.qq-upload-fail .btn-danger,
        .cf-upload-billing .qq-upload-list li.qq-upload-fail .btn-danger {
            display: inline-block;
            opacity: 1;
        }

    .cf-fine-uploader .qq-upload-list li .btn.qq-hide,
    .cf-upload-billing .qq-upload-list li .btn.qq-hide {
        display: none;
    }

.cf-fine-uploader .qq-upload-file,
.cf-upload-billing .qq-upload-file {
    text-align: left;
    width: inherit;
    max-width: 60%;
}

.cf-fine-uploader .qq-upload-list,
.cf-upload-billing .qq-upload-list {
    box-shadow: none;
}

.cf-fine-uploader .qq-thumbnail-selector,
.cf-upload-billing .qq-thumbnail-selector {
    height: 100px;
}

.cf-fine-uploader .qq-upload-list,
.cf-upload-billing .qq-upload-list {
    max-height: none;
    overflow-y: inherit;
}

.cf-upload-billing .cf-col-left .thumbnail {
    margin-top: 20px;
}

    .cf-upload-billing .cf-col-left .thumbnail img {
        min-height: 120px;
    }

.cf-upload-billing #trigger-upload {
    display: none;
}

.cf-upload-billing .cf-col-right {
    min-height: 755px;
}

.cf-upload-billing-continue {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.cf-upload-billing-missing-files .btn,
.cf-upload-billing-restore-session .btn {
    box-shadow: none;
    margin-bottom: 10px;
    text-transform: none;
}

.cf-upload-billing-missing-files a.btn-primary,
.cf-upload-billing-restore-session a.btn-primary {
    width: 100%;
    height: 58px;
}

@media (min-width: 723px) {
    .cf-fine-uploader .qq-upload-list li .glyphicon,
    .cf-upload-billing .qq-upload-list li .glyphicon {
        line-height: inherit;
    }
}

@media (max-width: 723px) {
    .cf-fine-uploader
    .qq-upload-list
    li.qq-upload-success
    .btn-success
    .glyphicon,
    .cf-upload-billing
    .qq-upload-list
    li.qq-upload-success
    .btn-success
    .glyphicon {
        line-height: inherit;
    }

    .cf-contact-us-week a.btn {
        padding-left: inherit;
        padding-right: inherit;
        width: auto;
        min-width: 100px;
    }
}
@media (max-width: 723px) {
    .btnMagenta,
    a.btnMagenta {
        padding-top: 5px;
        color: #fff;
        float: none;
    }
    #btnCiti {
        float: none;
    }
}

.cf-device-triage-phone-selection-form {
    overflow: hidden;
    position: relative;
}

.cf-device-triage-vertical-separator {
    border-left: 2px solid #ddd;
    position: absolute;
    height: 100%;
    left: -12px;
}

.cf-virtual-pay-heading {
    position: relative;
    top: -12px;
}

.cf-device-triage-added-phones-hidden {
    visibility: hidden;
}

h3 strong {
    color: #000;
}

.cf-reupload-button-container {
    margin-bottom: 20px;
}

.cf-select-payment > .row {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.cf-select-payment-banner {
    padding: 0;
}

    .cf-select-payment-banner img {
        width: 100%;
    }

.cf-select-payment-black-box {
    padding: 20px;
    height: 311px;
    background-color: black;
    color: #fff;
}

@media (max-width: 1239px) {
    .cf-select-payment-black-box {
        width: 100%;
        height: auto;
    }
    .cf-select-payment-banner {
        width: 100%;
    }
    .hide-desktop{
        display:inline-block;
    }
}

.cf-select-payment-black-box .h1 {
    margin-left: 20px;
}

.cf-select-payment-black-box .h1small {
    margin-left: 0px;
    font-size: 28px;
}

.cf-select-payment-black-box .h4small {
    margin-top: 2px;
    margin-bottom: 2px;
}

.cf-select-payment-black-box .h3small {
    font-size: 20px;
}

.cf-select-payment-black-box ul {
    margin-left: 100px;
}

.cf-select-payment .Btn {
    margin: 0;
}

.cf-select-payment-modal .btn {
    padding: 12px 34px;
    width: auto;
    height: auto;
}

.modal {
    position: fixed;
}

.modal-open .modal {
    overflow-y: hidden;
}

.modal .close {
    right: 10px;
    top: 10px;
}

.modal .modal-footer {
    border-top: 0;
}

    .modal .modal-footer .text-muted {
        text-decoration: underline;
        cursor: pointer;
    }

.schedulecallmodal .modal-body .btn {
    height: auto;
    text-shadow: none;
}

.schedulecallmodal .modal-body .btn-default.col-sm-5 {
    padding: 19px 0 0 0;
}

.schedulecallmodal .modal-body .btn.col-sm-5 .glyphicon {
    font-size: 3em;
}

.schedulecallmodal .modal-body .btn.hidden-sm {
    text-align: left;
    font-size: initial;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
}

    .schedulecallmodal .modal-body .btn.hidden-sm .glyphicon {
        font-size: 1.3em;
        margin-right: 10px;
        vertical-align: middle;
    }

.schedulecallmodal .modal-body .btn.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    background-image: none;
    border-color: #4cae4c;
}

    .schedulecallmodal .modal-body .btn.btn-success:hover {
        background-color: #449d44;
        border-color: #398439;
    }

.cf-contact-us input {
    width: 250px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-width: 1px;
}

.cf-contact-us select {
    text-indent: 60px;
    width: 250px;
    font-weight: bold;
}

@-moz-document url-prefix() {
    .cf-contact-us select {
        text-indent: 30px;
    }
}

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

.cf-contact-us-week .btn {
    height: auto;
    text-shadow: none;
    padding-bottom: 19px;
    width: 16%;
    margin-right: 4px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cf-contact-us-week .btn-secondary,
.cf-contact-us-timezone {
    color: #000 !important;
}

span.cf-contact-us-day-of-week {
    text-transform: none;
}

span.cf-contact-us-date {
    font-size: 2em;
    line-height: 1em;
}

.cf-contact-us-am-pm .btn {
    margin-top: 20px;
    width: auto;
    height: 30px;
    padding: 0px 40px;
}

.cf-change-time-zone-modal .btn-link {
    font-size: 1.5em;
    display: block;
}

a.cf-contact-us-time-slot.disabled {
    background: none;
}

a.cf-contact-us-time-slot {
    border: 0;
    background: none;
    padding: 4px;
    margin: 4px;
    height: auto;
    box-shadow: none;
    color: #000;
}

.btn-primary.cf-contact-us-time-slot {
    background: none;
    color: #d53386;
    font-weight: bold;
    text-shadow: none;
}

.cf-contact-us .btn[disabled] {
    color: #fff;
}

.cf-contact-us-submitted .btn {
    padding: 12px 24px;
    width: auto;
    height: auto;
}

.cf-contact-us-submitted .row {
    margin-bottom: 8px;
}
.cf-uh-oh,
.cf-success {
    width: 37%;
    float: right;
    padding-top: 5%;
    padding-right: 10px;
}

.cf-uh-oh-page .container {
    min-height: 600px;
}

@media (max-width: 723px) {
    .cf-uh-oh {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: auto;
    }

    .cf-uh-oh-page .container {
        min-height: 0;
    }

    .cf-uh-oh-page .fullBanner {
        display: none;
    }
}

.cf-uh-oh img {
    width: 100%;
}

.cf-uh-oh-desc {
    width: auto !important;
    background-color: #343434;
    color: #fff;
    padding: 20px;
}

    .cf-uh-oh-desc p {
        padding-bottom: 20px;
    }

    .cf-uh-oh-desc > div {
        float: none;
    }

    .cf-uh-oh-desc .btn {
        padding: 12px 34px;
        width: auto;
        height: auto;
        width: 40%;
        margin: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
    }

        .cf-uh-oh-desc .btn .glyphicon {
            font-size: 3em;
        }

.cf-call-back-submit {
    padding-top: 10%;
}

.btn-call-tmobile {
    pointer-events: none;
}

@media (max-width: 768px) {
    .cf-uh-oh-desc .btn {
        width: 60%;
        padding: 12px 15px;
    }

    .btn-call-tmobile {
        pointer-events: all;
    }

    .cf-uh-oh-desc .btn .glyphicon {
        font-size: 1.5em;
    }
}

.cf-uh-oh-desc hr {
    color: #fff;
}

.cf-uh-oh-page .fullBanner {
    position: absolute;
    z-index: -1;
    left: 0;
    border-left: 20px solid #fff;
}

.cf-uh-oh-page .row-fluent .btn {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cf-uh-oh-desc .Btn {
    margin-top: 0;
    line-height: 50px;
}

.cf-faq-view-more {
    margin-bottom: -50px;
    margin-right: 20px;
    padding-right: 140px;
    text-align: center;
    font-family: "TeleGroteskNext-Ultra", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5rem !important;
    color: #a9a8a8 !important;
    font-weight: 800 !important;
}

    .cf-faq-view-more hr {
        border-style: dashed;
    }

.cf-scheduled-call-back {
    margin-top: 20px;
}

.cf-status-dashboard .panel-default.submission-header {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

    .cf-status-dashboard .panel-default.submission-header .panel-heading {
        background: none;
    }

.cf-status-dashboard .panel-default.submission-row .panel-heading {
    background-color: #000;
}

.cf-status-dashboard .panel-default.submission-row .accordion-toggle {
    color: #fff;
}

.cf-status-dashboard-submissions .panel-default.submission-row .text-muted {
    color: #fff;
}

.progress-error-dark {
    background-color: #b94a48;
    color: #fff;
}

.progress-error-light {
    background-color: #eed3d7;
    color: #b94a48;
}

.trackingid-link {
    text-decoration: underline;
    color: #e20074;
}

.cf-status-dashboard .submission-col {
    width: 15%;
    display: inline-block;
    font-weight: bold;
}

.cf-status-dashboard .submission-col-date {
    width: 20%;
    display: inline-block;
    font-weight: bold;
}

@media (max-width: 768px) {
    .cf-status-dashboard .submission-col {
        width: 45%;
        margin-bottom: 10px;
    }
}

.cf-status-dashboard h3 {
    color: #000 !important;
    font-weight: bold;
}

.cf-trade-in-requirements h3 {
    color: #777777 !important;
    font-weight: bold;
}

.cf-modal .btn {
    padding: 12px 34px;
    width: auto;
    height: auto;
}

/* Dark Styles Start */

.cf-landing .cf-col-left h3,
.cf-landing .cf-col-right h3,
.cf-signin .cf-col-right h3 {
    color: #e20074 !important;
    font-weight: normal;
}

.cf-landing .small.glyphicon {
    background-color: #e20074;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    font-size: 50%;
    vertical-align: text-top;
}

.cf-landing .step-outline {
    padding-left: 20px;
}

.cf-signin .contentContainer {
    border-radius: 0;
    border: 0;
    padding-right: 10px;
}

.cf-signin-form {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 20px;
}

    .cf-signin-form label {
        font-weight: bold;
    }

    .cf-signin-form .form-control {
        height: 40px;
        margin-bottom: 4px;
    }

    .cf-signin-form .small {
        font-size: 70%;
        line-height: 1.2em;
        display: inline-block;
    }

.cf-byod .container-main {
    background: url(/images/Brick-Wall-HighRes.jpg);
    background-size: contain;
}

.cf-byod .cf-border {
    border: 1px solid #000;
    padding: 8px;
    margin-right: 20px;
}

.cf-eip-upload-well-heading {
    font-size: 1.4em !important;
    line-height: 30px;
    margin-top: 20px !important;
}

.cf-terms-conditions-heading {
    text-align: left;
    text-transform: uppercase;
}

.cf-trade-in-requirements-heading {
    text-align: left;
    text-transform: uppercase;
}

.cf-page-title,
.cf-page-title h1,
.cf-upload-billing-title {
    line-height: 1.1em;
    font-style: normal;
    text-transform: uppercase;
    color: #e20074 !important;
}

.cf-upload-billing-byod-title {
    padding: 40px;
    font-weight: bold;
}

.cf-upload-billing-byod-title1 {
    color: #e20074;
    font-size: 900%;
    text-align: center;
    padding: 10px;
    line-height: 1em;
}

.cf-upload-billing-byod-title2 {
    color: #e20074;
    font-size: 530%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    line-height: 1em;
}

.cf-upload-billing-byod-title3 {
    color: #e20074;
    font-size: 700%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    line-height: 1em;
}

.cf-upload-billing-byod-title4 {
    color: #e20074;
    font-size: 320%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    line-height: 1em;
}

.cf-byod #fine-uploader-manual-trigger .qq-upload-button {
    float: right;
}

.cf-upload-billing-byod-num {
    background-color: #e20074;
    color: #fff;
    font-size: 300%;
    text-align: center;
    padding: 0;
    line-height: 1.5em;
    width: 1.5em;
    display: inline-block;
    border-radius: 50%;
    height: 1.5em;
}

.cf-upload-billing-byod-num-text {
    font-size: 200%;
    vertical-align: middle;
    line-height: 1em;
    margin-top: 0.25em;
    margin-bottom: 1em;
    display: inline-block;
}

.contentContainer .cf-upload-billing-byod-num-item {
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 10px;
}

.contentContainer .cf-upload-billing-byod-num {
    font-size: 200%;
    margin-right: 20px;
}

.contentContainer .cf-upload-billing-byod-num-text {
    min-height: 1.5em;
    margin-bottom: 0;
}

@media (max-width: 723px) {
    .cf-upload-billing .qq-uploader {
        padding: 0;
    }

    .cf-upload-billing-title {
        padding-left: 0;
    }

    .cf-billing-phone-upload-btn {
        height: 32px;
    }

    .cf-billing-phone-list {
        padding: 0;
    }

    .contentContainer .cf-upload-billing-byod-num-item {
        padding: 0;
    }

    .contentContainer .cf-upload-billing-byod-num-text {
        height: auto;
        margin: 10px 0;
    }
}

@media (max-width: 1200px) {
    .contentContainer .cf-upload-billing-byod-num-text {
        height: auto;
        margin: 10px 0;
    }
}

.cf-byod .cf-status-dashboard .trackingid-link {
    color: #fff;
    text-decoration: none;
}

.cf-byod .cf-status-dashboard .panel-default.submission-header {
    border-bottom: 0;
}

.cf-byod .cf-status-dashboard .progress.collapsed {
    border-radius: 0;
    height: 8px;
    border: 1px solid #eee;
    border-top: 0;
}

.cf-byod .panel-open {
    margin-bottom: 20px;
}

.cf-byod .cf-status-dashboard .panel-default .label-success {
    font-size: 12px;
    padding: 6px 12px;
}

.cf-byod .submissionprogress {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

    .cf-byod .submissionprogress .alert {
        border-radius: 0;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 14px;
        border: 0;
        text-align: center;
    }

.cf-validation-errors {
    margin: 8px 0;
    clear: both;
}

.cf-byod-contact-phone-number {
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .cf-byod-contact-phone-number {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.cf-byod .submissionprogress .alert-passed {
    background-color: #5cb85c;
    color: #fff;
}

.cf-byod .cf-status-dashboard .panel-default .panel-group .panel {
    border-bottom: 0;
}

.cf-byod
.cf-status-dashboard
.panel-default
> .panel-heading
+ .panel-collapse
> .panel-body {
    border-top: 0;
}

.cf-byod-phone-freedom {
    text-decoration: underline;
}

.cf-byod-link {
    text-decoration: underline;
}

    .cf-byod-link:hover {
        cursor: pointer;
    }

/* Dark Styles End */

/* Fix to UNAV header items getting clipped */
li.glyph > a.icon-medium-map-marker.hidden-tablet {
    height: 35px !important;
    width: 40px !important;
}

#tmounavold
> div.navbar-inner
> div
> div.nav-menu-collapse.glyph-menu.pull-right 
> ul
> li:nth-child(5)
> a {
    height: 45px !important;
    width: -1px !important;
}

.footer-terms {
    font-size: 10px;
    padding-top: 20px;
}

    .footer-terms b {
        color: #000000;
    }

.mobile-hr {
    border-style: dashed;
}

h2.dark-header {
    color: #e20074 !important;
}

.dark-amount {
    text-align: right;
}

.dark-form input {
    height: 30px;
}

.dark-form .radio-inline {
    padding-left: 0;
}

.dark-form input[type="radio"] {
    height: auto;
}

.dark-padding-bottom {
    padding-bottom: 20px;
}

.dark-padding-right {
    padding-right: 15px;
}

.dark-signin-bg {
    height: 600px;
}

.cf-start-header {
    color: #e20074;
    font-size: 18px !important;
}

.cf-start .btn {
    padding: 9px 34px;
}
.cf-start,
.cf-footer,
.cf-footer .faq,
.contentContainer {
    width: 95%;
}

.cf-section-container {
    margin: 0 2em;
}

.cf-section-header {
    min-width: 150px;
    display: inline-block;
    color: #e20074;
    text-decoration: underline
}

.cf-footer {
    display: inline;
}

.tmo-footer {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
}

.nav-social i {
    background-image: none !important;
    padding-left: 20px;
}
@media (min-width: 1560px) {

    .cf-start,
    .cf-footer,
    .cf-footer .faq,
    .tmo-footer,
    .contentContainer {
        max-width: 1560px;
    }
}

@media (max-width: 1559px) and (min-width: 724px) {
    .cf-start,
    .cf-footer,
    .cf-footer .faq,
    .tmo-footer,
    .contentContainer {
        max-width: 1160px;
    }
    .main-footer {
        padding: 0px !important;
    }
}

@media (max-width: 723px) {
    .cf-start,
    .cf-footer,
    .cf-footer .faq,
    .tmo-footer,
    .contentContainer {
        max-width: 700px;
    }

    .cf-section-header {
        display: block;
    }
}

@media (max-width: 723px) {
    .cf-start .btn {
        padding: 6px 34px;
    }
}

.cf-status-dashboard .trackingid-link {
    color: #fff;
    text-decoration: none;
}

.cf-status-dashboard .panel-default.submission-header {
    border-bottom: 0;
}

.cf-status-dashboard .progress.collapsed {
    border-radius: 0;
    height: 8px;
    border: 1px solid #eee;
    border-top: 0;
}

.panel-open {
    margin-bottom: 20px;
}

.cf-status-dashboard .panel-default .label-success {
    font-size: 12px;
    padding: 6px 12px;
}

.submissionProgessContainer {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .submissionProgessContainer .submissionProgressItem {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 0.9em;
        border: 0;
        text-align: center;
        margin-bottom: 0;
        width: 25%;
        float: left;
    }

@media (max-width: 768px) {
    .submissionProgessContainer .submissionProgressItem {
        width: 100%;
        float: none;
    }
}

.submissionProgessContainer .alert-passed {
    background-color: #5cb85c;
    color: #fff;
}

.submissionProgessContainer .alert-denied {
    background-color: #b94a48;
    color: #fff;
}

div.container-main {
    background-color: #fff;
}

.text-center.hidden-print > .checkbox > label {
    display: inline-block;
}

a:hover {
    cursor: pointer;
}

.cf-virtual-card-reg-heading {
    color: gray;
}

.cf-virtual-card-reg-btn {
    display: block;
    width: 100%;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 1em;
    border: none;
    cursor: pointer;
}

.vcBtn {
    height: unset;
    padding: 9px 34px;
}

@media(min-width:1239px) {
    .hide-desktop {
        display: none;
    }
}

/* TeleNeoWeb font */
@font-face {
    font-family: "TeleNeoWeb-Bold";
    src: url("../fonts/TeleNeoWeb-Bold.woff") format("woff"), url("../fonts/TeleNeoWeb-Bold.woff2") format("woff2");    
}

@font-face {
    font-family: "TeleNeoWeb-ExtraBold";
    src: url("../fonts/TeleNeoWeb-ExtraBold.woff") format("woff"), url("../fonts/TeleNeoWeb-ExtraBold.woff2") format("woff2");    
}

@font-face {
    font-family: "TeleNeoWeb-ExtraBoldItalic";
    src: url("../fonts/TeleNeoWeb-ExtraBoldItalic.woff") format("woff"), url("../fonts/TeleNeoWeb-ExtraBoldItalic.woff2") format("woff2");    
}

@font-face {
    font-family: "TeleNeoWeb-Regular";
    src: url("../fonts/TeleNeoWeb-Regular.woff") format("woff"), url("../fonts/TeleNeoWeb-Regular.woff2") format("woff2");
}

.teleneoweb-bold{ 
    font-family: "TeleNeoWeb-Bold", sans-serif !important;
}

.teleneoweb-extra-bold{ 
    font-family: "TeleNeoWeb-ExtraBold", sans-serif !important;
}

.teleneoweb-extra-bold_italic{ 
    font-family: "TeleNeoWeb-ExtraBoldItalic", sans-serif !important;
}

.teleneoweb-regular {
    font-family: "TeleNeoWeb-Regular", sans-serif !important;
}

