/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2026 | 16:20:32 */
.page-id-37812 .hero.pageHeader {
  display:none;
}

.page-id-37812 .wrap.container-fluid {
	padding:0;
}

.page-id-37812 section:not(.widget) {
	padding: 64px 0 0;
}

.page-id-37812 section.related-articles {
	padding-bottom:64px;
	width: auto;
}

@media (min-width:767px) and (max-width:1199px) {
	.page-id-37812 .topp--section .topp .col {
		padding:0;
	}
	.page-id-37812 .topp--section ~ .section, section.related-articles {
		margin: 0;
	}
}

.page-id-37812 .topp--section {
	padding-top:0 !important;
}

.page-id-37812 .topp--section .topp {
  max-width: 100%;
  padding: 0;
}

.btn:hover, .btn-primary:hover {
  text-decoration:none !important;
}

p:empty {
	display:none;
}

.banner a:hover {
	text-decoration:none !important;
}

/* ── Headings ── */
h2, h3, h4, h5, h6 {
  color: #000000 !important;
}
.ktp-page-wrapper p,
.ktp-page-wrapper li,
.ktp-page-wrapper td {
  color: #000000;
}
.page-id-37812 a {
  color: #6b2fa0;
  text-decoration: none;
}
.page-id-37812 a:hover {
  text-decoration: underline;
}
.ktp-purple {
  color: #5e0d8b;
}
.ktp-purple-link {
  color: #5e0d8b;
  font-weight: 600;
}

/* ── BEST PRACTICES STRIP ── */
.practices-strip--section {
	padding-top:0 !important;
}
.ktp-best-practices-strip {
text-align: center;
  background: #f5f5f7;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: -55px;
}
.ktp-best-practices-strip h4 {
  color: #000;
}
.ktp-best-practices-strip h4 a {
  color: #000;
}
.ktp-best-practices-strip .btn-primary {
  min-width: 141px;
}
.ktp-best-practices-strip h4 a strong {
  color: #6b2fa0;
}
.ktp-best-practices-strip a:hover {
	text-decoration:none;
}


/* ── SECTIONS ── */
.ktp-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e8e8;
}

/* ── SECTION ONE: INTRO BLOCK (badge floated right) ── */
  .topban {
    background: linear-gradient(135deg, #5F2B85 0%, #852B99 60%, #6a1fa0 100%);
    padding: 70px 25px 130px;
    text-align: center;
    width: 100%;
  }
  .topban-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 14px;
  }
  .topban h1 {
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  .topban h1 span {
    display: inline-block;
  }
  .topban-sub {
    font-size: 16px;
    color: rgba(255,255,255);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .topban-divider {
    width: 48px;
    height: 3px;
    background: rgba(255,255,255,0.35);
    border-radius: 2px;
    margin: 20px auto 0;
  }

  .section-title {
    font-size: 26px;
    font-weight: 700;
    color: #2a0040;
    margin-bottom: 24px;
    display: flex;
    gap: 10px;
  }
  /*.section-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, #852B99, #5F2B85);
    border-radius: 2px;
    flex-shrink: 0;
	margin-top: 6px;
  }*/

  .intro-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
	padding-bottom: 20px;
  }
  
@media (min-width:768px) {
	.intro-badge img {
	  position: sticky;
	  right: 0;
	  top: 100px;
	}
}

  .intro-badge img {
    width: 100%;
    display: block;
    margin: 0 auto 8px;
  }
  .intro-badge-label {
    font-size: 11px;
    color: #852B99;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .intro-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 12px;
  }
  .intro-text strong {
    color: #5F2B85;
  }

  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .list-card {
    padding: 20px 10px 0 0;
  }
  .list-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #852B99;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .list-card-title svg {
    flex-shrink: 0;
  }
  .list-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .list-card ul li {
    font-size: 14px;
    color: #444;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
  }
  .list-card ul li:last-child {
    border-bottom: none;
  }
  .list-card ul li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #852B99;
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
  }

  .cert-row {
    display: flex;
    gap: 24px;
	justify-content: space-between;
  }
  .cert-img {
    max-width: 400px;
	width: 100%;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #ddb8f0;
  }
  .cert-text h3 {
    font-weight: 700;
    color: #3a1060;
    margin-bottom: 8px;
	padding-top: 0;
	text-transform: inherit;
  }
  .cert-text p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .cert-labs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .cert-labs span {
    background: #fff;
    border: 1px solid #c49de0;
    color: #5F2B85;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    padding: 3px 12px;
  }

  .deep-dive {
    background: #2a0040;
    border-radius: 12px;
    padding: 36px 40px;
	display:none;
  }
  .deep-dive-title {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 26px;
  }
  .deep-dive-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
