@font-face {
  font-family: 'DIN Round';
  src: url("../fonts/dinroundot-light.eot");
  src: url("../fonts/dinroundot-light.eot#iefix") format("embedded-opentype"), url("../fonts/dinroundot-light.woff") format("woff"), url("../fonts/dinroundot-light.ttf") format("truetype"), url("../fonts/dinroundot-light.svg#DINRoundOTLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DIN Round';
  src: url("../fonts/dinroundot.eot");
  src: url("../fonts/dinroundot.eot#iefix") format("embedded-opentype"), url("../fonts/dinroundot.woff") format("woff"), url("../fonts/dinroundot.ttf") format("truetype"), url("../fonts/dinroundot.svg#DINRoundOTRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'DIN Round';
  src: url("../fonts/dinroundot-medium.eot");
  src: url("../fonts/dinroundot-medium.eot#iefix") format("embedded-opentype"), url("../fonts/dinroundot-medium.woff") format("woff"), url("../fonts/dinroundot-medium.ttf") format("truetype"), url("../fonts/dinroundot-medium.svg#DINRoundOTMedium") format("svg");
  font-weight: 600;
  font-style: normal; }

/* ------------------------------------------------- */
/* Roboto Slab */
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Thin-webfont.eot");
  src: url("../fonts/RobotoSlab-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Thin-webfont.woff") format("woff"), url("../fonts/RobotoSlab-Thin-webfont.ttf") format("truetype"), url("../fonts/RobotoSlab-Thin-webfont.svg#roboto_slabthin") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Light-webfont.eot");
  src: url("../fonts/RobotoSlab-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Light-webfont.woff") format("woff"), url("../fonts/RobotoSlab-Light-webfont.ttf") format("truetype"), url("../fonts/RobotoSlab-Light-webfont.svg#roboto_slablight") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Regular-webfont.eot");
  src: url("../fonts/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Regular-webfont.woff") format("woff"), url("../fonts/RobotoSlab-Regular-webfont.ttf") format("truetype"), url("../fonts/RobotoSlab-Regular-webfont.svg#roboto_slabbold") format("svg");
  font-weight: 600;
  font-style: normal; }

input[type=submit]:hover, button:hover, .button:hover {
  background: #ff8119;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8119 0%, #ff8119 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F55108), color-stop(100%, #ff8119));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8119 0%, #ff8119 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8119 0%, #ff8119 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8119 0%, #ff8119 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8119 0%, #ff8119 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ff8119, endColorstr=#ff8119,GradientType=0 );
  /* IE6-8 */ }

input[type=submit], button, .button {
  background: #f87338;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f87338 0%, #F55108 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f87338), color-stop(100%, #ff8119));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f87338 0%, #F55108 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f87338 0%, #F55108 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f87338 0%, #F55108 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f87338 0%, #F55108 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ff8623, endColorstr=#ef6c00,GradientType=0 );
  /* IE6-8 */ }

/* ANIMATIONS
============================================================================= */
/* slide in from the bottom */
@keyframes slideIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

/* slide in from the bottom */
@keyframes slideOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

.ng-enter {
  animation: slideIn 0.3s 0.3s both ease-in;
  z-index: 888; }

.ng-leave {
  animation: slideOut 0.6s both ease-in;
  z-index: 777; }

.form-item {
  width: 100%;
  display: inline-block;
  border-top: 2px solid #2B2B2E;
  padding: 10px 0 0;
  margin: 15px 0 0; }
  @media (min-width: 780px) {
    .form-item {
      width: 80%;
      padding: 9px 0;
      margin: 0; } }
  .form-item > label {
    width: 100%;
    padding: 0px 0 10px 0px;
    line-height: 1.5em;
    display: inline-block;
    font-size: 0.9em; }
    @media (min-width: 780px) {
      .form-item > label {
        width: 30%;
        margin-left: 1%;
        padding: 14px 0 0 0; } }
    .form-item > label::before {
      content: "";
      line-height: 3em; }
    @media (min-width: 780px) {
      .form-item > label.two-lines {
        padding: 0; } }
    .form-item > label.two-lines span {
      display: block;
      color: #E2E3E3;
      font-size: 0.8em; }
  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel] {
    background-color: white;
    border: 1px solid #E2E3E3;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.7em;
    height: 3em;
    box-sizing: border-box;
    font-family: 'Roboto Slab';
    font-weight: 100;
    width: 100%; }
    .form-item input[type=text]:focus,
    .form-item input[type=email]:focus,
    .form-item input[type=tel]:focus {
      border: 1px solid #F55108;
      outline: 0; }
    @media (min-width: 780px) {
      .form-item input[type=text],
      .form-item input[type=email],
      .form-item input[type=tel] {
        width: 65%;
        float: right; } }
  .form-item input[type=submit], .form-item button, .form-item .button {
    margin-top: 9px; }
  .form-item button.arrow:after {
    content: '';
    width: 15px;
    height: 25px;
    display: inline-block;
    float: right;
    background: url("images/chevron-white.png") center/cover no-repeat; }
  .form-item button[type=submit] {
    padding: 10px 13px;
    margin: 20px auto 0;
    width: 150px;
    display: block; }
    @media (min-width: 780px) {
      .form-item button[type=submit] {
        margin: 10px 0 0;
        width: auto;
        display: inline-block; } }
    .form-item button[type=submit]:after {
      content: '';
      width: 15px;
      height: 25px;
      display: inline-block;
      float: right;
      background: url("images/chevron-white.png") center/cover no-repeat; }
  .form-item .form-radio {
    float: none;
    width: 80%;
    text-align: left;
    padding-left: 5%;
    display: inline-block; }
    @media (min-width: 780px) {
      .form-item .form-radio {
        width: 65%;
        float: right;
        text-align: right;
        padding-left: 0; } }
    .form-item .form-radio > label {
      position: relative;
      line-height: 2.7em;
      display: inline-block;
      margin: 0 1em 0 1em;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .form-item .form-radio > label {
          margin: 0 1.5em 0 1.5em; } }
      .form-item .form-radio > label:before {
        content: "";
        background-color: #525252;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        left: -1.5em;
        top: 0.9em;
        cursor: pointer;
        border: 3px solid #525252;
        box-shadow: 0 0px 0 1px #fff; }
    .form-item .form-radio input[type=radio]:checked + label:before {
      background-color: #ef6c00;
      box-shadow: 0 0px 0 1px #fff;
      border: 3px solid #525252; }
    .form-item .form-radio input[type=radio] {
      display: none; }
  .form-item.compact > label {
    width: 100%; }
    @media (min-width: 780px) {
      .form-item.compact > label {
        width: 65%; } }
  @media (min-width: 780px) {
    .form-item.compact input[type=text],
    .form-item.compact input[type=email],
    .form-item.compact input[type=tel],
    .form-item.compact .form-radio {
      width: 30%; } }
  .form-item.compact input[type=text] {
    width: 80px;
    margin-left: -1em;
    float: none; }
    @media (min-width: 780px) {
      .form-item.compact input[type=text] {
        float: right;
        width: 50%;
        margin: 0;
        margin-right: 1em; } }
    @media (min-width: 1024px) {
      .form-item.compact input[type=text] {
        width: 30%; } }

@media (min-width: 780px) {
  .step2 .form-item {
    padding: 0; }
    .step2 .form-item > label {
      padding: 10px 0 0 0; } }

@media (min-width: 1600px) {
  .step2 .form-item {
    padding: 9px 0; } }

.error {
  border: 1px solid #f7d5d5;
  padding: 9px;
  box-sizing: border-box;
  color: #f7d5d5;
  margin-bottom: 9px;
  font-size: 0.9em; }
  .error p {
    margin: 0; }

input[type=submit], button, .button {
  /* from RAC CSS */
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 13px 44px 13px 10px;
  position: relative;
  outline: 0;
  cursor: pointer;
  min-width: 150px;
  border: 1px solid #F55108;
  border-color: #F55108;
  border-radius: 2px;
  font-family: 'DIN Round';
  font-weight: 600;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  text-align: left;
  -webkit-font-smoothing: antialiased; }
  input[type=submit] i, button i, .button i {
    margin-left: 10px;
    margin-right: 2px;
    line-height: normal;
    vertical-align: inherit; }
  input[type=submit]:focus, button:focus, .button:focus {
    text-decoration: none; }
  input[type=submit]:active, button:active, .button:active {
    padding-top: 15px;
    padding-bottom: 11px;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    background: #d66000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d66000), color-stop(1, #fe7300));
    background: -ms-linear-gradient(bottom, #d66000, #fe7300);
    background: -moz-linear-gradient(center bottom, #d66000 0%, #fe7300 100%);
    background: -o-linear-gradient(#fe7300, #d66000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7300',endColorstr='#d66000',GradientType=0);
    border-color: #6a3000;
    border-radius: 3px; }
  input[type=submit]:visited, button:visited, .button:visited {
    color: #ffffff; }
  input[type=submit]:hover, button:hover, .button:hover {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    input[type=submit]:hover i, button:hover i, .button:hover i {
      position: relative;
      left: 2px; }

body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  overflow: auto;
  z-index: -10;
  background: #000;
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: 100; }

.background-image {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000 url("images/background-final.jpg") no-repeat 80% 50%;
  background-attachment: fixed;
  margin: 0;
  display: none; }
  @media (min-width: 780px) {
    .background-image {
      display: block; } }

.background-chevron {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("images/chevron.png") no-repeat;
  background-position: 90% 50%;
  -webkit-transition: background-position 0.25s ease-in;
  -moz-transition: background-position 0.25s ease-in;
  -ms-transition: background-position 0.25s ease-in;
  -o-transition: background-position 0.25s ease-in;
  transition: background-position 0.25s ease-in;
  background-attachment: fixed;
  margin-right: 0;
  background-size: 80%;
  display: none; }
  @media (min-width: 1024px) {
    .background-chevron {
      background-position: 50% 50%; } }
  @media (min-width: 780px) {
    .background-chevron {
      display: block; } }

.container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  height: 100vh;
  left: 0;
  top: 0;
  box-sizing: border-box;
  position: absolute;
  margin: 0 auto; }
  @media (min-width: 780px) {
    .container {
      width: 80%;
      padding-left: 5%;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .container {
      width: 80%;
      padding-left: 10%; } }
  @media (min-width: 1300px) {
    .container {
      width: 72%;
      padding-left: 15%; } }

header {
  margin: 0;
  width: 100%;
  height: 120px;
  position: relative; }
  @media (min-width: 400px) {
    header {
      height: 70px; } }
  @media (min-width: 780px) {
    header {
      width: 80%;
      height: 100px; } }
  @media (min-width: 1600px) {
    header {
      height: 126px;
      margin: 0 0 20px 0; } }
  header .logo {
    float: none;
    z-index: 150;
    position: relative;
    padding-top: 20px;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 400px) {
      header .logo {
        float: left;
        text-align: left; } }
    @media (min-width: 780px) {
      header .logo {
        padding-top: 25px; } }
    @media (min-width: 1600px) {
      header .logo {
        padding-top: 50px; } }
    header .logo img {
      height: 50px;
      width: inherit; }
      @media (min-width: 780px) {
        header .logo img {
          height: 60px; } }
  header .breadcrumbs {
    float: none;
    font-family: 'DIN Round';
    z-index: 150;
    position: relative;
    padding-top: 20px;
    width: 100%;
    text-align: center; }
    @media (min-width: 400px) {
      header .breadcrumbs {
        float: right;
        padding-top: 35px;
        width: auto; } }
    @media (min-width: 780px) {
      header .breadcrumbs {
        padding-top: 35px; } }
    @media (min-width: 1600px) {
      header .breadcrumbs {
        padding-top: 50px; } }
    header .breadcrumbs .label {
      color: #F55108; }
    header .breadcrumbs a.step {
      color: white;
      text-decoration: none;
      margin: 0 5px;
      font-weight: 400; }
      header .breadcrumbs a.step.active {
        color: #F55108;
        background: url("images/chevron-orange.png") no-repeat 0 0;
        padding-left: 15px;
        background-size: contain; }

footer {
  width: 100%;
  padding: 20px 0 20px;
  text-align: center; }
  @media (min-width: 780px) {
    footer {
      text-align: left; } }
  footer p {
    font-size: 0.65em;
    color: #ccc; }

.intro-text {
  background: url("images/background-mobile.jpg") center right;
  background-size: cover;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 300px;
  box-sizing: border-box; }
  @media (min-width: 780px) {
    .intro-text {
      background: none;
      margin: 0;
      padding: 0;
      min-height: initial; } }

h1 {
  font-family: 'DIN Round';
  color: #F55108;
  font-weight: 400;
  font-size: 3em;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5em;
  margin: 0.5em 0 0.25em 0;
  padding-top: 1.5em; }
  @media (min-width: 780px) {
    h1 {
      font-size: 2em;
      margin: 0 0 0.5em 0;
      padding: initial; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-weight: 100;
  margin: 0 0 0.25em 5px;
  background: url("images/chevron-orange.png") no-repeat 0 50%;
  background-size: 1.5em;
  padding-left: 2em;
  font-size: 1em;
  width: 70%; }
  @media (min-width: 780px) {
    h2 {
      margin: 0 0 1em 5px;
      font-size: 1em;
      width: 60%; } }
  @media (min-width: 1024px) {
    h2 {
      width: 70%; } }
  @media (min-width: 1300px) {
    h2 {
      width: 50%; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 1.5em; } }

.instruction {
  color: #F55108;
  font-family: 'DIN Round';
  font-weight: 400;
  margin: 1em 0;
  width: 80%;
  padding-bottom: 2em; }
  @media (min-width: 780px) {
    .instruction {
      padding: initial;
      width: 100%; }
      .instruction p.spacer {
        display: none; } }

ul.bullets li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5em; }
  ul.bullets li:before {
    content: "";
    width: 10px;
    height: 100%;
    background: url("images/chevron-orange.png") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    left: -20px;
    top: 0.25em; }

@media (min-width: 780px) {
  ul.bullets {
    margin-left: 5%; } }

.step3 .background-chevron {
  background-position: 90% 50%;
  -webkit-transition: background-position 0.25s ease-in;
  -moz-transition: background-position 0.25s ease-in;
  -ms-transition: background-position 0.25s ease-in;
  -o-transition: background-position 0.25s ease-in;
  transition: background-position 0.25s ease-in; }

.step3 .content {
  width: 100%; }
  .step3 .content p {
    padding: 0 5%;
    font-size: 0.9em; }
  .step3 .content ul {
    font-size: 0.9em; }
  @media (min-width: 780px) {
    .step3 .content {
      width: 50%; }
      .step3 .content p, .step3 .content ul {
        padding: initial;
        font-size: initial; }
      .step3 .content h2 {
        width: 100%; } }

.hide-on-mobile {
  display: none; }
  @media (min-width: 780px) {
    .hide-on-mobile {
      display: inline-block; } }

.content {
  margin-top: 20px; }

.thankyou header {
  height: 70px; }
  .thankyou header .logo {
    text-align: center;
    float: none; }
    @media (min-width: 780px) {
      .thankyou header .logo {
        text-align: left;
        float: left; } }

.thankyou .breadcrumbs {
  display: none; }

.thankyou .content {
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 400px) {
    .thankyou .content {
      width: 90%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 0; } }

.thankyou h1 {
  padding-top: 1em; }

.thankyou h2 {
  background-position: top left; }

.thankyou .form-item {
  text-align: center; }
  @media (min-width: 780px) {
    .thankyou .form-item {
      text-align: left; } }
  .thankyou .form-item .button {
    padding: 13px 10px; }
    .thankyou .form-item .button:after {
      content: '';
      width: 15px;
      height: 25px;
      display: inline-block;
      float: right;
      background: url("images/chevron-white.png") center/cover no-repeat;
      margin-left: 5px; }

.thankyou footer {
  padding: 20px 0;
  position: relative;
  bottom: 0;
  width: 100%; }
  @media (min-width: 400px) {
    .thankyou footer {
      position: absolute;
      padding: 0;
      bottom: 20px;
      width: 90%; } }

.link-suggestion {
  font-size: 12px; }
