/* CAROUSEL UI */
.price-tiles-wrapper .owl-carousel {
  position: relative;
  margin-bottom: 30px;
}
.price-tiles-wrapper .owl-controls {
  position: absolute;
  width: 100%;
  bottom: -20px;
  margin-left: -20px;
}
.price-tiles-wrapper .owl-controls .owl-buttons {
  display: none;
}
.price-tiles-wrapper .owl-carousel .ute-prev, 
.price-tiles-wrapper .owl-carousel .ute-next {
  position: absolute;
  min-width: 40px;
  min-height: 80px;
  top: 50%;
  margin-top: -40px;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
}
.price-tiles-wrapper .owl-carousel .ute-prev {
  left: 0px;
}
.price-tiles-wrapper .owl-carousel .ute-next {
  right: 0px;
}
.price-tiles-wrapper .owl-carousel .ute-prev span, 
.price-tiles-wrapper .owl-carousel .ute-next span {
  position: absolute;
  color: #fff;
  background-color: #414042;
  font-size:40px;
  width:80px;
  height:80px;
  line-height:80px;
  border-radius:50%;
  padding-left: 15px;
}
.price-tiles-wrapper .owl-carousel .ute-prev.disabled span, 
.price-tiles-wrapper .owl-carousel .ute-next.disabled span {
  background-color: #bbbdc0 !important;
}
.price-tiles-wrapper .owl-carousel .ute-prev span {
  left: -40px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.price-tiles-wrapper .owl-carousel .ute-next span {
  right: -40px;
}
.price-tiles-wrapper .owl-controls .owl-pagination {
  width: 100%;
  bottom: 0;
  min-height: 20px;
  text-align: center;
}
.price-tiles-wrapper .owl-controls .owl-pagination .owl-page {
  margin: 5px 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #bbbdc0;
  border-radius: 50%;
}
@media only screen and (max-width : 480px) {
  .price-tiles-wrapper .owl-controls .owl-pagination .owl-page {
    margin: 5px 10px;
    width: 10px;
    height: 10px;
  }
  .price-tiles-wrapper .owl-carousel .ute-prev span, 
  .price-tiles-wrapper .owl-carousel .ute-next span {
    line-height:50px;
    font-size:25px;
    width:50px;
    height:50px;
  }
  .price-tiles-wrapper .owl-carousel .ute-next span {
    right: -20px;
  }
  .price-tiles-wrapper .owl-carousel .ute-prev span {
    left: -20px;
  }
}
.price-tiles-wrapper .owl-controls .owl-pagination .owl-page.active {
  background-color: #da291c;
}


/* CAROUSEL - WRAPPERS */
#ute-tiles.carousel-enabled {
  position:relative;
  width:100%;
  overflow:hidden;
}
#ute-tiles.carousel-enabled .carousel-inner.row {
  margin-left:0px;
  margin-right:0px;
  padding-bottom:20px;
}
#ute-tiles.carousel-enabled .item {
  width:100%;
}


/* TILES WRAPPER */
@media screen and (max-width: 767px) {.ute-tiles > div {clear:none;}}
@media screen and (min-width: 768px) and (max-width: 991px)  {.ute-tiles > div:nth-child(3n){clear:both;}}
@media screen and (min-width: 992px)  {.ute-tiles > div:nth-child(4n){clear:both;}}


