.jumbotron {
	background: url("/tts/sa/get-started-with-mobiletoken/assets/img/background.jpg") 50% 0 no-repeat;
	background-size: cover;
	padding-top: 200px;
}

@media (max-width: 767px) {
	.jumbotron {
		padding-top: 0 !important;
	}
}

.vertical-align-col {
	float:none !important;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

.ul-gray {
  padding-left:1.2em; 
  margin-left: 0;	
}

.background-light-teal {
	background-color: #CCE3E4 !important;
}

.background-light-lavender {
	background-color: #ECDFF0 !important;
}

.background-light-fuchsia {
	background-color: #F4CCE5 !important;
}

.background-light-cyan {
	background-color: #CCF2FC !important;
}