/* Custom styles for accessibility fixes and overrides */

.home-quadrant__more {
  color: #000 !important;
}

.home-quadrant a:hover .home-quadrant__more {
  text-decoration: underline;
}

/* Fix CTA section background image path */
.cta-section {
  background: url(../img/cta-banner.jpg) 50% no-repeat #000;
  background-size: cover;
}

.cta-section .widgettitle {
  font-family: "eurostile";
  font-size: 25px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .cta-section .widgettitle {
    font-size: 50px;
  }
}

/* Footer widget title styles */
.footer__column .widgettitle {
  letter-spacing: 0.03em;
  font-size: 18px;
  font-family: "eurostile";
  font-weight: 700;
  margin-bottom: 0.3em;
  margin-top: 0.9em;
}

.btn-info,
.gform_wrapper button,
.gform_wrapper input[type="submit"],
.btn-info:hover,
.gform_wrapper input:hover[type="submit"],
.gform_wrapper button:hover {
  color: #000000;
}