/* TILE - GENERAL */
.ute-tile {
  padding: 10px 15px 20px 15px;
  font-size: 14px; 
} 
.ute-tile-header {
  padding: 13px 20px;
  margin: 0px;
  color: #414042;
  font-weight: 500;
  font-size: 1.8em;
  border-radius: 15px 15px 0px 0px;
  background-color: #bbbdc1; 
}
.ute-tile-content {
  padding: 0px;
  border: 1px solid #bbbdc1;
  border-bottom: 0px;
}
.ute-tile-content-item {
  padding:20px 30px 20px 30px;
}
.ute-tile-content-divider {
  display:block;
  padding:0px 0px 6px 0px;
  margin-left:-1px;
  margin-right:-1px;
  border-top:1px solid #bbbdc1;
  border-bottom:1px solid #bbbdc1;
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;
  background:#fff;
}   
.ute-tile-content .icon-active > span{
  float:left;
  font-size:1.5em;
  padding:6px 0px 0px 0px;
}
.ute-tile-content .icon-active > ul {
  display:inline-block;
  margin-left:10px;
  width:80%;
}
.ute-tile-content span.leading {
  margin-right:10px;
  line-height:2em;
  font-size: 1.4em;
  font-weight: 500;
  text-transform:uppercase;
}
.fr .ute-tile-content span.leading {
  font-size:1.2em;
}
.ute-tile-content span.highlight {
  font-size: 2em;
  color: #DA291C;
  font-weight: 400;
}
.fr .ute-tile-content span.highlight {
  font-size: 1.8em;
}
.ute-tile-content ul {
  padding:0px;
  margin-bottom:0px;
}
.ute-tile-content ul li {
  list-style:none;
  clear:both;
  /* padding-bottom: 15px; */
}
.ute-tile-content ul li:last-child{
  padding-bottom: 0px;
}
.ute-tile-content ul li > span {
  color:#DA291C;
  font-weight:500;
}


/* TILE - FOOTER  */
.ute-tile-footer {
  position:relative;
  z-index:1;
  border-left: 1px solid #bbbdc1; 
}
.ute-tile-footer-left, 
.ute-tile-footer-right {
  height: 130px;
  padding: 0px; 
}
.fr .ute-tile-footer-left, 
.fr .ute-tile-footer-right {
  height: 140px;
}
.ute-tile-footer-right {
  z-index:1;
  cursor:pointer;
  text-align:center;
  background: #DA291C;
  border-bottom-right-radius: 15px;
}
.ute-tile-footer-right span {
  display:inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color:#FFF;
} 
.ute-tile-footer-right:link, 
.ute-tile-footer-right:visited, 
.ute-tile-footer-right:hover, 
.ute-tile-footer-right:active {
  text-decoration: none;
  color: #fff;
}
.ute-tile-footer-left {
  text-align:left;
  background:#EEE;
}
.ute-tile-footer .vcenter {
  z-index:2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom:0px;
}

  
/* TILE - PRICE */  
.ute-tile-footer-price {
  display:block;
  height: 75%;
  font-size: 2.2em;
  background-color: #eeeeee;
}
.ute-tile-footer-price > p {
  padding-left:30px;
  padding-right:5px;
}
.ute-tile-footer-price .intro,
.ute-tile-footer-price .starting-price {
  float:left;
  width:100%;
  font-size: 0.5em;
}
.ute-tile-footer-price .outro {
  clear:both;
  display:block;
  font-size: 0.4em;
  font-weight:500; 
  line-height:1em;
}
.ute-tile-footer-price .price-sign {
  float:left;
  margin-top:2px;
  margin-right:5%;
  font-size: 0.8em;
  line-height:1em;
  vertical-align:top;
}
.fr .ute-tile-footer-price .price-sign {
  font-size: 0.7em;
}
.ute-tile-footer-price .price-dollars {
  float:left;
  font-size:1.4em;
  line-height:1em;
}
.fr .ute-tile-footer-price .price-dollars {
  font-size:1.2em;
  letter-spacing:-0.2px;
}
.ute-tile-footer-price .tool-tip {
  margin-left:10px;
  margin-top:0px;
  vertical-align: text-top;
}
.fr .ute-tile-footer-price .tool-tip {
  margin-left:4px;
}
.ute-tile-footer-price .price-details {
  float:left;
  display: inline-block;
  vertical-align:text-top;
  margin-top: 3px;
  margin-left: 0px;
}
.ute-tile-footer-price .price-details .price-cents, 
.ute-tile-footer-price .price-details .price-period {
  float: left;
}
.ute-tile-footer-price .price-details .price-cents {
  font-size: 0.6em;
  font-weight: 500;
  line-height:1em;
}
.ute-tile-footer-price .price-details .price-period {
  clear: left;
  margin-left:2px;
  font-size: 0.5em;
  line-height:0.7em;
}
.fr .ute-tile-footer-price .price-details .price-period {
  font-size: 0.4em;
}

