.page-id-6349 .container *{
  font-family: 'Circe' !important;
}
.testMain{
  width: 90%;
  max-width: 700px;
  margin: 50px auto;
}
#testWrapper form{
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-top: 40px;
}
#testWrapper {
  position: relative;
}
#testWrapper  button{
  position: absolute;
  width: 30%;
  border-radius: 100px;
  padding: .75em 1.5em;
  text-transform: uppercase;
  font-weight: 300;
}
#testWrapper  #confirmBtn{
  right: 0;
}
#testWrapper  #confirmBtn:after{
  content: "\e913";
  font-family: 'ld-icons' !important;
  position: absolute;
    right: 15%;
      font-weight: 300;
}

#testWrapper  #backButton:before{
  content: "\e914";
  font-family: 'ld-icons' !important;
  position: absolute;
    left: 15%;
      font-weight: 300;
}

#testWrapper form label{
      padding: 1px 10px;
}

#testWrapper .question{
display: none;


}
#testWrapper .question.activeQst{
display: block;

}

.question span {font-size: 1.2em;}

#testWrapper input[type=checkbox], #testWrapper input[type=radio] {
    margin: 4px 10px 0;
}

#confirmBtn {width: 100%; }
#backButton {width: 100%; margin-bottom: 20px; display: none;}

.finalTestList span{
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}

.helpList , .intro{
  display: none;
}
.helpLink {
    display: block;
    color: #e30613;
}
.helpLink:hover, #testWrapper a:hover {
    text-decoration: underline;
}

#testWrapper a {
  color: #000;
  text-decoration: underline;
}


#testWrapper a:hover {    color: #e30613;

}

.infoSection{
  font-size: 1.5em;
  margin: 30px 0;
  line-height: 1.33;
  letter-spacing: normal;
}

.page-id-13601 footer{

  width: 100%;
}
.testMain  {
    min-height: calc(100vh - 274px);
}
.treatItem{
  width: 100%;
  display: inline-block;
  font-size: 0.8em !important;
  padding-left: 20px;
  font-weight: normal;
}
/* #getPDF{
  display: none;
  position: fixed;
  right: 20px;
  top: 100px;
  border: 1px solid grey;
  padding: 10px;
  cursor: pointer;
  background: #fff;
    z-index: 10;
} */
#getPDFResult {
  display: none;
  position: fixed;
  right: 120px;
  top: 170px;
  font-size: 90%;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: .8em 1.8em;
  outline: none;
  border-radius: 3px;
  background: #000;
  transition: .2s ease-in-out;
  cursor: pointer;
}
#getPDFResult:hover:not(:active) {
  background: #e30613;
}
#getPDFResult:active {
  background: #e30613;

}




.mainLink{
  margin: 1em auto;
  font-size: 1.2em;
  font-weight: 600;
}
.mainLink .specRec{
  font-weight: 400;
}
.rcmdListEl::before{
  content: "•";
  color: red;
  position: absolute;
    left: -15px;
    top: -3px;
    font-size: 2em;
}
.rcmdListEl{
  margin-left: 20px;
    position: relative;
}
.intro  {
    font-weight: 700;
}
.sticky_cust {
  position: fixed;
  top: 80px;
  width: 100%;
}
.is-header-top-main .site-content.page-header-disable {
  margin-top: 30px;
}

#question9a label span:nth-child(2) , #question9b label span:nth-child(2){
  display: inline-block;
    width: 90%;
    vertical-align: top;

}

.finalTestList .moduleOneCover, .finalTestList  .moduleTwoCover , .finalTestList .moduleThreeCover{
  display: inline;
}
.introLink{
  display: none;
  margin-top: 20px;
}
.intro p:first-child{
  font-size: 20px;
  color: rgb(234, 33, 39);
}


#post-6468  p {
  margin-bottom: 0px;
}
#post-6468  h4 {
  margin-top: 20px;
}
p.mainLink span{
    margin-bottom: 10px;
}
p.mainLink span.specRec{
    margin-top: 10px;
}
#finalTestList .rcmdListEl{
  width: 90%;
}
