/**
 * STACK REALTY
 * 
 * Roger Glenn
 * roger@mach1media.com
 * September 2016
 *
 * Compiled using CodeKit 2
 * http://incident57.com/codekit
 */
@import url(../bower_components/normalize-css/normalize.css);
/*! sass-bem-constructor - version : 1.1.0 - 2016-02-07 */
@import url(../bower_components/font-awesome/css/font-awesome.css);
button, input[type="button"], input[type="reset"], input[type="submit"],
.c-btn {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .c-btn:hover,
  .c-btn:focus {
    background-color: #105099;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .c-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
    .c-btn:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b0b0b0; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a5a5a5;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #0f4b90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

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

/**
 * VARIABLES
 */
/**
 * MIXINS
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/**
 * FUNCTIONS
 */
/**
 * TYPOGRAPHY
 */
body {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.65em;
  color: #636363;
  background: #efefef; }

h1, h2, h3 {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: inherit;
  color: #000; }

h4, h5, h6 {
  margin: 0;
  margin-bottom: .5em;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .1em; }

h1 {
  font-size: 2.441em; }

h2 {
  font-size: 1.953em; }

h3 {
  font-size: 1.563em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

p {
  margin-bottom: 1.5em; }

small, .u-text-small {
  font-size: 0.8em; }

strong {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal; }

a {
  color: #ff5a00; }
  a:hover {
    color: #ff8c4d; }

*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0; }

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

/**
 * UTILITY CLASSES
 */
.u-clearfix::after {
  clear: both;
  content: "";
  display: table; }
.u-orange {
  color: #ff5a00; }
.u-text-left {
  text-align: left; }
.u-text-center {
  text-align: center; }
.u-text-right {
  text-align: right; }
.u-uppercase {
  text-transform: uppercase; }
.u-no-margin {
  margin: 0; }
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.u-img-responsive {
  max-width: 100%;
  height: auto; }
.u-helvetica {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.u-hidden {
  display: none; }
@media screen and (min-width: 800px) {
  .u-hidden-desktop {
    display: none; } }
.u-lead {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1.5625;
  color: #000; }
.u-sans {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal; }
.u-sans-bold {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal; }
.u-trunc {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top; }
.img-float-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.img-float-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.c-btn {
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  color: #ff5a00;
  font-size: 1em;
  line-height: 1;
  border: 1px solid #ff5a00;
  padding: 1em 1.5em;
  border-radius: 0; }
  .c-btn:hover {
    background-color: #000;
    color: #fff; }
  .c-btn > .fa:last-of-type {
    margin-left: .25em; }
  .c-btn--large {
    font-size: 150%;
    padding: 0.75em 1.5em 0.9em 1.5em; }
  .c-btn--small {
    font-size: 80%; }
  .c-btn--outline {
    color: #fff;
    border: 1px solid #fff; }
/**
 * SPLASH
 */
.c-splash {
  background: url("/assets/img/background.jpg") center center no-repeat;
  background-size: cover;
  text-align: center; }
  .c-splash a {
    color: #fff; }
    .c-splash a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .c-splash__wrapper {
    position: relative;
    display: block;
    min-height: 100vh;
    width: 100vw; }
  .c-splash__logo {
    max-width: 300px;
    height: auto;
    margin-bottom: 3em; }
  .c-splash__content {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 9em;
    padding-bottom: 9em;
    padding-left: 3em;
    padding-right: 3em;
    color: #000; }
    @media screen and (max-width: 900px) {
      .c-splash__content {
        padding-top: 6em;
        padding-bottom: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    .c-splash__content h2 {
      color: #fff;
      margin-bottom: 1em;
      font-size: 240%; }
    .c-splash__content p {
      margin-bottom: 2em; }
  .c-splash__footer {
    width: 100vw;
    margin: 0 auto;
    color: #000;
    text-align: center; }
    .c-splash__footer a {
      color: #000; }
      .c-splash__footer a:hover {
        color: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 900px) {
      .c-splash__footer {
        position: fixed;
        bottom: 3em; } }
    @media screen and (max-width: 900px) {
      .c-splash__footer {
        position: relative;
        padding-bottom: 3em; } }

/*# sourceMappingURL=master.css.map */
