.support h1 {
	font-size: 2em;
	margin-top: 1em;
	margin-bottom: 1.2em;
}

.support h2,
.support h3 {
  color: #dc0000;
  font-weight: 300;
  text-align: left;
  margin: 0.5em 0;
}


/* Choose product grid
-------------------------------------------------- */

h2.choose-heading {
	text-align: center;
	font-size: 1.6em;
	margin: -1em 0 1.5em 0;
}

.choose-product {
	padding-bottom: 3em;	
}

.choose-product li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 50% 81%;
	background-size: 120px 120px;
}
.choose-product li.countingto10 {
	
}

.choose-product li.maths3-5 { background-image: url(../img/icon-maths3to5.png); }
.choose-product li.maths4-6 { background-image: url(../img/icon-maths4to6.png);  }
.choose-product li.countingto10 { background-image: url(../img/icon-countingto10.png);  }

.choose-product li a {
	padding: 1em;
	display: block;
	width: 210px;
	height: 140px;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-size: 1.5em;
	font-weight: 200;
	line-height: 1.2em;
	margin: 0 auto 2em auto;
}

.choose-product li.countingto10 a {
	
}

/* Help tabs
-------------------------------------------------- */

.tab-content .article  {
	overflow: auto;
	margin-bottom: 2em;
}

.tab-content .article h3  {
	margin-top: 1.5em;
}

.tab-content .article h4  {
	margin: 1.5em 0;
}


/* Help articles
-------------------------------------------------- */


.article {
	border-bottom: none;
	margin-bottom: 4em;
	/*for centering images*/
	text-align: center;
}

.article p, .article ul, .article li, .article h4 {
	text-align: left;
}

.article ul, .article ol {
	padding-left: 25px;
}

.article li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 100;
}

.article h2:before {
	content:"Q";
	font-weight: bold;
	margin-right: 1em;
}

.article h2:hover {
	cursor: pointer; 
}


/* Help article screenshots
-------------------------------------------------- */

.article .ss img {	
	width: 85%;
	float: none;
	margin: 2em auto 2.5em auto;
	border: 1px solid #DC0000;
	max-width:300px;
}

.article .ss.large img {
	width: 92%;
	margin: 2em 0 2em 1em;
	border: 1px solid #DC0000;
	max-width: 500px;
	display: block;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}


/* Contact
-------------------------------------------------- */

p.contact {
	padding-top: 2em;
	border-top: 1px solid #ddd;
}

/* 4-6 help page
-------------------------------------------------- */

h1.with-note {
	margin-bottom: 0;
}

p.with-note {
	font-size: 15px;
	margin-bottom: 2.2em;
}




@media (min-width: 470px) {

	.support h1 {
		font-size: 3em;		
	}
	
	h2.choose-heading {
		font-size: 2.1em;
	}
	
	.choose-product {
		text-align: center;
	}
	
	.choose-product li {
		float: none;
		display: inline-block;
		margin: 2em auto 2.5em auto;
		padding-right: 1em;
	}
	
	.choose-product li a {
		width: 170px;
	}
	
	p.with-note {
		font-size: 18px;
	}
}


@media (min-width: 767px) {

	.article h2 {
		padding-left: 1em;
	}

	.article p, .article ul, .article ol, .article li, .article h3 {
		padding-left: 2.5em;
	}
	
	.nav-tabs>li, .nav-pills>li {
		padding-left: 1.5em;
	}

	.article .ss img {
		margin-left: 1.5em;	
	}
	.article .ss.large img {
		margin: 2em auto 2.5em 4em;	
	}
	
	
}

@media (min-width: 1000px) {
	.article .ss.large img {
		float: none;
		margin: 2em auto 2.5em auto;
	}
}