/**
 * @file
 * 
 * copy of mobile-weather-app.scss but using a more generic term of mobile-app
 * because for wue mobile we also want to redirect a user to the website but
 * remove the menu and headers to make the landing page easier for the user.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 11, ../sass/mobile-app.scss */
body.mobile-app {
  /* .region-header is the search box */
}
/* line 14, ../sass/mobile-app.scss */
body.mobile-app #navigation-wrapper,
body.mobile-app #secondary-menu,
body.mobile-app #page-meta-wrapper,
body.mobile-app .region-header,
body.mobile-app .tabs-primary,
body.mobile-app .seed-menu-mega-menus,
body.mobile-app .seed-menu-mega-menu,
body.mobile-app .region-site-wide-notice,
body.mobile-app .sso-login-note,
body.mobile-app #footer {
  display: none;
}
/* line 27, ../sass/mobile-app.scss */
body.mobile-app #header-wrapper #header #name-and-slogan #branding {
  margin-top: 20px;
}
/* line 29, ../sass/mobile-app.scss */
body.mobile-app #header-wrapper #header #name-and-slogan #branding #logo {
  margin-top: 0px;
}
