/*
0E1F37
*/
.wp-admin .wp-block-acf-thank-you-hero {
  max-width: none;
}

.acf-block-training-hero {
  margin-bottom: 120px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .acf-block-training-hero {
    margin-bottom: 50px;
  }
}
.acf-block-training-hero.has-callout {
  margin-bottom: 120px;
}
@media print, screen and (min-width: 64em) {
  .acf-block-training-hero.has-callout {
    margin-bottom: 50px;
  }
}
.acf-block-training-hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #005896;
}
.acf-block-training-hero .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.acf-block-training-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.acf-block-training-hero .grid-container {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .acf-block-training-hero .grid-container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
.acf-block-training-hero header {
  position: relative;
  z-index: 3;
  min-height: 460px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.acf-block-training-hero header h1,
.acf-block-training-hero header h5 {
  color: #fff;
}
.acf-block-training-hero header h1 > *,
.acf-block-training-hero header h5 > * {
  color: inherit;
}
.acf-block-training-hero header h1 > *:hover,
.acf-block-training-hero header h5 > *:hover {
  color: #EA7024;
}
.acf-block-training-hero header h5 {
  order: -1;
}
.acf-block-training-hero header h5 a {
  text-decoration: none;
}
.acf-block-training-hero header .acf-button-wrapper {
  justify-content: center;
}
.acf-block-training-hero header .acf-button-wrapper > a:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  color: #252B33;
}
.acf-block-training-hero header .acf-button-wrapper > a:first-child:hover {
  background-color: #252B33;
  border-color: #252B33;
  color: #fff;
}
.acf-block-training-hero header .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-bottom: 10px;
}
.acf-block-training-hero header .text p {
  color: #fff;
}
.acf-block-training-hero .callout {
  margin-top: 40px;
  margin-bottom: -75px;
  border-top: 10px solid #ececec;
  border-radius: 18px;
  background-color: #fff;
  max-width: 420px;
  width: 100%;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.acf-block-training-hero .callout a {
  text-decoration: none;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #005896;
}
.acf-block-training-hero .callout p {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.acf-block-training-hero .callout .phone {
  position: relative;
  text-align: center;
}
.acf-block-training-hero .callout .phone .icon {
  margin: 30px auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(12, 0, 51, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.acf-block-training-hero .callout .phone:before {
  content: "";
  width: 118px;
  height: 1px;
  background-color: #ececec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.acf-block-training-hero .hero-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.acf-block-training-hero .hero-bottom img {
  width: 100%;
}
.acf-block-training-hero .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3.5vw;
}

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