html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.btn, .btn-app {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: transparent;
  white-space: nowrap;
  text-decoration: none;
  margin-bottom: 10px; }

html, body, h1, .btn-app, .anchor-continue, .btn-continue, .btn-next {
  font-family: "lato", sans-serif;
  font-style: normal; }

html, body {
  font-weight: normal; }

h1, .btn-app, .anchor-continue, .btn-continue, .btn-next {
  font-weight: bold; }

.btn, .btn-app {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: transparent;
  white-space: nowrap;
  text-decoration: none;
  margin-bottom: 10px; }

.display-block {
  display: block; }

html, body {
  font-style: normal;
  font-family: "lato", sans-serif;
  font-size: 100%;
  height: 100%;
  line-height: 1.618;
  color: #423F3C;
  background: #F8F8F7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

body {
  margin: 0;
  overflow-x: hidden; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

h1, h2, h3, h4, h5, h6, p, span, a {
  z-index: 1000; }

h1 {
  color: #423F3C;
  margin: 0 0 10px 0;
  font-size: 1.125em; }

p {
  margin: 0;
  font-size: 0.875em; }

.app-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: cover;
  background-image: url("../img/gray-bg.png"); }

.mobile-site-text {
  font-size: 13px;
  top: -2px;
  position: relative; }

.cta {
  text-align: center;
  padding: 20px 10px;
  z-index: 2;
  position: relative; }
  .cta__ad-words {
    padding: 18px 10px 6px;
    background: white;
    border-bottom: 1px solid #E8E8E8; }
  .cta p:last-of-type {
    margin-bottom: 5px; }
    @media screen and (max-width: 480px) {
      .cta p:last-of-type {
        margin-bottom: 5px; } }

.apple-app {
  width: 165px;
  margin-top: 4px; }

.logo {
  width: 200px;
  height: auto; }
  .logo__ad-words {
    padding: 5px;
    margin-bottom: 3px; }

.logo-campus-special {
  width: 160px;
  height: auto;
  margin-bottom: 10px; }

.btn-app {
  position: relative;
  width: 225px;
  height: auto;
  padding: 15px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
  background: #6bad42;
  font-size: 0.75em;
  margin-bottom: 24px; }
  @media screen and (max-width: 480px) {
    .btn-app {
      margin-bottom: 10px; } }

.anchor-continue {
  cursor: pointer;
  display: inline-block;
  color: #387887;
  font-size: 0.75em;
  text-wrap: normal;
  text-decoration: none;
  border-bottom: 1px dotted rgba(56, 120, 135, 0.6); }

.btn-continue {
  cursor: pointer;
  color: #ffffff;
  float: right;
  padding: 10px;
  background: #6bad42;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 0;
  font-size: 0.75em; }

.icon {
  display: inline-block; }
  .icon-android {
    position: absolute;
    left: 10px;
    top: 12px; }

.img-phone {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 59px;
  left: 50%;
  z-index: 1;
  max-width: 320px;
  width: calc(80% - 40px); }
  @media screen and (max-height: 456px) {
    .img-phone {
      display: none; } }

.img-phone__ad-words {
  position: absolute;
  bottom: 0px;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (max-height: 456px) {
    .img-phone__ad-words {
      display: none; } }

.nav-continue {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 9999;
  width: 100%;
  height: 59px;
  padding: 8px 0;
  background: #387887;
  text-align: center;
  border-top: 2px solid #F8F8F7; }

.btn-next {
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 2px;
  background: #1a383f;
  margin-bottom: 0;
  font-size: 0.75rem; }
