/*                                                                      */
/* 		            	TYPOGRAPHY       	                   	        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/* v003 03 May 2021 -   New sizes and line-heights                      */
/*                                                                      */
/*                                                                      */


/* Text colours */
section.content h2 { color: white; }        /* White on an image on ARP 3 */
section.content h3 { color: black; }
section.content article.level2 > h3 { color: #6E267B /* __ ARP 3 __ Purple (Pantone 259c) */; }	/* Same definition as the h2 above */
section.content h4 { color: black; }

section.content h1,
section.content h2,
section.content h3, 
section.content h4 { 
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

section.content h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0.3em;
  padding-top: 35px;
  font-style: italic;
  /*text-transform: uppercase;*/
}
section.content h2+h3 {
  margin-right: 30px;
  padding-top: 10px;
}

section.content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 10px;
}
section.content article.level2 > h3, 	/* Same definition as the h2 above */
section.content article.level2smaller > h3 {	/* Same definition as the h2 above */
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0.3em;
  padding-top: 1em;
}

section.content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.content h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
section.content h4 ~ h5 {
  padding-top: 0 !important;
}
section.content h5 ~ ul {
  margin-top: 10px;
}

p, li {
  font-size: 16px;
  line-height: 26px;
  color: #3F4444 /* AZ Graphite */;
}
p {
  margin: 0 0 15px 0;
}
li {
  margin: 0 0 10px 0;
  padding-left: 5px;
}
section.content p,
section.content li {
}

section.content p.intro {
  font-size: 24px;
  line-height: 30px;
  margin-right: 0px;
  color: #3F4444 /* AZ Graphite */;
}
section.content p.intro-smaller {
  font-size: 20px;
  line-height: 24px;
  margin-right: 0px;
  color: #3F4444 /* AZ Graphite */;
}


