/* line 4, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/* line 4, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
* {
  font-family: 'Lato', sans-serif;
  box-sizing: border-box; }

/* line 9, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
html, body {
  width: 100%;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 3em; }

/* line 16, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  /* line 20, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/bourbon/addons/_clearfix.scss */
  .container::after {
    clear: both;
    content: "";
    display: table; }

/* line 21, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
.app, .guide, .divorce {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%; }
  /* line 89, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/neat/grid/_span-columns.scss */
  .app:last-child, .guide:last-child, .divorce:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    /* line 21, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
    .app, .guide, .divorce {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-left: 0%;
      padding-left: 2em;
      padding-right: 2em; }
      /* line 89, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/neat/grid/_span-columns.scss */
      .app:last-child, .guide:last-child, .divorce:last-child {
        margin-right: 0; } }

/* line 37, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
h1 {
  font-size: 2em;
  margin-top: 0em;
  margin-bottom: 1em;
  text-align: center; }

/* line 44, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
.app {
  text-align: center; }
  /* line 46, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
  .app .install-button {
    text-align: center; }
    /* line 48, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
    .app .install-button a {
      text-decoration: none;
      color: white;
      background: #74C080;
      display: inline-block;
      padding: 1em;
      border-radius: 2px;
      font-size: 1.5em; }

/* line 60, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
.divorce {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 3em;
  margin-bottom: 1.5em; }

/* line 68, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
.guide h1 {
  font-weight: normal; }
/* line 71, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
.guide ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }
/* line 76, /Users/soup/Projects/lightwell/enterprise-app-portal/source/stylesheets/all.css.scss */
.guide li {
  margin-bottom: 1ex; }