.deep-dive-item p {
	margin-bottom:0;
}
  .deep-dive-item {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 12px 16px;
    flex: 1;
    min-width: 160px;
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .deep-dive-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(133,43,153,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .deep-dive-icon svg {
    width: 16px;
    height: 16px;
    stroke: #e8b5ff;
  }
  .deep-dive-item span {
    font-size: 13px;
    color: rgba(255,255,255,0.88);
    line-height: 1.4;
    font-weight: 500;
  }

  .blog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5F2B85;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #ddb8f0;
    padding-bottom: 1px;
    transition: color 0.2s, border-color 0.2s;
  }
  .blog-link:hover {
    color: #852B99;
    border-color: #852B99;
	text-decoration: none !important;
  }

/* ── SECTION TWO: SCHEDULE TABLE ── */
.ktp-section h5 {
  color: #000;
  margin-bottom: 8px;
}
.ktp-table-wrap {
  overflow-x: auto;
  margin: 20px 0 36px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.ktp-table  {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 620px;
  margin: 0;
}
.ktp-table thead {
  border-bottom: 0;
}

.ktp-table thead tr {
  background-color: #9fc406;
}
.ktp-table thead th {
  color: #ffffff;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
}
.ktp-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.ktp-table tbody tr:last-child {
  border-bottom: none;
}
.ktp-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.ktp-table tbody td {
  padding: 12px 16px;
  line-height: 1.6;
  border-left: 0;
}
.ktp-table .ktp-status {
  color: #2a7a2a;
  font-weight: 700;
  white-space: nowrap;
}
.ktp-table .ktp-action {
  white-space: nowrap;
}
.ktp-table .btn-secondary {
  display: inline-block;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  background: #6b2fa0;
  color: #fff !important;
  border: 0;
  min-width: 115px;
  transition: background 0.2s ease;
}
.ktp-table .btn-secondary:hover {
  background: #4e1f7a;
  text-decoration: none;
}

/* ── BEST PRACTICES RESOURCE CARDS ── */
.ktp-bp-resources {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}
.ktp-bp-resources > p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ktp-bp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ktp-bp-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.ktp-bp-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.ktp-bp-card a {
  color: #6b2fa0;
  font-size: 14px;
}
.ktp-bp-card ul {
  padding-left: 18px;
  margin: 4px 0 0;
}
.ktp-bp-card ul li {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 4px;
}

/* ── SECTION THREE: SIGN UP ── */
.ktp-signup {
  background: #f0f6ff;
  border-left: 4px solid #004b8d;
  border-radius: 8px;
  padding: 32px 36px;
}
.ktp-signup h2 {
  border-bottom-color: #ccdff5;
}
.ktp-signup h5 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #000;
  font-weight: 600;
}
.ktp-signup p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}


/* ── Related Articles ── */
.page-id-37812 .related-articles h2 {
	text-transform: capitalize;
	font-size: 26px !important;
	margin-bottom: 40px !important;
}

.related-articles h2.section.underline::after {
	content:none;
}

section.related-articles .articles a + .card:hover h5 {
	color:#fff !important;
}

section.related-articles .articles .card {
	border-radius: 10px;
	overflow:hidden;
	margin-bottom: 2em;
}

section.related-articles .articles .card img {
  height: 260px;
  object-fit: contain;
  object-position: center;
  background: black;
}

section.related-articles .articles .card .card-link {
  color: #5e2b85;
}

section.related-articles .articles .card .card-link:hover {
	text-decoration:underline;
}

a.card-link::after {
  content: none !important;
}

section.related-articles .articles .card {
	background-color: #f5f5f5;
}


/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ktp-cert-img {
    flex: none;
    max-width: 100%;
  }
  .ktp-bp-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .ktp-best-practices-strip {
	flex-direction:column;	
  }
  .ktp-bp-grid {
    grid-template-columns: 1fr;
  }
  .ktp-signup {
    padding: 24px 18px;
  }
	.intro-grid, .two-col {
		grid-template-columns: 1fr;
	}
	.two-col {
		margin-bottom: 0;
	  }
	.cert-row {
		flex-direction: column;
		margin-top: 40px;
	}
	.page-id-37812 .topp--section ~ .section, section.related-articles {
		padding-left:15px !important;
		padding-right:15px !important;
	}
}