/* TILE STUDENT PROMO START*/
 .student-tile .ute-tile.internet-tile .ute-tile-header {
        //border: 1px solid #ffbf3f!important;
        background-color: #ffbf3f!important;
        text-align: center!important
    }
.student-tile .ute-tile.internet-tile .ute-tile-header span.rui-icon-internet{
        font-size:62px
}
.student-tile .ute-tile.internet-tile .ute-tile-content {
        border-color: #ffbf3f #ffbf3f -moz-use-text-color!important;
        text-align:center;
        background-color: #fee8c9;
        border: 1px solid #ffbf3f!important;
        border-bottom: 0!important
}
.student-tile .ute-tile.internet-tile .ute-tile-content .detail-content p.bolder{
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.013em;
        margin-bottom: 3px!important;
}
    
.student-tile .ute-tile.internet-tile .row.ute-tile-footer {
        border-left: 1px solid #ffbf3f!important;
        border-right: 1px solid #ffbf3f!important;
        border-bottom: 1px solid #ffbf3f!important;
        	border-bottom-right-radius: 15px!important;
}
.student-tile .ute-tile.internet-tile .ute-tile-footer-student{
        text-align: center!important;
        text-transform: capitalize!important;
        padding: 10px!important
}
.student-tile .internet-tile .ute-tile-footer-student .bolder {
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: -0.013em;
        margin-bottom: 5px;
}
.student-tile .ute-tile.internet-tile .ute-tile-footer-student p.bolder a{
        color: #414042!important
    }
/*TILE STUDENT PROMO END*/

@media screen and (min-width: 992px) and (max-width: 1199px)  {
  .ute-tile-footer-price .price-sign {
    margin-right:2%;
    font-size: 0.7em;
  }
  .ute-tile-footer-price .price-dollars {
    font-size:1.2em;
  }
}
@media screen and (max-width: 380px)  {
  .ute-tile-footer-price .price-sign {
    margin-right:5%;
    font-size: 0.7em;
  }
  .ute-tile-footer-price .price-dollars {
    font-size:1.1em;
  }
}


/* TILE - DETAILS  */   
.ute-tile-footer-details {
  outline: none;
  padding:0px;
  height: 25%;
  width: 100%;
  text-align:left;
  background-color: #bbbdc1;
  border:none;
}
.ute-tile-footer-details > span {
  display:inline-block;
  font-weight:500;
  margin-left:30px;
  font-size:1em;
  line-height:inherit!important;
}
.ute-tile-footer-details > span:nth-child(2) {
  top:-1px!important;
  width:20px;
  height:20px;
  margin-left: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
}
.ute-tile-footer-details > span > i {
  position:static!important;
  top:2px!important;
  display:inline-block;
}
.expander-active.ute-tile-footer-details > span > i {
  margin-top:-2px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform:rotate(180deg);
}
    
    
/* TILE - NO TOP */ 
.ute-tile.ute-tile-notop .ute-tile-header {
  display: none; 
}
.ute-tile.ute-tile-notop .ute-tile-content {
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -ms-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px; 
}
  
  
/* TILE - NO DETAILS */
.ute-tile-footer-price.no-details {
  height: 100%;
}
.ute-tile-footer-price .ute-tile-footer-details {
  display: none;
}


/* TOOLTIP TRIGGER */
.tool-tip {
  display:inline-block;
  cursor: pointer; 
  width:20px;
  height:20px;
  line-height:20px;
  margin-top:-5px;
  font-size: 17px;
  text-align: center;
  color: #FFF;
  border-radius:50%;
  background-color: #00afc8;
  font-weight: bold;
}
.tool-tip:hover {
  color:#FFF;
}


/* EXPANDER CONTAINER */
.expansion-container {
  clear:both;
  float:none;
  position:relative;
  top:20px;
  padding: 30px 0px;
  width:97%;
  margin:auto;
  margin-bottom:60px;
  font-size: 12px;
  border-top: 20px solid #bbbdc1;
  border-bottom: 20px solid #bbbdc1;
  border-radius: 8px;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1180px) {.expansion-container {width:97%;}}
