/*                                                                      */
/* 		           MAIN STRUCTURE - TABLET UP              		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL tablet.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


  div.wrapper {
    width: 100%;
    padding: 0;
  }
  div.wrapper.main { 
	background-color: #e2e5e8 /* CSG Pale Grey */;
  }

  section#main {
    background-color: white;
    margin: 0;
  }
  section.content {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    clear: left;
  }
  div.wrapper.sitemap {
	display: block;
  }
  section#sitemap {
    padding-left: 50px;
  }
  section#today, 
  footer {
    width: 92.2%;
    padding-left: 3.9%;
    padding-right: 3.9%;
  }
  section#featuredcontent { 
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }


/* **************************************** */
/* 				CONTENT						*/
/* **************************************** */

  section#main {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  section#main p.intro {
    /*padding-right:  10%;*/
  }

  section.content article {
    padding-left: 50px;
    padding-right: 35px;
  }

  section.content article.secondary {
    background-color: #c9cac8 /* CSG Light  Grey */;
    min-height: 210px;
    margin-top: 5px;
  }
  section.content article.home h3.intro {
    font-size: 4.2em;
  }
  section#main-select section.content article.home h2 {
	font-size: 4.0em;
  }
  section.content article.secondary h3,
  section.content article.secondary p {
    color: #636469 /* CSG Dark Grey */;
  }
  section.content article.secondary h3 {
    margin-top: 0;
    padding-top: 30px;
  }
  section.content article.secondary p {
    font-size: 18px;
    line-height: 1.35em;
  }



/* **************************************** */
/* 				WELCOME PAGE 				*/
/* **************************************** */

  article.welcome form label { 
    display: inline-block;
    width: 35%;
    margin-top: 20px;
  }
  article.welcome input#passcode { 
    width: 35%;
    margin-left: 10px;
  }
  article.welcome input.submit { 
    width: 20%;
    margin-left: 10px;
  }


/* **************************************** */
/* 			FULL WIDTH IMAGE	 			*/
/* **************************************** */

div.wrapper.full-width-image {
  height: 375px;
  background-image: url(https://cms03.s3-eu-west-1.amazonaws.com/csg-ux-09-banner-20191215.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}


