* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  z-index: 1;
}

html{
  -webkit-font-smoothing: antialiased;
}

a{
  color: #a00000;
}

a.blue{
  -webkit-transition-duration: 8s;
  color: #035870;
}

body{
  border-top: 6px solid #a00000;
  background: #fff;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

body.blue{
  -webkit-transition-duration: 8s;
  border-top: 6px solid #035870;
}

.wrapper{
  padding-top: 20px;
  background: #b90000;
}

.container{
  position:relative;
  margin: 0 auto;
  width: 840px;
}

.header{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  top: 20px;
}

.job-title{
  font-size: 20px;
}

.main{
  padding-top: 40px;
  font-size: 54px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
}

.wrapper.blue{
  -webkit-transition-duration: 8s;
  background: #037fa3;
}

.intro{
  font-size: 24px;
  line-height: 24px;
  display: block;
  font-weight: normal;
  color: #fff;
}

.cycle{
  color: #fff;
}

.agilitic{
  padding-top: 40px;
  padding-bottom: 80px;
}

.agilitic a{
  color: #fff;
}

.agilitic a.blue{
  -webkit-transition-duration: 8s;
  color: #035870;
}


.footer_wrapper{
  background: #fff;
}

.footer{
  font-size: 14px;
  width: 100%;
  background: #fff;
  padding-top: 20px;
  margin: 0 auto;
  width: 840px;
  text-align:right;
}

.locomotive.end{
  -webkit-transition-duration: 7s;
  left: 665px;
}

.locomotive{
  background: url(locomotive.png) no-repeat;
  width: 174px;
  height: 50px;
  position: absolute;
  top: 384px;
  left: 0px;
}
