@font-face {
  font-family: 'AirstripFour';
  src: url('../fonts/airstrip.ttf') format('truetype');
}
h1 {
  font-family: "AirstripFour", sans-serif, sans-serif;
}
p {
  margin-bottom: 1em;
}
.jaroso-logo-green {
  color: #008000;
}
.jaroso-logo-white {
  color: #ffffff;
}
.h7 {
  margin-bottom: 0.7em;
}
.header-no-text-transform {
  text-transform: none;
}
.caption .secondary {
  font: 400 28px/28px "Roboto Condensed", sans-serif;
  text-transform: none;
}
.banner1 .first {
  text-transform: none;
}
.banner1 .second {
  text-transform: none;
}
p a {
  text-decoration: underline;
}
ul.checklist {
  list-style: none inside;
}
ul.checklist li:before {
  content: "\2713";
  margin-right: 5px;
  color: #008000;
}
.techdata ul {
  margin-left: 1em;
}
.techdata ul li:before {
  list-style: outside;
  margin-left: -1em;
  margin-right: 0.5em;
  content: "\25cf";
  color: #008000;
}
.techdata ul ul li:before {
  list-style: outside;
  content: "\25cb";
}
form.bankinteractive {
  margin: 1em 0 1em 0;
}
form.bankinteractive legend {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
form.bankinteractive p {
  font-size: 80%;
  margin-bottom: 0.5em;
}
form.bankinteractive label {
  width: 25%;
  float: left;
}
form.bankinteractive input {
  width: 70%;
}
form.bankinteractive .btn-default {
  margin-top: 2em;
}
