/*                                                                      */
/* 		               BANNER - TABLET UP                  		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL tablet.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/* v003 20 Sep 2019 -   Logo only appears at Tablet, so set x,y         */
/*                      Audience name appears tablet-up only on RHM     */
/* v004 02 Dec 2019 -   Minor tweaks for CSG                            */
/*                                                                      */
/*                                                                      */


  header.banner {
	border-bottom: none;
	overflow: visible;
  }
  nav#func {
    display: none;
  }
  header.banner div#logo {
    display: block;
	height: 90px;                                       /* Reduce to 90px for ARP 3 */
    width: 100px;
    background-position: -45px -12px;
  }
  header.banner h1 {
	position: absolute;
	top: 20px;                                          /* New for AZG 3 Mar 2022 */
	right: 65px;                                        /* New for AZG 3 Mar 2022 */
    padding: 5px 20px;
    border-bottom: none;
	line-height: 30px;
	height: 30px;		/* 30px plus 5px top and 5px bottom = 40px */
  }
  header.banner h1 br {
	display: none;
  }
  header.banner div#audience-name {
    display: none;                                      /* Not used on ARP 3 - Iain1 Sep 2022 */
    right: 90px;
    width: 475px;
    right: var(--left-margin);
    text-align: right;
    padding-left: 20px;
  }



