@font-face {
  font-family: 'montserrat_thinregular';
  src: url("/assets/fonts/montserrat-v21-latin-regular-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat-v21-latin-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserrat_thinbold';
  src: url("/assets/fonts/montserrat-v21-latin-700-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat-v21-latin-700-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body, .form .input label, .form button {
  font-family: 'montserrat_thinregular'; }

.text .two .half h2 em, .text .two .half p em {
  font-family: 'montserrat_thinbold'; }

.desktop {
  display: none; }

.mainHero {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  .mainHero span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5; }

.promotext {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 1000;
  color: white; }
  .promotext p, .promotext h2 {
    padding: 0.5em 0; }
  .promotext h2 {
    font-size: 1.125rem; }

.text {
  background-color: white;
  font-size: 0.875rem;
  line-height: 1.4;
  position: relative;
  z-index: 1000;
  margin: 0 40px 40px 40px;
  color: black; }
  .text p, .text h2 {
    padding: 40px;
    background-color: #3e4961;
    color: white; }
  .text h2 {
    font-size: 1.125rem; }
  .text ul {
    list-style: none; }
    .text ul li {
      padding: 30px 40px; }
      .text ul li:nth-child(even) {
        background-color: #e6e6e6; }
      .text ul li:nth-child(odd) {
        background-color: gainsboro; }
  .text .two .half {
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center; }
    .text .two .half h2, .text .two .half p {
      padding: 0;
      background-color: transparent;
      color: #3e4961;
      margin-bottom: 1em; }
      .text .two .half h2 em, .text .two .half p em {
        display: block;
        font-variant: small-caps;
        text-transform: lowercase;
        letter-spacing: 1px; }
      .text .two .half h2 a, .text .two .half p a {
        text-decoration: none;
        -webkit-transition: all 100ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 100ms ease;
        transition: all 100ms ease; }
        .text .two .half h2 a:hover, .text .two .half p a:hover {
          opacity: 0.6; }
    .text .two .half p {
      margin-bottom: 1.5em; }
    .text .two .half + .half {
      background-color: #e6e6e6; }

.form {
  padding: 40px;
  margin: 0 40px 40px 40px;
  text-align: center;
  background-color: #3e4961;
  color: white;
  min-height: 100px; }
  .form h2 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 30px; }
  .form .input {
    border: 1px solid #dedede;
    position: relative;
    margin-bottom: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .form .input label {
      position: absolute;
      top: 50%;
      margin-top: -9px;
      font-variant: small-caps;
      text-transform: lowercase;
      letter-spacing: 1px;
      left: 15px;
      color: white;
      font-size: 1rem;
      pointer-events: none;
      -webkit-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease; }
      .form .input label.faded {
        opacity: 0.3; }
      .form .input label.hide {
        opacity: 0; }
    .form .input input {
      height: 44px;
      font-size: 0.75rem;
      width: 100%;
      border: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      color: white;
      padding: 0 15px;
      background-color: transparent; }
      .form .input input[data-invalid="true"] {
        background-color: red; }
    .form .input ul {
      display: none; }
  .form button {
    height: 46px;
    font-size: 0.75rem;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
    color: white;
    background-color: #667698;
    text-align: left;
    position: relative;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1rem;
    letter-spacing: 1px; }
    .form button span {
      display: block;
      margin-top: -4px; }
    .form button:after {
      content: '';
      display: block;
      width: 11px;
      height: 22px;
      position: absolute;
      top: 12px;
      right: 15px;
      background-image: url("../sprites/sprites.svg");
      font-size: 20px;
      background-position: -1em -1em; }

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