/*
Theme Name: Divi Child
Template: Divi
Author: Pete Castanik
Description: Child theme for the LearnDash LMS Plugin pages.
*/


:root {
	--cchr-red-100:				#FFD2C1;
	--cchr-red-200:				#FEBCA6;
	--cchr-red-300:				#FC9888;
	--cchr-red-400:				#FA8270;
	--cchr-red-500:				#F66E57;
	--cchr-red-600:				#E85E47;
	--cchr-red-700:				#DA4E37;
	--cchr-red-800:				#CC3E27;
	--cchr-red-900: 			#BE2E17;
	--cchr-green-100:			#b2ec9d;
	--cchr-green-300:			#8ce06b;
	--cchr-green-500:			#65d439;
	--cchr-green-700:			#4bcf26;
	--cchr-green-900:			#3ec918;

	--cchr-gray-100:			#f9f9f9;
	--cchr-gray-200:			#eaeaea;
	--cchr-gray-300:			#dbdbdb;
	--cchr-gray-400:			#cccccc;
	--cchr-gray-500:			#bdbdbd;
	--cchr-gray-600:			#aeaeae;
	--cchr-gray-700:			#9f9f9f;
	--cchr-gray-800:			#909090;
	--cchr-gray-900:			#9e9e9e;

	--cchr-black-100:			#b0b0b0;
	--cchr-black-300:			#7a7a7a;
	--cchr-black-500:			#424242;
	--cchr-black-700:			#2e2e2e;
	--cchr-black-900:			#222222;
}


/* Learndash CSS Key
	body.sfwd-courses-template-default	>	Course [] page
	body.sfwd-lessons-template-default	>	Lesson [] page
	body.sfwd-topic-template-default		>	Top [] page
	body.sfwd-quiz-template-default			>	Quiz [] page
*/


/* Lato font for headers */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* Global text and color */
.learndash-wrapper, 
.learndash-wrapper p:not(#main-footer p), 
.learndash-wrapper li, 
.learndash-wrapper div:not(:hover),
.learndash-wrapper h1, 
.learndash-wrapper h2, 
.learndash-wrapper h3, 
.learndash-wrapper h4,
.learndash-wrapper h5, 
.learndash-wrapper h6 {
	font-family: 'Lato', 'Open Sans', sans-serif !important;
  color: var(--cchr-black-500);
}


/* Prevent font override for ld icons */
.learndash-wrapper .ld-icon:before,
.learndash-wrapper .ld-status-icon:before {
  font-family: 'ld-icons' !important;
}


/* Global header */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-weight: 700;
	letter-spacing: -0.035rem;
}





/* <---------------------------------------- Global Wordpress Object Removal ----------------------------------------> */
/* Remove award section from footer to reduce learner distractions */
body.learndash-cpt #block-20 { /*v3*/
	display: none;
}


/* Remove newsletter popup */
body.learndash-cpt #pum-10515 {
	display: none !important
}


/* Remove translate bar to reduce learner distractions */
body.sfwd-courses-template-default .gtranslate_wrapper,
body.sfwd-lessons-template-default .gtranslate_wrapper,
body.sfwd-topic-template-default .gtranslate_wrapper,
body.sfwd-quiz-template-default .gtranslate_wrapper {
	display: none;
}
.et_right_sidebar #sidebar {
  display: none;
}


/* Remove "AddToAny" social media icons */
body.postid-14556 .addtoany_content,
body.page-id-15359 .addtoany_content {
	display: none;
}





/* <---------------------------------------- Custom course landing page ----------------------------------------> */
/* Baker Act Basics: Free Course | page-id-153596 */
/* Note: Uses a combination of Divi builder configurations, custom code, and code blocks with CSS */


/* Global page settings */
body.page-id-15359 {
	line-height: 1.7 !important;
}


