/*
0E1F37
*/
body .acf-block-popular-courses {
  margin-top: 0% !important;
}
body .acf-block-popular-courses h2 {
  color: #fff;
}
body .acf-block-popular-courses .text {
  max-width: 312px;
}
body .acf-block-popular-courses p {
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  body .acf-block-popular-courses .large-4 {
    padding-right: 40px;
  }
}
body .acf-block-popular-courses .border-top {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
}
body .acf-block-popular-courses .border-top img {
  width: 100%;
}
body .acf-block-popular-courses .container {
  margin-top: 40px;
  margin-bottom: 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 75em) {
  body .acf-block-popular-courses .container {
    padding: 0;
  }
}
body .acf-block-popular-courses .container .cell {
  margin-bottom: 32px;
}
body .acf-block-popular-courses .container .cell:last-child {
  margin-bottom: 0;
}
body .acf-block-popular-courses .container .content {
  padding: 40px 0 0;
}
body .acf-block-popular-courses .background-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
  z-index: -1;
  background-color: #005896;
}
body .acf-block-popular-courses .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body .acf-block-popular-courses .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.17deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
body .acf-block-popular-courses .grid-container {
  position: relative;
  margin-bottom: -5%;
}
body .acf-block-popular-courses .course-grid {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  body .acf-block-popular-courses .course-grid {
    align-items: center;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  body .acf-block-popular-courses .course-grid__item {
    width: 100%;
  }
}
body .acf-block-popular-courses .course-list {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  padding: 15px 34px;
}
body .acf-block-popular-courses .course-list__header {
  display: flex;
  align-items: center;
}
body .acf-block-popular-courses .course-list__header h3,
body .acf-block-popular-courses .course-list__header img {
  margin-bottom: 12px;
}
body .acf-block-popular-courses .course-list__header h4 {
  padding-left: 15px;
}
body .acf-block-popular-courses .course-list__icon {
  width: 46px;
}
body .acf-block-popular-courses .course-list__icon img {
  height: 46px;
  max-width: 46px;
  width: auto;
}
body .acf-block-popular-courses .course-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #D7D5D5;
  padding-top: 26px;
}
body .acf-block-popular-courses .course-list ul::before, body .acf-block-popular-courses .course-list ul::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
body .acf-block-popular-courses .course-list ul::after {
  clear: both;
}
body .acf-block-popular-courses .course-list ul li {
  margin-bottom: 12px;
}
body .acf-block-popular-courses .course-list ul li a:hover {
  color: #ED8545;
}
body .acf-block-popular-courses .course-list .link-arrow:after, body .acf-block-popular-courses .course-list .link-arrow--blue:after {
  display: none;
}

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