﻿@import url(fonts.css);
@import url(reset.css);
body {
  font-family: "DaxlinePro", Arial;
  padding-bottom: 100px;
  padding-top: 130px;
  letter-spacing: 0.4px;
  color: #00205b; }

.container {
  width: 850px;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 100%;
  min-width: 320px;
  position: relative; }

.clear {
  clear: both; }

.progress {
  background: #00229c; }
  .progress .step-name {
    font-size: 16px;
    width: 30%;
    display: inline-block;
    color: #ffffff;
    padding: 22px 0; }
    @media only screen and (max-width: 420px) {
      .progress .step-name {
        width: 35%; } }
  .progress .col-right {
    width: 68%;
    float: right;
    display: inline-block;
    padding-top: 13px;
    text-align: right; }
    @media only screen and (max-width: 420px) {
      .progress .col-right {
        width: 63%; } }
  .progress .bar {
    display: inline-block;
    background: #3953b1;
    height: 7px;
    width: calc(100% - 100px);
    position: relative;
    margin-top: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .progress .bar .full {
      background: #ffffff;
      height: 100%;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  .progress .menu {
    float: right;
    width: 40px;
    height: 35px;
    padding: 5px;
    margin-right: -5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .progress .menu:hover, .progress .menu.active {
      background: #001769; }
    .progress .menu .menu-button {
      background: none;
      border: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      position: relative;
      outline: none;
      cursor: pointer; }
      .progress .menu .menu-button:after, .progress .menu .menu-button:before {
        content: '';
        background: #ffffff;
        width: 100%;
        height: 3px;
        left: 0;
        position: absolute;
        outline: none;
        pointer-events: none; }
      .progress .menu .menu-button:before {
        top: 1px; }
      .progress .menu .menu-button:after {
        bottom: 0; }
      .progress .menu .menu-button span {
        width: 100%;
        height: 3px;
        display: inline-block;
        vertical-align: middle;
        background: #ffffff;
        pointer-events: none; }
    .progress .menu .menu-list {
      display: none;
      position: absolute;
      width: 150px;
      max-width: 80%;
      right: 0;
      top: 60px;
      background: #00229c;
      z-index: 99; }
      .progress .menu .menu-list .link {
        color: #ffffff;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #0028b6;
        padding: 10px 15px; }
        .progress .menu .menu-list .link:last-of-type {
          border: 0; }
  .progress .lang {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: auto;
    margin: 0 8px; }
    .progress .lang.active .actual-lang {
      background: #001769; }
    .progress .lang .actual-lang {
      display: inline-block;
      padding: 10px 8px 6px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .progress .lang .actual-lang:hover, .progress .lang .actual-lang.active {
        background: #001769; }
      .progress .lang .actual-lang img {
        max-width: 100%; }
    .progress .lang .flags-select {
      display: none;
      position: absolute;
      width: 150px;
      right: 0;
      top: 60px;
      z-index: 99;
      text-align: center;
      padding-bottom: 5px;
      background: #00229c; }
      .progress .lang .flags-select .flag-link {
        display: inline-block;
        padding: 7px 6px 3px;
        margin: 2px;
        width: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .progress .lang .flags-select .flag-link:hover, .progress .lang .flags-select .flag-link.active {
          background: #001769; }
        .progress .lang .flags-select .flag-link.disable {
          pointer-events: none; }
        .progress .lang .flags-select .flag-link img {
          width: 100%; }

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99; }
  header .header-logo {
    background: #ffffff; }
  header .logo-img {
    margin: 8px 0 2px;
    max-width: 230px;
    max-height: 50px; }
  header .logo-ea {
    float: right;
    width: 60px;
    margin-top: 9px; }

.footer {
  border-top: 1px solid #d0d2d3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 12px 0; }
  @media only screen and (max-width: 500px) {
    .footer {
      padding: 10px 0; } }
  @media only screen and (max-width: 420px) {
    .footer.result {
      text-align: center; }
      .footer.result .back,
      .footer.result .next {
        float: none; }
      .footer.result .back {
        margin-bottom: 20px; } }
  .footer .back {
    float: left; }
  .footer .next {
    float: right; }

.btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  border: 0;
  padding: 11px 20px;
  margin: 0 4px;
  min-width: 125px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "DaxlinePro", Arial;
  background: transparent;
  color: #00229c;
  text-decoration: none;
  display: inline-block;
  background: #f2f2f2; }
  .btn:hover {
    background: #e6e6e6; }
  .btn.next, .btn.restart, .btn.submit {
    background: #00229c;
    color: #ffffff; }
    .btn.next:hover, .btn.restart:hover, .btn.submit:hover {
      background: #001769; }
  .btn.download {
    background: #6F7072;
    color: #ffffff; }
    .btn.download:hover {
      background: #565758; }
  .btn.restart {
    margin-top: 20px; }
  .btn:disabled {
    background: #c8c8c8;
    cursor: default; }
    .btn:disabled:hover {
      background: #c8c8c8; }

a.btn {
  padding: 13px 20px 11px; }

.main-wrap {
  padding: 10px 0; }

.text-center {
  text-align: center; }

.responsive-img {
  max-width: 100%; }

h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px; }

.index .image-wrap {
  margin: 70px 0; }
  @media only screen and (max-width: 500px) {
    .index .image-wrap {
      margin: 25px 0; } }
  .index .image-wrap img {
    width: 350px;
    max-width: 80%; }
    @media only screen and (max-width: 500px) {
      .index .image-wrap img {
        max-width: 250px; } }

.disclaimer .image-wrap {
  margin: 70px 0; }
  @media only screen and (max-width: 500px) {
    .disclaimer .image-wrap {
      margin: 25px 0; } }
  .disclaimer .image-wrap img {
    width: 350px;
    max-width: 80%; }
    @media only screen and (max-width: 500px) {
      .disclaimer .image-wrap img {
        max-width: 250px; } }

.basePage {
  padding-top: 20px; }
  .basePage h1 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 25px; }
  .basePage .select-sex .listItem {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #00229c;
    margin-bottom: 10px;
    padding: 25px 30px;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: #00205b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .basePage .select-sex .listItem:hover {
      background: #f7f7f7; }
    .basePage .select-sex .listItem img {
      max-width: 30px;
      vertical-align: middle;
      margin-right: 20px;
      text-decoration: none; }

.questionnaire {
  padding: 12px 20px 0 20px;
  margin: 40px 0 20px;
  overflow-y: auto; }
  .questionnaire::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f1f1f1; }
  .questionnaire::-webkit-scrollbar {
    width: 8px;
    background-color: #f1f1f1; }
  .questionnaire::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: lightgray; }
  .questionnaire .arrow-up {
    display: none;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 99;
    margin-left: -20px;
    cursor: pointer;
    line-height: 44px;
    background: #00205b;
    -webkit-box-shadow: 5px 5px 5px 0 #00205b;
    box-shadow: 1px 1px 5px 0 #00205b; }
  .questionnaire .chat.group {
    margin-bottom: 12px;
    position: relative;
    width: calc(100% + 8px); }
    .questionnaire .chat.group.system {
      text-align: left;
      padding-right: 40px; }
      .questionnaire .chat.group.system.icon-v2:before {
        top: -10px;
        width: 35px;
        height: 35px;
        border: 1px solid #00229c; }
      .questionnaire .chat.group.system .sch-logo {
        position: absolute;
        /* bottom: -2px; */
        left: -9px;
        top: -3px;
        width: 20px; }
      .questionnaire .chat.group.system:before {
        content: '';
        position: absolute;
        top: -17px;
        left: -18px;
        width: 40px;
        height: 40px;
        background: #ffffff;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .questionnaire .chat.group.system .msg {
        -webkit-border-radius: 13px 13px 13px 0;
        border-radius: 13px 13px 13px 0; }
    .questionnaire .chat.group.user {
      text-align: right;
      padding-left: 40px; }
      .questionnaire .chat.group.user.select .msg {
        background: #00328e;
        text-decoration: none;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .questionnaire .chat.group.user.select .msg:hover {
          background: #00205b; }
      .questionnaire .chat.group.user .msg {
        background: #00205b;
        color: #ffffff;
        outline: none;
        -webkit-border-radius: 13px 13px 0 13px;
        border-radius: 13px 13px 0 13px; }
    .questionnaire .chat.group button.msg {
      border: 0;
      cursor: pointer; }
    .questionnaire .chat.group .msg {
      padding: 15px 20px;
      font-size: 15px;
      background: #ececec;
      margin-bottom: 3px;
      display: inline-block;
      color: #00205b;
      line-height: 20px;
      border: 0; }

.questions-list .question {
  margin-bottom: 50px; }
  .questions-list .question:last-of-type {
    margin-bottom: 0; }
  .questions-list .question.radio .option .checkmark {
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .questions-list .question.radio .option .checkmark:after {
      width: 14px;
      height: 14px;
      top: 5px;
      left: 5px;
      background: #00229c;
      border: 0;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .questions-list .question .option {
    display: inline-block;
    width: 32%;
    position: relative;
    padding: 18px 10px 18px 55px;
    cursor: pointer;
    font-family: "DaxlinePro", Arial;
    font-size: 14px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*
            border-top: 1px solid lighten($border-color, 13);

            &:last-of-type {
                border-bottom: 1px solid lighten($border-color, 13);
            }
            */ }
    @media only screen and (max-width: 500px) {
      .questions-list .question .option {
        padding: 18px 7px 18px 35px; } }
    @media only screen and (max-width: 420px) {
      .questions-list .question .option {
        width: 49%; } }
    .questions-list .question .option:hover {
      background-color: #f9f6f6; }
    .questions-list .question .option input {
      display: none; }
      .questions-list .question .option input:checked ~ .checkmark {
        background-color: #ffffff; }
        .questions-list .question .option input:checked ~ .checkmark:after {
          display: block; }
    .questions-list .question .option .checkmark {
      position: absolute;
      top: 12px;
      left: 10px;
      height: 26px;
      width: 26px;
      border: 1px solid #d0d2d3;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      @media only screen and (max-width: 500px) {
        .questions-list .question .option .checkmark {
          left: 4px; } }
      .questions-list .question .option .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid #00229c;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .questions-list .question .title {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 6px;
    border-bottom: 1px solid #eaebec;
    color: #00229c; }

.questions-list .additional-info {
  margin-bottom: 50px; }
  .questions-list .additional-info:last-of-type {
    margin-bottom: 0; }
  .questions-list .additional-info .title {
    display: block;
    margin-bottom: 5px;
    color: #00229c;
    font-size: 14px;
    padding-bottom: 6px;
    font-weight: bold;
    font-weight: 800; }
  .questions-list .additional-info textarea {
    font-family: "DaxlinePro", Arial;
    display: block;
    border: 1px solid #d0d2d3;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    outline: none;
    padding: 5px 10px;
    min-height: 75px;
    max-height: 250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .questions-list .additional-info textarea:focus, .questions-list .additional-info textarea:hover {
      border-color: #b6b9ba; }
    @media only screen and (max-width: 500px) {
      .questions-list .additional-info textarea {
        min-height: 100px; } }

.contact-cols .image-wrap {
  height: 80px;
  line-height: 80px; }
  .contact-cols .image-wrap img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }

.contact-cols .col-left {
  width: 50%;
  float: left;
  max-width: 270px; }
  @media only screen and (max-width: 420px) {
    .contact-cols .col-left {
      width: 100%;
      float: none; } }

.contact-cols .col-right {
  width: 35%;
  float: right;
  max-width: 270px; }
  @media only screen and (max-width: 500px) {
    .contact-cols .col-right {
      width: 45%; } }
  @media only screen and (max-width: 420px) {
    .contact-cols .col-right {
      margin-top: 80px;
      width: 100%;
      float: none; } }

.company-logo {
  max-height: 100px; }

.body-part-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  max-width: 550px;
  margin: 0 auto; }
  @media only screen and (max-width: 500px) {
    .body-part-wrap {
      padding: 0; } }
  .body-part-wrap .rotate-button {
    display: none;
    color: #00229c;
    font-size: 20px;
    margin: 20px 0;
    /*
        @media only screen and (max-width: 500px) {
            display: block;
        }
        */ }
    .body-part-wrap .rotate-button img {
      vertical-align: middle;
      max-width: 70px;
      margin-right: 5px; }
  .body-part-wrap .image {
    text-align: center; }
    .body-part-wrap .image svg {
      overflow: visible; }
    .body-part-wrap .image .bodyPart {
      stroke: #999999;
      fill: none;
      stroke-width: 3;
      stroke-miterlimit: 4;
      stroke-dasharray: none;
      visibility: hidden;
      pointer-events: all; }
      .body-part-wrap .image .bodyPart:hover {
        visibility: visible; }
    .body-part-wrap .image.front {
      width: 40%;
      float: left; }
      @media only screen and (max-width: 500px) {
        .body-part-wrap .image.front {
          width: 43%; } }
      .body-part-wrap .image.front.female {
        width: 37%;
        margin-left: 6%; }
        @media only screen and (max-width: 500px) {
          .body-part-wrap .image.front.female {
            width: 42%;
            margin: 0 0 0 4%; } }
    .body-part-wrap .image.back {
      width: 40%;
      float: right; }
      @media only screen and (max-width: 500px) {
        .body-part-wrap .image.back {
          width: 43%; } }
      .body-part-wrap .image.back .bodyPart {
        stroke-width: 2.3; }
      .body-part-wrap .image.back.female {
        width: 37%;
        margin-right: 6%; }
        .body-part-wrap .image.back.female .bodyPart {
          stroke-width: 2.2; }
        @media only screen and (max-width: 500px) {
          .body-part-wrap .image.back.female {
            width: 42%;
            margin: 0 4% 0 0; } }
  .body-part-wrap .list-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .body-part-wrap .list-wrap.show {
      bottom: 0;
      height: 100%; }
      .body-part-wrap .list-wrap.show .fixed-button-wrap {
        display: block; }
    .body-part-wrap .list-wrap .title {
      font-weight: 600;
      display: block;
      padding: 15px 15px;
      background: #f4f4f4; }
    .body-part-wrap .list-wrap .fixed-button-wrap {
      display: none;
      position: fixed;
      left: 0;
      bottom: 65px;
      width: 100%; }
      .body-part-wrap .list-wrap .fixed-button-wrap .container {
        background: #fff;
        padding: 10px 10px 15px 10px;
        max-width: 550px; }
      .body-part-wrap .list-wrap .fixed-button-wrap .cross {
        font-size: 16px; }
        .body-part-wrap .list-wrap .fixed-button-wrap .cross:before {
          content: '';
          border: solid #fff;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 3px;
          vertical-align: middle;
          margin-right: 7px;
          -webkit-transform: rotate(-225deg);
          -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
          margin-bottom: 3px; }
  .body-part-wrap .scroll-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .body-part-wrap .list {
    width: 100%;
    height: calc(100% - 75px);
    overflow-y: auto;
    margin-top: 10px;
    line-height: 20px; }
    .body-part-wrap .list::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #f1f1f1; }
    .body-part-wrap .list::-webkit-scrollbar {
      width: 8px;
      background-color: #f1f1f1; }
    .body-part-wrap .list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: lightgray; }
    .body-part-wrap .list .menu-link {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      color: #00205b;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .body-part-wrap .list .menu-link:hover {
        background: #f4f4f4; }
    .body-part-wrap .list ul {
      list-style-type: none;
      margin: 0; }
      .body-part-wrap .list ul li {
        margin: 0; }
        .body-part-wrap .list ul li.active > .menu-link {
          background: #f4f4f4; }
        .body-part-wrap .list ul li.active ul {
          display: block; }
        .body-part-wrap .list ul li ul {
          display: none; }
          .body-part-wrap .list ul li ul li .menu-link {
            padding-left: 30px; }

.symptoms-list {
  margin: 10px 0 15px; }
  .symptoms-list .symptom {
    background: #00229c;
    display: inline-block;
    margin: 3px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 13px 42px 9px 13px;
    color: #ffffff;
    font-size: 18px;
    position: relative; }
    .symptoms-list .symptom .cross {
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 7px;
      background: #001150;
      border: 0;
      cursor: pointer;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .symptoms-list .symptom .cross:hover {
        background: #000103; }
      .symptoms-list .symptom .cross img {
        width: 10px;
        pointer-events: none; }

.result-box {
  margin: 0 -10px;
  padding: 13px 0 30px;
  border-top: 10px solid #ececec; }
  .result-box:last-of-type {
    border-bottom: 0; }
  .result-box:first-of-type {
    padding-top: 0;
    border-top: 0; }
  .result-box.bottom-0 {
    padding-bottom: 0; }
  .result-box .result-img {
    max-width: 100%;
    margin: auto;
    display: block; }
  .result-box .result-title {
    color: #00229c;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 20px; }
  .result-box .h1 {
    font-size: 22px;
    margin-bottom: 24px;
    margin-top: 20px;
    line-height: 26px; }
  .result-box .disease-wrap {
    margin-top: 25px; }
  .result-box .inner-col {
    padding: 0 15px; }
  .result-box .disease {
    border-top: 1px solid #d0d2d3;
    padding: 20px 15px; }
    .result-box .disease .bar-wrap {
      width: 150px;
      display: inline-block;
      vertical-align: top;
      margin-top: 20px;
      text-align: center; }
      @media only screen and (max-width: 500px) {
        .result-box .disease .bar-wrap {
          width: 80px; } }
      .result-box .disease .bar-wrap .percent {
        color: #00229c;
        font-family: Arial;
        font-size: 14px;
        margin-bottom: 4px;
        display: inline-block; }
      .result-box .disease .bar-wrap .bar {
        background-color: #cfd1d3;
        height: 7px;
        width: 100%;
        -webkit-border-radius: 7px;
        border-radius: 7px; }
        .result-box .disease .bar-wrap .bar .full {
          background-color: #00229c;
          height: 100%;
          -webkit-border-radius: 7px;
          border-radius: 7px; }
    .result-box .disease .right-col {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 160px);
      padding-left: 5px; }
      @media only screen and (max-width: 500px) {
        .result-box .disease .right-col {
          width: calc(100% - 90px); } }
      .result-box .disease .right-col .title {
        display: block;
        color: #00229c;
        margin-bottom: 7px;
        font-weight: bold;
        padding-left: 10px; }
        .result-box .disease .right-col .title .percent {
          font-family: Arial; }
      .result-box .disease .right-col .description {
        font-size: 14px;
        padding-left: 10px;
        display: inline-block;
        line-height: 120%; }
      .result-box .disease .right-col .slide-text {
        border: 0; }
        .result-box .disease .right-col .slide-text .link {
          padding: 10px;
          margin-bottom: 7px; }
          .result-box .disease .right-col .slide-text .link .icon {
            padding-right: 0; }
          .result-box .disease .right-col .slide-text .link .title {
            display: inline-block;
            margin: 0;
            padding: 0; }
  .result-box .slide-text-wrap .slide-text {
    border-top: 1px solid #d0d2d3; }
    .result-box .slide-text-wrap .slide-text.active .link {
      background: #f4f4f4; }
    .result-box .slide-text-wrap .slide-text .link {
      text-decoration: none;
      display: block;
      padding: 20px 15px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .result-box .slide-text-wrap .slide-text .link:hover {
        background: #f4f4f4; }
    .result-box .slide-text-wrap .slide-text .icon {
      padding-right: 10px;
      color: #00229c; }
    .result-box .slide-text-wrap .slide-text .title {
      font-size: 14px;
      color: #00229c; }
    .result-box .slide-text-wrap .slide-text .more-text {
      display: none;
      font-size: 14px;
      line-height: 20px;
      padding: 0 10px 10px 40px; }
  .result-box .summary.listItem {
    padding: 15px;
    border-bottom: 1px solid #d0d2d3; }
    .result-box .summary.listItem:last-of-type {
      border-bottom: 0; }
  .result-box .feedback-text {
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #d0d2d3;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "DaxlinePro", Arial;
    padding: 5px 10px; }
    .result-box .feedback-text:focus {
      border-color: #a8acae; }
  .result-box .feedback-stars {
    text-align: center;
    margin-bottom: 60px; }
    .result-box .feedback-stars.text-left {
      text-align: left; }
    .result-box .feedback-stars .stars {
      border: none;
      background: none;
      padding: 0 10px;
      margin: 0 -3px;
      outline: none;
      cursor: pointer;
      font-size: 35px;
      color: #ccc;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .result-box .feedback-stars .stars.active .icon:before {
        content: '\f005';
        color: #fabb05; }
  .result-box .submit-wrap {
    margin-top: 15px;
    text-align: right; }

.text {
  font-size: 14px;
  line-height: 23px; }
  .text a {
    color: #00229c;
    text-decoration: underline; }
    .text a:hover {
      text-decoration: none; }

ul {
  list-style-type: disc;
  margin: 20px 15px; }
  ul li {
    margin-bottom: 20px; }
    ul li:last-of-type {
      margin-bottom: 0; }

ol {
  list-style-type: decimal;
  margin: 20px 15px; }
  ol li {
    margin-bottom: 20px; }
    ol li:last-of-type {
      margin-bottom: 0; }

p {
  margin-bottom: 15px; }

b, strong {
  font-weight: bold; }

@keyframes spinner-grow {
  0% {
    transform: scale(0);
    opacity: 0; }
  40% {
    transform: scale(1);
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 1s ease-in-out infinite;
  animation: spinner-grow 1s ease-in-out infinite; }
  .spinner-grow:nth-child(2) {
    animation-delay: 0.15s; }
  .spinner-grow:nth-child(3) {
    animation-delay: 0.3s; }

.margin-top-15 {
  margin-top: 15px; }

.slider-wrap {
  position: relative;
  padding: 0 80px 40px; }
  @media only screen and (max-width: 420px) {
    .slider-wrap {
      padding: 0 60px 40px; } }
  .slider-wrap .amount {
    width: 100%;
    text-align: center;
    border: 0;
    outline: none;
    margin: 10px 0 25px;
    font-family: "DaxlinePro", Arial;
    font-size: 24px;
    color: #00229c; }
  .slider-wrap .slider {
    position: relative; }
  .slider-wrap .slider-button {
    position: absolute;
    top: -16px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #00229c;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #00229c;
    cursor: pointer; }
    .slider-wrap .slider-button.decrease {
      left: -65px;
      line-height: 34px; }
      @media only screen and (max-width: 420px) {
        .slider-wrap .slider-button.decrease {
          left: -60px; } }
    .slider-wrap .slider-button.increase {
      right: -65px; }
      @media only screen and (max-width: 420px) {
        .slider-wrap .slider-button.increase {
          right: -60px; } }
  .slider-wrap .ui-slider.ui-widget-content {
    width: 100%;
    height: 8px;
    background: #dbdbdb;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .slider-wrap .ui-slider.ui-widget-content .ui-state-default {
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      top: -16px;
      background: #ffffff;
      border: 1px solid #00229c;
      outline: none;
      cursor: pointer;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .slider-wrap .ui-slider.ui-widget-content .ui-state-default:before, .slider-wrap .ui-slider.ui-widget-content .ui-state-default:after {
        content: '';
        height: 15px;
        width: 2px;
        background: #00229c;
        position: absolute;
        top: 11px;
        left: 15px; }
      .slider-wrap .ui-slider.ui-widget-content .ui-state-default:after {
        left: 22px; }
    .slider-wrap .ui-slider.ui-widget-content .ui-slider-range {
      background: #00229c;
      height: 100%;
      -webkit-border-radius: 10px;
      border-radius: 10px; }

.small {
  font-size: 11px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }

.modal {
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 180; }
  .modal:target {
    visibility: visible;
    opacity: 1; }
  .modal article {
    position: relative;
    min-width: 30%;
    max-width: 640px;
    background-color: #fff;
    text-align: left;
    margin: 80px 10px; }
    .modal article header {
      position: static;
      text-align: center;
      padding: 15px;
      background-color: #00229c;
      color: #fff;
      font-size: 130%; }
    .modal article p {
      margin: 20px; }
    .modal article footer {
      margin: 20px;
      border-top: solid 1px #ddd;
      padding-top: 10px; }

a {
  color: #00229c; }

.right {
  float: right; }

.checkbox-container {
  font-size: 14px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px 0;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    outline: solid 1px #00229c; }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.checkbox-container:hover input ~ .checkmark {
  /*background-color: #ccc;*/ }

.checkbox-container input:checked ~ .checkmark {
  background-color: #00229c; }

.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

.checkbox-container .checkmark:after {
  left: 4.5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.errors {
  border-top: 0;
  border-left: solid 10px red;
  border-right: 0;
  border-bottom: 0;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: red;
  font-weight: bold; }

.half {
  max-width: 425px; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.collectionSite input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #ddd;
  width: 100%;
  font-size: 12pt;
  outline: 0;
  margin: 40px 0; }

.collectionSite img {
  display: block;
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto; }

.collectionSite .password {
  background: #ccc;
  margin: 30px;
  text-align: center;
  font-size: 30px;
  border-radius: 20px;
  color: #00229c;
  padding: 20px;
  font-weight: bold; }

.exit-buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .exit-buttons .exitButtonConatainer {
    text-align: center;
    width: 220px;
    margin: 5px; }
  .exit-buttons a {
    text-align: center;
    text-decoration: none;
    border: solid 1px #d0d2d3;
    padding: 0 20px 20px 20px;
    color: #00229c;
    display: block;
    margin-top: 12px; }
  .exit-buttons strong {
    font-weight: bold;
    color: #00229c; }
  .exit-buttons img {
    width: 150px;
    height: 200px;
    object-fit: contain; }
