/*                                                                      */
/* 		               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 {
    height: auto; /*177px;*/
	border-bottom: none;
	overflow: visible;
  }
  nav#func {
    display: none;
  }
  header.banner div#logo {
    display: block;
    width: 220px;
	margin-left: 0px;
	height: 40px;
	background-color: white;
    background-position: 0px -120px;
  }
  header.banner h1 {
	position: absolute;
    padding: 5px 20px;
    border-bottom: none;
	line-height: 30px;
	height: 30px;		/* 30px plus 5px top and 5px bottom = 40px */
	font-weight: normal;     /* CSG specific */
  }
  header.banner h1 br {
	display: none;
  }
  header.banner div#audience-name {
    position: absolute;
    display: block;
    font-size: 14px;
    padding: 11px 10px 2px 20px;
    top: 0;
    right: 0px;
    width: 305px;
    color: white;
    font-weight: 300;
    background-color: #636469 /* CSG Dark Grey */;
    border-bottom: none;
  }



