/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Help Info Component.
 */
.help-info-cta-component {
  background-color: #25535B;
  border-radius: 10px;
  padding: 29px 34px;
  color: #fff;
}
.help-info-cta-component a:not(.coh-link), .help-info-cta-component h2, .help-info-cta-component h3, .help-info-cta-component h4, .help-info-cta-component h5, .help-info-cta-component h6 {
  color: #fff;
}
.help-info-cta-component .coh-heading {
  margin-top: 0;
  color: #fff;
  font-size: 1.364em;
  font-weight: 500;
}
.help-info-cta-component .coh-wysiwyg {
  line-height: 25.5px;
}
.help-info-cta-component .coh-wysiwyg ul {
  list-style-image: url("../../images/bullet-white.svg");
}
.help-info-cta-component .coh-wysiwyg ol li::marker {
  color: #fff;
}
.help-info-cta-component div:not(.coh-wysiwyg) a {
  background-color: #c4d600;
  color: #065154;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.9em 1.5em 0.8em 1.5em;
  border: 2px solid transparent;
  outline: 0;
  transition: all 0.15s ease;
  display: inline-block;
}
.help-info-cta-component div:not(.coh-wysiwyg) a:hover, .help-info-cta-component div:not(.coh-wysiwyg) a:focus {
  background-color: #e2eb80;
}
/*# sourceMappingURL=../maps/components/help-info.css.map */
