
.promo-container {
  padding-top: 50px;
  padding-bottom: 45px;
}

.promo-text{
	font-size: 30px;
  	line-height: 44px;
  	text-align: center;
}

.promo-button-container .btn-trp{
  height: 45px !important;
  line-height: 26px;
  font-size: 18px;
}

.promo-button-container .group{
	margin-bottom: 0px;
}

.promo-phone{
  	font-size: 28px;
  	line-height: 45px;
  	text-align: center;
}

.promo-phone a{
	color: #FFF;
	text-decoration: none;
}

.promo-phone a:hover{
	color: #05C3DE;
}

@media screen and (max-width: 767px) {

	.promo-text{
		padding-bottom: 10px;
	}
	
	.promo-button-container a{
		height: auto;
	}
	
	.promo-button-container .btn-trp{
 		height: 45px !important;
  		line-height: 26px;
  		font-size: 18px;
  		width:auto;
  		margin:0 auto;
	}	
	
}

@media screen and (max-width: 767px) {
	.promo-text{
		padding-bottom: 10px;
		font-size:24px;
	}
	.promo-button-container .btn-trp {
  height: 45px !important;
  line-height: 26px;
  font-size: 18px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.promo-phone {
  font-size: 24px;
}

}

/*specifically for iPad portrait */ 
@media screen and (max-width: 800px) {

	.promo-text{
		padding-bottom: 10px;
		font-size:20px;
	}
	
	
	.promo-container{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	
	
	.promo-button-container .btn-trp{
 		height: 45px !important;
  		line-height: 26px;
  		font-size: 18px;
  		width:200px;
  		margin:0 auto;
	}

	.promo-phone {
		font-size:20px;
	}
}