/*                                                                      */
/* 		               AUDIENCE SELECTION PAGE             		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


section#additional.home section.content {
  min-height: 0;
}
p.audience-button {
  overflow: auto; /* Because floated element inside */
  font-weight: bold;
  padding-top: 6px;
  line-height: 2.7em !important;
}
p.audience-button a {
  display: block;
  padding: 11px 15px;
  text-align: center;
  margin-right: 10px;
  line-height: 1.7em !important;
  /*margin-top: -5px;*/
  /*margin-bottom: 0px;*/
  background-color:  #5EB9E4 /* __ ARP 3 __ Light Blue (Pantone 2915c)  */;
  font-size: 1.2em;
  font-style: normal;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}

