/* Variables */
.shortcode-block {
  position: relative;
}
body:not(.wp-admin) .shortcode-block {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  body:not(.wp-admin) .shortcode-block {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.shortcode-block.grey {
  background-color: #f5f5f5;
}
.shortcode-block.blue {
  background-color: #194866;
}
.shortcode-block.orange {
  background-color: #FEDFC1;
}
.shortcode-block.white {
  background-color: #fff;
}
.shortcode-block.cream {
  background-color: #fff8f1;
}
.shortcode-block .button-block {
  margin-top: 30px;
}
.shortcode-block .wpcf7-form,
.shortcode-block .hbspt-form {
  margin-left: auto;
  margin-right: auto;
}
.shortcode-block .whr-items {
  margin-left: 0;
  margin-top: 20px;
}
.shortcode-block .whr-title a {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
}
.shortcode-block.white-text .wpcf7-form {
  color: #545454;
}
.shortcode-block.white-text .wpcf7-form h2, .shortcode-block.white-text .wpcf7-form h3, .shortcode-block.white-text .wpcf7-form h4, .shortcode-block.white-text .wpcf7-form h5, .shortcode-block.white-text .wpcf7-form h6, .shortcode-block.white-text .wpcf7-form p {
  color: #545454;
}
.shortcode-block #BambooHR ul li:before {
  display: none;
}
.shortcode-block #BambooHR .BambooHR-ATS-Jobs-List {
  margin-left: 0;
}
body.wp-admin .shortcode-block .admin-block {
  background-color: #ECF8FE;
  padding: 60px 20px;
  text-align: left;
}/*# sourceMappingURL=acf-shortcode.css.map */