@media screen and (max-width: 767px)  {.expansion-container {width:94%;}}
@media screen and (max-width: 479px)  {.expansion-container {width:90%;}}
@media screen and (max-width: 780px)  {
  .expansion-container {
    padding: 20px 0px 0px 0px;
  }
}
.expansion-container .close-expansion {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 20px;
  height: 20px;
  margin: 0;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  text-align:center;
  background-color: #97999c;
}
.expansion-container .close-expansion:hover {
  background-color: #80858d;
}
.expansion-container::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 75px;
  top: -63px;
  border-bottom: 24px solid #bbbdc1;
  border-top: 24px solid transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.expansion-container:after {
  content:" ";
  display:block;
  clear:both;
  height:0px;
  line-height:0;
  visibility:hidden;
  overflow:hidden;
}
.expansion-container .close-expansion-caption {
  display:none;
  position:absolute;
  bottom:-20px;
  width:100%;
  color:#414042;
  line-height:20px;
  font-size:0.9em;
  font-weight:500;
  text-align:center;
  text-transform:uppercase;
}
@media screen and (max-width: 768px) {
  .expansion-container {
    border-bottom: none;
  }
  .expansion-container .close-expansion-caption {
    display:block;
    background:#bbbdc1;
    border-bottom-left-radius:8px;
  }
}


/* EXPANDER - POINTER */
@media screen and (max-width: 991px) {
  .point-to-2::before {right: 26%;left: auto;}
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
  .point-to-2::before {left: calc(33% + 90px);right: auto;}
  .point-to-3::before {right: 14%;left: auto;}
}
@media screen and (min-width: 1200px) {
  .point-to-2::before {left: calc(33% + 90px);right: auto;}
  .point-to-3::before {right: 18%;left: auto;}
}


/* EXPANDER CONTENT */  
.expansion-container .content-details {
  padding: 0px 40px 0px 40px;
}
.expansion-container .details-plan-content {
  padding: 0px 10px 0px 10px;
}
.expansion-container .details-plan-content > div {
  padding-left:0px;
}
.expansion-container .details-plan-content p,
.expansion-container .details-plan-content li {
  font-size:1.3em;
}
.expansion-container .details-plan-content .details-plan-heading {
  display: table;
  padding-top:10px;
  padding-bottom:5px;
}
.expansion-container .details-plan-content .details-plan-heading > div {
  display: table-cell; 
  padding: 0px 7px 0px 0px; 
  font-weight: 500; 
  font-size: 1.35em;
  text-transform:uppercase;
}
.expansion-container .details-plan-content .details-plan-heading .details-title {
  font-weight: 500; 
  font-size: 1.45em;
}
.expansion-container .details-plan-content .details-plan-heading > div.details-icon i {
  font-size:1.3em;
}
.expansion-container .details-plan-content .details-head-title {
  margin-top:0px;
  font-size:1.5em;
  font-weight:600;
}
.expansion-container .details-plan-content .details-head-title p {
  font-size:1.3em;
}
.expansion-container .content-details .rui-highlight-bubble h4 {
  position: absolute;
  left: 0;
  top:-15px;
  padding: 10px 25px;
  font-size:1.85em;
  font-weight: 500;
  background-color: #ffbf3f;
  border-radius: 15px 15px 0;
}
.expansion-container .content-details .rui-highlight-bubble .content {
  padding: 40px 20px 20px;
  display:inline-block;
  border-top-left-radius: 0;
}
.expansion-container .content-details .rui-highlight-bubble .content li {
  padding-right:20px;
}


/* EXPANDER DETAILS */  
.expansion-container .details-plan-content .package-details {
}
.expansion-container .details-plan-content .package-details ul {
  padding-left:15px;
}
.expansion-container .details-plan-includes {
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  padding: 20px 0px 30px 10px; 
  margin: 20px auto;
}
.expansion-container .details-plan-includes div[class^=col-] {
  padding-left:0px;
  padding-right:30px;
}
.expansion-container .details-plan-includes div[class^=col-]:nth-last-child(2) {
  padding-right:0px;
}
@media screen and (max-width: 768px) {
  .expansion-container .content-details {
    padding: 0px 30px 10px 30px;
  }
  .expansion-container .content-details .row > .col-xs-6:nth-child(3) {
    clear:both;
  }
  .expansion-container .content-details .col-xs-12 {
    padding:10px 0px 10px 0px;
  }
  .expansion-container .details-plan-pricing {
    padding-bottom:0px!important;
    margin-top:0px!important;
  }
  .expansion-container .details-plan-pricing > div {
    padding-left:0px!important;
  }
}


