/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.c1 .color {
  color: #D1021C !important;
}
.c2 .color {
  color: #4990E2 !important;
}
.c1 .bgcolor {
  background-color: #D1021C !important;
}
.c2 .bgcolor {
  background-color: #4990E2 !important;
}
@media (min-width: 1366px) {
  footer .social {
    text-align: right;
  }
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
    font-size: 1em !important;
  }
  main .container {
    padding: 0 10px;
  }
}
@media (max-width: 567px) {
  section#analysis .body {
    /*padding: 30px 20px !important;*/
  }
  section#analysis .body .col:not(:last-of-type) {
    margin-bottom: 25px;
  }
  input[type=checkbox] + label > .label,
  input[type=radio] + label > .label {
    display: block;
    text-align: center;
  }
  input[type=checkbox] + label > .label:before,
  input[type=radio] + label > .label:before {
    display: block;
    margin-right: 0;
  }
}
