.pt-page {
  --pt-navy: #1F1B51;
  --pt-navy-deep: #1F1A51;
  --pt-blue: #1F9CD8;
  --pt-blued: #2994FF;
  --pt-grey: #000;
  --pt-muted: #707070;
  --pt-light: #EEF7FF;
  --pt-light-2: #E9F3FF;
  --pt-line: #e0e0e0;
  --pt-soft: #F5F5F5;
  --pt-header-offset: 150px;
  color: var(--pt-grey);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.page-template-page-professional-training-php .sub_header,
body.page-template-page-cra-practitioner-php .sub_header {
  display: none;
}

main.pt-page {
  margin-top: 0 !important;
  padding-top: 0;
}

main.pt-page > .pt-crumb:first-child,
main.pt-page > .pt-hero:first-child {
  margin-top: 0;
  padding-top: var(--pt-header-offset);
}

@media (max-width: 767px) {
  .pt-page {
    --pt-header-offset: 120px;
  }
}

.pt-page img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.pt-page a {
  color: var(--pt-blued);
  text-decoration: none;
}

.pt-page .pt-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
}

@media (min-width: 576px) {
  .pt-page .pt-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .pt-page .pt-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .pt-page .pt-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .pt-page .pt-wrap {
    max-width: 1140px;
  }
}

