/** Page Wrappers **/
body{
  font-family: "Raleway", sans-serif;
}

#wrapper{
  background: #ffffff !important;
}

#page-content-wrapper{
  background: #ffffff !important;
}

#asset_container {
  margin: 0;
  background: #FFFFFF !important;
  padding: 0;
}

#asset-wrapper{
  font-family: "Raleway", sans-serif;
  width: 1044px;
  margin: 0 auto;
}

#content-container{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 30px 0 0 0;
  margin: 0 0 20vh 0;
}

/** End Page Wrappers **/

/** Pages **/

.top-container{
  background: url("https://app-hc.s3.us-east-1.amazonaws.com/public/programs/Apellis-CC-9438/desktop/header_no+copy.png");
  background-position: center center;
  background-size: cover;
  height: 200px;
}

.top-container .top-container-content{
  width: 1044px;
  margin: 0 auto;
}

.top-container .top-container-content h1{
  color: #ffffff;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 33px;
  line-height: 39px;
  font-weight: 700;
  text-align: left;
  padding: 40px 0;
  letter-spacing: -0.17px;
}

.image-container{
  width: 1044px;
  margin: 0 auto;
  padding: 58px 0;
}

.page-image{
  width: 100%;
  display: block;
}

.page-image.mobile{
  display: none;
}

.question-title{
  font-family: "Raleway", sans-serif;
  color: #E65400;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 21px 0;
}

.question-description{
  font-family: "Raleway", sans-serif;
  color: #4A4F55;
  font-size: 23px;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 42px;
  width: 100%;
}

.page{
  display: none;
}

.page.active-page{
  display: block;
  animation: fadeIn 1s ease-in-out;
}

.checkbox-answer{
  color: #515151;
  background: transparent;
  font-size: 18px;
  line-height: 17px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-align: left;
  padding: 16px 30px;
  border: 1px solid #515151;
  border-radius: 50px;
  width: 49%;
  margin: 0 0 20px 0;
}

.checkbox-answer.selected{
  background: transparent linear-gradient(90deg, #E65400 0%, #AC0B3D 100%) 0% 0% no-repeat padding-box;;
  color: #ffffff;
}

.answer-box{
  width: 100%;
  margin: 0 auto 58px;
  display: flex;  
  display: -webkit-flex;  
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.page-1 .answer-box,
.page-3 .answer-box,
#q1.answer-box,
#q3.answer-box,
#q4.answer-box{
  width: 60%;
}

.footnotes{
  font-family: "Raleway", sans-serif;
  color: #515151;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

.page-1 .footnotes{
  width: 100%;
}

.page-button{
  background: #005D83;
  font-family: "Raleway", sans-serif;
  color: #F6F7F8;
  font-size: 25px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  width: 260px;
  border-radius: 26px;
  border: 0px solid transparent;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}

#final-cta{
  background: #005D83;
  font-family: "Raleway", sans-serif;
  color: #F6F7F8;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  padding: 13px 12px;
  width: 50%;
  border-radius: 26px;
  border: 0px solid transparent;
  margin: 0 auto;
  display: block;
}

.progress-bar-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
}

.progress-bar-container .progress-bar-outer {
  width: 90%;
  background: rgba(74, 79, 85, .18) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  height: 12px;
}

.progress-bar-container .progress-bar-outer .progress-bar-inner {
  background-color: #E65400;
  height: 100%;
  border-radius: 6px;
}

.progress-bar-container .percentage {
  width: 10%;
}

.progress-bar-container .percentage p {
  color: #4A4F55;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: right;
  margin: 0;
}

.page-2 .progress-bar-container .progress-bar-outer .progress-bar-inner {
  width: 33%;
}

.page-3 .progress-bar-container .progress-bar-outer .progress-bar-inner {
  width: 67%;
}

.active-page h2{
  color: #E65400;
  font-family: "Raleway", sans-serif;
  font-size: 37px;
  line-height: 39px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin: 0 auto 58px;
}

.active-page h2 b{
  color: #AC0B3D;
}

.active-page .correct-block{
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  background-color: #AC0B3D;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  font-family: "Raleway", sans-serif;
}

.active-page .correct-block span{
  color: #ffffff;
}

.answer-response{
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.answer-response .icon{
  width: 20px;
  margin: 0 10px 0 0;
}

.answer-response span{
  font-family: Verdana,Geneva,sans-serif; 
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #6D6E71;
  font-weight: 400;
}

.answer-response span.bold{
  color: #001965;
  font-weight: 700;
  font-style: italic;
}

#novo-logo{
  width: 109px;
  display: block;
  margin: 0 auto;
}

#end-page-footer{
  color: #222A80;
  font-size: 17px;
  line-height: 19px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-weight: 400;
}

#footer{
  background: #eeedeb;
  padding: 70px 0;
}

#footer img{
  width: 127px;
  display: block;
  margin: 0 auto;
}

#footer p{
  text-align: center;
  color: #4E4E50;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  padding: 20px 24px 0;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

/** END Pages **/