/*                                                                      */
/* 		            	TYPOGRAPHY       	                   	        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


/* Text colours */ /* Updated iainMc - 20190904 */
section.content h2 { color: #0072ce /* CSG Blue (Pantone 285C) */; }
section.content h3 { color: #0072ce /* CSG Blue (Pantone 285C) */; }
section.content article.level2 > h3 { color: #0072ce /* CSG Blue (Pantone 285C) */; }	/* Same definition as the h2 above */
section.content h4 { color: #0072ce /* CSG Blue (Pantone 285C) */; }

section.content h2 {
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.1em;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0.3em;
  padding-top: 1.5em;
  /*text-transform: uppercase;*/
}
section.content h2+h3 {
  margin-right: 30px;
}
section#main-select section.content article.home h2 {
  font-size: 2.75em;
  font-weight: 300;
  margin-bottom: 20px;
}


section.content h3 {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.35em;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-top: 5px;
}
section.content article.level2 > h3, 	/* Same definition as the h2 above */
section.content article.level2smaller > h3 {	/* Same definition as the h2 above */
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.1em;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0.3em;
  padding-top: 1em;
}
section.content article.level2smaller > h3 {	/* Same definition as the h2 above */
  font-size: 2em;
}
section.content article.home h3.intro {
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
section.content article.home h3.list-header {
  padding-right: 40px;
  padding-bottom: 5px;
  font-weight: 600;
}

section.content h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.4em;
  padding-top: 0.7em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #e2e5e8 /* CSG Pale Grey */;
}
section.content h5 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0em;
  padding-top: 0.7em;
}
p, li {
  font-size: 14px;
  line-height: 1.35em;
}
p {
  margin: 0 0 15px 0;
}
li {
  margin: 0 0 10px 0;
  padding-left: 5px;
}
section.content p.intro {
  font-size: 1.2em;
  line-height: 1.35em;
  margin-right: 30px;
  color: black;
}
section.content p,
section.content li {
  line-height: 1.7em;
}