@media (min-width: 1360px) and (max-width: 1440px) {
  .pt-page .pt-wrap {
    max-width: 1280px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .pt-page .pt-wrap {
    max-width: 1380px;
  }
}

@media (min-width: 1601px) {
  .pt-page .pt-wrap {
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .pt-page .pt-wrap {
    max-width: 1640px;
  }
}

.pt-page .pt-btn {
  display: inline-block;
  background: var(--pt-blue);
  color: #fff;
  padding: 11px 22px;
  border-radius: 34px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid var(--pt-blue);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.pt-page .pt-btn:hover {
  background: var(--pt-navy-deep);
  border-color: var(--pt-navy-deep);
  color: #fff;
}

.pt-page .pt-btn.ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.pt-page .pt-btn.ghost:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.pt-page .pt-btn.outline {
  background: #fff;
  color: var(--pt-navy);
  border-color: var(--pt-line);
}

.pt-page .pt-btn.outline:hover {
  background: var(--pt-soft);
  color: var(--pt-navy);
  border-color: var(--pt-line);
}

.pt-page .pt-crumb {
  background: var(--pt-soft);
  border-bottom: 1px solid var(--pt-line);
  font-size: 13px;
  color: var(--pt-muted);
}

.pt-page .pt-crumb .pt-wrap {
  padding: 9px 24px;
}

.pt-page .pt-crumb a {
  color: var(--pt-blued);
}

.pt-page .pt-crumb b {
  color: var(--pt-navy);
  font-weight: 700;
}

.pt-page .pt-crumb .sep {
  color: #c3ccd6;
}

.pt-page .pt-hero {
  position: relative;
  background: var(--pt-navy);
  color: #fff;
  overflow: hidden;
}

.pt-page .pt-hero .pt-facet {
  position: absolute;
  right: -40px;
  top: 0;
  width: auto;
  max-width: none;
  height: 118%;
  opacity: .5;
  pointer-events: none;
  object-fit: contain;
}

.pt-page .pt-hero .pt-wrap {
  position: relative;
  padding: 58px 24px 50px;
}

.pt-page .pt-eyebrow {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--pt-blue);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pt-page .pt-hero h1 {
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 14px;
  max-width: 15ch;
  color: #fff;
}

.pt-page .pt-hero .pt-sub {
  font-size: 20px;
  color: #c7d6e8;
  max-width: 60ch;
  margin: 0;
}

.pt-page .pt-sub p,
.pt-page .pt-lead p,
.pt-page .pt-hero-note p,
.pt-page .pt-card > div p,
.pt-page .pt-day > div p,
.pt-page .pbody > div p,
.pt-page .pt-faq details > div p {
  margin: 0 0 0.6em;
}

.pt-page .pt-sub p:last-child,
.pt-page .pt-lead p:last-child,
.pt-page .pt-hero-note p:last-child,
.pt-page .pt-card > div p:last-child,
.pt-page .pt-day > div p:last-child,
.pt-page .pbody > div p:last-child,
.pt-page .pt-faq details > div p:last-child {
  margin-bottom: 0;
}

.pt-page .pt-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 4px;
}

.pt-page .pt-facts span {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 22px;
  padding: 6px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, .92);
}

.pt-page .pt-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pt-page .pt-hero-note {
  margin: 18px 0 0;
  font-size: 14px;
  color: #aebbcf;
  max-width: 70ch;
}

.pt-page .pt-hero-note b {
  color: #fff;
}

.pt-page .pt-section {
  padding: 46px 0;
  text-align: left;
}

.pt-page .pt-section.alt {
  background: var(--pt-soft);
}

.pt-page .pt-section h2 {
  color: var(--pt-navy);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 8px;
  font-weight: 800;
}

.pt-page .pt-lead {
  font-size: 17px;
  max-width: 74ch;
  color: #3c4653;
  margin: 0;
}

.pt-page .pt-lead p {
  margin: 0;
}

.pt-page .pt-kicker {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--pt-blued);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pt-page .pt-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.pt-page .pt-card {
  border: 1px solid var(--pt-line);
  border-radius: 14px;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.pt-page .pt-card h3 {
  color: var(--pt-navy);
  margin: 6px 0 8px;
  font-size: 20px;
}

.pt-page .pt-card p {
  margin: 0 0 16px;
  color: #4a5563;
  font-size: 15px;
}

.pt-page .pt-card > div:not(.pbody):not(.role) {
  margin: 0 0 16px;
  color: #4a5563;
  font-size: 15px;
}

.pt-page .pt-card .pt-btn {
  align-self: flex-start;
  margin-top: auto;
}

.pt-page .pt-card.soon {
  opacity: .72;
  background: var(--pt-soft);
}

.pt-page .pt-card.person {
  border: 0;
  background: transparent;
  padding: 0;
  align-items: flex-start;
  width: 100%;
  justify-self: start;
}

.pt-page .pt-card.person img.trainer {
  width: 200px;
  height: 200px;
  max-width: 200px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  background: var(--pt-soft);
  margin: 0 0 16px;
  display: block;
  flex-shrink: 0;
}

.pt-page .pt-card.person img.trainer.contain {
  object-fit: contain;
  object-position: center;
  background: #e9eef3;
}

.pt-page .pt-card.person .pbody {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}

.pt-page .pt-card.person h3 {
  margin: 0 0 3px;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}

.pt-page .pt-card.person .pbody p {
  margin: 0 0 16px;
  color: #4a5563;
  font-size: 15px;
  text-align: left;
}

.pt-page .pt-card.person .pbody .pt-btn {
  align-self: flex-start;
  margin-top: auto;
}

.pt-page .pt-card .role {
  color: var(--pt-navy);
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 10px;
  text-align: left;
}

.pt-page .pt-trainers .pt-cards {
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  justify-content: start;
  place-content: start start;
  place-items: start;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 659px) {
  .pt-page .pt-trainers .pt-cards {
    grid-template-columns: 1fr;
  }
}

.pt-page .pt-badge {
  display: inline-block;
  background: var(--pt-light);
  color: var(--pt-blued);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 11px;
  border-radius: 12px;
  text-transform: uppercase;
}

.pt-page .pt-badge.grey {
  background: #eef1f5;
  color: var(--pt-muted);
}

.pt-page .pt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.pt-page .pt-chips span {
  background: #fff;
  border: 1px solid var(--pt-line);
  border-radius: 20px;
  padding: 7px 14px;
  font-size: 14px;
  color: var(--pt-navy);
}

.pt-page ul.pt-check {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  max-width: 80ch;
}

.pt-page ul.pt-check li {
  position: relative;
  padding: 7px 0 7px 30px;
  font-size: 15.5px;
  border-bottom: 1px solid var(--pt-line);
}

.pt-page ul.pt-check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pt-blue);
}