/* -------------- Section 0 --------------- */
/* Enrollment button */
body.page-id-15359 .custom-course-btn {
  display: block;
	width: 60%;
	margin: 0 auto;
	padding: 16px 40px;
	border: none;
  border-radius: 4px;
  background-color: rgba(66, 66, 66, 0.85);
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
body.page-id-15359 .custom-course-btn.enroll,
body.page-id-15359 .custom-course-btn.resume {
  font-family: inherit;
  line-height: 1.4;
}
body.page-id-15359 .custom-course-btn:hover {
  background-color: rgba(66, 66, 66, 0.90);
  color: #fff;
	transform: translateY(-5px);
}
@media (max-width: 980px) {
	body.page-id-15359 .et_pb_section_0 {
		padding-bottom: 150px;
	}
}


/* -------------- Section 1 --------------- */
/* Secton layout */
body.page-id-15359 .et_pb_section_1 .et_pb_row {
	position: relative;
  justify-content: space-between;
  gap: 24px;
	padding: 0px;
}
body.page-id-15359 .et_pb_section_1 .et_pb_column {
	position: relative;
	flex: 0 0 calc((100% - 48px) / 3);
	order: unset;
	width: auto !important;
  max-width: calc((100% - 48px) / 3);
	margin-top: -200px;
	margin-right: 0px;
	z-index: 10;
}
body.page-id-15359 .et_pb_section_1 h4 {
	padding: 5px 0 15px 0;
}
/* Blurb layout */
body.page-id-15359 .et_pb_blurb {
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media (max-width: 980px) {
	body.page-id-15359 .et_pb_section_1 .et_pb_row:after {
		display: none;
	}
  body.page-id-15359 .et_pb_section_1 .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
		width: 100%;
		padding: 0px 40px;
		margin-top: -150px;
  }
  body.page-id-15359 .et_pb_section_1 .et_pb_column {
		margin: 0px;
		flex: 0 1 80%;
    max-width: 100%;
  }
	body.page-id-15359 .et_pb_blurb {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}
}
@media (max-width: 767px) {
  body.page-id-15359 .et_pb_section_1 {
    padding: 50px 0 !important;
  }
	body.page-id-15359 .et_pb_section_1 p {
    font-size: 0.875rem;
  }
	 body.page-id-15359 .et_pb_section_1 .et_pb_column {
		flex: 0 1 100%;
	}
}


/* -------------- Section 2 --------------- */
/* Lesson list toggle */
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_close,
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_open {
	padding: 15px 20px;
 	margin-bottom: 20px;
}
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_title {
	color: #474747 !important;
	font-weight: 600 !important;
	margin-left: 28px;
}
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_item::after {
  content: "";
  display: block;
	position: absolute;
  left: 20px;
	top: 17px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_0::after {
  background-image: url('https://cchrflorida.org/wp-content/uploads/2025/09/handshake.png');
}
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_1::after,
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_2::after,
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_3::after,
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_4::after,
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_5::after {
  background-image: url('https://cchrflorida.org/wp-content/uploads/2025/09/book.png');
}
body.page-id-15359 .et_pb_section_2 .et_pb_toggle_6::after {
  background-image: url('https://cchrflorida.org/wp-content/uploads/2025/09/list.png');
}


/* -------------- Section 4 --------------- */
/* Author section */
body.page-id-15359 .author-photo {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto 30px auto;
}
body.page-id-15359 .author-info {
	margin: 0 auto;
}
/* Award section*/
body.page-id-15359 .award-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
body.page-id-15359 .award-image {
	max-width: 180px;
}





/* <---------------------------------------- Custom course home page ----------------------------------------> */
/* Baker Act Basics: v3 | page-id-14706 */
/* Note: this page has WP code blocks with CSS to style Learndash elements */


/* Header bar */
.custom-header {
	transition: height 0.4s ease;
	transition: all 0.4s ease;
}
.custom-header.shrunk.et_pb_section_0_tb_header.et_pb_section {
	height: 52px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	background: #ffffff !important;
}
.custom-header.shrunk.et_pb_section_0_tb_header.et_pb_section p,
.custom-header.shrunk.et_pb_section_0_tb_header.et_pb_section span {
	color: #474747;
}


/* -------------- Section 0 --------------- */
/* Hero */
.course-hero { 
  position: relative;
  padding: 138px 0 60px 0 !important;
  height: 400px;
	max-height: 400px;
  overflow: visible;
}
.hero-title {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.hero-description {
  margin: 0;
  max-width: 100%;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}
@media (min-width: 1500px) {
  body.page-id-14706 .course-hero .et_pb_row {
    padding: 100px 0 60px 0 !important;
  }
}
@media (max-width: 980px) {
	.hero-title {
		text-align: center;
	}
	.hero-description {
		max-width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}
@media (max-width: 767px) {
  body.page-id-14706 .course-hero.et_pb_section {
		padding: 100px 0 60px 0 !important;
	}
	.hero-description {
		max-width: 90%;
	}
}
/* Course Info Card */
.course-info-card {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 360px;
  max-width: 360px !important;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.075);
  overflow: hidden;
}
.course-image {
  display: block;
  width: 100%;
  height: auto;
}
.course-meta {
  padding: 20px 20px 50px 20px;
  color: var(--cchr-black-500);
}
.course-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.course-avatar-images {
  display: flex;
  align-items: center;
}
.course-avatar-images img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-left: -10px;
}
.course-avatar-images img:first-child {
  margin-left: 0;
}
.course-avatar-count {
  font-size: 0.875rem;
  color: var(--cchr-black-500);
}
.course-avatar-count {
  font-size: 0.875rem;
  color: var(--cchr-black-500);
}
.course-start-btn {
  display: block;
  width: 100%;
  margin: 24px 10px;
  padding: 12px 14px;
  border-radius: 8px;
	background: var(--cchr-red-900);
}
.course-start-btn .ld-button {
	padding: 0px;
	font-size: 0.875rem;
	color: #fff;
  font-weight: 700;
}
.course-status {
  display: block;
	width: fit-content;
  margin: 20px auto;
  color: var(--cchr-black-300);
  font-size: 0.75rem;
}
.course-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-details h4 {
  margin: 0;
	padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--cchr-black-500);
}
.course-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 0.875rem;
  color: var(--cchr-black-500);
}
.course-meta-item img {
  flex-shrink: 0;
  width: 16px;
  height: 18px;
}
@media (max-width: 980px) {
  .card-col {
    position: unset;
		margin: 40px 0 60px 0 !important;
  }
	.course-info-card {
  	position: unset;
		display: flex;
		width: 100%;
    max-width: 100% !important;
		border-radius: 5px;
	}
	.course-info-card .course-image {
		display: none;
	}
	.course-meta {
    flex: 1;
	}
	.course-meta h4 {
    margin-top: 20px;
		text-align: center;
	}
	.course-details {
		flex-direction: row;
		justify-content: center;
	}
	.course-progress-container {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	.card-col {
		margin: 10px 0 60px 0 !important;
	}
	.course-info-card {
		width: 100%;
    max-width: 100% !important;
	}
}


/* --------------- Section 1 --------------- */
/* Course Main */
body.page-id-14706 .et_pb_section_1 {
	margin: 30px 0 100px 0;
	padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-14706 .et_pb_column {
	z-index: 1;
}
/* Learndash progress bar and activity */
body.page-id-14706 .course-progress-container {
	margin-bottom: 60px;
	padding: 15px 30px;
	border-radius: 5px;
	background-color: var(--cchr-gray-100);
}
body.page-id-14706 .learndash-wrapper .ld-progress {
	margin: 0;
}
body.page-id-14706 .learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar {
	background-color: var(--cchr-gray-200);
}
body.page-id-14706 .course-activity {
	font-size: .75rem;
}
/* Lesson intro area */
body.page-id-14706 .lesson-intro  {
	margin-bottom: 60px;
	color: var(--cchr-black-500);
	font-size: 1rem;
	line-height: 1.6;
}
/* Course list */
body.page-id-14706 .ld-section-heading h2 {
	text-align: left !important;
  font-weight: bolder;
  color: var(--cchr-black-700);
}
body.page-id-14706 .ld-lesson-list {
	margin-bottom: 0px;
}
body.page-id-14706 .ld-item-list-item-expanded::before {
	background-color: var(--cchr-gray-100) !important;
}
/* Expand button */
body.page-id-14706 .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
	background-color: var(--cchr-gray-100) !important;
}
body.page-id-14706 .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button:hover {
	color: var(--cchr-black-500) !important;
}
/* Topic count text */
body.page-id-14706 .ld-item-component {
	color: var(--cchr-black-500);
	font-weight: 600;
}
/* Topic collapse button */
body.page-id-14706 .ld-item-list-item-preview .ld-icon.ld-primary-background {
	background-color: var(--cchr-black-300) !important;
}
body.page-id-14706 .ld-item-list-item-preview .ld-text {
	color: var(--cchr-black-500) !important;
}
/* Topic header area */
body.page-id-14706 .ld-topic-list .ld-table-list-header {
	background-color: var(--cchr-gray-200) !important;
}
body.page-id-14706 .ld-topic-list .ld-lesson-list-progress {
	border-right: 1px solid var(--cchr-black-500) !important;
}
body.page-id-14706 .ld-topic-list .ld-table-list-header:hover {
	color: var(--cchr-black-500);
}
body.page-id-14706 .ld-table-list .ld-table-list-item {
	border-bottom: 1px solid var(--cchr-gray-200);
}
body.page-id-14706 .ld-item-list .ld-item-list-item {
	border: none;
	background-color: var(--cchr-gray-100);
}
body.page-id-14706 .ld-item-list .ld-item-list-item .ld-item {
	display: flex;
  align-items: center;
}
body.page-id-14706 .ld-status-icon {
	flex-basis: 22px;
	width: 22px;
	height: 22px;
	margin: 0px 12px 0px 0px !important;
	color: #ffffff;
}
body.page-id-14706 .ld-status-incomplete.ld-status-icon {
	border: 1px solid var(--cchr-gray-300);
}
body.page-id-14706 .ld-item-name {
	align-items: center;
}
body.page-id-14706 .ld-item-title {
	margin-right: 5px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--cchr-black-500);
	line-height: 1.325;
}


/* --------------- Section 2 --------------- */
/* FAQ */
body.page-id-14706 .et_pb_section_2 {
	margin: 100px 0px;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
	background: var(--cchr-gray-100);
}
body.page-id-14706 .faq-module { /* scoped to Divi custom class */
	margin-bottom: 5px !important;
}

body.page-id-14706 .faq-section {
  max-width: 1200px;
}
body.page-id-14706 .faq-section h2 {
  font-size: 24px;
}
body.page-id-14706 .et_pb_toggle {
  margin-bottom: 10px !important;
	border: 1px solid #ddd;
  border-radius: 8px;
	background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
body.page-id-14706 .et_pb_toggle_title {
	padding: 5px 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--cchr-black-500);
  background-color: #fff;
	transition: background-color 200ms ease-in-out !important;
}
body.page-id-14706 .et_pb_toggle_open .et_pb_toggle_title {
  background-color: #fff;
}
body.page-id-14706 .et_pb_toggle_content {
  padding: 5px 10px;
	background-color: #fff;
  font-size: 1rem;
	font-size: 0.875rem;
  line-height: 1.6;
  color: var(--cchr-black-500);
}
body.page-id-14706 .et_pb_toggle_close .et_pb_toggle_title:before,
body.page-id-14706 .et_pb_toggle_open .et_pb_toggle_title:before {
	color: var(--cchr-black-300);
}
body.page-id-14706 .et_pb_toggle_close .et_pb_toggle_title:after,
body.page-id-14706 .et_pb_toggle_open .et_pb_toggle_title:after {
  right: 20px;
	font-size: 1.3rem;
}
body.page-id-14706 .support-note {
  margin-top: 40px;
  font-size: 0.95rem;
  color: var(--cchr-black-500);
}
body.page-id-14706 .support-note a {
  color: var(--cchr-red-900);
  font-weight: 500;
  text-decoration: none;
}
body.page-id-14706 .support-note a:hover {
  text-decoration: underline;
}


