.healthcheck {
    display: none;
}

.healthcheck.startscreen .content .section {
  /*background: #FFF url("../../../consumer_assets/site_images/health_check/algo/living_with_as_2016/980x530_living_with_as_assessment_start_screen.jpg") 0 0 no-repeat;*/
  background-position:0 0!important;
  min-height: 480px;
  width:980px;
  font-family: Lato, Arial, sans-serif;
    color: #696863;
    background-position-y:0!important;
}

#mainContent_area {
  clear: both;
  float: left;
  margin-left: 18px;
  overflow: hidden;
  width: 644px;
}

.healthcheck.startscreen .content .section .header {
    margin: 30px 0 20px;
}
.healthcheck.startscreen .content .section .header h2 {
    padding: 0 0 0 30px;
    color: #1E1F19;
    font-size: 2.1em;
    font-family: "Roboto Slab","Palatino Linotype",serif;
}
.healthcheck.startscreen .content .section .body {
    min-height: 0;
}
.healthcheck.startscreen .content .section .body h3 {
    margin: 0 0 5px 0;
    color: #696863;
    font-size: 1.1em;
}
.healthcheck .content .section .question-cont {
	display: none;
}
.healthcheck.startscreen .content .section .question-cont {
    /* margin: 40px 0 0 30px; */
    text-align: left;
    display: block;
}
.healthcheck.startscreen .content .section .question-cont .question {
    font-size: 1.2em;
    font-weight: bold;
    color: #22221E;
}
.healthcheck.startscreen .content .section .question-cont ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.healthcheck.startscreen .content .section .question-cont ul li {
    float: left;
}

.healthcheck.startscreen .content .section .question-cont ul li:last-child a {
    margin-right: 0;
}
.healthcheck.startscreen .content .section .question-cont ul li a:hover {
    text-decoration: none;
    background-color: rgba(246, 127, 0, 0.8);
    color: #fff;
    /*-ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);*/
}
.healthcheck .full-text{
display:none;
}