html {
  height: 100vh;
}
body {
  position: relative;
  height: 100vh;
}
a {
  text-decoration: underline;
}
body.home .bg-slant {
  top: -30rem;
  background: #ffc00c;
  height: 68rem;
}

body.home .bg-character {
  position: absolute;
  height: 1024px;
  background: transparent url("../images/spartan-bg-5.png") no-repeat;
  background-size: 100%;
  background-position: 0 10rem;
}
body.home h1.jumbotron-heading {
  color: black;
  font-family: 'Ubuntu', sans-serif;
}
body.home h2.lead {
  font-family: 'Ubuntu', sans-serif;
  color: black;
}
/* Fix a responsive issue */
.container-fluid {
  padding-right: unset;
  padding-left: unset;
}
.col-sm {
  transition: all 1s;
}
.jumbotron {
  z-index: 10;
  position: relative;
  padding-bottom: 1.5rem;
}
.navbar {
  background: transparent !important;

}
.lead {
  color: #555;
}

.optin .jumbotron h1 {
  font-size:3.5rem;
}

.optin h2.lead {
  font-size:1.3rem;
  line-height: 2.1rem;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  border-top: 2px solid #E74C3C;
  border-left: 2px solid #E74C3C;
}

.card {
  max-width: 28rem;
  border-radius: 0.9rem;
  border: 10px solid #fff7db;
  padding: 3px;
  margin: 1rem 0;
  background: rgb(183,236,253);
  background: linear-gradient(129deg, rgba(183,236,253,1) 0%, rgba(46,204,113,1) 35%, rgba(245,166,35,1) 51%, rgba(144,219,251,1) 67%, rgba(231,76,60,1) 100%);
  box-shadow: 0 3px 4px  #d29f09;
  transition: all 0.3s ease-in-out;
}
.card .card-body {
  padding: 1.5rem;
  font-family: arial, sans-serif;
  background: white;
  border-radius: 0rem;
  box-shadow: rgba(252, 212, 98, 0.50) 0px 3px 12px;

}
.card .card-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: #202124;
}
.card .card-title {
  color: #4A90E2;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.card p.card-text {
  margin: 0;
  color: #4d5156;
  font-size: 1rem;
}

.ad {
  font-weight: bold;
}
.vs {
  padding: 0px;
  font-family: Georgia;
  font-style: italic;
  margin: 0 10px;
  font-size: 1.7em;
  text-align: center;
}
redacted {
  color: rgba(0, 0, 0, 0.2);
}

footer {
  background: transparent;
  position: relative;
}

/* Mautic */
.mauticform_wrapper {
  margin: 2rem auto !important;
}
.mauticform-row {
  display: flex !important;
  margin: 10px 0 !important;
}
.mauticform-input {
  width: 80% !important;
}
.mauticform-input, .mauticform-button.btn-default  {
  border-radius: 0.5rem !important;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px !important;
  border:none !important;
  padding: 14px 20px !important;
}
.mauticform-button-wrapper .mauticform-button.btn-default {
  background-color: #E74C3C!important;
  color: white !important;
  padding: 14px 40px !important;
  text-transform: uppercase !important;
}

.mauticform-checkboxgrp-row {
    margin: 0 0 0 10px;
}
.mauticform-checkboxgrp-checkbox {
  width: 1.1em;
  height: 1.1em;
  background-color: white;
  vertical-align: middle;
  border: 2px solid #2ECC71;
  outline: none;
  cursor: pointer;
}
.mauticform-checkboxgrp-label {
  vertical-align: text-top;
}

div#mauticform_quizhome_agency {
    width: fit-content;
    padding-top: 3px;
    font-size: 13px;
}
div#mauticform_quizhome_submit {
    width: fit-content;
    margin: 0 !important;
}
img.client {
    width: 40px;
}
.client {
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  border-radius: 50%;
  width:40px;
  position: relative;
  border: 0px solid white;
}
.client-text {
  font-size: 90%;
  font-family: Georgia;
  font-style: italic;
  margin-top:25px;
  display: block;
  max-width: 500px;
  color: rgba(255,255,255,0.4);
}
span.client.list-size {
  background: #333;
  color: white;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align:center;
  font-size: 10px;
  vertical-align: top;
}
.client.list-size.mobile {
  display: none;
}

.answer {
  padding: 1rem;
  border-radius: 8px;
  width: fit-content;
}
.answer-correct {
  background: #EAFAF1;
  box-shadow: rgb(48 213 118 / 35%) 0px 3px 12px;
}
.answer-correct .card-body {
  box-shadow: rgb(48 213 118 / 35%) 0px 3px 12px !important;
}
.answer-incorrect {
  background:cornsilk;
  box-shadow: rgb(252 212 98 / 50%) 0px 3px 12px;

}

.answer .answer-result {
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
.answer .answer-result.red {
  color: #cc1500;
}
.answer .answer-result.green {
  color: #2ECC71;
}
.answer .answer-text {
  max-width: 27rem;
  margin: 0 10px;
  color: rgba(0,0,0,0.7);
  font-family: Roboto;
}
.answer .answer-text .black {
  color: black;
  font-weight: 500;
}
.answer .answer-text ul {
  padding-left: 0.5rem !important;
}
.answer .answer-text ul li {
  list-style-type: none;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0px 4px;
  margin-bottom: 16px;
}
.answer .answer-text ul.wrong li {
  background-image: url("icon-cross-15.png");
}
.answer .answer-text ul.right li {
  background-image: url("icon-check-15.png");
}


div#addthis-wrapper #text {
  max-width: 300px;
  font-size: 90%;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #de9a42;
  color: #9f6215;
}

.typeform-popup .typeform-close {
  color: white !important;
}

.feedback {
  color: black;
}

.swal2-popup {
  background: rgb(30, 30, 30) !important;
}
.swal2-title {
  color: white !important;
}
.swal2-styled.swal2-confirm {
  background-color: rgba(228, 186, 63, 0.1) !important;
  box-shadow: rgb(228 186 63 / 60%) 0px 0px 0px 1px inset !important;
}
.swal2-icon.swal2-question {
    border-color: rgb(228, 186, 63) !important;
    color: white !important;
}

.btn-close {
  background: white;
  margin:10px;
  position: fixed;
  right: 10px;
  font-size: 1.5rem;
  padding: 0 12px;
  z-index: 1000;
  box-shadow: 0 3px 4px #d29f09;
  text-decoration: none;
}

/*
 * Media Queries
 */

/* Smartphones ----------- */
@media only screen and (max-width: 600px) {
  body.home {
    background-color: #fed45b;
  }
  body.home .bg-character {
    background: none;
  }

  body.home h1.jumbotron-heading {
    font-size: 2.3rem;
  }
  .mauticform-page-wrapper {
    display: block;
  }

  .footer-copyright {
    text-align:center !important;
  }
  footer {
    font-size: 9px;
  }
}
/* Tablet ----------- */
@media (min-width: 768px) and (max-width: 1024px) {
  body.home .bg-character {
    background-position: 0 18rem;
  }
}
/* Large screens ----------- */
@media (min-width: 1920px){
  body.home .bg-character {
    height: 2000px;
  }
}
