/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media screen and (min-width: 550px) {
  .bp1\+\|hide {
    display: none !important; } }

@media screen and (max-width: 549px) {
  .bp1\-\|hide {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .bp2\+\|hide {
    display: none !important; } }

@media screen and (max-width: 999px) {
  .bp2\-\|hide {
    display: none !important; } }

@font-face {
  font-family: 'DTura';
  src: url("/assets/dtura2-webfont.eot");
  src: url("/assets/dtura2-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/dtura2-webfont.woff2") format("woff2"), url("/assets/dtura2-webfont.woff") format("woff"), url("/assets/dtura2-webfont.ttf") format("truetype"), url("/assets/dtura2-webfont.svg#dtura2medium") format("svg");
  font-weight: normal;
  font-style: normal; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 20px; }

html, body {
  background: #F9F9F9; }

body {
  margin-left: auto;
  margin-right: auto; }

html, body, button, input {
  font-family: DTura, sans-serif; }

.text {
  font-size: 16px;
  font-size: 1.6vw; }
  @media screen and (max-width: 999px) {
    .text {
      font-size: 2.4vw; } }
  @media screen and (max-width: 549px) {
    .text {
      font-size: 4.8vw; } }

.tiles::after {
  clear: both;
  content: "";
  display: table; }

.tile {
  float: left;
  display: block;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 550px) {
    .tile {
      width: 50%; } }
  @media screen and (min-width: 1000px) {
    .tile {
      width: 33.33333%; } }
  .tile--2 {
    position: relative;
    z-index: 10; }

.tile__ratio {
  height: 0;
  position: relative; }

.tile--large .tile__ratio {
  padding-bottom: 110.89613%; }

.tile--small .tile__ratio {
  padding-bottom: 61.4053%; }

.tile__background,
.tile__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.tile__background {
  z-index: 0; }

.tile__content {
  z-index: 1; }

.gif {
  position: relative; }

.gif img {
  display: block;
  max-width: 100%; }

.gif__animated {
  position: absolute;
  top: 0;
  left: 0;
  background: #F9F9F9;
  width: 100%; }

.logo {
  display: block;
  width: 69.3%;
  margin-top: 18.5%; }

.logo img {
  display: block;
  width: 100%;
  height: auto; }

.logo__header {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.info {
  text-transform: uppercase;
  font-size: 1.5em;
  color: black;
  margin-top: .25em;
  padding-left: .25em; }
  .info p {
    line-height: 1;
    letter-spacing: .1em; }

.form {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  font-size: 1em; }
  .form input, .form button {
    display: block;
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    height: 1.75em;
    padding: .5em .5em .25em;
    letter-spacing: .1em; }

.form__input,
.form__button {
  vertical-align: middle;
  display: table-cell; }

.form__input {
  width: 99%; }
  .form__input input {
    display: block;
    background: #E8E8E8;
    color: black;
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .form__input input:focus {
      outline: none;
      background: #dbdbdb; }
    .form__input input::-webkit-input-placeholder {
      color: gray; }
    .form__input input::-moz-placeholder {
      color: gray; }
    .form__input input:-moz-placeholder {
      color: gray; }
    .form__input input:-ms-input-placeholder {
      color: gray; }

.form__button {
  width: 1px; }
  .form__button button {
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    background: #2257a8;
    border-radius: 0;
    color: white;
    cursor: pointer; }
    .form__button button:hover, .form__button button:focus {
      background: black;
      outline: none; }

.form__success {
  text-transform: uppercase;
  line-height: 1;
  height: 1.75em;
  padding: .5em .5em .25em;
  letter-spacing: .1em;
  background: #f4ab85;
  color: white;
  text-align: center; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }
