@charset "UTF-8";
@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_bd-webfont.eot");
  src: url("font/aktivgrotesk_std_bd-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_bd-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_bd-webfont.woff") format("woff"), url("font/aktivgrotesk_std_bd-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_bd-webfont.svg#aktiv_groteskbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_bdit-webfont.eot");
  src: url("font/aktivgrotesk_std_bdit-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_bdit-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_bdit-webfont.woff") format("woff"), url("font/aktivgrotesk_std_bdit-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_bdit-webfont.svg#aktiv_groteskbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_it-webfont.eot");
  src: url("font/aktivgrotesk_std_it-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_it-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_it-webfont.woff") format("woff"), url("font/aktivgrotesk_std_it-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_it-webfont.svg#aktiv_groteskitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_rg-webfont.eot");
  src: url("font/aktivgrotesk_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_rg-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_rg-webfont.woff") format("woff"), url("font/aktivgrotesk_std_rg-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_rg-webfont.svg#aktiv_groteskregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 5px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: ""; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: black; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*
	General styles
*/
html {
  height: 100%; }

body {
  font-family: 'Lora', sans-serif;
  color: #111111;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  height: 100%;
  font-size: 15px; }

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.4; }

img {
  max-width: 100%; }

.alignCenter {
  text-align: center; }

hr {
  background: #000000;
  height: 1px;
  border: none;
  margin-top: 30px; }
  hr.dotted {
    background: url(img/hrLine.png) repeat-x; }

.home.page {
  background: url(img/frontpage_bg.jpg) no-repeat top center;
  background-size: cover; }

.login {
  color: white;
  margin-top: 200px;
  text-align: center; }
  .login h2 {
    font-size: 48px;
    margin-bottom: 25px; }
  .login input {
    color: #333333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    width: 320px;
    font-family: 'aktiv_grotesk', sans-serif; }
    .login input#user_pass {
      width: 218px; }
    .login input#wp-submit {
      width: 100px;
      background: #235ba9;
      color: white; }
  .login h5 {
    margin-top: 20px;
    font-size: 16px;
    opacity: 0.47;
    line-height: 1.4;
    font-weight: normal; }

.logo {
  margin: 0 auto;
  display: block; }
  @media (min-width: 768px) {
    .logo {
      margin-top: -15px;
      float: right; } }

.banner {
  background: url(img/hlt_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 450px;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center; }
  @media (min-width: 768px) {
    .banner {
      text-align: left; } }
  .banner h1 {
    font-size: 44px;
    margin: 15px 0;
    line-height: 1.1;
    font-weight: 600; }
  .banner h3 {
    font-size: 20px;
    margin-top: 30px; }
  .banner h4 {
    font-weight: 300; }
  .banner .applyBtn {
    background: #00bc81;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 20px;
    padding: 10px;
    width: 40%;
    font-weight: 600;
    margin-top: 45px; }
  .banner.form {
    background-position: center center;
    height: 320px;
    text-align: right; }
    @media (min-width: 1200px) {
      .banner.form .logo {
        margin-top: -30px; } }
    .banner.form .formTitle {
      text-align: center;
      padding-top: 10px; }
      @media (min-width: 768px) {
        .banner.form .formTitle {
          padding-top: 25px;
          text-align: left; } }
      .banner.form .formTitle h1 {
        font-size: 50px;
        margin-bottom: 30px; }
      .banner.form .formTitle h3 {
        margin-top: 0;
        opacity: 1;
        font-style: normal; }
  .banner .subpage-logo {
    text-align: left;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .banner .subpage-logo {
        padding-top: 50px; } }

.small-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

@media (min-width: 1200px) {
  .small-container {
    width: 970px; } }
.content-wrap {
  padding: 45px 0; }
  .content-wrap h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4; }
  .content-wrap h3 {
    color: #235ba9;
    font-weight: 600;
    font-size: 20px; }
  .content-wrap p {
    font-size: 14px;
    line-height: 1.6; }
  .content-wrap .chart {
    width: 100%; }
    @media (min-width: 768px) {
      .content-wrap .chart {
        max-width: 90%;
        margin: 0 auto;
        display: block; } }

#description .boxes {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #description .boxes {
      display: flex; } }
#description .box {
  font-size: 15px; }
  @media (min-width: 768px) {
    #description .box {
      width: 33.333%;
      padding: 30px 10px; } }
  #description .box strong {
    color: #235ba9;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2; }
  #description .box h2 {
    color: #235ba9;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 600; }
