﻿.hero-travellaunch {
  background-image: url("/images/headers/travellaunch-pro.jpg");
}
.hero-travellaunch a {
  color: white;
}

.travellaunch-sidebar hr {
  background-color: #EC3024;
}
.travellaunch-sidebar .button {
  display: block;
  border-radius: 0;
  width: 100%;
  background-color: #2b3a48;
  text-align: center;
  text-transform: none;
}

.travellaunch-callout {
  background-color: #2b3a48;
  color: white;
  border-bottom: 5px solid white;
}
.travellaunch-callout input {
  width: 100%;
  border-radius: 0;
  border-width: 0;
  margin: 0 0 1rem 0;
}
.travellaunch-callout button {
  margin: 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  display: block;
  text-transform: none;
  font-size: 1rem;
}
.travellaunch-callout button:hover, .travellaunch-callout button:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.travellaunch-callout .field-validation-error {
  color: rgba(255, 255, 255, 0.66);
  margin: 0 0 1.25rem;
}
