body{font-family: "Open Sans";}
#header-wrapper {background-color: #2b292a;}
#branding .wb-logo{float: left;}
#step-logo{float: left;}
#step-logo img{max-width: 100%;}
#features ul li{list-style: none; text-align: center; font-size: 17px;height:200px;}
#features ul li img{
  margin-bottom: 10px;
}
#features ul li img:hover{
  color: #333;
  opacity: 0.4;
}
.container-fixed {
  margin: 0 auto;
  max-width: 960px;
}
.wb-footer-logo{
  margin-left: -20px;
}
.wb-brandlinks{
  display: inline;
  margin-top: 7px;
  padding-left: 0;
  margin-top: 0;
}

.wb-brandlinks li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.wb-brandlinks li a{
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  text-decoration: none;
}
#footer-wrapper a:hover{
  text-decoration: underline;
}

#footer-bottom-left{
  color: #333;
  float: left;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 6px;
  padding-left: 0;
}


#footer-bottom-left ul{
  padding-left: 0;
}
#footer-bottom-left ul li{
  display: inline-block;
}

#footer-bottom-left ul li a{
  border-right: 1px solid #818181;
  color: #333;
  font-size: 11px;
  padding-right: 5px;
  text-decoration: none;
  display: block;
}
#footer-bottom-left ul li:last-child a {
  border-right: none;
}
#wb-branding{
  padding-bottom: 5px;
}

#footer-copyright{
  padding: 0 15px 15px 15px;
}
#footer-copyright-inner{
  border-top: 1px solid #adadad;
}
#footer-bottom-left,
#footer-bottom-right {
	margin-top: 10px;
  padding-right: 0;
}


#footer-bottom-right {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
}

#wb-phone{
  font-weight: normal;
  margin-top: 10px;
}
#about-step {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}

#about-step h2{
  font-weight: normal;
}

#about-step p{
  color: #818181;
  font-size: 18px;
  line-height: 27px;
}
#about-step h1.page-title{
  font-size: 25px;
  color: #000;
}
a.btn-black {
	background-color: #000;
	color: #fff;
	padding: 10px 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-black:hover{
	color: #fff;
	text-decoration: none;
  background-color: #2d2d2d;
}

#content-bottom{
	border-top: 1px solid #e4e4e4;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #818181;
	padding-top: 30px;
	text-align: center;
}
#content-bottom ul li a{
  color: #72CCEE
}
#content-bottom ul li{
	list-style: none;
}

#features ul{
  padding-left: 0;
}

#features ul li{
  float: left;
  margin-right: 15px;
  width: 100%;
}
#features ul li.step-feature:last-child{
  margin-right: 0;
}

#features ul li a{
  color: #39beea;
  font-size: 15px;
  line-height: 17px;
}

#login-area{
  display: none;
}

#login-area{
  text-align: center;
  margin-top: 20px;
}
#login-area-top{
  text-align: center;
  margin-bottom: 50px;
}
#step-branding{
  padding-top:10px;
  padding-left: 0;
}
#languages{
  margin-top: 10px;
  float: right;
}
#languages a#dLabel{
  color: #000;
  text-decoration: none;
}

#languages a:hover{
  text-decoration: none;
  color: #72CCEE;
}
#step-slogan{
  text-transform: uppercase;
  font-size: 9px;
  margin-top: 8px;
  color: #A5A5A5;
  padding-left: 0;
  letter-spacing: 1px;
}
#footer-wrapper{
  margin-top: 50px;
}
.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 80px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  margin-left: -16px;
  margin-top: 9px;
  border-bottom: 2px solid #38b1ef;
  border-radius: 0px;
}

@media (min-width: 640px) {
  #footer-bottom-right {
    text-align: right !important;
  }
  #features ul li{
    margin-right: 70px !important;
    width: 130px;
  }
  #features ul li.step-feature:last-child{
    margin-right: 0 !important;
  }
  #footer-wrapper{
    margin-top: 100px !important;
  }
  .wb-brandlinks{
    margin-top: 8px !important;
  }
  #login-area-top{
    display: none;
  }
  #login-area{
    display: block !important;
  }
  #step-slogan{
    font-size: 15px;
    margin-top: 20px;
  }
}
#downTimeNotification {
	background-color: #FAF5D7;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
    border: 1px solid #FBEED5;
    color: #000000;
    margin: 0px 0 1px;
    min-height: 30px;
    display: block;
    padding: 8px 20px 10px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size:12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#downTimeNotification .alert-image {
    background:url("../images/sprite_icons.png") no-repeat -88px 0px;
    float: left;
    height: 30px;
    width: 42px;
    margin-top: 20px;
    margin-right: 10px;
}
#downTimeNotification .alert-content {
    display: table-cell;
    padding-top: 7px;
}
#downTimeNotification > div{padding: 0 30px;}
#survey{
	background-color: #8a0000;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
    border: 1px solid #8a0000;
    color: #fff;
    min-height: 30px;
    display: block;
    padding: 3px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size:12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#survey .close{
    float: right;
    color: #fff;
    font-size: 20px;
}
#survey a {
    color: #fff;
    float: left;
    padding-top: 6px;
    text-decoration: underline;
    margin-left: 5px;
}
.icon-survey {
    background: url("../images/sprite_icons.png") no-repeat scroll 2px -83px rgba(0, 0, 0, 0);
    float: left;
    height: 22px;
    width: 24px;
}