/*                                                                      */
/* 		             RESOURCE LISTS / DOCUMENTS           		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


ul.resource,
ul.resource li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.resource {
  border-top: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
  margin-bottom: 15px;
  margin-top: 10px;     /* Added 12 Jun 2020 */
}
ul.resource li {
  color: #000000;	/* Core black */
  text-decoration: none;
  display: block;
  min-height: 40px;
  border-bottom: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
  padding: 10px 10px 10px 55px;
  background-position: 0 -1144px;
}
ul.resource span.subtitle {
  display: block;
  color: #636469 /* ARP 3 Dark Grey */;
  font-size: 12px;
}

/* Override standard li:before styling */
section.content ul.resource a {
  text-decoration: none;
}
article ul.resource li {
  text-indent: 0px;				/* Just to get rid of LI :before styling */
}
article ul.resource li:before { /* Standard LI before not used on resources */
  content: none;
  padding-right: 0px;
}

section.content ul.resource a span.title {
  /*text-decoration: underline;*/
}



/* New type 24 Resource styling */

ul.resource.resourcetype24 li {
  padding: 0;                         /* Because the icon is now on the A, not the LI */
}
ul.resource.resourcetype24 li a {
  display: block;
  font-weight: 400;
  padding: 10px 10px 10px 55px;
  min-height: 40px;
  color: #DD052B /* __ ARP 3 __ Red (Pantone 186c) */;
}

/* New type 24-based Factsheet styling */

ul.resource.resourcetype24.factsheet {
  border-top: none;                         /* No rules above and below on Factsheet */
}
ul.resource.resourcetype24.factsheet li {
  border-bottom: none;                      /* No rules above and below on Factsheet */
  padding-left: 0;
}
ul.resource.resourcetype24.factsheet li a {
  border-radius: var(--border-radius-smaller);
  padding: 15px 10px 12px 70px;
  margin-bottom: 15px;
  border: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
}
ul.resource.resourcetype24.factsheet li a:hover {
  border-color: #dd052b /* __ ARP 3 __ Red (Pantone 186c) */;
}
