body {
  background: #3666b0 !important; }

#application {
  font-size: 0.9em; }

.action-bar {
  width: 100%;
  position: fixed;
  z-index: 500;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  height: 3.5em;
  width: 100%;
  float: left;
  text-align: center;
  background: #333333; }
  .action-bar .back,
  .action-bar .call {
    color: #ffffff;
    line-height: 3.5em;
    background: #444444;
    width: 3.5em;
    height: 3.5em; }
  .action-bar .back {
    float: left; }
  .action-bar .call {
    float: right; }
  .action-bar #logo {
    width: 250px;
    margin-left: -125px;
    position: absolute;
    left: 50%;
    top: 15px; }

.step-1 {
  z-index: 100;
  margin-top: 3.5em; }

.step-2 {
  z-index: 75; }

.step-3 {
  z-index: 50; }

.step-4 {
  z-index: 25;
  backgorund: orange; }

.steps {
  float: left;
  width: 100%;
  clear: both; }
  .steps .step {
    height: 150px;
    background: #638ecf;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative; }
    .steps .step:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
    .steps .step a {
      color: rgba(255, 255, 255, 0.8); }
  .steps .icon {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 75px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    background: #305b9c;
    line-height: 150px; }
  .steps .lp {
    display: inline-block;
    background: url("../images/lp.png") no-repeat;
    width: 30px;
    height: 24px; }
  .steps .step-content {
    padding: 25px 25px 0 100px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6); }
    .steps .step-content h2 {
      font-size: 1.2em;
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase;
      padding-bottom: 0;
      margin-bottom: 10px; }
  .steps .button {
    display: none !important;
    background: #ed0501;
    background-image: -webkit-linear-gradient(top, #ed0501, #d10300);
    background-image: -moz-linear-gradient(top, #ed0501, #d10300);
    background-image: -ms-linear-gradient(top, #ed0501, #d10300);
    background-image: -o-linear-gradient(top, #ed0501, #d10300);
    background-image: linear-gradient(to bottom, #ed0501, #d10300);
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    padding: 0 25px 0 25px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold; }
    .steps .button .fa {
      color: #ffffff; }
