/*
    Based on Eric Meyers reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

/* Set box sizing for all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}*/
body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media only screen and (max-width: 400px) {
  .Hide-S {
    display: none; } }

@media only screen and (min-width: 401px) {
  .Show-S {
    display: none; } }

@media only screen and (max-width: 400px) {
  html {
    font-size: 10px; } }
@media only screen and (min-width: 401px) and (max-width: 550px) {
  html {
    font-size: 12px; } }
@media only screen and (min-width: 551px) {
  html {
    font-size: 14px; } }

.DEMO-Body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
  @media only screen and (max-width: 400px) {
    .DEMO-Body {
      background: #fa0; } }
  @media only screen and (min-width: 401px) and (max-width: 550px) {
    .DEMO-Body {
      background: #ff7; } }
  @media only screen and (min-width: 551px) {
    .DEMO-Body {
      background: #58e2ab; } }
  @media all and (orientation: portrait) {
    .DEMO-Body {
      background: #ddd; } }
  .DEMO-Body .DEMO-PageHeader,
  .DEMO-Body .DEMO-PageFooter {
    padding: 1rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #444, #000); }
  .DEMO-Body .DEMO-PageHeader {
    font-size: 2rem;
    font-weight: 700; }
    .DEMO-Body .DEMO-PageHeader .ToggleMenu {
      float: left;
      margin: 0 1rem;
      padding: 0;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      cursor: pointer; }
  @media only screen and (min-width: 401px) {
    .DEMO-Body .DEMO-PageContent {
      display: flex; } }
  .DEMO-Body .DEMO-PageContent .DEMO-Navigation {
    background: #f70; }
    @media only screen and (min-width: 401px) {
      .DEMO-Body .DEMO-PageContent .DEMO-Navigation {
        flex: 1; } }
    .DEMO-Body .DEMO-PageContent .DEMO-Navigation ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .DEMO-Body .DEMO-PageContent .DEMO-Navigation ul li a {
        display: inline-block;
        width: 100%;
        padding: 1rem;
        color: rgba(255, 255, 255, 0.75);
        background: rgba(0, 0, 0, 0.3); }
        .DEMO-Body .DEMO-PageContent .DEMO-Navigation ul li a:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.5); }
  .DEMO-Body .DEMO-PageContent .DEMO-ContentWrapper {
    display: flex; }
    @media only screen and (max-width: 550px) {
      .DEMO-Body .DEMO-PageContent .DEMO-ContentWrapper {
        flex-flow: column; } }
    @media only screen and (min-width: 401px) {
      .DEMO-Body .DEMO-PageContent .DEMO-ContentWrapper {
        flex: 3; } }
    .DEMO-Body .DEMO-PageContent .DEMO-ContentWrapper .DEMO-MainContent {
      padding: 1rem;
      color: #555;
      background: #fff; }
    .DEMO-Body .DEMO-PageContent .DEMO-ContentWrapper .DEMO-Aside {
      padding: 1rem; }

/*# sourceMappingURL=demoRwdPage.css.map */
