.wrapper {
  padding: 0;
}
.main-form-wrapper {
  font-size: 14px !important;
}
form .alert-message p {
  font-weight: bold !important;
}
label {
  color: #0058a3;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
.form-group .spanish {
  margin-bottom: 5px;
  font-size: 0.75em;
  color: #58595b;
  font-weight: normal;
}
.feedback-captcha {
  margin-bottom: 15px;
}
p.required .spanish {
  font-size: 0.75em;
}
.btn-primary {
  border: none;
  background-color: #dc1e35;
}
.btn-primary:hover {
  background-color: #c61b30;
}
.project,
.title {
  text-transform: uppercase;
  padding: 0 40px;
  text-align: center;
}
.project {
  color: #0058a3 !important;
  font-weight: 700;
  font-size: 2.5em;
}
.project span {
  color: #58595b;
  font-weight: 300;
}
.spanish {
  font-style: italic;
}
.title {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 300;
  background-color: #004875;
  background-position: center;
  background-size: cover;
  text-transform: uppercase;
}
.title span.spanish {
  color: rgba(255, 255, 255, 0.75);
}
.blue {
  color: #0058a3;
}
.white {
  color: #ffffff;
}
.caps {
  text-transform: uppercase;
  font-weight: 700;
}
.banner img {
  width: 300px;
  border: 0 none;
  padding: 20px 0;
  display: inline;
}
.content {
  padding: 20px 25px;
}
.redstyle {
  color: #dc1e35;
  font-weight: bold;
  padding: 0 5px;
}
/* Bootstrap Overrides */
.form-control {
  font-size: 20px !important;
}
input.form-control {
  height: 40px !important;
}
.intro {
  margin: 0 0 20px 0;
}
.contact {
  padding: 20px 40px 40px 40px;
  background: #0058a3;
}
.contact p {
  margin-bottom: 0;
  color: #ffffff;
}
.contact p:first-child {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact a {
  color: #ffffff;
  text-decoration: underline;
}
.contact a:link,
.contact a:visited {
  color: #ffffff;
}
.contact a:hover {
  text-decoration: none;
}
