/** Global **/
.form-container {
      max-width: 575px;
      margin: 20px auto 50px auto;
      background: #F7E9EF;
      padding: 30px 25px;
      border-radius: 12px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    }

.surveyform h2, 
.surveyform h3, 
.surveyform h4, 
.surveyform p.leadtext {
	text-align: center;
	line-height: 1.3;
	margin:5px 0;
}
h1.cjshead {
	text-align: center;
	margin-top:35px;
	line-height: 1.25;
	font-size: 48px;
}
.surveyform h2 {
	color: #C63493;
	font-size: 32px;
}

.surveyform h3 {
	color: #C63493;
	font-size: 28px;
	font-weight:700;
}

.surveyform h4 {
	color: #000;
	font-size: 24px;
}

.surveyform h4 span {
	color: #C63493;
}

.surveyform p.leadtext {
	color: #000;
	font-size: 18px;
}

.surveyform p {
	text-align:center;
}

.surveyform .pt15 {
	padding-top:15px
}

.surveyform .statlink {
	margin:15px 0;
	text-align: center;
}

.surveyform .statlink a {
	text-decoration: underline;
}
.surveyform.statlink a:hover {
	text-decoration: none;
}

.surveyform button {
  background-color: #C63493;
  color: #fff;
  border: none;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 32px;
 transition: all 0.2s linear 0s;
}

.surveyform button:hover {
  background-color: #000;
  color: #fff;
}

#multistep-form .step {
  display: none;
	text-align: center;
}

#multistep-form .step.active {
  display: block;
}


.surveyform a.conbtnborder {
  border:1px solid #C63493;
	background:#fff;
  color: #C63493;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 32px;
 transition: all 0.2s linear 0s;
	margin-top:15px;
}


.surveyform a.conbtnborder:hover {
  border:1px solid #C63493;
	background:#C63493;
  color: #fff;
}

.emailgroup {
	display: flex;
}

.surveyform input[type="submit"] {
  background-color: #C63493;
  color: #fff;
  border: none;
  padding: 12px 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px 32px 32px 0px;
 transition: all 0.2s linear 0s;
}

.surveyform input[type="email"] {
  background-color: #fff;
  color: #444;
  border: 1px solid #C63493;
  padding: 12px 30px;
  text-align: left;
  font-size: 16px;
  border-radius: 32px 0px 0px 32px;
}

.surveyform input:focus[type="email"] {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



/** Select Bra Size **/

#multistep-form .step-three,
#multistep-form .step-five,
#multistep-form .step-two{
	display: flex;
	align-items: flex-start;
flex-flow: row wrap;
	padding:15px 30px;
}

#multistep-form .step-three .item,
#multistep-form .step-five .item {
	width: 21%;
    height: 55px;
    margin: 8px 2.0%;
}

#multistep-form .step-two .item {
	width: 45%;
	margin: 12px 2.5%;
}
#multistep-form .step-two a.start_journey_btn,
#multistep-form .step-two a.perfectfit-login-btn,
#multistep-form .step-two a.perfectfit-login-btn-next {
	  padding:25px 15px;
	display: block;
	background-color: #ffffff;
  border: 1px solid #C63493;
	border-radius: 12px;
}

#multistep-form .step-two .item-heading {
  color: #C63493;
	font-size:22px;
	margin-bottom:7px;
}

#multistep-form .step-two a:hover.start_journey_btn, 
#multistep-form .step-two a:hover.perfectfit-login-btn,
#multistep-form .step-two a:hover.perfectfit-login-btn-next {
	background-color: #C63493;
  border: 1px solid #C63493;
	border-radius: 12px;
}

#multistep-form .step-two a:hover.start_journey_btn .item-heading,
#multistep-form .step-two a:hover.start_journey_btn .item-subheading,
#multistep-form .step-two a:hover.perfectfit-login-btn .item-heading,
#multistep-form .step-two a:hover.perfectfit-login-btn .item-subheading,
#multistep-form .step-two a:hover.perfectfit-login-btn-next .item-heading,
#multistep-form .step-two a:hover.perfectfit-login-btn-next .item-subheading
{
color: #ffffff;
}

#multistep-form a.ovalbadge {
background-color: #FFEEDD;
  border: 1px solid #444;
  text-align: center;
  border-radius: 100%;
display: flex;
	font-size:18px;
	height: 55px;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}

#multistep-form a.ovalbadge span {
	font-size:16px;
}

