h1.main-title,
body.page-id-36708 main.content.course-content article.hentry h2 a span,
body.page-id-36580 main.content.course-content article.hentry h2 a {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-dark-blue)!important;
  margin-bottom: 2rem;
}

.user-greeting {
  position: relative;
  display: inline-block;
}

.header-profile-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 10px 20px;
  border-radius: 8px;
  top: calc(100%);
  right: 0;
}

.user-name-icondropbtnMy:hover + .header-profile-dropdown,
.user-name-icon:focus + .header-profile-dropdown,
.user-greeting:hover .header-profile-dropdown {
  display: block;
}

.top-nav .logo a {
  display: flex;
  align-items: center;
}

.user-greeting .user-name-icon {
  display: flex;
  align-items: center;
}

.user-greeting .user-name-icon .avatar {
  margin-right: 10px;
}

.profile-wrapper:hover .header-profile-dropdown {
  display: block;
}

.header-profile-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.header-profile-dropdown ul:last-child {
  margin-bottom: 0;
}

.userEmail li a {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  display: block;
  text-decoration: none;
  padding: 4px 0;
}

.userEmail li a.emailClass {
  font-weight: 400;
  font-size: 13px;
  color: #777;
}

.header-profile-dropdown li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}

.header-profile-dropdown li:last-child {
  margin-bottom: 0;
}

.header-profile-dropdown a {
  color: #444;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.header-profile-dropdown a:hover {
  color: #0073e6;
}

.header-profile-dropdown .dropIcon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.header-profile-dropdown svg {
  margin-right: 8px;
  color: #4d9965;
  font-size: 16px;
  min-width: 20px;
}

.main-container {
  display: flex;
  flex-direction: row;
  padding-right: 30px;
  box-sizing: border-box;
}

div#primary-leadership-zone {
  padding: 24px 0px;
  flex: 1;
  width: calc(100% - 290px);
}

.sidebar.collapsed ~ div#primary-leadership-zone {
  width: calc(100% - 115px);
}

/* custom sidebar css start here */
.sidebar.collapsed {
  width: 85px;
  min-width: 85px;
  /*overflow-x: hidden;*/
}

.sidebar {
  transition: 0.3s all;
}

#sidebarToggle {
  /*padding: 0px 40px 16px 24px;*/
  padding: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#sidebarToggle .siderbar-icon {
  position: absolute;
  right: -37px;
  font-size: 25px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 0 8px 8px 0;
  color: #003050;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  box-shadow: var(--shadow-soft);
}

#sidebar .nav-section .nav-item a,
#sidebar .nav-section .nav-item a:visited {
  color: var(--color-white);
}

.sidebar.collapsed #sidebarToggle .siderbar-icon {
  position: absolute;
  right: -37px;
  font-size: 25px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 8px 0px 0px 8px;
  color: #003050;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  box-shadow: var(--shadow-soft);
}

.sidebar .sidebar-title {
  margin: 0px;
  white-space: nowrap;
}

.sidebar .sidebar-title,
.sidebar .nav-section-title,
.sidebar .nav-item span {
  transition: 0.5s all;
  display: block;
}

.sidebar.collapsed .sidebar-title,
.sidebar.collapsed .nav-item span {
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}

#sidebar .nav-section .nav-item a {
  display: flex;
  white-space: nowrap;
  align-items: center;
  width: 100%;
}

#sidebar .nav-section .nav-item a,
#sidebar .nav-section .nav-item a:visited {
  color: var(--color-white);
  text-decoration: none;
}

.sidebar-toggle {
  position: absolute;
  top: 10px;
  right: -15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.5s ease;
}

.sidebar.collapsed .siderbar-icon {
  transform: rotate(180deg);
}

.sidebar.collapsed .nav-section-title {
  text-overflow: ellipsis;
  width: calc(100% - 12px);
  overflow: hidden;
}

.logged-in.admin-bar .top-nav {
  top: 32px;
}

.footer {
  background: #003050;
  color: #fff;
  text-align: center;
  padding: 20px;
  text-align: center;
  width: cal(100% - 40px);
  font-size: 16px;
}

.footer a {
  color: #5eb77a;
}

.footer a:hover {
  color: #5ccc80;
}

main.content.course-content {
  display: flex;
  flex-direction: row;
}

.widget-area.right-section {
  width: fit-content;
  /*background: #f0f3f6;*/
}

.widget-area.right-section .widget.widget_ldcoursenavigation {
  padding: 0;
}

main.content.course-content article.hentry {
  width: 72vw;
  padding-right: 30px;
  box-sizing: border-box;
}

.widget-area.right-section a.ld-home-link {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: var(--gray-700);
}

.widget-area.right-section span.ld-text.ld-primary-color {
  color: var(--primary-blue);
}

.widget-area.right-section .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
  font-size: .875em;
  font-weight: 400;
  color: var(--primary-dark-blue);
}

.widget-area.right-section .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
  font-size: .875em;
  font-weight: 400;
  color: var(--primary-dark-blue);
}

.widget-area.right-section .learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
  font-size: 0.625em;
}

.widget-area.right-section .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items {
  background: #fff;
}

.widget-area.right-section .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before {
  border-top: 8px solid #f0f3f6;
}

.widget-area.right-section .widget.widget_ldcoursenavigation,
.widget-area.right-section .widget.widget_ldcourseprogress {
  background: #f0f3f6;
  border-radius: 6px;
  padding: 20px;
}

.daily-mindset-hub {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-dark-blue);
  margin-bottom: 1.5rem;
}

body.page-id-36708 main.content.course-content article.hentry,
body.page-id-36580 main.content.course-content article.hentry{
  width: 100vw;
  padding-right: 0;
}

@media (max-width: 1024px) {
  h1.main-title,
  body.page-id-36708 main.content.course-content article.hentry h2 a span,
  body.page-id-36580 main.content.course-content article.hentry h2 a {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  h1.main-title,
  body.page-id-36708 main.content.course-content article.hentry h2 a span,
  body.page-id-36580 main.content.course-content article.hentry h2 a {
    font-size: 26px;
    margin-bottom: 28px;
  }
}

@media (max-width: 768px) {
  h1.main-title,
  body.page-id-36708 main.content.course-content article.hentry h2 a span,
  body.page-id-36580 main.content.course-content article.hentry h2 a {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .daily-mindset-hub {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 650px) {
  h1.main-title,
  body.page-id-36708 main.content.course-content article.hentry h2 a span,
  body.page-id-36580 main.content.course-content article.hentry h2 a {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .course-card-image {
    width: 100%;
    height: auto;
  }
  .course-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

@media (max-width: 576px) {
  h1.main-title,
  body.page-id-36708 main.content.course-content article.hentry h2 a span,
  body.page-id-36580 main.content.course-content article.hentry h2 a {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .daily-mindset-hub {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .card-badge {
    position: absolute;
    right: 20px;
  }
  .progress-ring {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    position: absolute;
    right: 20px;
  }
  .user-greeting .user-name-icon span {
    display: none;
  }
}

@media (max-width: 520px) {
  h1.main-title,
  body.page-id-36708 main.content.course-content article.hentry h2 a span,
  body.page-id-36580 main.content.course-content article.hentry h2 a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .card-metric {
    flex-direction: column;
    align-items: self-start;
  }
}

@media (max-width: 480px) {
  .sidebar.collapsed {
    width: 72px;
    min-width: 72px;
  }
  .nav-item {
    padding: 11px 10px;
  }
  .quote-image-div {
    width: 100%;
    text-align: center;
  }
  img.quote-image {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
  }
  .daily-mindset-hub {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}