html, div, span, iframe,
h1, h2, h3, p, blockquote, pre,
a, em, img, small, strong,
b, u, i,
dl, dt, dd, ol, ul, li,
form, label,
article, aside, canvas, details, embed,
footer, header,
menu, nav, output, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
  line-height: 1.33em; }

html {
  box-sizing: border-box; }

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

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: DIN;
  font-size: 100%;
  font-weight: 300;
  vertical-align: baseline; }

a {
  text-decoration: none; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

input, button {
  outline: none; }

input {
  border-radius: 0;
  -webkit-appearance: none; }

strong, b {
  font-weight: 400; }
body {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif; }

header, main, footer {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto; }

header {
  padding-top: 18px; }
  header img {
    height: 30px; }

main {
  text-align: center;
  padding-top: 60px; }

h1 {
  margin: 10px auto -5px;
  font-size: 56px;
  font-weight: 500; }

h2, p.big {
  font-size: 30px;
  font-weight: 300; }

p.big {
  margin-top: 40px; }

form {
  height: 40px;
  width: 460px;
  margin: 80px auto 0; }

input[type=text] {
  float: left;
  vertical-align: top;
  height: 40px;
  width: 420px;
  margin: 0;
  border: 1px solid #d4d6d8;
  border-right: 0;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  color: #283039;
  padding: 0 20px; }

input:focus::-webkit-input-placeholder {
  transition: opacity 0.5s ease;
  opacity: 0; }
input:focus:-moz-placeholder {
  transition: opacity 0.5s ease;
  opacity: 0; }
input:focus::-moz-placeholder {
  transition: opacity 0.5s ease;
  opacity: 0; }
input:focus:-ms-input-placeholder {
  transition: opacity 0.5s ease;
  opacity: 0; }

button {
  float: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 1px solid #d4d6d8;
  width: 40px;
  height: 40px; }

button {
  background: #3ab795;
  stroke: #fff; }
  button:hover {
    background: #379f86; }

main nav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px; }

ul {
  margin-top: 30px; }
  ul li {
    display: inline-block;
    font-weight: 500;
    padding: 5px; }

.social ul {
  margin-top: 20px; }

a {
  color: #3ab795; }

a:hover {
  color: #283039; }

.social li {
  padding: 0; }

.social a {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 1px; }
  .social a circle {
    fill: #3ab795; }
  .social a path {
    fill: #fff;
    stroke: #fff; }
  .social a.reddit {
    stroke-width: 50; }
  .social a:hover circle {
    fill: #283039; }

footer {
  margin-top: 70px;
  border-top: 1px solid #d4d6d8;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  footer ul {
    margin: 0 auto; }
  footer li {
    padding: 0;
    padding-right: 30px; }

.cta {
  margin: 20px auto 30px; }

.note {
  font-size: 14px; }

a.btn {
  display: inline-block;
  font: normal 14px "Open Sans", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  background: #3ab795;
  border: 2px solid #3ab795;
  padding: 12px 30px 10px;
  color: #fff; }
  a.btn:hover {
    color: #fff;
    background: #379f86;
    border-color: #379f86; }
  a.btn span {
    -webkit-font-feature-settings: normal; }
  a.btn:focus {
    outline: 0; }

/*# sourceMappingURL=layout.css.map */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

