header {
  max-width: 1440px;
  border-top: 3px solid #e4002b;
  margin: 0 auto 1.2rem auto;
}

header .logo .container {
  max-width: 1180px;
}

header .nav {
  margin-bottom: -20px;
}

header .nav .container {
  max-width: 1180px;
}

header .nav a {
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}

header .nav a:hover {
  border-bottom: 3px solid #000000;
}

header .nav a.active {
  border-bottom: 3px solid #e4002b;
}

.user-nav {
  max-width: 1180px;
  margin: 0 auto;
}

main {
  max-width: 1180px;
  margin: 0 auto;
}

.container,
.container-fluid {
  padding: 0 30px;
}

footer {
  max-width: 1440px;
  border-top: 1px solid #dad9d8;
  margin: 1.2rem auto 0 auto;
}

footer .quicklinks {
  padding: 0;
  text-align: center;
}

footer .quicklinks:before {
  width: 60px;
  height: 3px;
  background: #e4002b;
  margin: 0px auto 30px auto;
  display: block;
  content: '';
}

footer a.poweredby {
  position: static;
  margin: 30px auto 0 auto;
  display: inline-block;
  transform: none;
}

.btn-default {
  background: none;
  border: 1px solid #253746;
  border-radius: 15px;
  color: #253746;
}

.btn-default:hover {
  background: #253746;
  border: 1px solid #253746;
  border-radius: 15px;
  color: #ffffff;
}

.btn-default:disabled,
.btn-default:disabled:hover,
.btn-default.disabled,
.btn-default.disabled:hover {
  background: none;
  border: 1px solid #253746;
  border-radius: 15px;
  opacity: 0.3;
  color: #253746;
}

.progressnav {
  margin: -15px -30px 0 -30px;
}

.progressnav .label {
  left: 5px;
}

.progressnav ol li.active .step {
  height: 12px;
  background: #253746;
  top: 0px;
}

.progressnav-progressbar {
  border-radius: 0;
}

.progressnav-progress {
  background: #E4002B;
}

.cart {
  border-radius: 0;
  box-shadow: 0 0 0 1px #7f9db9;
}

.cart .eventinfo {
  background: #7FA9AE;
  border-bottom: 1px solid #7F9DB9;
  border-radius: 0;
  color: #ffffff;
}

.cart .eventinfo h3 {
  color: #ffffff !important;
}

#signup main section {
    padding-top: 0;
}