#icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flow-title-background {
    background: #FFFFFF;
    margin-top: -20px;
}

.header-title {
    text-align: center;
    margin: 15px auto 15px auto;
}

.header-text {
    color: #F8A74C;
}

* {
    font-family: 'Helvetica Neue' !important;
    font-weight: 300; !important;
}

html, body, p {
    font-weight: 300 !important;
}

hr {
    margin-top: 5px;
    max-width: 480px;
    margin: 2.5em auto 2.0em auto;
    background-color: #F57C35;
    height: 1px;
    border: 0px;
    clear: both;
    position: relative;
}

a {
    color: #F8A74C;
}

a:hover {
    color: #F57C35;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}