html {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #939598;
  font-family: 'Ubuntu', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  background-color: white;
}

a {
  color: #1e2e5f;
  text-decoration: none !important;
  outline: 0;
}

a:focus {
  border: none;
  outline: 0;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

.intro {
  height: 100%;
  min-height: 660px;
  padding: 50px 0 80px;
  overflow: hidden;
}

.intro-content {
  text-align: center;
}

.intro-logo {
  width: 629px;
  display: inline-block;
}

.view {
  width: auto;
  max-width: 1120px;
  margin: 0 auto;
}

.view-first {
  max-width: 85%;
  margin: 0 auto;
  padding-top: 80px;
}

.view-first .view-left {
  float: left;
  max-width: 65%;
  min-width: 60%;
  text-align: center;
}

.view-first img {
  max-width: 100%;
}

.view-first .view-right {
  float: left;
  max-width: 35%;
}

.view-right {
  padding-top: 60px;
}

.view-first .view-right h2, .view-third .view-right h2 {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
}

.view-first .view-right h1, .view-third .view-right h1 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.view-right {
  padding-top: 80px;
}

.button {
  background-color: #1e2e5f;
  color: white;
  padding: 10px 0 14px;
  display: block;
  font-size: 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
}

footer {
  width: 100%;
  min-height: 100px;
  background: #1e2e5f;
  color: white;
  position: absolute;
  bottom: 0;
}

footer .inner {
  width: auto;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 25px;
}

footer .column {
  width: 40%;
  text-align: left;
  float: left;
  font-weight: 500;
}

footer .one {
  margin-right: 20%;
}

footer .icon {
  float: left;
}

footer .footer-content {
  float: left;
  line-height: 1.3em;
}

footer .column .icon {
  width: 50px;
  height: 50px;
}