/* EXPANDER CONTENT PRICING */
.expansion-container .details-bundles-pricing {
  padding: 20px 0px 0px 0px; 
  margin: 0px 0px 15px;
}
.expansion-container .details-bundles-pricing li {
  list-style-type: none; 
  display: inline-block;
  padding: 0 1% 10px 0;
}
.expansion-container .details-bundles-pricing .price-dollars {
  font-size: 2.7em; 
  font-weight: 400; 
  line-height: 1; 
  display: block; 
  float: left;
}
.expansion-container .details-bundles-pricing .price-details {
  display: block; 
  float: left;
  margin-top:5px;
  margin-left:5px;
}
.expansion-container .details-bundles-pricing .price-cents {
  display: block; 
  font-size: 0.8em;
  line-height:1em;
}
.expansion-container .details-bundles-pricing .price-period {
  clear: left; 
  font-size: 0.8em;
  line-height:1em;
}


/* EXPANDER CONTENT ONE TIME FEE */
.expansion-container .one-time-fee {
  padding-top:40px;
}
.expansion-container .one-time-fee p {
  display:list-item;
  float:left;
  margin-left:15px;
  padding-right:15px;
}   
.expansion-container .content-details ul.list-plus {
  padding-left:15px;
}
@media screen and (max-width: 768px) {
  .expansion-container .one-time-fee p {
    padding-right:30px;
  } 
}


/* POP OVER */
.ute-tile .popover {
  border-radius:0;
  border: 0; 
  background-color: #bde4eb; 
  color: #000;
  max-width: none;
  background:none!important;
}
.ute-tile .popover-content::after {
  bottom: 0; 
  content: none;
}
.ute-tile .popover .popover-content::before {
  content: "\00d7"; 
  position: absolute; 
  right: 0; 
  top: 0;
  height:22px;
  width:22px;
  line-height:18px;
  cursor: pointer; 
  color: #FFF; 
  text-align:center;
  font-size:21px;
  font-weight:500;
  background-color: #939598;
}
.ute-tile .popover .popover-content {
  position:relative;
  color: #414042; 
  border: 0;
  width: 94% !important;
  margin:auto;
  background:#bde4eb;
  border-radius:0px;
}
.notification-banner .popover {
  border-radius:0;
  border: 0; 
  background-color: #bde4eb; 
  color: #000;
  max-width: none;
  background:none!important;
}
.notification-banner .popover-content::after {
  bottom: 0; 
  content: none;
}
.notification-banner .popover .popover-content::before {
  content: "\00d7"; 
  position: absolute; 
  right: 0; 
  top: 0;
  height:22px;
  width:22px;
  line-height:18px;
  cursor: pointer; 
  color: #FFF; 
  text-align:center;
  font-size:21px;
  font-weight:500;
  background-color: #939598;
}
.notification-banner .popover .popover-content {
  position:relative;
  color: #414042; 
  border: 0;
  width: 94% !important;
  margin:auto;
  background:#bde4eb;
  border-radius:0px;
}
.ute-tile .ute-tile-footer .popover {
  width:calc(172% + 2px);
  left: -2px !important;
  top: auto !important;
  bottom: 0px !important;
}
.ute-tile .ute-tile-footer .popover .popover-content  {
  width: 90% !important;
  border-radius: 0px;
  background-color: #bde4eb; 
}
@media screen and (min-width: 515px) and (max-width: 782px) {
  .ute-tile .ute-tile-footer .popover {
    width:calc(172% + 1px);
  }
}


