@media screen and (min-width: 768px) {
  #for-your-home .box .content {
    padding: 0;
	height: 250px;
  }
}
@media screen and (min-width: 768px) {
  #for-your-home .box .content .text {
    padding: 0 15px;
	height: 120px;
  }
}

@media screen and (min-width: 768px) {
  #for-your-home.box .content {
    font-size: 140%;
    left: 0;
    padding: 0 10px;
    color: #666;
    line-height: 20px;
	height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .box .content2 {
    left: 0;
    padding: 0 10px;
	height: 42px;
  }
}


@media screen and (min-width: 768px) {
#individual-product-landing  .box-with-link p {
  position: relative;
  z-index: 4;
  height: 102px;
}
}

@media screen and (min-width: 768px) {
#consumer-electronics  .service-box .service-box-wrapper .content p {
  font-size: 120%;
  height: 102px;
}
}

span.s1 {
	font-weight: bold;
}

span.s2 {
	font-style: italic;
}

span.s3 {
	text-decoration: underline;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.skiplinks a {
  position: absolute; 
  left: -10000px; 
  color: #428bca; 
  cursor: pointer;
}

.skiplinks a:active, .skiplinks a:focus {
  left: 470px; 
  padding: 6px 10px; 
  height: 20px; 
  line-height: 20px; 
  color: #2a6496; 
}	

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}