/************ GLOBAL STYLES ************/
body {
    background-color: #77777710;
    color: #777777;
}

h1, h2, h3, h4, h5, h6 {
    color: #777777;
}

.nav-link {
    color: #006940;
}

.admin-header-link ul {
    margin-bottom: 0px;
}

.master-column-wrapper .container {
    background-color: white;
}

/*sizing for lineart*/
.b2b-lineart {
    max-width: 150px;
}
/*nav link toggle*/
.nav-pills .nav-link.active {
    border: solid 1px #006940;
    background-color: #006940;
    border-radius: 20px;
    color: white;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
}

.nav-pills .nav-link {
    margin: 10px 0px;
    padding: 5px 15px;
    transition: none;
}
/*centering main titles on all pages*/
.page-title h1 {
    text-align: center;
}

/*login page card titles*/
fieldset.card-body legend {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.form-control {
    appearance: auto;
}

.sidebar .card-header {
    background-color: rgba(0, 0, 0, 0.18);
}

/*Styling for sidebar on account profile*/
.list-group-item.active {
    background-color: rgb(238, 238, 238);
    border: none;
    color: #777777;
}
/*active styles on my account checkout*/
#checkout-steps .list-group-item.active {
    background-color: white;
    border: 1px solid lightgrey;
}

.checkout-page .list-group-item.active {
    background-color: whitesmoke;
    color: #777777;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* Selected row for table selection
    in account payment flow
*/
.active-check {
    background-color: rgba(0, 0, 0, 0.075);
}

.list-group-item {
    color: #777777;
}

ol {
    padding-inline-start: 0px;
}

/*link styles*/
a {
    color: #006940;
    text-decoration: none;
}

    a:hover {
        color: black;
        text-decoration: underline;
    }

/*login page clear background*/
.login-page .page-body {
    background-color: transparent;
}

/*pagination styles*/
.pagination {
    padding: 2rem 0 0 0;
}

    .pagination .active .page-link {
        background-color: #006940;
    }

    .pagination .page-link {
        color: #777777;
    }

/* Account profile progress bar*/
.progress-bar {
    overflow: visible;
    color: white;
}

/* Restrict image width in device page*/
.product-list .card-img-top img {
    max-width: 400px;
}


/************ HOMEPAGE SLIDER ************/
.slider-wrapper.theme-custom {
    margin-top: 0px;
    display: none;
}

.validation-summary-errors ul {
    list-style-type: none;
    background: #f2dede;
    color: #a94442;
    font-size: 10px;
    font-weight: 700;
    padding: 10px;
}

html.html-home-page > body > div.master-wrapper-page > div.master-wrapper-content > div.slider-wrapper.theme-custom {
    display: block;
    margin-bottom: 0px;
}

/************ TOP OF PAGE BAR NOTIFICATIONS ************/
.bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000000;
}

    .bar-notification.success {
        background: #4bb07a;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: #e4444c;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification .close {
        background: url(../images/ico-close-notification-bar.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin: 15px 9px 0px 0px;
        cursor: pointer;
    }

    .bar-notification p.content {
        padding: 14px 25px;
        margin: 5px 0px;
        text-align: center;
    }

        .bar-notification p.content a {
            text-decoration: underline;
            color: #FFFFFF;
        }

            .bar-notification p.content a:hover {
                text-decoration: none;
                color: #FFFFFF;
            }

    .bar-notification.error p.content {
        margin: 5px 0px;
        padding: 14px 25px;
        text-align: center;
        font-size: 14px;
    }

/************ DEVICE DETAIL BOXES ************/
/* COLOR SQUARES ATTRIBUTE TYPE STYLE */

.product-details-page .attributes ul.color-squares li, .product-details-page .attributes ul.image-squares li {
    display: inline;
    margin-right: 10px;
    position: relative;
}

.product-details-page .attributes ul.color-squares .color-container, .product-details-page .attributes ul.image-squares .image-container {
    position: relative;
    display: inline-block;
    padding: 1px;
    margin-bottom: 5px;
    line-height: 1em;
}

.product-details-page .attributes ul.color-squares .selected-value .color-container, .product-details-page .attributes ul.image-squares .selected-value .image-container {
    border-color: #bbb;
    border-width: 2px;
}

.product-details-page .attributes ul.color-squares .color, .product-details-page .attributes ul.image-squares .image {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.product-details-page .attributes ul.color-squares label, .product-details-page .attributes ul.image-squares label {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.product-details-page .attributes ul.color-squares input, .product-details-page .attributes ul.image-squares input {
    height: 0;
    overflow: hidden;
    z-index: -10000;
    position: absolute;
    float: none;
    display: none;
}

.product-filters .color-squares, .product-filters .image-squares {
    font-size: 0;
}

    .product-filters .color-squares .color-container, .product-filters .image-squares .image-container {
        display: inline-block;
        padding: 1px;
        position: relative;
        z-index: 0;
    }

    .product-filters .color-squares .color, .product-filters .image-squares .image {
        border: 1px solid #444 !important;
        cursor: pointer;
        display: table !important;
        height: 50px !important;
        width: 50px !important;
    }

.color-squares .color, .image-squares .image {
    border: 2px solid #ddd;
    cursor: pointer;
    display: table !important;
    height: 50px !important;
    width: 50px !important;
}

.color-squares li:hover .tooltip-container, .image-squares li:hover .tooltip-container {
    margin-left: -83px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}

.product-details-page .attributes ul.color-squares .selected-value .color-container .color, .product-details-page .attributes ul.image-squares .selected-value .image-container .image {
    border-color: #ea5648;
}

/************ BUTTON STYLES ************/
/*Yellow Button*/
.btn.btn-primary {
    border: solid 1px #fbb034;
    background-color: #fbb034;
    border-radius: 20px;
    color: white;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-primary:hover:not([disabled]), .btn.btn-primary:focus:not([disabled]) {
        background-color: #E3AC20;
    }

    .btn.btn-primary:disabled {
        border: none;
    }

.btn.btn-primary-ghost {
    border: solid 1px #fbb034;
    background-color: white;
    border-radius: 20px;
    color: #fbb034;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-primary-ghost:hover:not([disabled]), .btn.btn-primary-ghost:focus:not([disabled]) {
        background-color: #E3AC20;
        color: white;
    }

    .btn.btn-primary-ghost:disabled {
        border: none;
    }

.footer .btn.btn-primary {
    color: black;
}

    .footer .btn.btn-primary:hover {
        color: white;
    }

/*Green Button*/
.btn.btn-default {
    border: solid 1px #006940;
    background-color: #006940;
    border-radius: 20px;
    color: white;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-default:hover, .btn.btn-default:focus {
        background-color: #01452a;
    }

    .btn.btn-default:disabled {
        border: none;
    }

.btn.btn-default-ghost {
    border: solid 1px #006940;
    background-color: white;
    border-radius: 20px;
    color: #006940;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-default-ghost:hover, .btn.btn-default-ghost:focus {
        background-color: #01452a;
        color: white;
    }

    .btn.btn-default-ghost:disabled {
        border: none;
    }

/*Grey Button*/
.btn.btn-exit {
    border: solid 1px #5f5f5f;
    background-color: #5f5f5f;
    border-radius: 20px;
    color: white;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-exit:hover, .btn.btn-exit:focus {
        background-color: #3b3b3b;
    }

    .btn.btn-exit:disabled {
        border: none;
    }

.btn.btn-exit-ghost {
    border: solid 1px #5f5f5f;
    background-color: white;
    border-radius: 20px;
    color: #5f5f5f;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-exit-ghost:hover, .btn.btn-exit-ghost:focus {
        background-color: #3b3b3b;
        color: white;
    }

    .btn.btn-exit-ghost:disabled {
        border: none;
    }

/*Reddish - no change*/
.btn.btn-danger {
    border: solid 1px #d9534f;
    background-color: #d9534f;
    border-radius: 20px;
    color: white;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-danger:hover, .btn.btn-danger:focus {
        background-color: #c9302c;
    }

    .btn.btn-danger:disabled {
        border: none;
    }
/*Light green - no change*/
.btn.btn-success {
    border: solid 1px #5cb85c;
    background-color: #5cb85c;
    border-radius: 20px;
    color: white;
    margin: 10px 0px;
    padding: 5px 15px;
    box-shadow: none;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

    .btn.btn-success:hover, .btn.btn-success:focus {
        background-color: #449d44;
    }

    .btn.btn-success:disabled {
        background-color: #5cb85c;
        border: none;
    }

/* Add to Cart Button -  need to change */
.product-details-page .add-to-cart .product-add-button .add-to-cart-button {
    background: url(../images/cart-white-icon.png) no-repeat #006940 10px center;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    border: none;
}

    .product-details-page .add-to-cart .product-add-button .add-to-cart-button:hover {
        background: url(../images/cart-white-icon.png) no-repeat #464744 10px center;
    }

/* Gray button  */
.unionSecondaryBtn {
    border: 1px solid #777777;
    background-color: #777777;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    color: white;
    margin: 10px;
}

    .unionSecondaryBtn:hover {
        background-color: #545454;
    }

/*Bootstrap table buttons */
.bootstrap-table .btn.btn-secondary {
    background-color: #006940;
}

    .bootstrap-table .btn.btn-secondary:hover, .bootstrap-table .btn.btn-secondary:focus {
        background-color: #01452a;
    }

/************ NAV STYLES ************/

.navMenu {
    background-color: #006940;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.sticky {
    position: sticky;
    top: 0px;
    z-index: 10;
}

.navbar a:link, .navbar a:visited, .navbar a:hover, .navbar a:active {
    text-decoration: none;
}

/************ FORM VALIDATION ************/

.field-validation-error {
    font-size: 10px;
    font-weight: 700;
    color: red;
    background: #f2dede;
    color: #a94442;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}

.required {
    color: red;
}

/************ FOOTER STYLES ************/

.footer, .footer h5, .footer h6 {
    color: white;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    padding: 5px 0px;
}

    .footer-nav a:hover {
        color: #f49e22;
    }

.footer-nav li {
    margin-bottom: 1rem;
}

.information-title {
    border-bottom: solid #ea5648 3px;
}

.service-title {
    border-bottom: solid #61b974 3px;
}

.myaccount-title {
    border-bottom: solid #37bfe1 3px;
}

.newsletter-title {
    border-bottom: solid #f49e22 3px;
}

.newsletter-email {
    margin: 5px 0px;
}

.newLetterLabel {
    font-weight: 500 !important;
}

.bg-image {
    background-image: url("/Content/Images/uploaded/VoLTE/volteicon.png");
    background-color: #cccccc;
    /* Used if the image is unavailable */
    height: 500px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

/*-----------Wireless Coverage plugin styling---------------*/
#WirelessCoverageRCorners {
    border-radius: 35px;
    border: 1px solid black;
    padding: 20px;
    font-size: 16px;
}

#WirelessCoverageMap-container {
    display: block;
    margin: 40px auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    cursor: move;
}

#WirelessCoveragemap {
    left: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    -moz-user-select: none;
}

.slidecontainer {
    width: 40%;
}

.WirelessCoverage-mapSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .WirelessCoverage-mapSlider:hover {
        opacity: 1;
    }

    .WirelessCoverage-mapSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .WirelessCoverage-mapSlider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

.colorBox {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.NationalCoverageColor {
    background: rgba(247, 219, 186);
}

.lteColor {
    background: rgba(186, 32, 117);
}

.umtsColor {
    background: rgba(145, 177, 196);
}

.wirelessCoverageColor {
    background-color: rgba(186, 32, 117);
    border-left: 10px solid rgba(145, 177, 196);
}

/*Cookies alert and modal styling*/
#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: block;
}

.form-switch .form-check-input {
    width: 3em;
}

.form-check-input {
    height: 1.4em;
    border-color: darkgray;
    background-color: whitesmoke;
}

    .form-check-input:checked {
        background-color: #006940;
        border-color: #006940;
    }

.accordion-toggle.collapsed {
    transform: rotate(-90deg);
}

.accordion-toggle:hover {
    color: #006940;
}

.form-check-input:focus {
    box-shadow: none;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
}

/*edit link styling for new BB flow*/
.edit-link {
    color: red;
    font-size: 20px
}

    .edit-link:hover {
        color: darkred;
    }

.clickable {
    color: darkgreen
}

    .clickable:active {
        color: black
    }

    .clickable:hover {
        cursor: pointer
    }

#portPinAccordionButton {
    color: gray;
    font-weight: normal
}

    #portPinAccordionButton:hover {
        font-weight: 550;
        cursor: pointer;
        color: darkgreen;
        text-decoration: none;
    }

    #portPinAccordionButton:active {
        color: black
    }

/* Centered modal */
.modal-center {
    padding-top: 15%;
}

.text-left {
    text-align: left
}

.verticalLine {
    border-left: 1px solid rgba(75,75,75,.25);
}

LABEL.indented-checkbox-text {
    margin-left: 2em;
    display: block;
    position: relative;
    margin-top: -1.4em; /* make this margin match whatever your line-height is */
    line-height: 1.4em; /* can be set here, or elsewehere */
}

/* Round radio whole home  */

.radioContainer {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    padding-top: 11px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radioContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 5px solid #606060
}

.radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.radioContainer input:checked ~ .checkmark {
    background-color: #fbb137;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioContainer input:checked ~ .checkmark:after {
    display: block;
}

/* aligned div for checkbox label */
.aligned-label {
    height: 15px;
    padding-left: 100px;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -10px;
}

.align-right {
    padding-left: 5%
}

.container_row {
    display: grid;
}

.layer1-wireless {
    z-index: 2;
    font-size: 24px;
}

.layer2-wireless {
    z-index: 1;
    opacity: 0;
    font-size: 24px;
}

.layer1, .layer2 {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.text-button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.green-question {
    color: darkgreen;
    cursor: pointer;
}

    .green-question:active {
        color: rgb(251, 176, 52)
    }

.number-input {
    width: 50px;
    margin-left: 50px;
    margin-right: 10px;
    border-width: 0px;
}

    .number-input button {
        width: 100%;
        padding: 5px;
        cursor: pointer;
        color: rgb(218 218 218);
        border-color: white;
        -webkit-box-shadow: none;
        box-shadow: none;
        scale: 1.1;
    }

.inline-div {
    display: inline-block;
    vertical-align: middle;
}

.line-cost {
    outline: none;
    width: 50%;
    text-align: center;
    font-weight: bold;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgb(150, 150, 150);
    border-top: 1px solid rgb(150, 150, 150);
}

.number-input input {
    width: 100%;
    text-align: left;
    color: red;
    padding-left: 20px;
    border-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgb(150, 150, 150);
    border-top: 1px solid rgb(150, 150, 150)
}

.responsive {
    max-width: 100%;
    height: auto;
}

.background-container {
    height: 100%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("../../images/BURST.png");
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.promo-text {
    color: black;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 10px;
}

.promo-price {
    color: black;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    bottom: 4px
}

.slash-container {
    position: relative;
    height: 100%;
    display: inline-block;
}

    .slash-container::before {
        content: "";
        background-image: url("../../images/brushstroke.png");
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 2;
        opacity: 0.9;
    }

.priceDigit {
    position: relative;
    z-index: 1;
}

.bbl {
    font-size: small;
    line-height: 1.4;
    border: 1px solid #000;
    padding: .5rem;
    margin: 0 auto .5rem auto;
    background-color: #fff;
    min-width: 200px;
    max-width: 380px;
    display: block;
}

    .bbl a, .bbl a:active, .bbl a:hover, .bbl a:visited {
        color: #007bff
    }

    .bbl p {
        margin: 0
    }

    .bbl section {
        border-bottom: 2px solid #000;
        padding: 0 0 .25rem;
        margin: 0 0 .5rem
    }

        .bbl section h4 {
            font-weight: 700;
            font-size: .9rem;
            margin: 0 0 .1rem
        }

            .bbl section h4 span, .bbl section h5 span, .bbl section ul li span:last-of-type, .bbl section p span:last-of-type, .bbl section p a {
                float: right;
                font-weight: 700
            }

        .bbl section h5 {
            font-weight: 400;
            font-size: .8rem;
            padding-left: 1em;
            margin: 0
        }

        .bbl section ul {
            padding: 0 0 0 1em;
            margin: 0 0 .5rem
        }

            .bbl section ul li {
                list-style-type: none;
                padding: 0 0 0 .8em
            }

        .bbl section.header {
            border-bottom-width: 10px
        }

            .bbl section.header h1, h2 {
                font-weight: 700
            }

            .bbl section.header h1, h2, h3 {
                margin: 0 0 .1rem
            }

            .bbl section.header h1 {
                font-size: 2rem;
                border-bottom: 2px solid #000
            }

            .bbl section.header h2 {
                font-size: 1.2rem
            }

            .bbl section.header h3 {
                font-size: 1rem
            }

            .bbl section.header p {
                margin: 0
            }

                .bbl section.header p span:last-of-type {
                    float: none
                }

        .bbl section.monthly {
            border-bottom: 2px solid #000;
            padding: 0 0 .25rem;
            margin: 0 0 .5rem
        }

            .bbl section.monthly h4 {
                font-weight: 700;
                font-size: 1rem;
                border-bottom: 5px solid #000;
                margin: 0 0 .1rem
            }

            .bbl section.monthly p {
                margin-top: .4em
            }

                .bbl section.monthly p span {
                    float: none;
                    font-weight: 700;
                }

                .bbl section.monthly p a {
                    float: none
                }

        .bbl section.additional-charges > h5:nth-of-type(0n+3) {
            margin: 0 0 .5rem
        }

        .bbl section.discounts p {
            padding-left: 1em;
            margin-top: .1rem
        }

            .bbl section.discounts p a {
                float: none
            }

        .bbl section.discounts ul {
            margin: .4em 0 .2em
        }

        .bbl section.acp p {
            padding-left: 1em
        }

            .bbl section.acp p:last-of-type {
                padding: .2em 0 0 2em;
                font-weight: 700
            }

            .bbl section.acp p a {
                float: none
            }

        .bbl section.speeds p {
            padding-left: 1em
        }

        .bbl section.data p {
            padding-left: 1em
        }

        .bbl section.policies p {
            font-weight: 700
        }

        .bbl section.support p {
            padding-left: 1em;
            margin-top: .2em
        }

            .bbl section.support p a {
                float: none
            }

        .bbl section.footer {
            border-bottom: none;
            color: black;
            margin-bottom: 0;
            padding-bottom: 0
        }

            .bbl section.footer p:nth-of-type(0n+2) {
                margin: .2em 0;
                color: black
            }

                .bbl section.footer p:nth-of-type(0n+2)a {
                    float: right
                }

.square-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.3s, border-color 0.3s;
    flex-shrink: 0;
}

    .square-checkbox:not(:checked) {
        background-color: #E1E1E1;
    }

    .square-checkbox:checked {
        background-color: grey;
        border-color: grey;
    }

.checkbox-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.calix-internet-button {
    color: #A60102;
    font-weight: bold;
}

    .calix-internet-button:hover {
        color: #000000;
        font-weight: bold;
        text-decoration-line: underline;
    }

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.background-grey {
    background-color: lightgray;
}

/*absolute pixel based orientations*/
.top-px-10 {
    top: 10px;
}

.top-px-20 {
    top: 20px;
}

.top-px-30 {
    top: 30px;
}

.top-px-40 {
    top: 40px;
}

.top-px-50 {
    top: 50px;
}

.top-px-75 {
    top: 75px;
}

.top-px-100 {
    top: 100px;
}

.top-px-125 {
    top: 125px;
}

.top-px-150 {
    top: 150px;
}

.top-px-175 {
    top: 175px;
}

.top-px-200 {
    top: 200px;
}

.start-px-10 {
    left: 10px;
}

.start-px-20 {
    left: 20px;
}

.start-px-30 {
    left: 30px;
}

.start-px-40 {
    left: 40px;
}

.start-px-50 {
    left: 50px;
}

.start-px-75 {
    left: 75px;
}

.start-px-100 {
    left: 100px;
}

.start-px-125 {
    left: 125px;
}

.start-px-150 {
    left: 150px;
}

.start-px-175 {
    left: 175px;
}

.start-px-200 {
    left: 200px;
}

.end-px-10 {
    right: 10px;
}

.end-px-20 {
    right: 20px;
}

.end-px-30 {
    right: 30px;
}

.end-px-40 {
    right: 40px;
}

.end-px-50 {
    right: 50px;
}

.end-px-75 {
    right: 75px;
}

.end-px-100 {
    right: 100px;
}

.end-px-125 {
    right: 125px;
}

.end-px-150 {
    right: 150px;
}

.end-px-175 {
    right: 175px;
}

.end-px-200 {
    right: 200px;
}

.bottom-px-10 {
    bottom: 10px;
}

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

.bottom-px-30 {
    bottom: 30px;
}

.bottom-px-40 {
    bottom: 40px;
}

.bottom-px-50 {
    bottom: 50px;
}

.bottom-px-75 {
    bottom: 75px;
}

.bottom-px-100 {
    bottom: 100px;
}

.bottom-px-125 {
    bottom: 125px;
}

.bottom-px-150 {
    bottom: 150px;
}

.bottom-px-175 {
    bottom: 175px;
}

.bottom-px-200 {
    bottom: 200px;
}

.green-text {
    color: #006940
}

/* Nop CSS Overrides */

/* Header */

.header {
    width: 100%;
    margin: 0;
}

    .header .container {
        text-align: start;
    }

.admin-header-links {
    background-color: #6C757D;
    text-align: center;
    color: white;
}

    .admin-header-links * {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .admin-header-links .impersonate a,
    .admin-header-links .impersonate a:hover {
        background-color: #6C757D;
        padding: 0 15px;
    }

/* Footer */

.footer-upper {
    font-size: 16px;
    text-align: start;
}

.footer-lower {
    font-size: 16px;
}

.footer-nav a .fa-brands, .footer-nav a .fab {
    color: black;
}

/* Content */

.master-wrapper-content,
.master-column-wrapper {
    position: relative;
    z-index: auto !important;
    width: 100%;
    margin: 0;
}

.page {
    text-align: start;
}

.page-title {
    border: none;
    margin: 0;
}

    .page-title h1 {
        font-size: clamp(1.5rem, 1.375rem + 1.5vw, 40px);
        font-weight: 500;
    }

.page-body, .account-page {
    padding-bottom: 12px;
}

    .account-page fieldset {
        border: 0;
    }

    .account-page .table h4 {
        color: black;
    }

    .page-body .list-unstyled {
        padding-left: 0;
    }

/* Topic Pages */

.topic-block strong, .topic-page strong {
    color: #777777;
}

.topic-block a, .topic-page a {
    text-decoration: none
}

.topic-block-title {
    text-align: center;
    border-bottom: none;
    margin: 0;
}

.card .topic-block {
    margin: 0;
}

.topic-page .page-body, .topic-page p {
    text-align: start;
}

.topic-page .nav {
    list-style: none;
}

/* Login Page */

.login-page .new-wrapper .text, .login-page .returning-wrapper .form-fields {
    margin: 0;
    padding: 0;
    border-top: none;
    background-color: white;
}

.login-page .new-wrapper, .login-page .returning-wrapper {
    width: auto;
    float: none;
}

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 100%;
    }

/* Other */

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
    height: 38px;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}

.table strong, .table-active strong, .accordion-body strong {
    color: black;
}

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

.sidebar .list-group-item:not(:last-of-type) {
    border-width: 0 0 1px 0;
}

.sidebar .list-group .list-group-item:last-of-type {
    border: 0;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.176);
    border-radius: 5px;
}

#printArea .card {
    border-radius: 25px;
}

.form-fields, .form-fields .card {
    border: 0;
    background-color: white;
    padding: 0;
}

.removeborder {
    border: 0 !important;
}

.attributes li {
    margin: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.3375rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.3375rem;
}

.list-unstyled {
    list-style: none !important;
}

.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    margin: auto;
}

.terms-of-service a {
    margin: 0 0 0 3px;
    color: #006940;
}

/* Shopping cart */

.shopping-cart-page {
}

.order-summary-content {
}

table .cart th {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #dee2e6;
    background-color: transparent;
    padding: 8px;
    font-weight: 700;
}

.cart .product-name {
    color: #006940;
}

.cart-options .common-buttons {
    background-color: transparent;
}

.cart-footer .totals {
    background-color: transparent;
}

.cart-footer .checkout-button { /* TODO change to union button */
    display: inline-block;
    min-width: 160px;
    border: 0;
    background-color: #4ab2f1;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

/* Order details */

.order-details-page .page-title h1 {
    border-bottom: none;
    padding: 0;
    margin: 0 0 8px;
}

.order-details-page h4 {
    color: white;
}

.order-details-page .table a {
    color: #006940;
}

.order-details-page .order-details-area > div {
    width: 100%;
    background-color: transparent;
}

.order-details-area, .order-details-area row, .order-details-area .payment-method-info {
    margin: 0;
}

    .order-details-area .billing-info, .order-details-area .payment-method-info {
        color: #777777;
    }

    .order-details-area li {
        padding: 0;
    }

.order-details-page .total-info {
    background-color: transparent;
}

/* Devices */

.breadcrumb, .breadcrumb li {
    align-content: center;
}

    .breadcrumb strong {
        font-weight: 700;
        padding-left: 0;
        margin-left: 0;
    }

    .breadcrumb a {
        padding: .25rem;
        margin-right: 0;
    }

.block .title {
    margin: 10px;
    border-bottom: none;
    background: transparent;
    cursor: pointer;
}

    .block .title strong {
        font-weight: bold;
    }

.block .listbox {
    display: block;
    border-bottom: 0;
}

.block .list a:before {
    content: none;
    background: none;
    width: 0;
    height: 0;
    position: static;
}

.block-manufacturer-navigation, .block-popular-tags {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

    .block-manufacturer-navigation .title, .block-popular-tags .title {
        border: none;
        color: #777777;
        font-size: 16px;
        font-weight: 700;
        padding: 0;
    }

    .block-manufacturer-navigation .listbox {
        padding: 0;
    }

    .block-manufacturer-navigation .list {
        list-style: disc;
        margin: 0;
    }

        .block-manufacturer-navigation .list li {
            padding: 0;
        }

            .block-manufacturer-navigation .list li a,
            .block-manufacturer-navigation .list li a:hover {
                color: #006940;
            }

    .block-manufacturer-navigation .view-all, .block-manufacturer-navigation .view-all a {
        color: #006940;
        margin: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .block-popular-tags .listbox, .block-popular-tags .listbox ul {
        padding: 0;
    }

    .block-popular-tags .tags li a,
    .block-popular-tags .tags li a:hover {
        color: #006940;
    }

.product-filter .filter-title,
.product-filters .filter-title {
    color: #777777;
    margin: 10px;
    padding: 0;
    border-bottom: none;
    background: transparent;
}

    .product-filter .filter-title strong,
    .product-filters .filter-title strong {
        font-size: 16px;
        font-weight: 700;
    }

.selected-price-range {
    margin: 10px;
}

.product-manufacturer-group {
    padding: 0;
}

.product-filter .filter-content {
    margin-bottom: 0;
    color: #777777;
}

.product-grid {
    margin: 0;
}

.pager {
    display: flex;
    justify-content: center;
    background-color: transparent;
}

    .pager li {
        margin: 0 0 0 -1px;
    }

        .pager li a {
            background-color: transparent;
        }

    .pager .current-page span {
        background-color: #006940;
    }

    .pager li:first-child a,
    .pager li:first-child span {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pager li:last-child a,
    .pager li:last-child span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

/*-----------------------------------------------------------------------------------------------------------------------------*/
/************************************Mike's Styling*****************************************************************************/
/*-----------------------------------------------------------------------------------------------------------------------------*/
/*Volte-sim-cards*/
.maxwidth285 {
    width: 285px;
}


.legal-compliance .nav-pills .nav-link.active {
    background-color: #00694035;
    color: #2f2f2f;
}

.maxwidth150 {
    width: 150px;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #00694035;
}

    .accordion-button:not(.collapsed)::after {
        filter: brightness(0%);
    }

.accordion-button {
    color: #777777;
    font-size: 24px;
}

    .accordion-button:focus {
        box-shadow: inherit;
    }

/*Volte-upgrading-network*/
.nav-link:hover {
    color: orange;
}

/*FAQ*/
.tabinsetimages {
    width: 150px;
}

.tabinsetimages2 {
    max-width: 150px;
}

.toolnav {
    top: 225px;
    right: 50px;
    padding: 15px;
    background-color: #00694035;
    box-shadow: 10px 10px 15px;
    z-index: 5;
}

.static {
    color: white;
    text-decoration: none;
    text-align: center;
}

    .static:hover {
        color: orange;
        text-decoration: none;
    }

.static2 {
    color: #777777;
    text-decoration: none;
    font-weight: bolder;
}

    .static2:hover {
        color: orange;
        text-decoration: none;
        font-weight: bolder;
    }

.dropdown-item:active {
    background-color: #00694035;
    color: inherit;
}

.boxshadow {
    box-shadow: 5px 5px 10px rgba(0 0 0 .25);
}

.list-group-item-action:focus {
    color: inherit;
    background-color: #00694035;
}

/*Colorado Basic*/
.greentext {
    color: #006940;
}

/*wireless-plans*/
.greenbkg {
    padding: 10px;
    background-color: #00694035;
    border-radius: 25px;
}

.max200 {
    width: 200px;
}


.max400 {
    width: 250px;
}

.max150 {
    width: 150px;
    margin: 15px;
}

/*affordable connectivity program (ACP)*/

.position2 {
    margin: 10px 20px 30px 10px;
    text-align: center;
}

.btnstyle {
    padding: 10px;
    background-color: #006940;
    border-radius: 5px;
    box-shadow: 6px 6px 8px #00000080;
    text-decoration: none;
    color: #ffffff;
}

    .btnstyle:hover {
        background-color: #000000;
        color: orange;
        text-decoration: none;
    }
/*Wireless Coverage*/
#WirelessCoverageRCorners {
    border-radius: 35px;
    border: 1px solid black;
    padding: 20px;
    font-size: 16px;
}

#WirelessCoverageWirelessCoverageMap-container {
    display: block;
    margin: 40px auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    cursor: move;
}

#map {
    left: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    -moz-user-select: none;
}

.slidecontainer {
    width: 40%;
}

.WirelessCoverage-mapSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .WirelessCoverage-mapSlider:hover {
        opacity: 1;
    }

    .WirelessCoverage-mapSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .WirelessCoverage-mapSlider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

.WirelessCoverage-colorBox {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.NationalCoverageColor {
    background: rgb(247, 219, 186);
}

.lteColor {
    background: rgb(186, 32, 117);
}

.umtsColor {
    background: rgb(145, 177, 196);
}

.wirelessCoverageColor {
    background-color: rgb(186, 32, 117);
    border-left: 10px solid rgb(145, 177, 196);
}
/*Events*/
.events {
    max-width: 500px;
}

.eventsGreenBkg {
    padding: 15px;
    background-color: #00694035;
    border-radius: 25px;
}
/*home*/

.max275x {
    width: 275px;
}

.max450 {
    max-width: 450px;
}

.white {
    background-color: #ffffff;
}
/*VolteConversionUpdate*/
max250 {
    max-width: 250px;
}

.iconmax175 {
    max-width: 175px;
}

/*BroadbandRedesign*/
.bg3 {
    /* The image used */
    background-image: url("../../images/bbbkg.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.containerposition {
    position: relative;
    text-align: center;
    color: black;
}

.text-white {
    color: #ffffff
}

.text-black {
    color: #000000
}

.bkgwhite {
    background-color: rgba(255,255,255,0.70);
}

.greyHref:link {
    text-decoration: none;
    color: #777777;
}

.greyHref:visited {
    text-decoration: none;
    color: #777777;
}

.greyHref:hover {
    color: #006940;
}

.greyHref:active {
    text-decoration: underline;
}

/*WirelessWelcome page css*/
.greenbkg2 {
    padding: 15px;
    background-color: #00694035;
}

.greenbar {
    background-color: #006940;
}

/*Deals page special effect*/

.shrink img {
    transition: 1s ease;
}

    .shrink img:hover {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        transition: 1s ease;
    }

.bkg1 {
    background-color: #00694070;
}

.bkg2 {
    background-color: #00694035;
}

.shadowpic {
    box-shadow: 10px 5px 5px #00694080;
}

.tipsbtn:hover {
    background-color: #fcb133;
    color: white;
}

.tipsbtn {
    background-color: #fcb13380;
}

.gocare-terms {
    height: 200px;
}

/*Accessories special offer*/

li.str:before {
    content: "*";
    position: relative;
    left: -15px;
    bottom: -10px;
    color: darkorange;
    font-size: 35px;
    font-weight: bolder;
}

/* Deals customer testimonials */
.dealsCTmaxheight {
    max-height: 200px;
}

/*Home page BEST-IN-STATE Hover*/
.headertext1 {
    color: white;
}

    .headertext1:hover {
        color: orange;
    }

.headertext2 {
    color: black;
}

    .headertext2:hover {
        color: orange;
    }

#animation_container {
    width: 100% !important;
    height: auto !important;
    align-content: center;
}

#canvas {
    width: 100% !important;
    height: auto !important;
}

.shadowpicdark {
    box-shadow: 5px 5px 10px #00000060;
}