.bg-color-light-blue-lighten-5 {
    background-color: #e1f5fe;
}
.secondary-header-img {
	background-image: url("/a/img/secondary/banner-header.jpg");
}
#secondary-header-btn-holder{
	padding-top: 10px;
    max-width: 370px;
    margin: auto;
	text-align: center;
}
#ace-secondary-message-holder{
	/*font-family: "Open Sans",Arial,sans-serif;*/
	font-family: Raleway;
    font-weight: 500;
	font-size: 28px;
	padding-top: 35px;
	padding-left: 70px;
	color: #343434;
	text-align: left;
	max-width: 500px;
}
.message{
	color: crimson;
    background-color: rgba(255,255,255,.4);
    padding: 8px 12px;
    font-size: 18px;
    display: inline-block;
    margin: auto;
	border-radius: 8px;
}
.secondary-content-img-01 {
    background-image: url("/a/img/secondary/section-teacher.jpg");
    background-position: center center;
}
.secondary-content-img-02 {
    background-image: url("/a/img/secondary/section-explore.jpg");
    background-position: center center;
}
.secondary-content-img-03 {
    background-image: url("/a/img/secondary/section-learn.jpg");
    background-position: center center;
}
.secondary-content-img-04 {
    background-image: url("/a/img/secondary/section-practice.jpg");
    background-position: center center;
}
.secondary-content-img-05 {
    background-image: url("/a/img/secondary/section-play.jpg");
    background-position: center center;
}
.secondary-content-img-06 {
    background-image: url("/a/img/secondary/section-report.jpg");
    background-position: center center;
}
.secondary-content-img-07 {
    background-image: url("/a/img/secondary/section-user.jpg");
    background-position: center center;
	height: 320px;
}
.secondary-content-img-08 {
    background-image: url("/a/img/franchise.jpg");
    background-position: center center;
	height: 320px;
}
.secondary-content-img-09 {
    background-image: url("/a/img/secondary/home-user.jpg");
    background-position: center center;
	height: 320px;
}
.content-txt-holder .content-promo{
	/*font-family: "Open Sans",Arial,sans-serif;*/
	font-family: Raleway;
    font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.content-txt-holder .content-promo .focus{
	font-size: 26px;
}	
.secondary-content-txt-holder{
	padding: 60px 40px;
    color: #fff;
    line-height: 28px;
}
.secondary-content-txt-holder .title {
    /*font-family: "Open Sans",Arial,sans-serif;*/
	font-family: Raleway;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 30px;
    text-align: center;
    line-height: normal;
}
.service-content-box{
	color: #666;
	line-height: 24px;
	max-width: 570px;
    margin: auto;
	padding: 10px 40px 40px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* Landscape phones and portrait tablets */	
@media screen and (max-width: 767px){
	.secondary-header-img {
		background-image: url("/a/img/secondary/banner-header-medium.jpg");
	}
	.service-content-box{
		max-width: 570px;
		padding: 10px 0 40px;
	}
}

@media screen and (max-width: 630px){
	#ace-secondary-message-holder {
		max-width: 400px;
		padding-top: 20px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.secondary-header-img {
		background-image: url("/a/img/secondary/banner-header-small.jpg");
		background-position: center right;
	}
	#ace-secondary-message-holder {
		font-size: 28px;
		max-width: 300px;
		padding-top: 20px;
		padding-left: 0;
	}
	.service-content-box {
		padding: 5px 5px 20px;
	}
	.padding-bottom-20{
		padding-bottom: 10px;
	}
}