body {
/*  background-color: lightblue;*/
  font-family: Calibri;
  font-size: 11pt;
}
@page {margin: 2,5cm;}
p {
	line-height: 1.5;
	text-align: justify;
	letter-spacing: 0.03em;
}
li {
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#coverlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.reportname {
	background-image: url("/images/kids-report-name.png");
	/*background-color: black;*/
	height: 101px;
	background-position: center;
	background-repeat: no-repeat;

}
div.reportname div {
	padding-top: 10pt;
	font-size: 34pt;
	font-style: italic;	
	text-align: center;
	color: white;
}
h1 {
  font-size: 28pt;
  text-align: center;
  color: #002060;
}
h1.clifton {
  font-size: 36pt;
  text-align: center;
  color: #002060; 
}
h2 {
  font-size: 26pt;
  color: #002060;
}
h2.clifton {
  font-size: 22pt;
  text-align: center;
}
h3 {
  font-size: 14pt;
  color: #002060;
}
h4 {
  font-size: 18pt;
  color: #002060;
  text-align: center;
}



ul.tick {
  list-style: none;
}

ul.tick li:before {
  content: '✓';
  font-weight: bold;
  margin-right: 5pt;
}
.strength {

}
div.strength img {
	float: left;
	margin: 5pt;
}
div.strength h2 {
	display: block;
	vertical-align: top;
}
div.strength h2 div {
	margin-left: 10pt;
	border-bottom: 1px solid black;
}
hr {
	border: 1pt solid;
	margin: 2pt;
	
}
hr.blue {
	color: #002060;
	background-color: #002060;
}
hr.yellow {
	color: #FFC000;
	background-color: #FFC000;
}