#main.withBands {
  padding: 0px;
}

.band {
  width: 100%;
  min-height: 40px;
  padding: 40px 30px;
  box-sizing: border-box;
}

.band .hBar {
  border-bottom: 1px solid;
  width: 60%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.band.textured {
  background-image: url("../image/texture.png");
  background-repeat: repeat;
}

.band.greyCallout {
  background-color: #686463;
  padding: 30px 0 30px;
  color: #FFF;
}

.band.whiteBar {
  background-color: #fff;
  z-index: 2;
  position: relative;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.band.whiteBar h1:first-of-type {
  padding-top: 0px;
}

.band.whiteBar p {
  max-width: 700px;
  margin: auto;
}

.band.whiteBar .nTitle p {
  margin: 0;
}


.band .threeColumn,
.band .fourColumn,
.band .fiveColumn {
  font-size: 0px;
  text-align: center;
}
.band .nBox,
.band .c4Box {
  vertical-align: top;
  position: relative;
  font-size: 16px;
  display: inline-block;
  border: 0px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.band .c4Box {
  width: 350px;
  margin: 8px;
  margin-bottom: 30px;
  min-height: 410px;
  background-color: rgba(0, 0, 0, 0.25);
}
.band .nBox {
  /* four column and default */
  width: 260px;
  margin: 8px 30px;
}
.band .fiveColumn .nBox {
  width: 190px;
}

.band .oneColumn .nBox {
  display: flex;
  width: auto;
  min-width: 300px;
  max-width: 850px;
  margin: auto;
  margin-bottom: 20px;
}
.band .oneColumn .nBox .nStep {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.band .oneColumn .nBox .nRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.band .oneColumn .nBox .nTitle,
.band .oneColumn .nBox .nBody{
  display: block;
  width: auto;
  text-align: left;
}



.band .nBox p,
.band .c4Box p {
  padding: 0;
  margin-bottom: 10px;
}
.band .nTitle,
.band .c4Title {
  height: 50px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.band .c4Title {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  position: absolute;
  top: 300px;
}
.band .c4Body {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  top: 350px;
  background-color: #fff;
  height: 60px;
  padding: 10px;
}

.band .nStep {
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 2px solid #000;
  background-color: rgba(250, 250, 250, 0.02);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bandButtons {
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.bandButtons .nStep {
  width: 40px;
  height: 40px;
  margin: 10px;
  cursor: pointer;
}

.band  .nStep.step1 {  background-image: url(../image/step1-1.svg) }
.band  .nStep.step2 {  background-image: url(../image/step1-2.svg) }
.band  .nStep.step3 {  background-image: url(../image/step1-3.svg) }
.band  .nStep.step4 {  background-image: url(../image/step1-4.svg) }
.band  .nStep.step5 {  background-image: url(../image/step1-5.svg) }
.band  .nStep.step6 {  background-image: url(../image/step1-6.svg) }
.band  .nStep.step1.active {  background-image: url(../image/step2-1.svg) }
.band  .nStep.step2.active {  background-image: url(../image/step2-2.svg) }
.band  .nStep.step3.active {  background-image: url(../image/step2-3.svg) }
.band  .nStep.step4.active {  background-image: url(../image/step2-4.svg) }
.band  .nStep.step5.active {  background-image: url(../image/step2-5.svg) }
.band  .nStep.step5.active {  background-image: url(../image/step2-6.svg) }

.bandButtons .nStep.step1 {  background-image: url(../image/A_reverse.png) }
.bandButtons .nStep.step2 {  background-image: url(../image/B_reverse.png) }
.bandButtons .nStep.step3 {  background-image: url(../image/C_reverse.png) }
.bandButtons .nStep.step4 {  background-image: url(../image/D_reverse.png) }
.bandButtons .nStep.step5 {  background-image: url(../image/E_reverse.png) }
.bandButtons .nStep.step6 {  background-image: url(../image/F_reverse.png) }
.bandButtons .nStep.step1.active {  background-image: url(../image/A_solid.png) }
.bandButtons .nStep.step2.active {  background-image: url(../image/B_solid.png) }
.bandButtons .nStep.step3.active {  background-image: url(../image/C_solid.png) }
.bandButtons .nStep.step4.active {  background-image: url(../image/D_solid.png) }
.bandButtons .nStep.step5.active {  background-image: url(../image/E_solid.png) }
.bandButtons .nStep.step6.active {  background-image: url(../image/F_solid.png) }


.bandButtons  .numStep.nStep.step1 {  background-image: url(../image/step1-1.svg) }
.bandButtons  .numStep.nStep.step2 {  background-image: url(../image/step1-2.svg) }
.bandButtons  .numStep.nStep.step3 {  background-image: url(../image/step1-3.svg) }
.bandButtons  .numStep.nStep.step4 {  background-image: url(../image/step1-4.svg) }
.bandButtons  .numStep.nStep.step5 {  background-image: url(../image/step1-5.svg) }
.bandButtons  .numStep.nStep.step6 {  background-image: url(../image/step1-6.svg) }
.bandButtons  .numStep.nStep.step1.active {  background-image: url(../image/step2-1.svg) }
.bandButtons  .numStep.nStep.step2.active {  background-image: url(../image/step2-2.svg) }
.bandButtons  .numStep.nStep.step3.active {  background-image: url(../image/step2-3.svg) }
.bandButtons  .numStep.nStep.step4.active {  background-image: url(../image/step2-4.svg) }
.bandButtons  .numStep.nStep.step5.active {  background-image: url(../image/step2-5.svg) }
.bandButtons  .numStep.nStep.step5.active {  background-image: url(../image/step2-6.svg) }

.band  .nStep.calendar {  background-image: url(../image/calendar.svg) }
.band  .nStep.recycle {  background-image: url(../image/recycle.svg) }
.band  .nStep.users {  background-image: url(../image/users.svg) }

.band .nBox .nTitle {
  font-size: 22px;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0;
}

.band.bg_slate.white .largeText {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Nexa-Black";
}

.band.bg_slate.white .largeText:first-child {
  padding-top: 0px;
}

.clear {
  clear: both;
}

/* -0-00000000000000000000000000000000000000000000000000000000000000 */
.questionPrompt {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.questionPrompt + .textCenter {
    max-width: 760px;
    margin: auto;
}
.questionPrompt.sectionHead {
  font-size: 32px;
  font-weight: normal;
  margin-top: 0px;
}
.starBlock {
  text-align: center;
  margin: 0px auto;
  font-size: 32px;
}
.starBlock .fa-star {
  margin: 10px;
}

.band textarea {

  display: block;
  width: 70%;
  max-width: 860px;
  padding: 6px 12px;
  border: 0px;
  height: 75px;
  margin: 10px auto 20px;
}

.allBold {
  font-weight: bold;
}
