.bo_tag_title, .prepaid .annotation-wrap {display: none;}

.discover {
    display: none;
}

.custom-memory-radio-text-info-title {
    line-height: 1;
    font-size: 19px;
    min-width: 62%;
    padding-right: 1rem;
}

.plan-listing__tooltip-header {
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
}

ul.plan-listing__tooltip-list {
    padding-left: 14px;
}

ul.plan-listing__tooltip-list li {
    list-style-type: disc;
    /* padding-bottom: 5px; */
}

ul.plan-listing__tooltip-list li ul {
    padding-left: 14px;
    padding-top: 5px;
}

.material-style .plan-item-label-wrap {
    height: 10px;
    padding: 0;
}

.material-style .plan-item {
    padding: 30px 30px 20px;
}

.material-style .plan-item-text {
    height: 175px;
}

.material-style .popup-footer {
    padding-top: 10px !important;
}

.plan-listing__tooltip-legal {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-top: 1rem;
}

@media all and (max-width: 767px) {
    .material-style .plan-item-text {
        height: 200px;
    }
    .custom-memory-radio-text-info-title {
        font-size: 17px !important;
    }
    #mobileHeader {
        padding-top: 5px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .material-style .plan-item-text {
        height: 285px;
    }
}

@media (min-width: 992px) {
    .material-style .plan-item-text {
/*        height: 205px; */
        height: 285px;		
    }
}

@media (min-width: 1400px) {
    .custom-memory-radio-text-info-title {
        font-size: 21px !important;
    }
}

.plan-feature {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
/*  font-size: 16px !important;
  line-height: 1.5;
*/
}

.plan-feature ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.plan-feature ul li:before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 17px;
    background-size: 14px 17px;
    background-image: url("/content/dam/uscc-static/assets/images/icons/Icon%20material-check.svg");
    background-repeat: no-repeat;
    margin-right: 5px;
}

.material-style .phone-line-image {
    width: 40px;
}


/*Tom J 10-21-2020 Hide Prepaid 15GB EPC Name and Replace with 15GB name*/
/*
.material-style .plan-item-col:first-child .plan-item-title friendlytag {
    display: none;
}

.material-style .plan-item-col:first-child .plan-item-title:after {
    content: '15GB';
    display: block;
}
*/

/* Mike L. - Re-added as these styles were dropped off at some point */

.addressContainer #koremGeocoderContainer .koremHelpMessage {
    visibility: hidden;
    line-height: 0;
}

.addressContainer #koremGeocoderContainer .koremHelpMessage:before {
    content: 'Enter the street address where you need High-Speed Internet Service:';
    visibility: visible;
    line-height: 1.3;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .phone-line-internet .custom-memory-radio-text-info-title.cd-height {
        font-size: 1.75vw !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
    .phone-line-internet .custom-memory-radio-text-info-title.cd-height {
        font-size: 16px !important;
    }
}