/* --------------- Section 3 --------------- */
/* About the Instructor */
body.page-id-14706 .et_pb_section_3 {
	margin: 100px 0px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.author-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 100%;
}
.author-photo {
  width: 120px;
  height: 120px;
	flex-shrink: 0;
  border-radius: 50%;
}
.author-grid h2 {
		font-size: 24px
	}
.author-info {
  max-width: 720px;
}
.author-info p {
  margin: 0;
  padding: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--cchr-black-500);
}
.author-info p + p {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
	.author-grid {
		flex-direction: column;
		gap: 30px;
	}
}




/* <---------------------------------------- Lesson, Topic, Quiz Pages ----------------------------------------> */
/* Global font style */
.learndash-wrapper {
	line-height: 1.7em;
}
.learndash-wrapper #et-boc {
	margin: 0 auto;
}
/* Header/menu bar */
.learndash-wrapper .ld-focus .ld-focus-header {
	justify-content: flex-start;
	height: 52px;
	background-color: #ffffff;
	box-shadow: 0px 2px 10px rgba(0,0,0, 0.1);
	border: none;
}
/* Header/menu logo */
.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
	flex: none;
}
/* Header/menu Logo title */
.learndash-wrapper .ld-focus .ld-focus-header .logo-title {
	font-weight: 600;
}
/* Header/menu other items */
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	display: none;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-empty {
	border: none;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
	display: none;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
	margin-left: auto;
	border: none;
	font-weight: 600;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
	font-size: 14px;
	font-weight: 600;
	color: #474747;
}
/* User menu hover state */
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover {
	opacity: 1;
	background: var(--cchr-red-800) !important;
}
@media (max-width: 768px) {
	.learndash-wrapper .ld-focus .ld-focus-header {
		position: none !important;
	}
	.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav {
		order: 0;
	}
	.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span {
		background-color: #ffffff;
	}
}


