





@media screen and (max-width: 767px) {
  
  #banner-business:before {
    content: "";
    background-color: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}


  h1 {
	color: #0079c2;
	font-size: 32px;
	margin-bottom: 15px;
  }
  .banner-pos-middle {display:block!important;}

  @media screen and (min-width: 1350px) {

	.banner-pos-middle {
	  text-align: center;
	  max-width: 555px;
	  position: absolute;
	  top: 45%;
	  left: 30%;
	  margin-right: -50%;
	  transform: translate(-50%,-50%);
	  z-index: 99;
	}

	.banner-pos-middle {display:block;}
  }


  #ip-packages .ip-inner {
	min-height:330px;
	width:90%;
	margin:10px auto 0;
	padding:10px 0px 15px;
  }
  #ip-packages .ip-teal-wrap .ip-inner {
	border-top: solid 1px #16a1af;
  }
  #ip-packages .ip-lt-blue-wrap .ip-inner {
	border-top: solid 1px #187faa;
  }
  #ip-packages .ip-blue-wrap .ip-inner {
	border-top: solid 1px #164ea3;
  }
  #ip-packages .ip-green-wrap .ip-inner {
	border-top: solid 1px #159158;
  }

  #addons-wrap article.row {
	cursor:text;
  }
  #addon-packages #ip-packages .ip-inner {
	min-height:250px;
  }
  #addon-first-child {
	border-top: solid 1px #bbb;
  }
  .wireless-addon-price {
	display:inline-block;
	color: #1b5bc0;
	font-size:26px;
	font-weight:bold;
  }
  .coverage-legend .fa {
	font-size:19px;
	text-shadow: 0 0 1px #333;
	margin-right:5px;
  }

  #chatNotification {
	display: none;
  }
  @media screen and (min-width: 650px) {
	#chatNotification {
	  display: block; border-radius: 4px; width: 250px; height: 130px;  color: white; z-index: 8000; position: fixed; bottom: 70px; right: 60px;
	}
  }
