body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #435a8a;
  margin: 0;
  padding: 0;
  background: #fff !important;
}
footer,
#top-nav,
#top-navigation {
  background: #435A8A;
}
footer,
footer a {
  color: white;
}
header {
  background: url(/images/logo/topper-light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}
h1 {
  font-size: 2rem;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px #FFFFFF, 2px 2px #cccccc;
  transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
  font-weight: bolder;
}
h2,
h3 {
  font-weight: bolder;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #006;
  text-align: left;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: 1px 1px #999999, 1px 1px #cccccc !important;
  transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1rem;
}
li a {
  line-height: 40px;
}
.card {
  margin: 1rem 0;
}
.col-sm-9 {
  display: flex;
  align-items: center;
}
.quform-loading-wrap {
  float: left;
  padding-top: 8px;
  font-style: italic;
}

.quform-loading-wrap .loading {
  display: none;
}
.quform ul.quform-errors {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
  display: none;
}
.quform ul.quform-errors li {
  background-image: url('../images/err.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 30px;
  list-style-type: none;
  color: #CC0000;
  background-color: #F3CAC7;
  margin-top: 5px;
  margin-right: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  /*Rounded corners*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.quform-error-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.quform-error-message {
  margin-bottom: 10px;
  background: #F3CAC7;
  color: #CC0000;
  padding: 8px;
}

/*Non JS error message*/
.quform ul.quform-errors-no-js li {
  margin-left: 0px;
  line-height: 22px;
  padding-left: 0px;
  list-style-type: none;
  font-weight: bold;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
}
.quform ul.quform-errors-no-js li ul li {
  background-image: url('../images/err.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 30px;
  list-style-type: none;
  color: #CC0000;
  line-height: 19px;
  background-color: #F3CAC7;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-block;
  /*Rounded corners*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*Success (message sent)*/
.quform-success-inner {
  background: #cef4a9 url('../images/success.png') no-repeat 12px center;
  padding: 8px 20px 8px 37px;
  line-height: 18px;
  margin: 10px 0;
  border: 1px solid #80bb48;
  font-weight: normal;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }
  blockquote p {
      font-size: 2rem;
      line-height: 2.6rem;
  }
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
