@charset "utf-8";
/* CSS Document */

div#audience-name { display: none; }
section#latestnews { display: none; }
section#main.home aside { margin-top: 0px; }


/* **************************************** */
/* 		MOBILE NAV BACKGROUND IMAGE			*/
/* **************************************** */

  div.wrapper.header {
	background-image: url(../Images/msd-ux-mobile-20190404-act.jpg);
  }

div.wrapper.nav.home {			/* Need to push the main content down below nav */
  display: none;
}

div.wrapper.sitemap {		/* No sitemap when public so get rid of the borders */
  border-top: none;
  border-bottom: none;
}

div.search-bar,
#search-icon,
div.wrapper.sitemap div.search-bar {
  display: none;
}

nav.primary ul li.home {
  border-right: 1px solid #293745;	/* MSD Dark Grey */
}

nav.primary ul li.today,
nav.primary ul li.xxmy-account { 
  display: none;
}

@media screen and (min-width: 700px) {
  section#main.home section.content h2 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1000px) {
  section.content {
/*    padding-right: 270px;*/
/*    width: auto;*/
  }
}

@media screen and (min-width: 1000px) {
  aside {
    border-top: none;
  }
}

aside { /*border-top: none;*/ }

div.wrapper.full-width-image { display: none; }
div.wrapper.select { display: none; }


/* Make the banner 50px less high because there is no audience banner to sit across the top */
@media screen and (max-width: 700px) {
  body.help div.wrapper.header,
  body.documents div.wrapper.header,
  body.accessibility div.wrapper.header,
  body.privacy div.wrapper.header,
  body.terms-of-use div.wrapper.header {
	height: 233px;
	background-position-y: 71px;
  }
}
