@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700&subset=latin-ext");
.container-quiz {
  border-bottom: 10px solid #39B54A; }

.jumbotron {
  color: white;
  background-image: url("/images/shutterstock_186163640_quiz.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 478px; }

.row-question-content {
  margin-top: 70px; }
  .row-question-content .col-question-content {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #39B54A; }

.row-question-options {
  margin-top: 20px; }
  .row-question-options .col-label {
    margin-left: 0 !important; }
  .row-question-options label {
    padding: 0;
    margin-left: 0px;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #231F20; }
  .row-question-options .col-input {
    line-height: 18px; }
    .row-question-options .col-input input {
      float: right;
      margin-right: 5px;
      margin-top: 6px; }

.row-logo {
  margin-top: 100px;
  margin-bottom: 40px; }
  .row-logo .col-logo {
    text-align: center; }
    .row-logo .col-logo img {
      height: 134px;
      width: auto; }

.row-website .col-website {
  text-align: center;
  padding-bottom: 20px; }
  .row-website .col-website a {
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #231F20;
    font-size: 21px; }

.row-btn {
  margin-top: 90px; }
  .row-btn .col-btn {
    text-align: center; }
    .row-btn .col-btn .btn-success {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      text-decoration: none;
      font-family: "Source Sans Pro", sans-serif !important;
      font-weight: 400 !important;
      height: 65px;
      line-height: 65px;
      font-size: 29px;
      color: #FFFFFF !important; }

.row-header-logo .col-header-logo {
  text-align: center; }
  .row-header-logo .col-header-logo img {
    height: 179px;
    width: auto; }

.row-header-slogan .col-header-slogan {
  text-align: center;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400 !important;
  color: #FFFFFF;
  font-size: 38px; }

@media (max-width: 575.98px) {
  .row-header-logo .col-header-logo {
    height: 220px; }
    .row-header-logo .col-header-logo img {
      margin-top: 75px; }

  .row-header-slogan {
    margin-top: 135px; } }
@media (min-width: 1200px) {
  .row-header-slogan {
    margin-top: 135px; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .row-header-logo .col-header-logo {
    height: 200px; }
    .row-header-logo .col-header-logo img {
      margin-top: 85px; }

  .row-header-slogan .col-header-slogan {
    margin-top: 115px;
    height: 150px;
    padding-top: 100px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .row-header-logo .col-header-logo {
    height: 170px; }
    .row-header-logo .col-header-logo img {
      margin-top: 55px; }

  .row-header-slogan .col-header-slogan {
    margin-top: 145px;
    height: 100px;
    padding-top: 50px; } }
.correct-answer {
  color: #39B54A !important; }

.wrong-answer {
  color: #EF4123 !important; }

.col-label-results {
  padding-left: 15px !important; }

.no-left-padding {
  padding-left: 0 !important; }

.row-results .col-numbers {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #231F20;
  font-size: 28px; }
  .row-results .col-numbers .numbers {
    font-size: 36px;
    font-weight: 600;
    color: #39B54A; }
.row-results .col-thanks {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #39B54A;
  font-size: 21px; }

/*# sourceMappingURL=main.css.map */