.pt-page .pt-days {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.pt-page .pt-day {
  border: 1px solid var(--pt-line);
  border-radius: 14px;
  padding: 22px;
  background: #fff;
}

.pt-page .pt-day .pt-badge {
  margin-bottom: 10px;
}

.pt-page .pt-day h3 {
  color: var(--pt-navy);
  font-size: 18px;
  margin: 0 0 8px;
}

.pt-page .pt-day p,
.pt-page .pt-day > div {
  margin: 0;
  font-size: 14.5px;
  color: #4a5563;
}

.pt-page .pt-grid2 {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 32px;
}

.pt-page .pt-panel {
  background: #fff;
  border: 1px solid var(--pt-line);
  border-radius: 14px;
  padding: 24px;
}

.pt-page .pt-panel h3 {
  color: var(--pt-navy);
  margin: 0 0 10px;
}

.pt-page .pt-kv {
  margin: 0;
  font-size: 15px;
}

.pt-page .pt-kv div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid var(--pt-line);
}

.pt-page .pt-kv div:last-child {
  border: 0;
}

.pt-page .pt-kv b {
  color: var(--pt-navy);
  text-align: right;
}

.pt-page .pt-faq {
  max-width: 80ch;
}

.pt-page .pt-faq details {
  border-bottom: 1px solid var(--pt-line);
  padding: 12px 0;
}

.pt-page .pt-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--pt-navy);
  font-size: 15.5px;
}

.pt-page .pt-faq p,
.pt-page .pt-faq details > div {
  margin: 8px 0 0;
  color: #333;
  font-size: 15px;
}

.pt-page .pt-enquire-form {
  margin-top: 18px;
  max-width: 640px;
}

.pt-page .pt-enquire-form .wpcf7,
.pt-page .pt-enquire-form form {
  margin: 0;
}

.pt-page .pt-enquire-form .pt-cf7 br {
  display: none;
}

.pt-page .pt-enquire-form .wpcf7-response-output:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.pt-page .pt-enquire-form .wpcf7-response-output:not(:empty) {
  display: block !important;
  margin: 16px 0 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.45;
  max-width: 640px;
}

.pt-page .pt-enquire-form form.sent .wpcf7-response-output:not(:empty) {
  border: 1px solid #8bc49a;
  background: #edf8ef;
  color: #1e4620;
}

.pt-page .pt-enquire-form form.failed .wpcf7-response-output:not(:empty),
.pt-page .pt-enquire-form form.invalid .wpcf7-response-output:not(:empty),
.pt-page .pt-enquire-form form.spam .wpcf7-response-output:not(:empty) {
  border: 1px solid #e8b4b4;
  background: #fdf0f0;
  color: #6b1a1a;
}

.pt-page .pt-enquire-form .pt-cf7,
.pt-page .pt-enquire-form .row.pt-cf7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 640px;
  margin: 0;
}

.pt-page .pt-enquire-form .row.pt-cf7 {
  margin-left: 0;
  margin-right: 0;
}

.pt-page .pt-enquire-form .row.pt-cf7 > [class*="col-"] {
  padding: 0;
  max-width: none;
  flex: none;
  width: auto;
}

.pt-page .pt-enquire-form .pt-cf7-field,
.pt-page .pt-enquire-form .pt-cf7-full,
.pt-page .pt-enquire-form .row.pt-cf7 > [class*="col-"] {
  margin: 0;
  min-width: 0;
}

.pt-page .pt-enquire-form .pt-cf7-field {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: var(--pt-muted);
  gap: 5px;
}

.pt-page .pt-enquire-form .pt-cf7-field > label {
  display: block;
  font-size: 13px;
  color: var(--pt-muted);
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}

.pt-page .pt-enquire-form .pt-cf7-field.full,
.pt-page .pt-enquire-form .pt-cf7-full,
.pt-page .pt-enquire-form .row.pt-cf7 .col-12 {
  grid-column: 1 / -1;
}

.pt-page .pt-enquire-form .pt-cf7-field p,
.pt-page .pt-enquire-form .row.pt-cf7 p {
  margin: 0;
}

.pt-page .pt-enquire-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
}

.pt-page .pt-enquire-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.pt-page .pt-enquire-form select,
.pt-page .pt-enquire-form textarea {
  width: 100%;
  font: inherit;
  font-size: 15px;
  padding: 10px 12px;
  border: 1px solid var(--pt-line);
  border-radius: 8px;
  color: var(--pt-grey);
  background: #fff;
  box-sizing: border-box;
  line-height: 1.4;
  height: auto;
  min-height: 0;
  margin: 0;
}

.pt-page .pt-enquire-form textarea {
  min-height: 84px;
  resize: vertical;
}