/* CLEAR FLOATS */
.rui-plans .mobile-tabs:after,
.ute-tile-content ul li:after,
.popover-content:after,
.vcenter:after {
  content:" ";
  display:block;
  clear:both;
  height:0px;
  line-height:0;
  visibility:hidden;
  overflow:hidden;
  position:inherit!important;
}


/* HELPERS */
.ute-tile .strong-block,
.ute-tile .strong-inline {
  display:block;
  font-weight:500;
  padding:5px 0px 0px 0px;
}
.ute-tile .strong-inline {
  display:inline;
}


/* ROGERS.CSS OVER RIDE FOR PAGE SPECIFIC RENDERING */
.breadcrumb {
  margin:30px 0px 20px 0px!important;
}
.breadcrumb .menu li:nth-last-of-type(n+2)::after {
    margin-left: 5px;
}
.rui-buy-options ul {
    text-align: left;
}
.rui-content-block.intro .rui-link-list a:after {
  margin-top:1px;
}
.rui-link-list.largloca a:after {
  margin-top:-2px;
}
.rui-inline-links.largeloca .rui-icon-list .rui-cta-link::after {
  line-height:1.3em;
}
.rui-content-block .rui-cta-badge {
  border-radius:8px!important;
}
@media screen and (max-width: 767px){
  .breadcrumb {
    margin-bottom: 20px;
  }

  [aria-expanded=true] .rui-link-list-block .rui-link-list > li {
    padding-top:2px;
    padding-bottom:2px;
  }

  .rui-content-block .rui-cta-badge .action {
    border-left: 1px solid #414042;
    padding: 4px 0 3px 10px;
  }
  .rui-content-block.intro .content p {
    font-size:1em;
  }
  .rui-buy-options ul {
    margin-bottom:0px;
  }
  .rui-buy-options ul li {
    padding: 10px 20px 10px 20px;
  }
  .rui-buy-options ul li a {
    font-size:0.8em;
    font-weight:500;
  }
  .seeFullDetailsText {
    padding-left:25px;
  }
  .rui-help-login .rui-help {
    padding-left:25px;
    padding-right:25px;
  }
  .rui-help-login .rui-help h2 {
    margin-top:20px;
  }
  .rui-help-login .rui-login h2 {
    margin-bottom:20px;
  }
  .rui-help-login .rui-login .right .rui-cta-badge {
    width:100%;
    float:left;
    margin-bottom:0px;
  }
  .rui-help-login .rui-login .right .rui-cta-link {
    margin-top:5px;
  }
}


/* RUI.CSS OVER RIDE FOR PAGE SPECIFIC RENDERING */
@media screen and (max-width: 767px){
  .rui-heading .form-availability {
    margin-left:0 20px!important;
  }
  .rui-heading .form-availability > span {
    margin-left:0px!important;
  }
}


/* TEMP (EVERYTHING BELOW) CSS REMOVE AFTER LOB PAGES HAVE BEEN DEPLOYED TOP PROD */
.wireless-tile .ute-tile-content {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.wireless-tile .ute-tile-content span.feature-details {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: 5px;
    margin-top: 10px;
    vertical-align: top;
    width: 60%;
}
.wireless-tile .leading {
    color: #414042!important;
    text-transform: capitalize!important;
    width: 23%;
}
@media (min-width: 1200px) {
  .wireless-tile .ute-tile-content span.feature-details {width:56%;}
  .fr .wireless-tile  .ute-tile-content span.feature-details {width:48%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wireless-tile .ute-tile-content span.feature-details {width:43%;}
  .fr .wireless-tile  .ute-tile-content span.feature-details {width:35%;}
}
@media (min-width: 783px) and (max-width: 991px) {
  .wireless-tile .ute-tile-content span.feature-details {width:54%;}
  .fr .wireless-tile  .ute-tile-content span.feature-details {width:39%;}
}
@media (min-width: 381px) and (max-width: 782px) {
  .wireless-tile .ute-tile-content span.feature-details {width:51%;}
  .fr .wireless-tile  .ute-tile-content span.feature-details {width:45%;}
}
@media (max-width: 380px) {
  .fr .wireless-tile .ute-tile-content span.feature-details {width:35%;}
}
