/**
 * @file
 * Paragraph course types.
 */
/**
 * @file
 * SASS Extends.
 */
.view-schools-cta {
  margin: 0 auto;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: -36px;
  left: 0;
  z-index: 2;
}
.view-schools-cta .icon {
  color: #fff;
  background-color: #b0061e;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 100%;
  border-radius: 72px;
}
.view-schools-cta a {
  padding: 28.5px;
  background-color: #EC0928;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 72px;
  padding-left: 82px;
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 25px 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 25px 15px -15px rgba(0, 0, 0, 0.5);
}

.paragraph-country-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #606060;
  margin: 80px -15px 40px;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .paragraph-country-hero {
    color: #fff;
    margin: 80px auto;
    padding: 340px 30px 30px;
    max-width: 1600px;
    background-color: #000;
  }
}
.paragraph-country-hero__content-wrapper {
  padding: 0 15px 30px;
  z-index: 1;
}
@media (min-width: 767px) {
  .paragraph-country-hero__content-wrapper {
    max-width: 1146px;
    margin: 0 auto;
    padding: 0;
  }
}
.paragraph-country-hero__field-image {
  height: 315px;
  margin: 0 -15px 30px;
}
@media (min-width: 767px) {
  .paragraph-country-hero__field-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .paragraph-country-hero__field-image:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.75));
  }
}
.paragraph-country-hero__field-image * {
  width: 100%;
  height: 100%;
}
.paragraph-country-hero__field-image img {
  object-fit: cover;
}
.paragraph-country-hero__field-title {
  position: relative;
  padding: 0;
  color: #202020;
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 767px) {
  .paragraph-country-hero__field-title {
    font-size: 24px;
    color: #fff;
    text-align: left;
  }
}
.paragraph-country-hero__field-title:after {
  content: "";
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 767px) {
  .paragraph-country-hero__field-title:after {
    position: relative;
    left: 5px;
    display: inline-block;
    margin-right: -100%;
    vertical-align: middle;
  }
}
.paragraph-country-hero__field-columns {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 767px) {
  .paragraph-country-hero__field-columns {
    margin: 0 -30px;
    flex-direction: row;
  }
}
.paragraph-country-hero__field-columns-item {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .paragraph-country-hero__field-columns-item {
    width: 33.3333333333%;
    margin: 45px 30px 0;
  }
}

.paragraph-country-hero-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.paragraph-country-hero-column__header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (min-width: 767px) {
  .paragraph-country-hero-column__header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.paragraph-country-hero-column__field-icon {
  height: auto;
  width: 45px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  .paragraph-country-hero-column__field-icon {
    height: 55px;
    width: auto;
    margin: 0;
  }
}
.paragraph-country-hero-column__field-icon img {
  height: auto;
  width: 45px;
  display: block;
}
@media (min-width: 767px) {
  .paragraph-country-hero-column__field-icon img {
    height: 55px;
    width: auto;
    filter: brightness(0) invert(1);
  }
}
.paragraph-country-hero-column__field-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  color: #202020;
}
@media (min-width: 767px) {
  .paragraph-country-hero-column__field-title {
    margin-top: 10px;
    color: #fff;
  }
}
.paragraph-country-hero-column__field-description {
  margin-top: 10px;
  font-size: 16px;
  color: #606060;
}
@media (min-width: 767px) {
  .paragraph-country-hero-column__field-description {
    font-size: 14px;
    color: #fff;
    width: 100%;
  }
}
.paragraph-country-hero-column a {
  color: #606060;
}
@media (min-width: 767px) {
  .paragraph-country-hero-column a {
    color: #fff;
  }
}

/*# sourceMappingURL=country-hero.css.map */