#multistep-form .item.selected a.ovalbadge
 {
  background-color: #C63493;
  border-color: #C63493;
	 color: #fff;
}



/** Select Bra Band **/

#multistep-form .step-four .item,
#multistep-form .step-six .item
{
	width: 30%;
	margin: 12px 1.5%;
	padding: 5px 5px;
  border-radius: 12px;
}

#multistep-form .step-four, 
#multistep-form .step-six {
	display: flex;
	align-items: flex-start;
flex-flow: row wrap;
	padding:25px 0px;
}

#multistep-form .pillhead {
background-color: #f6f6f6;
  text-align: center;
  border-radius: 40px;
display: block;
line-height: 18px;
  font-size: 16px;
  margin: 10px 0;
	padding: 15px 10px;
}

#multistep-form .smalltext {
color: #444;
  text-align: center;
line-height: 16px;
  font-size: 13px;
}

#multistep-form .step-four .item.bra_band_fit.selected,
#multistep-form .step-six .item.bra_cup_fit.selected {
  background: #C63493;
    color: #fff;
}

#multistep-form .step-four .item.bra_band_fit.selected .smalltext,
#multistep-form .step-six .item.bra_cup_fit.selected .smalltext {
    color: #fff;
}
 

/** Current Bra Size **/

#multistep-form .step-seven {
	display: flex;
flex-flow: column wrap;
	padding:25px 50px;
}
#multistep-form a.squarebadge {
background-color: #FFEEDD;
  border: 1px solid #444;
  text-align: center;
  border-radius: 12px;
display: flex;
	font-size:18px;
	height: 65px;
  align-items: center;
  flex-flow: row;
  justify-content: center;
	margin-top:10px;
}

#multistep-form .item.selected a.squarebadge
 {
  background-color: #C63493;
  border-color: #C63493;
	 color: #fff;
}





/** Progress Bars **/
#multistep-form .progress20,
#multistep-form .progress40,
#multistep-form .progress60,
#multistep-form .progress80,
#multistep-form .progress100 {
  padding: 8px;
  margin-top:30px;
  border-radius: 30px;
  background: rgba(255, 251, 251, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

#multistep-form .progress-bar20,
#multistep-form .progress-bar40,
#multistep-form .progress-bar60,
#multistep-form .progress-bar80,
#multistep-form .progress-bar100 {
  height: 22px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

#multistep-form .progress-moved20 .progress-bar20 {
  width: 20%;
  background-color: #C63493;
  animation: progressAnimation 6s;
}

#multistep-form .progress-moved20 .progress-bar20 @keyframes progressAnimation {
  0% {
    width: 0%;
    background-color: #F9BCCA;
  }
  100% {
    width: 20%;
    background-color: #EF476F;
  }
}


#multistep-form .progress-moved40 .progress-bar40 {
  width: 40%;
  background-color: #C63493;
  animation: progressAnimation 12s;
}

#multistep-form .progress-moved40 .progress-bar40 @keyframes progressAnimation {
  0% {
    width: 20%;
    background-color: #F9BCCA;
  }
  100% {
    width: 40%;
    background-color: #EF476F;
  }
}


#multistep-form .progress-moved60 .progress-bar60 {
  width: 60%;
  background-color: #C63493;
  animation: progressAnimation 18s;
}

#multistep-form .progress-moved60 .progress-bar60 @keyframes progressAnimation {
  0% {
    width: 40%;
    background-color: #F9BCCA;
  }
  100% {
    width: 60%;
    background-color: #EF476F;
  }
}

#multistep-form .progress-moved80 .progress-bar80 {
  width: 80%;
  background-color: #C63493;
  animation: progressAnimation 24s;
}

#multistep-form .progress-moved80 .progress-bar80 @keyframes progressAnimation {
  0% {
    width: 60%;
    background-color: #F9BCCA;
  }
  100% {
    width: 80%;
    background-color: #EF476F;
  }
}

#multistep-form .progress-moved100 .progress-bar100 {
  width: 100%;
  background-color: #C63493;
  animation: progressAnimation 30s;
}

#multistep-form .progress-moved100 .progress-bar100 @keyframes progressAnimation {
  0% {
    width: 80%;
    background-color: #F9BCCA;
  }
  100% {
    width: 100%;
    background-color: #EF476F;
  }
}



#is_demographic_found,
#is_demographic_notfound {
  display: none;
}