#description .aboutTrial {
  padding: 30px 10px; }
  #description .aboutTrial strong {
    color: #235ba9; }
  #description .aboutTrial li {
    margin-bottom: 10px; }
  #description .aboutTrial .applyBtn {
    background: #235ba9;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    font-size: 34px;
    padding: 10px;
    width: 50%;
    font-weight: bold;
    margin-top: 15px; }

.start {
  margin-bottom: 30px; }
  .start:after {
    content: '';
    display: block;
    clear: both; }

.asteriskDesc {
  margin-top: 5px;
  text-align: left;
  color: red;
  font-size: 11px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  padding: 0 20px; }
  @media (min-width: 992px) {
    .asteriskDesc {
      text-align: right; } }

.redasterisk {
  color: red;
  font-size: small; }

.important {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center; }

.padtopnone {
  padding-top: 0 !important; }

#descriptionForm {
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
  color: black; }
  @media (min-width: 992px) {
    #descriptionForm {
      font-size: 18px; } }
  #descriptionForm h2 {
    font-size: 18px;
    font-family: 'Lora', serif;
    margin-bottom: 30px;
    font-weight: 600; }
    @media (min-width: 992px) {
      #descriptionForm h2 {
        font-size: 24px; } }
  #descriptionForm strong {
    color: #235ba9; }
  #descriptionForm span strong {
    color: #235ba9; }
  #descriptionForm p {
    margin-bottom: 15px; }
  #descriptionForm #form {
    text-align: left;
    padding-bottom: 60px; }
    #descriptionForm #form label {
      font-size: 12px;
      padding-left: 5px;
      color: #235ba9;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      line-height: 20px; }
    #descriptionForm #form h3 {
      text-align: center;
      color: #235ba9;
      font-size: 24px;
      font-weight: 600;
      margin-top: -39px; }
      #descriptionForm #form h3 span {
        background: #ffffff;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
    #descriptionForm #form .info label {
      color: #235ba9 !important;
      font-weight: 500; }
    #descriptionForm #form .info h4 {
      font-size: 12px;
      font-weight: 300 !important; }
    #descriptionForm #form p {
      font-size: 16px;
      margin-bottom: 0; }
    #descriptionForm #form input[type="text"], #descriptionForm #form textarea, #descriptionForm #form input[type="email"] {
      border: 1px solid black;
      width: 100%;
      font-size: 12px;
      padding: 5px;
      -webkit-appearance: none;
      font-family: 'Montserrat', sans-serif;
      border-radius: 0;
      -moz-border-radius: 0; }
    #descriptionForm #form textarea {
      max-width: 100%;
      min-height: 90px; }
    #descriptionForm #form input[type="text"].highlight, #descriptionForm #form input[type="email"].highlight {
      border-color: red; }
    #descriptionForm #form .has-error .form-control {
      border-color: red; }
    #descriptionForm #form .has-error .help-block {
      background: red;
      color: #ffffff;
      padding: 5px;
      margin-top: 10px; }
      #descriptionForm #form .has-error .help-block .list-unstyled {
        margin-bottom: 0;
        font-size: 12px; }
    #descriptionForm #form .phone-wrap {
      position: relative; }
      #descriptionForm #form .phone-wrap .prefix {
        position: absolute;
        top: 1px;
        left: 0;
        font-size: 12px;
        color: #888888;
        font-family: 'Montserrat', sans-serif;
        padding: 6px 10px; }
      #descriptionForm #form .phone-wrap input {
        padding-left: 35px; }
    #descriptionForm #form .question, #descriptionForm #form .info {
      padding: 4px 20px;
      position: relative; }
      #descriptionForm #form .question h4, #descriptionForm #form .info h4 {
        font-size: 12px;
        font-weight: 500; }
        #descriptionForm #form .question h4.desc, #descriptionForm #form .info h4.desc {
          font-weight: 300; }
        #descriptionForm #form .question h4.q-title, #descriptionForm #form .info h4.q-title {
          font-size: 15px;
          margin-bottom: 5px; }
      #descriptionForm #form .question label, #descriptionForm #form .info label {
        color: #000000; }
      #descriptionForm #form .question input.short, #descriptionForm #form .info input.short {
        margin-top: 10px; }
      #descriptionForm #form .question .the-question, #descriptionForm #form .info .the-question {
        color: #235ba9;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 14px; }
      #descriptionForm #form .question select, #descriptionForm #form .info select {
        width: 100%;
        border: 1px solid black;
        font-family: 'Montserrat', sans-serif;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 12px;
        background: none;
        padding: 5px 10px;
        color: #235ba9; }
        #descriptionForm #form .question select::-ms-expand, #descriptionForm #form .info select::-ms-expand {
          display: none; }
      #descriptionForm #form .question .checkbox, #descriptionForm #form .info .checkbox {
        padding-left: 5px;
        padding-top: 10px; }
        #descriptionForm #form .question .checkbox input[type="radio"], #descriptionForm #form .info .checkbox input[type="radio"] {
          position: relative; }
        #descriptionForm #form .question .checkbox label, #descriptionForm #form .info .checkbox label {
          margin-right: 15px; }
        #descriptionForm #form .question .checkbox label::before, #descriptionForm #form .info .checkbox label::before {
          border-color: black;
          height: 20px;
          width: 20px; }
      #descriptionForm #form .question.arrowdown:after, #descriptionForm #form .info.arrowdown:after {
        content: "\f107";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        position: absolute;
        right: 16px;
        bottom: 4px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        z-index: -2;
        border-left: 1px solid black;
        text-align: center; }
      #descriptionForm #form .question.productbg, #descriptionForm #form .info.productbg {
        background: #e8f6fb;
        padding: 20px; }
        #descriptionForm #form .question.productbg .nourkrin, #descriptionForm #form .info.productbg .nourkrin {
          float: right; }
    #descriptionForm #form #submitButton {
      background: #00bc81;
      text-align: center;
      display: block;
      margin: 0 auto;
      color: white;
      font-family: 'Montserrat', sans-serif;
      text-decoration: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-size: 20px;
      padding: 10px;
      width: 100%;
      font-weight: 600;
      border: none;
      margin-top: 15px; }
    #descriptionForm #form .disclaimer {
      margin: 0;
      padding: 30px 0;
      font-weight: 300;
      font-size: 18px;
      color: #000000;
      font-family: 'Lora', serif; }
      #descriptionForm #form .disclaimer strong {
        color: #235ba9; }
    #descriptionForm #form .terms {
      text-align: center;
      padding-bottom: 60px;
      font-family: 'Lora', serif; }
      #descriptionForm #form .terms h4 {
        font-size: 14px;
        font-family: 'Lora', serif;
        font-weight: 600; }
      #descriptionForm #form .terms p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px; }

