/*Seg transition/animation library*/
/*Seg transition/animation library*/
:root {
  --sizing-unit: 10px;
}

/*Blog theming variables*/
/** Easing
 -----------------------------------------------------*/
/** Grid
 -----------------------------------------------------*/
/** CSS Variables
 -----------------------------------------------------*/
/*
  MDL input theming
  defaulted to grey
*/
.seg-mdl-textfield.seg-mdl-completed label,
.seg-mdl-dot-checkbox label,
.seg-mdl-dropdown.seg-mdl-completed label,
.seg-mdl-passwordfield.seg-mdl-completed label,
.seg-mdl-radio label,
.seg-mdl-searchfield.seg-mdl-completed label,
.seg-mdl-textarea.seg-mdl-completed label,
.seg-mdl-datefield.seg-mdl-completed label,
.seg-html-dropdown.active .seg-dropdown-label,
.seg-html-dropdown.seg-mdl-completed .seg-dropdown-label {
  color: #0077C6;
}

.seg-mdl-btn,
.seg-mdl-dot-checkbox-dot::after,
.seg-mdl-passwordfield::after,
.seg-mdl-radio-dot::after,
.seg-mdl-list-radio-dot::after {
  background-color: #0077C6;
}

.seg-mdl-dot-checkbox-dot,
.seg-mdl-focussed .seg-mdl-dropdown-arrow::after,
.seg-mdl-radio-dot,
.seg-mdl-list-radio-dot {
  border-color: #0077C6;
}

.bg-blue-pccp {
  padding-block: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #0063B4;
}

h2 {
  margin: 0;
  line-height: 1.6;
  max-width: 800px;
  margin-inline: auto;
  font-family: "Public Sans", serif;
}
@media screen and (max-width: 700px) {
  h2 {
    line-height: 1.2;
  }
}
h2 span:first-of-type {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  h2 span:first-of-type {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  h2 span:first-of-type {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  h2 span:first-of-type {
    font-size: 18px;
  }
}
h2 span:last-of-type {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  h2 span:last-of-type {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  h2 span:last-of-type {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  h2 span:last-of-type {
    font-size: 12px;
  }
}

.container {
  padding-inline: 0;
}
@media screen and (max-width: 980px) {
  .container {
    padding-inline: 36px;
  }
}
@media screen and (max-width: 834px) {
  .container {
    padding-inline: 24px;
  }
}

.about-pccp-content-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding-block: 90px;
}
@media screen and (max-width: 900px) {
  .about-pccp-content-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
}
.about-pccp-content-wrapper img {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .about-pccp-content-wrapper img.desktop {
    display: none;
  }
}
.about-pccp-content-wrapper img.mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-pccp-content-wrapper img.mobile {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.pccp-about-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 36px;
  width: 50%;
  padding-left: 24px;
}
@media screen and (max-width: 900px) {
  .pccp-about-content {
    width: 100%;
    padding-left: 0;
    row-gap: 24px;
  }
}
.pccp-about-content h3 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: "Public Sans", serif;
}
@media screen and (max-width: 900px) {
  .pccp-about-content h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .pccp-about-content h3 {
    font-size: 12px;
  }
}
.pccp-about-content p {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .pccp-about-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .pccp-about-content p {
    font-size: 12px;
  }
}
.pccp-about-content ul {
  padding-left: 16px;
  padding-right: 0;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .pccp-about-content ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .pccp-about-content ul {
    font-size: 12px;
  }
}

.header-title {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.header-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  border-bottom: 2px solid #0063B4;
  z-index: -1;
}
.header-title span {
  width: max-content;
  padding-right: 12px;
  background-color: #fff;
}

.find-out-more-pccp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.8;
  background-color: #FF9E1D;
}
.find-out-more-pccp:hover, .find-out-more-pccp:focus, .find-out-more-pccp:active {
  color: #fff;
}

.bg-light-grey {
  background-color: #F7F8F9;
}

.tick-item {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .tick-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .tick-item {
    font-size: 12px;
  }
}
.tick-item:not(:first-of-type) {
  margin-top: 18px;
}
.tick-item span {
  position: relative;
}
.tick-item span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 9px;
  height: 18px;
  border-right: 2px solid #FF9E1D;
  border-bottom: 2px solid #FF9E1D;
  transform: translateY(-60%) rotate(45deg);
}

.px-12 {
  padding-block: 70px;
}

.courses-link-container {
  display: flex;
  flex-direction: column;
}
.courses-link-container h4 {
  max-width: 880px;
  font-size: 18px;
  margin-bottom: 36px;
}
@media screen and (max-width: 900px) {
  .courses-link-container h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .courses-link-container h4 {
    font-size: 14px;
  }
}

.course-tiles-container {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}

.course-tile {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 900px) {
  .course-tile {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 600px) {
  .course-tile {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .course-tile:last-of-type {
    width: 100%;
  }
}
.course-tile img {
  width: 100%;
}

header .header-wrapper-img {
  transform: unset;
}
header #headerContentWrapper h1.page-title {
  position: relative;
  width: 380px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  font-family: "Public Sans", serif;
  text-shadow: none;
  text-align: center;
}
@media screen and (max-width: 960px) {
  header #headerContentWrapper h1.page-title {
    width: 300px;
    font-size: 14px;
  }
}
header #headerContentWrapper h1.page-title::before {
  content: "";
  position: relative;
  top: -100%;
  display: block;
  width: 100%;
  height: 70px;
  max-width: 380px;
  margin-inline: auto;
  background-image: url("../../../images/pages/affiliates/pccp/logos/PCCP-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  header #headerContentWrapper h1.page-title::before {
    top: 20px;
  }
}
.device-mobile header #headerContentWrapper h1.page-title::before {
  top: 0;
}
header #headerContentWrapper h1.page-title::after {
  content: "";
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  max-width: 300px;
  margin-inline: auto;
  background-image: url("../../../images/logo/Academy-by-Ephemeris-Logo-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  header #headerContentWrapper h1.page-title::after {
    bottom: 10px;
    max-width: 260px;
  }
}
.device-mobile header #headerContentWrapper h1.page-title::after {
  bottom: -10px;
}
.device-mobile header #headerContentWrapper h1.page-title {
  font-size: 16px;
}

footer {
  margin-top: 0;
}
footer .container {
  padding-inline: 0;
}

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