/**
 * @file
 * CTAS global.
 */
/**
 * @file
 * SASS Extends.
 */
.ctas-content > a {
  display: inline-block;
  padding: 16px 60px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #00A4D9;
}
.ctas-content > a:hover {
  background-color: #007DB3;
  color: #fff;
}
.ctas-content > a:active {
  background-color: #240F6E;
  color: #fff;
}
.ctas-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brochure-link a {
  display: block;
  padding: 16px 41px 0;
  color: #00A4D9;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
}
.brochure-link a:hover {
  color: #007DB3;
}

.btn-cta-contact-us {
  min-width: 270px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=ctas.css.map */