/* Focus sidebar */
/* Sidebar */
.learndash-wrapper .ld-focus:not(.ld-focus-sidebar-collapsed) .ld-focus-sidebar {
	border-right-color: var(--cchr-gray-200) !important;
}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar {
	border-right: none !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .learndash-wrapper {
	background-color: transparent;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation {
	margin: 0;
}
.learndash-wrapper .ld-focus:not(.ld-focus-sidebar-collapsed) .ld-focus-sidebar .ld-course-navigation {
	border-bottom: 1px solid var(--cchr-gray-200);
}
/* Sidebar Heading */
/* Collapsed */
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-trigger {
	background-color: #ffffff !important;
}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-trigger .ld-icon {
	background: var(--cchr-red-900);
}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-trigger .ld-icon-arrow-right {
	position: relative;
	left: 9px !important;
	right: 0;
}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-trigger .ld-icon-arrow-right::after {
  content: "Expand sidebar";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
	padding: 6px 8px;
	border-radius: 4px;
  background: var(--cchr-black-900);
	font-family: 'Lato', 'Open Sans', sans-serif !important;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
	transition-delay: 0.3s;
}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-trigger .ld-icon-arrow-right:hover::after {
  opacity: 1;
}
.ld-focus-sidebar-trigger.tooltip-suppressed .ld-icon-arrow-right::after {
  display: none !important;
}
/* Open */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
	margin: 9px 0;
	padding: 0;
	font-size: 16px;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 span {
	display: none;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	left: 45%;
	right: unset;
	font-size: initial;
	box-shadow: 0px 2px 10px rgba(0,0,0, 0.1);
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon-arrow-left {
	background-color: #ffffff;
	border: 1px solid var(--cchr-red-900);
	color: var(--cchr-red-900);
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger:hover .ld-icon:before {
	position: relative;
	left: 1px;
	opacity: 1;
}
/* Progress bar */
.learndash-wrapper .ld-focus .ld-focus-sidebar .learndash-wrapper .ld-progress {
	flex-direction: row;
	margin: 15px auto 15px auto;
	padding: 0 15px 20px 15px;
}
/* Bar */
.learndash-wrapper .ld-focus .ld-focus-sidebar .learndash-wrapper .ld-progress .ld-progress-bar {
	height: 4px;
	margin: 5px 0 10px 0;
	border-radius: 0px;
	background-color: var(--cchr-gray-200);
}
/* Progress bar stats */
.learndash-wrapper .ld-focus .ld-focus-sidebar .learndash-wrapper .ld-progress .ld-progress-stats {
	display: unset;
	flex: unset;
	justify-content: unset;
}
/* Progress text */
.learndash-wrapper .ld-focus .ld-focus-sidebar .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	color: var(--cchr-gray-900) !important;
}
/* Activity text */
.learndash-wrapper .ld-focus .ld-focus-sidebar .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps {
	font-size: 11px;
	font-weight: 700;
	color: var(--cchr-gray-900);
}
/* Lesson item */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
	background-color: transparent;
	border: none;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
	padding: 15px;
	border-top: 1px solid var(--cchr-gray-200);
}
/* Lesson title */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-title {
	color: var(--cchr-black-500) !important;
	font-size: 14px;
	font-weight: 600;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-title {
	color: var(--cchr-black-500) !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-title:hover {
	color: var(--cchr-red-900) !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-status-icon {
	flex: 0 0 20px !important;
	height: 20px !important;
	width: 20px !important;
	margin-top: 0 !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-status-icon.ld-status-incomplete {
 border: 2px solid var(--cchr-gray-200) !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-status-icon:not(.ld-status-complete) {
	border-color: var(--cchr-gray-300) var(--cchr-gray-300) var(--cchr-gray-300) var(--cchr-gray-300) !important;
	background-color: #ffffff;
}
/* Check mark */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-status-icon .ld-icon:before {
	top: 52%;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-status-complete {
	border: 2px solid var(--cchr-green-900);
	background-color: var(--cchr-green-900) !important;
	color: #ffffff;
}
/* Topic expand button area */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button {
	padding-top: .8625em !important;
	font-size: 12px;
  font-weight: 600;
}
/* Topic Expand icon */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button .ld-icon {
	background: var(--cchr-gray-600) !important;
}
/* Topic expand icon */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button .ld-icon:before {
	color: #ffffff !important;
	font-size: 1em !important;
}
/* Topic expand text */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-text.ld-primary-color {
	color: var(--cchr-black-500) !important;
}
/* Lesson expanded area */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-expanded .ld-topic-list {
	background: var(--cchr-gray-100) !important;
}
/* Topic expanded area triangle */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-expanded .ld-topic-list::before {
	background: var(--cchr-gray-100) !important;
}
/* Topic title */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-expanded .ld-topic-title {
	font-size: 1.25em !important;
}
/* Topic title icon */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-expanded .ld-status-icon {
	margin-top: 0;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-expanded .ld-status-icon.ld-status-incomplete {
	background: var(--cchr-gray-100) !important;
	border: 1px solid var(--cchr-gray-900) !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-expanded .ld-status-icon.ld-status-complete {
	color: #ffffff !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-expanded .ld-status-icon span:before {
	margin-top: 0;
	top: 56.5%;
}




/* <---------------------------------------- Lesson Content header/progress status area ----------------------------------------> */
/* Global */
.learndash-wrapper .ld-focus .ld-focus-content p,
.learndash-wrapper .ld-focus .ld-focus-content ul {
	font-size: 1rem;
}
.learndash-wrapper .ld-focus .ld-focus-content ul {
	margin-top: 0px !important;
	list-style: initial;
}
.learndash-wrapper .ld-focus .ld-focus-content li:not(:last-child) {
	margin-bottom: 8px;
}
.learndash-wrapper .ld-focus .ld-focus-content b {
	font-weight: bold !important;
}


/* Remove LearnDash title above progress bar */
.learndash-wrapper .ld-focus .ld-focus-content h1:first-child {
	display: none;
}
/* Lesson status/progress container */
.learndash-wrapper .ld-focus .learndash-wrapper .ld-lesson-status,
.learndash-wrapper .ld-focus .learndash-wrapper .ld-topic-status {
	margin-top: 4px;
	margin-bottom: 0px !important;
	border-radius: 5px 5px 0 0;
	background: var(--cchr-gray-100);
}
.learndash-wrapper .ld-focus .learndash-wrapper .ld-breadcrumbs {
	display: inline;
	background: transparent;
}
.learndash-wrapper .ld-focus .learndash-wrapper .ld-breadcrumbs {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}
/* Breadcrumbs */
.learndash-wrapper .ld-focus .learndash-wrapper .ld-breadcrumbs-segments {
	position: relative;
	padding: 5px 15px 5px 15px;
	background-color: var(--cchr-gray-100);
}
@media (max-width: 640px) {
	.learndash-wrapper .ld-breadcrumbs .ld-status {
		margin-top: 0;
	}
}
.learndash-wrapper .ld-focus .learndash-wrapper .ld-breadcrumbs-segments a {
	font-size: 12px;
	color: var(--cchr-gray-900) !important;
}
/* Progress indicator */
.learndash-wrapper .ld-focus .learndash-wrapper .ld-breadcrumbs .ld-status-progress,
.learndash-wrapper .ld-focus .learndash-wrapper .ld-breadcrumbs .ld-status-complete {
	position: absolute;
	top: 50%;
  right: 15px;
	transform: translateY(-50%);
	-webkit-transform-origin-y: -50%;
	width: fit-content;
	padding: 4px 6px !important;
	border-radius: 7px;
	background: var(--cchr-green-900) !important;
}
.learndash-wrapper .ld-focus .learndash-wrapper .ld-breadcrumbs .ld-status-complete {
	width: fit-content;
	margin-left: auto;
}
/* Complete status */
.learndash-wrapper .ld-focus .ld-focus-main .learndash-wrapper .ld-status {
	padding: 8px 12px;
	border-radius: 7px;
}
/* Custom title */
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1,
.sfwd-topic-template-default .ld-focus .ld-focus-main .ld-focus-content h1 {
	margin: 20px 0 15px 0;
}
/* Lesson progress */
.learndash-wrapper .ld-focus .ld-focus-main .learndash-wrapper .ld-progress {
	flex-direction: row;
	margin: 0px;
	padding: 5px 15px 0px 15px;
	border-radius: 0 0 5px 5px;
	background: var(--cchr-gray-100) !important;
}
.learndash-wrapper .ld-focus .ld-focus-main .learndash-wrapper.learndash-widget {
	margin: 0 auto 55px auto;
}
/* Bar */
.learndash-wrapper .ld-focus .ld-focus-main .learndash-wrapper .ld-progress .ld-progress-bar {
	height: 4px;
	margin: 5px 0 10px 0;
	border-radius: 0px;
	background-color: var(--cchr-gray-200);
}
/* Progress stats */
.learndash-wrapper .ld-focus .ld-focus-main .learndash-wrapper .ld-progress .ld-progress-steps {
	display: none;
}
/* Progress text */
.learndash-wrapper .ld-focus .ld-focus-main .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
	margin-bottom: 8px;
	font-size: 11px;
	color: var(--cchr-gray-900) !important;
}
/* Lesson body container */
.learndash-wrapper .ld-tabs {
	margin-top: 0;
}



/* <---------------------------------------- Topic below lesson body <----------------------------------------> */
/* Topic table title, progress, and steps */
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-title,
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-lesson-details .ld-lesson-list-progress,
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-lesson-details .ld-lesson-list-steps {
	color: var(--cchr-black-500) !important;
}
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-lesson-details .ld-lesson-list-progress {
	border-right: 1px solid var(--cchr-black-500) !important;
}
/* Lesson list container */
.learndash-wrapper .ld-lesson-topic-list .ld-table-list.ld-no-pagination {
	border: 1px solid var(--cchr-gray-200) !important;
}
.learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items {
	border: none !important;
}
/* Header */
.learndash-wrapper .ld-table-list .ld-table-list-header {
	border-bottom: 1px solid var(--cchr-gray-200) !important;
	background-color: var(--cchr-gray-100) !important;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps {
	font-weight: 800;
}
/* List item */
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-item {
	border-color: var(--cchr-gray-200);
}
/* Incomplete circle */
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-items .ld-status-incomplete.ld-status-icon {
	border: 4px solid var(--cchr-gray-200);
}
/* Complete Checkmark icon */
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-items .ld-icon-checkmark::before {
	color: #ffffff !important;
}
/* Topic title text */
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-item .ld-topic-title,
.learndash-wrapper .ld-lesson-topic-list .ld-table-list-item .ld-item-title {
	font-size: .875rem;
	font-weight: 600;
}
/* Lesson content footer/content actions area */
.learndash-wrapper .ld-content-actions {
	align-items: center;
	margin-top: 65px;
	padding-top: 30px;
}
/* Lesson content footer/content actions area */
.learndash-wrapper .ld-content-actions {
	border-top: 1px solid var(--cchr-gray-200);
}
/* Empty actions container */
.learndash-wrapper .ld-content-actions .ld-empty {
	display: none;
}
/* Back to Courses button */
.learndash-wrapper .ld-content-actions .ld-primary-color {
	display: none;
	color: var(--cchr-black-900) !important;
	font-size: 12px !important;
}
/* Content actions buttons */
/* Previous */
.learndash-wrapper .ld-content-actions .ld-button {
	border-radius: 7px;
	background: var(--cchr-red-400) !important;
}
/* Content actions buttons */
/* Complete button */
.learndash-wrapper .ld-content-actions .ld-content-action .sfwd-mark-complete {
	margin-left: auto;
}
.learndash-wrapper .ld-content-actions .learndash_mark_complete_button {
	border-radius: 7px;
	background-color: var(--cchr-black-500) !important;
}




/* <---------------------------------------- Survey/Quiz Page <----------------------------------------> */
/* Survey item div */
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem  {
	border: 2px solid var(--cchr-gray-200) !important;
}
/* List label */
.learndash-wrapper .wpProQuiz_questionListItem label {
	margin: 0 .5em !important;
}
/* Score calculation progress bar */
.learndash-wrapper .course_progress {
	background-color: var(--cchr-gray-200) !important;
}
/* Final score div */
.learndash-wrapper .wpProQuiz_points {
	border-color: var(--cchr-gray-200) !important;
	background-color: var(--cchr-gray-200) !important;
}





/* <---------------------------------------- Survey/Quiz Page <----------------------------------------> */
/* Header bar area */
/* Wrapping div */
.learndash-wrapper .wpProQuiz_reviewDiv {
	border-color: var(--cchr-gray-200);
}
/* Header bar */
.learndash-wrapper .wpProQuiz_reviewQuestion {
	padding: 5px !important;
	overflow-y: auto;
	background-color: var(--cchr-gray-200) !important;
}
/* progress area */
.learndash-wrapper .wpProQuiz_reviewQuestion li {
	margin: 5px;
}
/* Current question */
.learndash-wrapper .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget {
	outline: var(--cchr-red-900) !important;
	color: #ffffff !important;
	box-shadow: 0 0 1px 1px var(--cchr-black-700) !important;
}
/* Legend area */
.learndash-wrapper .wpProQuiz_reviewLegend li {
	padding-right: 20px;
}
/* Header legend current */
.learndash-wrapper .wpProQuiz_reviewLegend  span.wpProQuiz_reviewQuestion_Target {
	background-color: var(--cchr-red-900) !important;
	outline: var(--cchr-red-900) !important;
	box-shadow: 0 0 0px 0px transparent !important;
}

/* List option */
.learndash-wrapper .wpProQuiz_questionList:not([data-type=assessment_answer]) .wpProQuiz_questionListItem label {
	border: 2px solid var(--cchr-gray-200);
	margin: 0 .5em !important;
	transition: border-color .3s ease-in-out;
}
.learndash-wrapper .wpProQuiz_questionList .wpProQuiz_sortable  {
	border: 2px solid var(--cchr-gray-200) !important;
}
.learndash-wrapper .wpProQuiz_questionListItem label:hover {
	border-color: var(--cchr-gray-400) !important;
}
.learndash-wrapper .wpProQuiz_questionListItem label.is-selected {
	border-color: var(--cchr-red-700) !important;
}
/* question / options area */
/* Question */
.learndash-wrapper .wpProQuiz_question_text {
	font-size: large;
	font-weight: bold;
}
/* Options */
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
	flex-direction: unset !important;
}
/* Inputs */
/* Radio input color */
.learndash-wrapper input.wpProQuiz_questionInput {
	accent-color: var(--cchr-black-500);
}
/* Radio input color */
.learndash-wrapper .wpProQuiz_questionListItem .wpProQuiz_cloze {
	background: var(--cchr-gray-200) !important;
}
/* Quiz review summary */
.learndash-wrapper .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion {
	border: unset;
}





/* <---------------------------------------- Divi Tabs <----------------------------------------> */
/* Tab wrapper */
.learndash-wrapper .et_pb_module.et_pb_tabs {
	border: none !important;
}
/* Tab header */
.learndash-wrapper .et_pb_module.et_pb_tabs ul:not(.blocks-gallery-grid):not(.wp-block-gallery) {
	margin: 0;
}
/* Header background */
.learndash-wrapper  .et_pb_module.et_pb_tabs .et_pb_tabs_controls {
	background-color: transparent !important;
}
.learndash-wrapper .et_pb_module.et_pb_tabs .et_pb_tabs_controls:after {
	border: none !important;
}
/* Tabs */
.learndash-wrapper .et_pb_module.et_pb_tabs .et_pb_tabs_controls li {
	margin-right: 2px;
	background-color: var(--cchr-gray-200) !important;
	border-radius: 5px 5px 0 0;
	border: 1px solid var(--cchr-gray-200) !important;
}
/* Active */
.learndash-wrapper .et_pb_module.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
	background-color: #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
}
/* Tab content area */
.learndash-wrapper .et_pb_module.et_pb_tabs .et_pb_all_tabs {
	margin-top: -2px;
	border: 1px solid var(--cchr-gray-200);
}




/* <---------------------------------------- Divi Toggle <----------------------------------------> */
.learndash-wrapper .et_pb_toggle {
	margin-bottom: 15px !important;
	border-radius: 5px;
	padding: 0 20px 0 0 !important;

}
/* Closed */
.learndash-wrapper .et_pb_toggle_close {
	border: none !important;
	border: 1px solid var(--cchr-gray-200) !important;
	background: var(--cchr-gray-100) !important;
}
.learndash-wrapper h5.et_pb_toggle_title {
	padding: 20px !important;
	color: var(--cchr-black-500) !important;
}
.learndash-wrapper .et_pb_toggle_close h5.et_pb_toggle_title:before {
	color: var(--cchr-red-900) !important;
}






/* <---------------------------------------- Specific Topic Content ---------------------------------> */
/* Lesson 1: Recognized for Impact */
/* learndash_post_15923 */
#learndash_post_15923 .award-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
#learndash_post_15923 .award-grid .award-image {
  max-width: 175px;
  height: auto;
  flex: 0 1 auto;
}


/* Lesson 2: Authorized Professionals Under the Baker Act */
/* learndash_post_16171 */
#learndash_post_16171 #gavel h5.et_pb_toggle_title,
#learndash_post_16171 #siren h5.et_pb_toggle_title {
	margin-left: 26px;
}
#learndash_post_16171 #gavel h5.et_pb_toggle_title:after  {
  content: "";
	position: absolute;
  display: inline-block;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url('https://cchrflorida.org/wp-content/uploads/2025/10/gavel.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#learndash_post_16171 #siren h5.et_pb_toggle_title:after  {
  content: "";
	position: absolute;
  display: inline-block;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url('https://cchrflorida.org/wp-content/uploads/2025/10/siren.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* Toggle content */
.learndash_post_sfwd-topic .learndash-wrapper .et_pb_toggle_content {
	padding: 20px 0 20px 20px !important
}


/* Global */
/* Move to topic area? */
.learndash_post_sfwd-topic .learndash-wrapper .ld-tabs-content p:not(:last-child) {
	padding-bottom: 1.75rem !important;
}
.learndash_post_sfwd-topic .learndash-wrapper ul,
.learndash_post_sfwd-topic .learndash-wrapper ol {
	margin-top: -1rem !important;
	padding-bottom: 1.75rem !important;
}
.learndash_post_sfwd-topic .learndash-wrapper ul span,
.learndash_post_sfwd-topic .learndash-wrapper ol span {
	font-size: 1rem;
}
.learndash_post_sfwd-topic .learndash-wrapper li {
	font-size: 1rem;
}

/* Video iframe */
.ld-video iframe {
	border-radius: 3px;
	border: 1px solid var(--cchr-gray-200);
}