/*                                                                      */
/* 		            HIGHLIGHTS - TABLET UP                 		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL tablet.css     */
/* v002 07 Aug 2019 -   Remove rule about highlight box top padding     */
/*                                                                      */
/*                                                                      */


  section.content article.highlight-box {
	margin-left: 50px;
	margin-right: 35px;
    padding-left: 20px;                 /* Needed to overrule standard article padding */
    padding-right: 20px;                /* Needed to overrule standard article padding */
  }
  section.content article.highlight-box ul.resource {
	margin-bottom: 0px;
  }
  section.content article.highlight-box.action,
  .highlight-box.action {
	background: url(https://cms03.s3-eu-west-1.amazonaws.com/csg-ui-call2action-20190806.jpg) no-repeat 100% 0;
	min-height: 190px;
	padding-right: 150px;
  }
  section.content article.highlight-box.indent,		/* Has indent but not the background image */
  .highlight-box.indent {
	padding-right: 150px;
  }


