/*Separator line between step icons*/
.photo-container .slider {
  width: 300px;
}
.photo-container .slide .caption {
  font-size: 25px;
}
.photo-container .cover {
  width: 100px;
}
.photo-container .shadow.left .cover {
  right: auto;
}
.photo-container .shadow.right .cover {
  left: auto;
}

.primary-content.photo-container {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 4%;
  overflow: hidden;
}

.header {
  padding: 0 5%;
}

.headerlogo h1 {
  padding-right: 2.4em;
}
.headerlogo.logo-a > .wrapper .tagline {
  padding-left: 2.4em;
}

.step-header {
  position: fixed;
  z-index: 2;
  height: 6.25em;
  width: 850px;
  max-width: 92%;
}

.step-body {
  padding: 7.35em 0.85rem 1.6em 0.85rem;
  text-align: center;
  display: flex;
  width: 100%;
  height: 35.2em;
}
.step-body > * {
  padding: 0.5rem 0.85rem 0 0.85rem;
}

.supporting-content {
  width: auto;
  text-align: left;
}
.supporting-content > .wrapper {
  width: 346px;
}

.supporting-image {
  font-size: 14px;
}
.supporting-image img {
  width: 100%;
  /*This shouldn't be necessary, but firefox and ie not play nice with max-width:% inside display: table.*/
}

.primary-content {
  flex: 1 1 100%;
  text-align: left;
}

.about-me .wizard-question {
  margin: 0 0 0.5em;
}

.wizard-steps .content-area {
  width: 92%;
  margin: 0 auto;
  max-width: 850px;
}

/*# sourceMappingURL=traditional.css.map */
