@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
body {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
.container {
  max-width: 1000px;
  margin: 10px auto;
  font-family: 'Oswald', sans-serif;
}
h1 {
  font-size: 36px;
  font-weight: 900;
}
h2 {
  color: #0BAA2C;
  font-size: 30px;
  margin-top: 20px;
}
.offerCopy h1 {
  padding-bottom: 25px;
  border-bottom: 1px solid #c7c7c7;
}
.lastChance {
  color: black;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
}
p.leadText {
  font-size: 26px !important;
  margin-bottom: 15px;
  text-decoration: underline;
  padding-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #005e76;
}
.intr-chrt .offerCopy p {
  font-size: 18px;
}
.head-text {
  font-weight: 700;
}
.everything {
  text-align: center;
}
.intr-chrt ul {
  font-size: 16px;
}
.intr-chrt li span {
  font-weight: bold;
  text-decoration: underline;
}
p.highlight {
  background-color: yellow;
  text-align: center;
}
.words {
  text-align: center;
  margin-bottom: 15px;
  color: #d2232a;
  text-decoration: underline;
}
.blueCopy {
  color: #173552;
  text-decoration: underline;
}
h3 {
  font-weight: bold;
  font-size: 22px;
}
h3.redCopy {
  text-align: center;
  color: #d2232a;
  font-size: 24px;
  margin-bottom: 20px;
}
h3.redCopy {}
label {
  font-weight: 700;
}
.required:after {
  content: " *";
  color: red;
}
#tv {
  font-weight: 700;
  margin: 0px 0 35px 20px;
}
.form-control {
  border-radius: 0px;
}
.offerCopy p {
  font-size: 16px;
}
input[type="submit"]:disabled {
  cursor: not-allowed;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.issues {
  font-size: 18px;
}
.red {
  color: #CC0000;
}
.redCopy {
  color: #951e1a;
}
.submitbutton-container {
  text-align: center;
  margin: 25px 0px;
}
#Submit {
  background-color: #971c14;
  color: #fff;
  width: 300px;
  height: 39px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  border: none;
}
.intro_offer {
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
footer {
  text-align: center;
  margin-bottom: 25px;
}