.modal .modal-dialog {
  width: 460px; }
.modal .modal-body {
  padding: 30px;
  font-size: 14px; }
.modal .modal-content {
  border-radius: 0; }
.modal h2 {
  margin: 0px 0 15px; }
.modal h3 {
  color: #235ba9;
  margin: 0;
  font-weight: 600;
  font-size: 20px; }
.modal button {
  background: #235ba9;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  font-weight: 600;
  border: none; }

@media (max-width: 768px) {
  #logo {
    width: 200px;
    margin-top: 100px; }

  #logoForm {
    width: 220px; }

  .banner {
    height: 550px; }
    .banner h1 {
      font-size: 32px; }
    .banner h3 br {
      display: none; }
    .banner.form {
      height: 240px; }
      .banner.form .formTitle h1 {
        font-size: 32px; }
      .banner.form .formTitle h3 {
        font-size: 18px; } }
@media (max-width: 480px) {
  #LogoFirst {
    max-width: 50%; }

  .login {
    margin: 0; }
    .login h2 {
      font-size: 20px; }
    .login input {
      max-width: 100%; }
      .login input#user_pass {
        width: 100%; }
      .login input#wp-submit {
        width: 100%;
        margin-top: 10px; }
    .login h5 {
      font-size: 12px; }

  .banner h3 {
    font-size: 14px; }
  .banner h1 {
    font-size: 16px; }
  .banner .applyBtn {
    width: 100%;
    font-size: 24px; }
  .banner.form .formTitle h1 {
    margin-top: 30px;
    font-size: 20px; }
  .banner.form .formTitle h3 {
    font-size: 16px; }

  #description h2 {
    font-size: 16px;
    padding: 0; }
  #description .borderRight:after {
    background: url(img/hrLine.png) repeat-x;
    bottom: 0;
    width: 100%;
    top: auto;
    height: 1px; }
  #description ul {
    padding-left: 15px; }
  #description .aboutTrial .applyBtn {
    width: 100%;
    font-size: 24px; }

  #descriptionForm {
    font-size: 14px; }
    #descriptionForm h2 {
      font-size: 18px; }
    #descriptionForm #form .question.productbg .nourkrin {
      width: 80px; }
    #descriptionForm #form .question .checkbox {
      padding-left: 20px; }
      #descriptionForm #form .question .checkbox input[type="radio"] {
        margin-bottom: 0px;
        height: 0; }
      #descriptionForm #form .question .checkbox label {
        display: block; }
    #descriptionForm #form #submitButton {
      font-size: 24px; } }
