html,
body {
  min-height: 100%;
}
body {
  font-family: "AvenirNextLTW01-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  resize: none;
  border: none;
  outline: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea,
select {
  font-family: "AvenirNextLTW01-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
div {
  position: relative;
}
div.wp-caption,
div.wp-caption img {
  max-width: 100%;
  display: block;
}
.cover {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
}
a {
  color: inherit;
  text-decoration: none;
}
a.underline:hover {
  text-decoration: underline;
}
div#holding {
  background-image: url('../images/bg.jpg');
  height: 800px;
}
div#holding a#logo {
  height: 45px;
  display: block;
  margin-top: 64px;
  font-size: 33px;
  color: #fff;
  line-height: 45px;
}
div#holding a#logo img {
  display: block;
  float: left;
  margin-right: 15px;
}
div#holding h1,
div#holding h2,
div#holding p {
  color: #fff;
  line-height: 1.1em;
}
div#holding h1 {
  margin: 70px 0 35px 0;
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62px;
}
div#holding h2 {
  font-size: 28px;
  line-height: 1.3em;
}
div#holding div.grid_7 {
  z-index: 2;
}
div#holding div.grid_5 {
  z-index: 1;
}
div#holding div.download {
  margin-top: 30px;
}
div#holding div.download a {
  float: left;
}
div#holding div.download span {
  display: block;
  float: left;
  margin: 19px 15px 0 15px;
  color: #FFF;
}
div#holding form {
  margin-top: 7px;
}
div#holding form p {
  margin: 65px 0 15px 0;
  font-size: 16px;
}
div#holding form div.inputs {
  background: #fff;
  width: 100%;
  height: 52px;
  padding-right: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
div#holding form div.inputs div.input {
  height: 52px;
  float: left;
}
div#holding form div.inputs div.input.email,
div#holding form div.inputs div.input.postcode {
  border-right: 1px solid #aeaeae;
}
div#holding form div.inputs div.input.email {
  width: 286px;
}
div#holding form div.inputs div.input.postcode {
  width: 220px;
}
div#holding form div.inputs div.input.submit {
  width: 52px;
  position: absolute;
  right: 0;
  top: 0;
}
div#holding form div.inputs div.input input[type="email"],
div#holding form div.inputs div.input input[type="text"] {
  background: none;
  height: 52px;
  display: block;
  padding: 0 20px;
  border: none;
  font-size: 16px;
  color: #505050;
  line-height: 52px;
}
div#holding form div.inputs div.input input[type="email"]::-webkit-input-placeholder,
div#holding form div.inputs div.input input[type="text"]::-webkit-input-placeholder {
  color: #505050;
}
div#holding form div.inputs div.input input[type="email"] {
  width: 246px;
}
div#holding form div.inputs div.input input[type="text"] {
  width: 180px;
}
div#holding form div.inputs div.input input[type="submit"] {
  background: url('../images/submit.png') no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  margin: 8px;
  cursor: pointer;
}
div#holding form div.inputs div.input label.input-placeholder {
  padding: 0 20px !important;
}
div#holding img.iphone {
  display: block;
  float: right;
  position: relative;
  margin-top: 147px;
  pointer-events: none;
}
div#steps {
  padding-top: 45px;
  overflow: hidden;
  clear: both;
}
div#steps h3 {
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1em;
}
div#steps div.step {
  margin-top: 50px;
}
div#steps div.step img {
  display: block;
  margin: 0 auto 20px auto;
}
div#steps div.step p {
  font-family: "AvenirNextLTW01-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
}
div.legal-page {
  background: #e5e5e5;
}
div.legal-page div.container {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin: 200px 0 80px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
div.legal-page div.container img.logo {
  display: block;
  margin: 0 auto;
  margin-top: -120px;
  -webkit-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d();
}
div.legal-page div.container img.logo:hover {
  -webkit-transform: scale(1.05);
  -webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));
}
div.legal-page div.container h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
div.legal-page div.container h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
div.legal-page div.container p a {
  font-weight: bold;
}
div.legal-page div.container ol {
  margin-left: 30px;
}
div.legal-page div.container ol li {
  list-style: decimal;
  margin-bottom: 15px;
}
div.legal-page div.container ul {
  margin-left: 30px;
}
div.legal-page div.container ul li {
  list-style: disc;
  margin-bottom: 15px;
}
div.support h2 {
  text-align: center;
  font-size: 1.5em;
  margin-top: 10%;
  color: #1F4670;
}
div.support h2 a {
  font-weight: 700;
}
div.support h2 a:hover {
  text-decoration: underline;
}
div#footer {
  background: #23476f;
  padding: 30px 0;
  margin-top: 80px;
}
div#footer p {
  font-family: "AvenirNextLTW01-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
div#footer p strong {
  padding-right: 10px;
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
div#footer p a {
  font-weight: bold;
}
div#footer p a:hover {
  text-decoration: underline;
}
div#footer div.social a {
  display: block;
  float: right;
  margin-left: 5px;
}