.pt-page .pt-enquire-form input::placeholder,
.pt-page .pt-enquire-form textarea::placeholder {
  color: #9aa5b1;
}

.pt-page .pt-enquire-form select {
  color: var(--pt-grey);
  appearance: auto;
}

.pt-page .pt-enquire-form input:focus,
.pt-page .pt-enquire-form select:focus,
.pt-page .pt-enquire-form textarea:focus {
  outline: none;
  border-color: var(--pt-blue);
}

.pt-page .pt-enquire-form .pt-cf7-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.pt-page .pt-enquire-form .pt-cf7-actions .wpcf7-submit + .wpcf7-submit {
  margin-left: 0;
}

.pt-page .pt-enquire-form .wpcf7-submit {
  display: inline-block;
  background: var(--pt-blue);
  color: #fff;
  padding: 11px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid var(--pt-blue);
  cursor: pointer;
  line-height: 1.2;
  width: auto;
  min-height: 0;
  height: auto;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pt-page .pt-enquire-form .wpcf7-submit:hover {
  background: var(--pt-blued);
  border-color: var(--pt-blued);
  color: #fff;
}

.pt-page .pt-enquire-form .wpcf7-submit.pt-cf7-secondary {
  background: #fff;
  color: var(--pt-navy);
  border-color: var(--pt-line);
}

.pt-page .pt-enquire-form .wpcf7-submit.pt-cf7-secondary:hover {
  background: var(--pt-soft);
  color: var(--pt-navy);
  border-color: var(--pt-line);
}

.pt-page .pt-reassure {
  font-size: 13px;
  color: var(--pt-muted);
  margin-top: 10px;
  max-width: 640px;
}

.pt-page .pt-enquire-form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 8px 0 0;
}

@media (max-width: 760px) {
  .pt-page .pt-enquire-form .pt-cf7,
  .pt-page .pt-enquire-form .row.pt-cf7 {
    grid-template-columns: 1fr;
  }

  .pt-page .pt-enquire-form .pt-cf7-field.full,
  .pt-page .pt-enquire-form .pt-cf7-full,
  .pt-page .pt-enquire-form .row.pt-cf7 .col-12 {
    grid-column: 1;
  }
}

.pt-page .pt-enquire-missing {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px dashed var(--pt-line);
  border-radius: 10px;
  background: #fff;
  color: var(--pt-muted);
  font-size: 14px;
}

.pt-page .pt-reassure {
  font-size: 13px;
  color: var(--pt-muted);
  margin-top: 10px;
}

.pt-page .pt-note {
  font-size: 12px;
  color: var(--pt-muted);
  margin-top: 26px;
}

.pt-page .pt-featured {
  border: 1px solid #cfe3f4;
  background: var(--pt-light);
  border-radius: 16px;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
}

.pt-page .pt-featured h3 {
  color: var(--pt-navy);
  font-size: 26px;
  margin: 8px 0 10px;
  font-weight: 800;
}

.pt-page .pt-featured p {
  margin: 0 0 14px;
  color: #3c4653;
  font-size: 15.5px;
}

.pt-page .pt-featured .fx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.pt-page .pt-featured .fx span {
  background: #fff;
  border: 1px solid #cfe3f4;
  border-radius: 18px;
  padding: 6px 13px;
  font-size: 13px;
  color: var(--pt-navy);
}

.pt-page .pt-featured .acts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pt-page .pt-featured .side {
  background: #fff;
  border: 1px solid var(--pt-line);
  border-radius: 12px;
  padding: 18px 20px;
}

.pt-page .pt-featured .side h4 {
  margin: 0 0 10px;
  color: var(--pt-navy);
  font-size: 15px;
}

.pt-page .pt-webinar {
  background: var(--pt-light);
  border: 1px solid #cfe3f4;
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.pt-page .pt-webinar div b {
  color: var(--pt-navy);
}

@media (max-width: 760px) {
  .pt-page .pt-hero h1 {
    font-size: 34px;
    max-width: none;
  }

  .pt-page .pt-hero .pt-wrap {
    padding: 48px 24px 44px;
  }

  .pt-page .pt-hero .pt-facet {
    right: -80px;
    opacity: .35;
  }

  .pt-page .pt-grid2 {
    grid-template-columns: 1fr;
  }

  .pt-page .pt-featured {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .pt-page .pt-section {
    padding: 36px 0;
  }
}
