/* 
Theme Name: OCI-OVIN
Theme URI: https://modop.com/
Description: Created by Mod Op
Author: Mod Op
Author URI: https://modop.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: oci-ovin
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Variables Global */
@import url("variables.css");

/* Styles for woocommerce (login/lost-password/...) - under root to be able to use the variables, this can be moved or changed in a better way*/
@import url("woocommerce/assets/css/woocommerce.css");

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.subscription-form .ppcontent label {
  display: block !important;
  padding-left: 28px;
  margin-top: -22px;
  line-height: 125%;
}
.subscription-form .ppcontent a {
  color: var(--electricblue) !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  font-family: var(--mainfont) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  color: var(--almostblack);
}
h1 {
  font-size: 4rem !important;
  color: var(--almostblack) !important;
}
h2 {
  font-size: 2rem;
  color: var(--almostblack) !important;
}
.h2,
.h2 p,
.h2 h3,
.h2 h4,
.h2 h5,
.h2 h6 {
  font-size: 2rem;
  color: var(--almostblack) !important;
}
.unbold h2 {
  font-weight: 400 !important;
}
h3 {
  color: var(--almostblack) !important;
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 1rem;
  font-weight: 700;
  margin-top: 0;
}
.h3,
.h3 p,
.h3 h2,
.h3 h4,
.h3 h5,
.h3 h6 {
  color: var(--almostblack) !important;
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 1rem;
  font-weight: 700;
  margin-top: 0;
}
h4 {
  font-size: 1.125rem !important;
  color: var(--almostblack) !important;
}
.h4,
.h4 p,
.h4 h2,
.h4 h3,
.h4 h5,
.h4 h6 {
  font-size: 1.125rem !important;
  color: var(--almostblack) !important;
}
h5 {
  font-size: 1rem !important;
  color: var(--almostblack) !important;
}
.h5,
.h5 p,
.h5 h2,
.h5 h3,
.h5 h4,
.h4 h6 {
  font-size: 1rem !important;
  color: var(--almostblack) !important;
}
.plarge,
.plarge p {
  font-size: 1.5rem !important;
  line-height: 140% !important;
}

.mtsect {
  margin-top: 4rem;
}
.mbsect {
  margin-bottom: 4rem;
}
.mbmtsect {
  margin: 4rem 0;
}
.extra-max-width .e-con-inner {
  max-width: var(--themaxwidth) !important;
}

/**************************TOOL TIPS*************************/
.tooltip-wrapper {
  display: inline;
  cursor: pointer;
}
[data-md-tooltip] {
  position: relative;
  z-index: 200;
}
[data-md-tooltip]:before {
  content: attr(data-md-tooltip);
  position: absolute;
  bottom: -35px;
  left: 50%;
  padding: 8px;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: top;
  background: var(--almostblack);
  color: white;
  border-radius: 2px;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
[data-md-tooltip]:hover:before {
  transform: translateX(-50%) scale(1);
}

.dashboard table.dataTable.dtr-column > tbody > tr > td.control:before {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100% !important;
}

/**************************BUTTONS***************************/
#back-to-course-btn a {
  padding-left: 0 !important;
}

.ovinbtn a,
button.ovinbtn {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  padding: 1rem;
  text-align: center;
  border-radius: 999px;
  position: relative;
  display: inline-flex;
}
/*this creates the gradient stroke around the button*/
.ovinbtn.primary a::before,
button.primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 2px;
  background: var(--primarygradient);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ovinbtn.primary a,
button.primary {
  color: var(--white) !important;
  background: url(/wp-content/uploads/2023/06/button-white-back.png),
    url(/wp-content/uploads/2023/06/button-gradient-back.png) !important;
  position: relative;
  font-family: var(--mainfont) !important;
  background-position: -400px center, center center !important;
  background-size: 101% 101%, cover !important;
  background-repeat: no-repeat, no-repeat !important;
}
.ovinbtn.primary a:hover,
button.primary:hover {
  color: var(--almostblack) !important;
  background-position: center center, center center !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ovinbtn.primary a:focus,
button.primary:focus-visible {
  outline: 2px solid #fb692a;
}
.learndash-wrapper .ld-quiz-actions {
  gap: 1rem !important;
}
.learndash-wrapper
  .ld-content-action:last-child
  .ld-button:not(.ld-button-reverse):not(
    .learndash-link-previous-incomplete
  ):not(.ld-button-transparent) {
  /* color: #fff !important; */
}
.ovinbtn.secondary a,
button.secondary,
.learndash-wrapper
  .ld-content-action
  .sfwd-mark-complete
  input.learndash_mark_complete_button,
.learndash-wrapper
  .ld-content-action
  .sfwd-mark-complete
  input.learndash_mark_complete_button.disabled,
.learndash-wrapper
  .ld-content-action
  .sfwd-mark-complete
  input.learndash_mark_complete_button.disabled:hover,
.learndash-wrapper .ld-content-action a.ld-button,
.learndash-wrapper .ld-content-action a.ld-primary-color,
.learndash-wrapper
  .ld-button:not(.ld-button-reverse):not(
    .learndash-link-previous-incomplete
  ):not(.ld-button-transparent),
.employee-information > section > article > section > button.secondary {
  color: var(--almostblack) !important;
  background-color: var(--white) !important;
  /*background: linear-gradient(to right, red 50%, #fff 50%);*/
  background-position: -400px 0 !important;
  background-size: 102% 102%;
  border: 1px solid var(--almostblack) !important;
  background-image: url(/wp-content/uploads/2023/06/button-gradient-back-long.png) !important;
  background-repeat: no-repeat !important;
  font-weight: 400;
}
.ovinbtn.secondary .fas {
  padding-left: 0.5rem;
}
.learndash-wrapper .learndash_mark_complete_button,
.learndash-wrapper .ld-content-action a.ld-button,
.learndash-wrapper .ld-content-action a.ld-course-step-back {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  padding: 1rem !important;
  text-align: center !important;
  border-radius: 999px !important;
  position: relative !important;
  display: inline-block !important;
}
.learndash-wrapper .ld-button .ld-text {
  padding: 0 !important;
}
a.ld-course-step-back {
  color: var(--electricblue) !important;
  font-size: 0.875rem !important;
  padding-top: 1rem !important;
}
.learndash-wrapper .sfwd-mark-complete:after {
  display: none !important;
}
.ovinbtn.secondary a:active,
button.secondary:active {
  background: var(--electricblue);
}
.ovinbtn.secondary a:hover,
button.jc-button-cancel:hover,
button.secondary:hover,
.learndash-wrapper
  .ld-content-action
  .sfwd-mark-complete
  input.learndash_mark_complete_button:hover,
.learndash-wrapper .ld-content-action a.ld-button:hover,
.employee-information > section > article > section > button.secondary:hover {
  background-position: center center !important;
  color: var(--white) !important;
  border: 1px solid var(--electricblue);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
button.jc-button-cancel:focus,
button.jc-button-cancel:focus-visible {
  color: inherit;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.wpforms-page-button,
.wpforms-form input[type="submit"],
.wpforms-form button[type="submit"] {
  color: var(--white) !important;
  /* 	background: var(--primarygradient) !important; */
  background: url(/wp-content/uploads/2023/06/button-white-back.png),
    url(/wp-content/uploads/2023/06/button-gradient-back.png);
  background-position: -400px center, center center !important;
  background-size: 101% 101%, cover;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  font-family: var(--mainfont) !important;
  box-shadow: none !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  border-radius: 999px;
  position: relative;
  display: inline-block;
  border: 2px solid var(--electricblue);
}
.wpforms-page-button {
  min-width: 100px !important;
  margin-right: 0.5rem !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
div.wpforms-container-full .wpforms-form .wpforms-page-button:before,
.wpforms-page-button:hover {
  color: var(--almostblack) !important;
  background-position: center center, center center !important;
  -webkit-transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
  transition: all 500ms ease !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  border-radius: 999px;
  position: relative;
  display: inline-block;
  border: 2px solid var(--electricblue);
}
.wpforms-page-prev {
  color: var(--almostblack) !important;
  background-color: var(--white) !important;
  /*background: linear-gradient(to right, red 50%, #fff 50%);*/
  background-position: -400px 0 !important;
  background-size: 102% 102%;
  border: 1px solid var(--almostblack);
  background-image: url(/wp-content/uploads/2023/06/button-gradient-back-long.png);
  background-repeat: no-repeat;
  font-weight: 400;
}
.wpforms-page-prev:hover {
  background-position: center center !important;
  color: var(--white) !important;
  border: 1px solid var(--electricblue);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
ul.topic-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 0;
}
ul.topic-buttons li {
  position: relative;
  display: inline-flex;
}
ul.topic-buttons li a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  padding: 1rem;
  text-align: center;
  border-radius: 999px;
  position: relative;
  display: inline-flex;
  color: var(--almostblack) !important;
  background-color: var(--white) !important;
  /*background: linear-gradient(to right, red 50%, #fff 50%);*/
  background-position: -400px 0 !important;
  background-size: 106% 108%;
  border: 1px solid var(--almostblack) !important;
  background-image: url(/wp-content/uploads/2023/06/button-gradient-back-long.png);
  background-repeat: no-repeat;
}
ul.topic-buttons li a:hover {
  background-position: center center !important;
  color: var(--white) !important;
  border: 1px solid var(--electricblue);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 960px) {
  .learndash-wrapper #sfwd-mark-complete,
  .learndash-wrapper .sfwd-mark-complete {
    width: 100%;
    text-align: center !important;
  }
  .learndash-wrapper .learndash_mark_complete_button,
  .learndash-wrapper .ld-content-action a.ld-button,
  .learndash-wrapper .ld-content-action a.ld-course-step-back {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  ul.topic-buttons li a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
    padding: 0.5rem;
    text-align: center;
    border-radius: 999px;
    position: relative;
    display: inline-flex;
    color: var(--almostblack) !important;
    background-color: var(--white) !important;
    /*background: linear-gradient(to right, red 50%, #fff 50%);*/
    background-position: -400px 0 !important;
    background-size: 106% 108%;
    border: 1px solid var(--almostblack) !important;
    background-image: url(/wp-content/uploads/2023/06/button-gradient-back-long.png);
    background-repeat: no-repeat;
  }
  .learndash-wrapper .ld-quiz-actions {
    flex-direction: column !important;
  }
}
/***************************BUTTONS END***************************/
/***************************BADGES AREA***************************/
.badges-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 1;
}
h1.achievement-title,
h2.achievement-title,
h3.achievement-title {
  font-size: 2rem !important;
  font-weight: 700;
}
.badge {
  display: block;
  position: relative;
  margin: 1rem 0;
  /* 	width:24%; */
  vertical-align: top;
  order: 1;
}
.badge-icon {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  /*     margin: auto; */
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background-position: center;
  background-size: 3.25rem;
  background-repeat: no-repeat;
}
.badge-icon img {
  width: 3.25rem;
  margin: 1.2rem auto 0 auto;
  display: block;
}
/* .badge-icon::after {
	content:'';
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
	background-position: center;
	background-size:3.25rem;
	background-repeat:no-repeat;
	z-index:2;
} */
.badge-desc {
  position: relative;
  padding-top: 1.5rem;
  padding-right: 1rem;
}
.badge-desc p {
  font-size: 0.875rem;
}
.badge-desc a.courselink {
  text-decoration: underline;
  cursor: pointer;
  color: var(--almostblack);
}
.badge-desc a.courselink:hover {
  text-decoration: underline;
  color: var(--electricblue);
}
.badge-desc p.title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.badge-progress {
  border-radius: inherit;
  position: absolute;
  z-index: -1;
  margin: auto;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  animation: circle-anim 0.6s linear infinite;
  border: inherit;
}
.badge-border-gray {
  border: 1px solid var(--gray);
}
.progress-none .badge-progress {
  background: #fff;
}
.progress-none .badge-desc span.points span.users-points {
  color: var(--darkgray);
}
.progress-complete .badge-progress {
  background: var(--gradientgreenbluepurple);
  border: 1px solid #fff;
}
.badge.progress-complete {
  order: 0;
}
.progress-complete .badge-icon {
  background-color: transparent;
  border: 1px solid #fff;
}
.progress-complete .badge-icon img {
  filter: brightness(0) invert(1);
}
.progress-complete .badge-desc span.points {
  color: var(--electricblue);
}
.milestone-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.milestone-container {
  display: inline-block;
  width: 18%;
  min-width: 7.5rem;
}
.milestone {
  width: 7.375rem;
  height: 8.5rem;
  border-radius: 999px;
  position: relative;
}
.milestone p.mspoints {
  font-size: 2rem;
  text-align: center;
  display: block;
  padding-top: 2.7rem;
}
.ms-no-progress {
  border: 1px solid var(--lightgray);
  background: var(--lightgray);
}
.ms-no-progress p.mspoints {
  color: var(--gray);
}
.ms-complete {
  border: 1px solid var(--gray);
  background: url(./img/milestone-circles.png), var(--primarygradient);
  background-position: center, center;
  background-size: 5rem, cover;
  background-repeat: no-repeat;
}
.ms-complete p.mspoints {
  color: var(--white);
}
.ms-in-progress {
  border: 1px solid var(--lightgray);
  background-color: #eee;
  background-image: url(./img/milestone-background.jpg);
  background-position: bottom;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.ms-in-progress p.mspoints {
  color: #000;
  opacity: 0.4;
}
.milestone-desc p {
  font-size: 0.875rem;
  padding: 0.5rem 0 0 0.5rem;
}
/***************************BADGES END****************************/
/***************************HEADER AREA***************************/
.ovinbtn-browsecourses a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1.5px;
  background: var(--gradientpurplebluegreen);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ovinbtn-browsecourses a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: var(--almostblack);
  padding: 1rem;
  background-color: var(--white) !important;
  background-position: -400px 0 !important;
  background-size: 100% 100%;
  background-image: url(/wp-content/uploads/2023/06/button-gradient-back.png);
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 999px;
  position: relative;
  font-family: var(--mainfont) !important;
}
.ovinbtn-browsecourses a:visited {
  color: var(--almostblack);
}
.ovinbtn-browsecourses a:hover {
  background-position: center center !important;
  color: var(--white);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ovin-header .elementor-column-gap-default {
  max-width: var(--themaxwidth) !important;
}
.ovin-header {
  background: var(--ice);
  z-index: 10000;
}
.ovin-header .headermenu a {
  color: var(--almostblack);
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  font-family: var(--mainfont) !important;
  font-weight: 400;
}
.ovin-header .headermenu a:hover {
  color: var(--electricblue);
}
.ovin-searchbar .elementor-search-form__submit {
  background: transparent;
  position: absolute;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 0;
}

/* Focus state styling for the magnifying glass icon */
.ovin-searchbar .elementor-search-form__submit:after {
  content: "";
  height: 31px;
  width: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  outline: 1px solid transparent;
  outline-offset: -2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ovin-searchbar .elementor-search-form__submit:focus-visible:after {
  outline-color: #025ecc;
  outline-offset: 0;
}
/* End Focus state for the magnifying glass */

.ovin-searchbar .elementor-search-form__submit svg {
  fill: var(--almostblack) !important;
  width: 18px;
  height: 20px;
}
.ovin-searchbar .elementor-search-form__container {
  background: var(--white) !important;
  border-radius: 999px !important;
}
/*this adds the gradient to the search bar border*/
.ovin-searchbar .elementor-search-form__container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1.5px;
  background: var(--gradientgreenbluepurple);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ovin-searchbar input[type="search"].elementor-search-form__input {
  background: transparent;
  border-radius: 999px;
  padding: 1rem;
  font-size: 1.125rem;
  padding-left: 2.8rem !important;
  color: var(--almostblack) !important;
  font-weight: 400;
  font-family: var(--mainfont) !important;
  z-index: 2;
}
.ovin-searchbar input[type="search"].elementor-search-form__input:focus,
.ovin-searchbar
  input[type="search"].elementor-search-form__input:focus-visible {
  outline: 2px solid var(--electricblue) !important;
}
.ovin-searchbar input[type="search"]::placeholder {
  color: var(--almostblack) !important;
  font-family: var(--mainfont) !important;
}
.elementor-search-form {
  margin-bottom: 0 !important;
}
::-webkit-input-placeholder {
  /* Edge */
  color: var(--almostblack) !important;
}
:-ms-input-placeholder {
  /* Internet Explorer */
  color: var(--almostblack) !important;
}
::placeholder {
  color: var(--almostblack) !important;
}
.menu-profile-image img {
  object-fit: cover;
  width: 3rem;
  height: 3rem;
}
.menu-profile-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  /* 	border:2px solid var(--electricblue); */
}
.menu-profile-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 2px;
  background: var(--primarygradient);
  width: 48px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.anon-user-menu {
}
.user-menu {
}
.ovin-header .userlink a {
  color: var(--almostblack);
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  font-family: var(--mainfont) !important;
  font-weight: 400;
  padding: 0.8rem 0 0.5rem 0.5rem !important;
  margin-top: -0.5rem;
  display: block;
  text-align: left;
}
/*this is the role label under the user name the ID
 * will be used to fill in the role dynamically*/
#teammember-role span .elementor-button-text span {
  display: block;
  color: var(--darkgray);
}
.ovin-header .userlink a:hover {
  color: var(--electricblue) !important;
}
.user-icon svg {
  fill: var(--electricblue) !important;
}
/*the has-notification class will be used as part of the conditional to show the alert dot*/
#user-notification.has-notification {
}
#user-notification.has-notification::after,
#user-notification-mobile.has-notification::after {
  content: "•";
  color: var(--electricblue);
  position: absolute;
  top: 0.35rem;
  right: 0.9rem;
  font-size: 1.5rem;
  text-stroke: 0.5px #fff;
  -webkit-text-stroke: 0.5px #fff;
}
.btn-login a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: var(--almostblack);
  background: transparent !important;
  font-family: var(--mainfont) !important;
  padding: 1rem 1rem 0.5rem 0.5rem !important;
}
.btn-login a:visited {
  color: var(--electricblue);
}
.btn-login a:hover {
  color: var(--electricblue);
}
.btn-login .elementor-button-icon svg {
  height: 1.5rem;
  width: 1rem;
  fill: var(--electricblue) !important;
}
/* .btn-signup a {
	font-weight: 400;
	font-size: 1rem;
    line-height: 150%;
	color: var(--white);
    padding: 1rem;
	background: var(--primarygradient) !important;
    text-align: center;
    border-radius:999px;
	position: relative;
	font-family:var(--mainfont) !important;
} */
/************************HEADER AREA END************************/
/****you are now entering the browse courses menu popup area****/
/* this puts the drop down under the courses button */
/* #elementor-popup-modal-153 .dialog-widget-content {
	margin-left:24% !important;
} */
.course-popup-menu .e-n-tabs-content {
  border-left: 1px solid var(--gray);
}
.course-popup-menu .e-n-tabs-content ul {
  padding: 0;
  list-style-type: none;
}
.course-popup-menu .e-n-tabs-content ul li {
  margin-bottom: 0.5rem;
  font-family: var(--mainfont) !important;
}
.course-popup-menu .e-n-tabs-content ul li a {
  color: var(--darkgray);
  font-size: 0.875rem;
  font-family: var(--mainfont) !important;
}
.course-popup-menu .e-n-tabs-content ul li a:hover {
  color: var(--electricblue);
}
.course-popup-menu .e-n-tabs-heading {
  background: var(--lightgray);
  min-height: 450px;
}
.course-popup-cta-container {
  position: absolute;
  top: 400px;
  left: 4%;
}
.courses-desktop #coursetab-topic,
.courses-desktop #coursetab-job,
.courses-desktop #coursetab-technology,
.courses-desktop #coursetab-path {
  background: url("/wp-content/uploads/2023/06/angle-arrow-right.png") no-repeat
    90% center / 12px auto;
}
.courses-desktop #coursetab-path.e-active,
.courses-desktop #coursetab-job.e-active,
.courses-desktop #coursetab-technology.e-active,
.courses-desktop #coursetab-topic.e-active {
  background: url("/wp-content/uploads/2023/06/angle-arrow-right.png") no-repeat
    90% center / 12px auto;
  background-color: var(--white) !important;
}
.courses-desktop #coursetab-path[aria-selected="true"],
.courses-desktop #coursetab-job[aria-selected="true"],
.courses-desktop #coursetab-technology[aria-selected="true"],
.courses-desktop #coursetab-topic[aria-selected="true"] {
  background: url("/wp-content/uploads/2023/06/angle-arrow-right.png") no-repeat
    90% center / 12px auto;
  background-color: var(--white) !important;
}
.courses-desktop #coursetab-topic:hover,
.courses-desktop #coursetab-job:hover,
.courses-desktop #coursetab-technology:hover,
.courses-desktop #coursetab-path:hover {
  background: url("/wp-content/uploads/2023/06/angle-arrow-right.png") no-repeat
    90% center / 12px auto;
  background-color: var(--ice) !important;
}
/*the browse courses menu popup has come to and end****/
/*you are now entering the User menu popup area****/
.user-popup-menu ul li a {
  color: var(--darkgray);
  font-size: 0.875rem;
}
.user-popup-menu ul li {
  margin-bottom: 1rem;
}
.user-popup-menu ul li a:hover {
  color: var(--electricblue);
}
.user-popup-menu ul {
  padding: 0;
  list-style-type: none;
}
.course-partnership-widget a {
  color: inherit;
  text-decoration: underline;
}
.course-partnership-widget {
  color: var(--almostblack);
}
.course-partnership-widget a:hover {
  color: var(--electricblue);
}
.see-all-learning-paths-button a:hover {
  color: var(--electricblue) !important;
}
.see-all-learning-paths-button a:active {
  color: var(--electricblue) !important;
}
/****************MOBILE MENU POPUP****************/
.btn-mobilemenu a {
  font-weight: 400 !important;
  font-size: 1.3rem;
  color: var(--white);
  padding: 0.6rem;
  background: var(--primarygradient) !important;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-family: var(--mainfont) !important;
  line-height: 0 !important;
}
#user-notification-mobile .elementor-icon svg {
  font-size: 1.5rem;
}
.mobile-menu {
  z-index: 11000;
}
#elementor-popup-modal-277 .dialog-close-button {
  border: 3px solid var(--electricblue);
  border-radius: 50%;
  padding: 0.2rem;
}

/***************JQuery Simple MobileMenu Slide****************/
/***https://github.com/Position2/jQuery-Simple-MobileMenu*******/
#sm_menu_ham {
  display: none;
}
.mobilemanu-container .sm_menu_outer:first-child {
  display: none;
}
.sm_menu_outer {
  display: block;
}
.mobile_menu ul.sub_menu li .btn .primary a {
  display: inline-block;
  padding-left: 2rem;
  margin-top: 2rem;
}
.mobile_menu {
  display: block;
  position: relative;
  padding-left: 0;
  height: 600px;
  overflow: hidden;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
}
.sm_menu_outer {
  /*   height: calc(100vh - 60px); */
  overflow-y: visible;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 12999;
}
/* .sm_menu_outer .mobile_menu li.back:first-child {
	display:none;
} */
.sm_menu_outer .mobile_menu li.back a {
  padding: 1rem 0.5rem 1rem 4rem;
  /* background: url("/wp-content/uploads/2023/06/angle-arrow-left.png") no-repeat  2rem center / 12px auto; */
  background: url("./img/chevron-left-menu.svg") no-repeat 2rem center / 12px
    auto;
  font-weight: bold;
  border-bottom: 1px solid var(--gray);
}
.sm_menu_outer .mobile_menu a {
  color: var(--almostblack);
  display: block;
  font-family: var(--mainfont);
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 1rem 1rem 1rem 2rem;
  text-transform: none;
  text-decoration: none;
  background: transparent;
}
.sm_menu_outer .mobile_menu li,
.sm_menu_outer .mobile_menu a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: var(--lightgray);
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 13000;
  padding-left: 0;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
  /* 	min-height:1400px; */
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  color: #ffffff;
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  /*background: url("/wp-content/uploads/2023/06/angle-arrow-right.png") no-repeat  95% center / 12px auto; */
  background: url("./img/chevron-right-menu.svg") no-repeat 103% center / 11px
    auto;
  background-size: 2rem;
}
.submenu.topics,
.submenu.courses {
  overflow-y: scroll;
  padding-bottom: 250px;
}
/***************************HELP Post Type**************************/
.help-cat-menu-cont {
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.help-cat-menu-cont ul.help-cat-menu {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.help-cat-menu-cont ul.help-cat-menu li {
  padding: 10px 16px;
}
.help-cat-menu-cont ul.help-cat-menu li a {
  color: var(--almostblack);
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
}
.help-cat-menu-cont ul.help-cat-menu li.hcm-active,
.help-cat-menu-cont ul.help-cat-menu li:hover {
  background: var(--lightgray);
  border-radius: 58px;
}
.help-cat-menu-back {
  display: block;
  margin-bottom: 24px;
  color: var(--almostblack);
  font-size: 1.125rem;
  font-weight: 700;
  background-image: url("/wp-content/uploads/2023/10/back-arrow-gradient.png");
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 24px;
}
.help-cat-menu-back:hover {
  color: var(--electricblue);
}
ul.help-topics-list {
  padding-left: 0;
  list-style-type: none;
}
ul.help-topics-list a {
  color: var(--almostblack);
  font-weight: 700;
  font-size: 1.25rem !important;
  margin: 0;
}
ul.help-topics-list p {
  color: var(--almostblack);
  font-weight: 400;
  font-size: 1.25rem !important;
  margin: 1rem 0 0 0;
}
ul.help-topics-list li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mob-help-cat-menu-cont {
    box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .help-cat-menu-cont {
    box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0);
    padding: 1.5rem;
  }
  ul.help-topics-list p,
  ul.help-topics-list a {
    font-size: 18px !important;
  }
}
/***************************END HELP POS TYPSES**************************/
/***************************HERO & HIGHLIGHT SECTIONS**************************/
.hero-row,
.highlight-row {
  background: var(--ice);
}
.highlight-row {
  margin: 4rem 0;
}
.hero-row .e-con-inner,
.highlight-row .e-con-inner {
  max-width: var(--themaxwidth) !important;
  padding: 0 !important;
}
.hero-content {
  padding: 5.3rem 1rem;
  justify-content: center;
}
.highlight-content {
  padding: 5.3rem 1rem;
  justify-content: center;
  gap: 0;
}
.hero-content .hero-cat-tag p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: var(--almostblack) !important;
  font-weight: 400;
}
.hero-content h1 {
  color: var(--almostblack) !important;
  font-size: 4rem;
  line-height: 110%;
}
.highlight-content p {
  font-size: 2rem;
  line-height: 140%;
  font-weight: 400 !important;
  color: var(--almostblack) !important;
}
.highlight-content .highlight-intro-top p {
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
.hero-content .hero-intro p {
  color: var(--almostblack) !important;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 0;
}
.hero-image,
.highlight-image {
  padding: 0;
}
.hero-image img,
.highlight-image img {
  display: block;
}
.hero-cta-container {
  padding: 0;
  margin-top: 3rem;
}
.highlight-cta-container {
  padding: 0;
  margin-top: 1rem;
}
.hero-card-row .e-con-inner {
  max-width: var(--themaxwidth) !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 2rem;
}
.hero-card {
  /* 	background: var(--ice); */
  background: var(--white);
  padding: 1.5rem;
  box-shadow: 4px 20px 47px rgba(0, 0, 0, 0.1);
}
.hero-card .e-con-inner {
  /*background: var(--ice);*/
  padding: 0 !important;
  gap: 0.5rem !important;
}
.hero-card h3,
.hero-card h2 {
  color: var(--almostblack) !important;
  font-size: 2rem;
  line-height: 140%;
  font-weight: 700 !important;
  margin-top: 0;
}
.hero-card p {
  color: var(--almostblack) !important;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400 !important;
  margin-top: 0;
}
/*********************END HERO HIGHLIGHT SECTION************************/
/*********************START LOGO FEATURE************************/
.logo-feature {
  margin: 4rem 0;
}
.logo-feature .logo-row {
  gap: 2rem;
  flex-wrap: wrap;
}
.logo-feature .logo-row img {
  max-width: 200px;
  opacity: 0.5;
}
.logo-feature-heading {
  padding: 0;
}
.logo-feature p,
.logo-feature h2 {
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--almostblack) !important;
  font-weight: 400 !important;
  font-family: var(--mainfont) !important;
}
.logo-feature .e-con-inner {
  max-width: var(--themaxwidth) !important;
  gap: 2rem;
}
/********************* END LOGO FEATURE ************************/
/********************* TESTIMONIAL SECTION ************************/
.testimonial-section {
  background: var(--white);
  margin: 4rem 0;
}
.testimonial-section .e-con-inner {
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1) !important;
}
.testimonial-content .elementor-testimonial__text {
  font-weight: 700 !important;
  font-size: 2rem !important;
  line-height: 140% !important;
  color: var(--almostblack) !important;
  font-style: normal !important;
  font-family: var(--mainfont) !important;
  padding-left: 1rem;
}
.testimonial-content .elementor-testimonial__text:before {
  content: open-quote;
  margin-left: -1rem;
  margin-right: -0.5rem;
}
.testimonial-content .elementor-testimonial__text:after {
  content: close-quote;
  margin-left: -0.5rem;
}
.testimonial-slider-container img {
  display: none !important;
}
.testimonial-slider-container .swiper-pagination-bullet {
  width: 40px !important;
  height: 4px !important;
  background: var(--gray);
  border-radius: 0;
}
.testimonial-slider-container .swiper-pagination {
  text-align: left;
  padding-left: 1rem;
}
.testimonial-slider-container
  .elementor-widget-testimonial-carousel
  .swiper-slide {
  padding: 1rem 1rem 0 0 !important;
}
.testimonial-slider-container .swiper-pagination-bullet-active {
  background: var(--primarygradient) !important;
}
.elementor-testimonial__cite {
  margin-left: 0 !important;
  display: block !important;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
}
.elementor-testimonial__cite span {
  display: inline-block;
  font-family: var(--mainfont) !important;
  color: var(--almostblack) !important;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400 !important;
  margin-right: 10px;
}
.testimonial-section .elementor-widget-image img {
  vertical-align: bottom;
  display: inline-block;
}
/********************* END TESTIMONIAL SECTION ************************/
/********************* QUOTE CARD SECTION *****************************/
.quote-card-section {
  background: var(--lightgray);
}
.quote-card-section .e-con-inner {
  flex-wrap: nowrap !important;
  gap: 2rem;
  padding: 2rem 0;
  max-width: var(--themaxwidth);
}
.quote-card-section
  .elementor-widget-testimonial-carousel
  .elementor-main-swiper {
  width: 100% !important;
}
.quote-card-section .quote-card {
  background: var(--white) !important;
  padding: 2rem !important;
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1) !important;
  gap: 0.5rem !important;
}
.quote-card-section .swiper-slide {
  background: transparent !important;
  padding: 2rem 1.5rem !important;
}
.quote-card-section .elementor-testimonial {
  background: var(--white) !important;
  padding: 2rem !important;
  box-shadow: 0.2rem 0.75rem 1.5rem 0rem rgba(0, 0, 0, 0.1) !important;
  gap: 0.5rem !important;
}
.quote-card-section .quote-card img {
  width: 4rem;
  height: 4rem;
}
.quote-card-section .quote-card .quote-card-content p,
.quote-card-section .elementor-testimonial__text {
  color: var(--almostblack) !important;
  font-family: var(--mainfont) !important;
  padding-left: 5px;
  font-size: 1.25rem !important;
}
.quote-card-section .quote-card .quote-card-content cite,
.quote-card-section .elementor-testimonial__cite {
  color: var(--almostblack) !important;
  font-family: var(--mainfont) !important;
  padding-left: 5px;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-top: 1rem !important;
  /* 	margin-top:.5rem !important; */
}
.quote-card-section .elementor-testimonial__footer {
  margin-bottom: 0.5rem !important;
}
.quote-card-section .elementor-testimonial__name,
.quote-card-section .elementor-testimonial__title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--almostblack) !important;
  font-family: var(--mainfont) !important;
  font-style: normal !important;
}
.quote-card-section .quote-card .quote-card-content p:before,
.quote-card-section .elementor-testimonial__text:before {
  content: '"';
  font-family: var(--mainfont) !important;
  margin-left: -6px;
  display: block;
  float: left;
}
.quote-card-section .quote-card .quote-card-content p:after,
.quote-card-section .elementor-testimonial__text:after {
  content: '"';
  font-family: var(--mainfont) !important;
  margin-left: -3px;
}
.featured-testimonial-section {
  margin-bottom: 2rem;
}
.featured-testimonial-section .e-con-inner {
  max-width: var(--themaxwidth);
}
.featured-testimonial-section p {
  font-size: 3rem;
  line-height: 140%;
  color: var(--almostblack) !important;
  font-weight: 400 !important;
  text-align: center;
  font-family: var(--mainfont) !important;
}
.featured-testimonial-section p:before,
.featured-testimonial-section p:after {
  background-image: url("/wp-content/uploads/2023/06/gradient-quotes.png");
  background-size: 130px 80px;
  display: inline-block;
  width: 130px;
  height: 80px;
  content: "";
}
.featured-testimonial-section p:after {
  vertical-align: text-top;
}
.featured-testimonial-section p:before {
  vertical-align: baseline;
}
.featured-testimonial-section cite {
  font-size: 1rem;
  line-height: 140%;
  color: var(--almostblack) !important;
  font-weight: 700;
  margin: 0 auto;
  font-family: var(--mainfont) !important;
}
/********************* END QUOTE CARD SECTION ************************/
/********************* BENEFITS SECTION *****************************/
.benefits-section {
  background: var(--white);
}
.benefits-section .e-con-inner {
  flex-wrap: nowrap !important;
  gap: 2rem;
  padding: 0;
}
.benefits-section .benefit-card {
  background: var(--ice);
  padding: 1.5rem;
  gap: 1rem;
}
.benefits-section .benefit-card img {
  width: 4rem;
  height: auto;
}
.benefit-card .benefit-title h3,
.benefit-card .benefit-title h2 {
  font-family: var(--mainfont);
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  color: var(--almostblack) !important;
  line-height: 140% !important;
}
.benefit-card .benefit-content p {
  font-family: var(--mainfont);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--almostblack) !important;
  line-height: 140% !important;
}
.benefits-section-title h3,
.benefits-section-title h2 {
  font-size: 2rem;
  color: var(--almostblack);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2rem !important;
}
/********************* END BENEFITS SECTION ************************/
/********************* FORM STYLES SECTION ************************/

div.customer_details div.col-1 {
	padding:0 !important;
}
#customer_details div.col-1{
	display:grid !important;
}
#customer_details div.col-1 .woocommerce-billing-fields {
	order:2;
}
#customer_details div.col-1 .woocommerce-account-fields {
	order:1;
	margin-bottom:1.5rem;
}
#billing_state_field .select2-container--default .select2-selection--single {
    padding:0 !important;
    border:0 !important;
	border-radius: 0 !important;
  }
#billing_state_field .select2-container--default .select2-selection--single:hover {
	background-color:var(--ice) !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #account_password_field,
p#account_password_ver_field {
	width:100% !important;
}
.woocommerce-billing-fields {
	border-bottom:1px solid var(--gray) !important;
	padding-bottom:1.5rem !important;
}
.woocommerce-account-fields {
	padding-bottom:1rem !important;
}
p.subscription-desc{
	font-family:var(--mainfont) !important;
	font-size:1.5rem;
	color: var(--almostblack);
	font-weight:400;
	display:inline-block;
	line-height:140%;
	margin-bottom:2rem;
	position:relative;
	
}
h2.formhead {
	font-size:2rem !important;
	color: var(--almostblack) !important;
	display:inline-block;
	padding-top:2rem;
	border-top: 1px solid var(--gray);
	margin-top:2rem;
	margin-bottom:0 !important;
	width:100%;
	font-weight:700;
}
h2.password-heading {
	font-size:2rem !important;
	color: var(--almostblack) !important;
	display:inline-block;
	margin-bottom:2rem !important;
}
h3.billing-heading {
	color:var(--almostblack);
	font-family:var(--mainfont) !important;
	font-size:1.125rem;
	margin-bottom:0 !important;
}
p.billing-heading {
	color:var(--almostblack);
	font-family:var(--mainfont) !important;
	font-size:1.125rem;
	margin-bottom:1.5rem;
	font-weight:400;
}
@media screen and (max-width: 767px) {
	h1 {
	font-size:2.75rem !important;
	}
	h2 {
		font-size:1.625rem;
	}
	.unbold h2 {
		font-weight:400 !important;
	}
	h3 {
		font-size:1.125rem;
	}
	h4 {
		font-size:1rem !important;
	}
	h5 {
		font-size:.875rem !important;
	}
	
	h3.billing-heading,
	h2.password-heading,
	h2.formhead {
		font-size:1.625rem !important;
	}
}
.woocommerce-billing-fields h3 {
	font-size:1.25rem !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
	padding:0 !important;
}
.e-checkout__order_review {
	padding: 0 !important;
}
.e-checkout__column.e-checkout__column-end {
	margin-top:-1rem !important;
}
.elementor-widget-woocommerce-checkout-page input,
.wc-stripe-elements-field{
	border:1px solid var(--electricblue) !important;
	border-radius:8px !important;
	color: var(--almostblack) !important;
}.elementor-widget-woocommerce-checkout-page input:hover {
	background:var(--ice) !important;
}
}.elementor-widget-woocommerce-checkout-page input:focus-visible {
	outline: 3px solid var(--electricblue) !important;
}
.wc-stripe-elements-field {
	padding:1.25rem !important;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-account-fields label{
	font-size:.875rem !important;
	color: var(--almostblack) !important;
	font-family:var(--mainfont) !important;
	font-weight:700 !important;
}
.woocommerce-account-fields p {
	display:block !important;
	width:100% !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p{
	margin-top:0 !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	border:1px solid var(--electricblue) !important;
	border-radius:8px !important;
	color: var(--almostblack) !important;
}
.checkout-select-toggle {
	outline:3px solid var(--electricblue);
}
.wpforms-container select.wpforms-field-large {
	background:#fff !important;
}
tr.recurring-total {
	background: var(--ice) !important;
}
.woocommerce-checkout-review-order-table tr.cart_item td,
.woocommerce-checkout-review-order-table tr.order-total th{
	font-weight:700 !important;
}
p#billing_country_field span {
	border:1px solid var(--gray) !important;
	display:block !important;
	padding:.875rem !important;
}
p#billing_country_field::after {
	content:'We are currently only accepting accounts with a Canadian address';
	display:block;
	font-size:.875rem;
	font-family: var(--mainfont);
}
#billing_last_name_field, #billing_first_name_field, #billing_email_field {
 	display:none !important;
}
#billing_state_field {
	display:inline-block !important;
	width:48% !important;
	margin-right: 4% !important;
}
#billing_state_field span.select2-selection {
	min-height:51px !important;
}
#billing_postcode_field {
	display:inline-block !important;
	width:48% !important;
}
#order_review {
	padding:0 .5rem;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	font-weight:400 !important;
	padding:1rem 0 1rem .5rem !important;
	color: var(--almostblack) !important;
	border-bottom:1px solid var(--gray) !important;
	vertical-align: middle !important;
}
.woocommerce-checkout-review-order-table thead {
	background: var(--lightgray) !important;
}
.woocommerce-checkout-payment {
	background: var(--lightgray) !important;
	padding:1rem !important;
}
ul.wc_payment_methods .payment_box {
	padding:0 !important;
}
li.wc_payment_method label {
	font-size:1.5rem !important;
	color: var(--almostblack) !important;
	font-family:var(--mainfont) !important;
	font-weight:700 !important;
}
li.wc_payment_method div.payment_box label{
	font-size:.875rem !important;
	color: var(--almostblack) !important;
	font-family:var(--mainfont) !important;
	font-weight:700 !important;
}
.e-checkout__order_review-2 {
	margin:0 !important;
	padding-top:.5rem !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order::before {
	content: "";
  	position: absolute;
  	inset: 0;
  	border-radius: 999px; 
  	padding: 2px; 
	background: var(--primarygradient);
  	-webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  	-webkit-mask-composite: xor;
          mask-composite: exclude; 
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order{
	color: var(--white) !important;
	background: url(/wp-content/uploads/2023/06/button-white-back.png), url(/wp-content/uploads/2023/06/button-gradient-back.png);
	position: relative;
	font-family:var(--mainfont) !important;
	background-position: -400px center, center center !important;
	background-size: 101% 101%, cover !important;
	background-repeat: no-repeat, no-repeat;
	width:200px !important;
	border-radius:999px !important;
	padding:1rem !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
	color: var(--almostblack) !important;
	background-position: center center, center center !important;
	-webkit-transition: all 500ms ease;
  	-moz-transition: all 500ms ease;
  	-o-transition: all 500ms ease;
  	transition: all 500ms ease;
}
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
	display:none !important;
}
.woocommerce-checkout-review-order-table thead tr th {
	border-bottom:2px solid var(--almostblack) !important;
}
.subscription-form h3{
	margin-bottom:0 !important;
}
.subscription-form input[type=date], 
.subscription-form input[type=email], 
.subscription-form input[type=number], 
.subscription-form input[type=password], 
.subscription-form input[type=search], 
.subscription-form input[type=tel], 
.subscription-form input[type=text], 
.subscription-form input[type=url], 
.subscription-form select, 
.subscription-form textarea {
	padding:16px !important;
}
.subscription-form input[type=date]:focus-visible, 
.subscription-form input[type=email]:focus-visible, 
.subscription-form input[type=number]:focus-visible, 
.subscription-form input[type=password]:focus-visible, 
.subscription-form input[type=search]:focus-visible, 
.subscription-form input[type=tel]:focus-visible, 
.subscription-form input[type=text]:focus-visible, 
.subscription-form input[type=url]:focus-visible, 
.subscription-form select:focus-visible, 
.subscription-form textarea:focus-visible,
.subscription-form .profile-pic-upload input[type=file]:focus-visible {
	outline:3px solid var(--electricblue) !important;
}
.subscription-form input[type=date]:hover, 
.subscription-form input[type=email]:hover, 
.subscription-form input[type=number]:hover, 
.subscription-form input[type=password]:hover, 
.subscription-form input[type=search]:hover, 
.subscription-form input[type=tel]:hover, 
.subscription-form input[type=text]:hover, 
.subscription-form input[type=url]:hover, 
.subscription-form select:hover, 
.subscription-form textarea:hover {
	background: var(--ice) !important;
	background-color: var(--ice) !important;
}
.wpforms-container .wpforms-field input.wpforms-error {
	outline:1px solid #d72f2f !important;
	border:1px solid #d72f2f !important;
}
.subscription-form .namefield .wpforms-field-row .wpforms-field-row-block:first-child:before {
	content:'First name';
	display:block;
	margin-bottom:.5rem;
	font-size:1.25rem;
	font-weight:700;
	background-image:url('/wp-content/uploads/2023/08/asterisk.png');
	background-position:103px 3px;
	background-size:15px;
	background-repeat:no-repeat;
}
.subscription-form .namefield .wpforms-field-row .wpforms-field-row-block:last-child:before {
	content:'Last name';
	display:block;
	margin-bottom:.5rem;
	font-size:1.25rem;
	font-weight:700;
	background-image:url('/wp-content/uploads/2023/08/asterisk.png');
	background-position:100px 3px;
	background-size:15px;
	background-repeat:no-repeat;
}
.subscription-form input[type=email],
.subscription-form .namefield input,
.subscription-form .jobfield input{
	border:1px solid var(--electricblue) !important;
	border-radius:8px !important;
}
.subscription-form .wpforms-container select.wpforms-field-large,
.wpforms-container select.wpforms-field-large{
	appearance:none !important;
	background:url('/wp-content/uploads/2023/08/select-arrow.png') !important;
	background-repeat:no-repeat !important;
	background-position:99% center !important;
	background-size: 2rem !important;
}
.wpforms-container select.wpforms-field-large:hover {
	background-color:var(--ice) !important;
}
.wpforms-container em.wpforms-error {
	position:absolute !important;
	padding-top:.5rem !important;
}
.subscription-form .profile-pic-upload{
	width:100% !important;
	max-width:100% !important;
	border:1px solid var(--electricblue) !important;
	border-radius:44px;
	padding:.2rem !important;
}

.subscription-form .profile-pic-upload input[type=file]::file-selector-button {
	content:'Choose file';
	background: var(--white);
	display:inline-block;
	color:var(--almostblack);
	padding:.45rem;
	text-align:center;
	width:115px;
	top:.2rem;
	left:.2rem;
	border-radius:44px;
	border:1px solid var(--almostblack);
	cursor:pointer;
}
.subscription-form .wpforms-submit-container {
	margin-top:-72px !important;
	margin-left:120px !important;
	width:100px !important;
	padding:0 !important;
}

.subscription-form .profile-pic-upload input[type=file]::file-selector-button:hover {
	color:#fff;
	background: var(--primarygradient);
}
.subscription-form ul li.depth-1 {
	padding:1rem;
	border: 1px solid var(--gray) !important;
	margin-bottom:.75rem !important;
}
.subscription-form ul li.depth-1:last-child {
	margin-bottom:0 !important;
}
.subscription-form ul li.depth-1 input[type=checkbox],
.wpforms-container input[type=checkbox] {
  appearance:none;
  border: 2px solid var(--electricblue) !important;
  border-radius:3px;
  position:relative;
}
.subscription-form ul li.depth-1 input[type=checkbox]:checked::before,
.wpforms-container input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #252525;
  left: 6px;
  top: 2px;
  -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.subscription-form ul li.depth-1 input[type=checkbox]:checked::after,
.wpforms-container input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 3px;
  background-color: #252525;
  left: 2px;
  top: 6px;
  -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
/*
.subscription-form ul li.depth-1 input[type=checkbox]:before,
.wpforms-container input[type=checkbox]:before {
	border: 2px solid var(--electricblue) !important;
	content:'';
	width: 1rem;
    display: inline-block;
    height: 1rem;
    border-radius: 3px;
    margin: 0;
    vertical-align: top;
}
*/
.subscription-form ul li.depth-1 input[type=radio]:before,
.wpforms-container input[type=radio]:before{
	border: 2px solid var(--electricblue) !important;
	content:'';
	width: 1rem;
    display: inline-block;
    height: 1rem;
    border-radius: 50%;
    margin: 0;
    vertical-align: top;
}
.wpforms-container fieldset ul li:hover {
	background: var(--ice)!important;
}
.wpforms-container fieldset ul li.wpforms-selected {
	background: var(--lightgray)!important;
}
.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
	background: var(--electricblue) !important;
}
.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
	height:8px !important;
}
.wpforms-container .wpforms-field-label {
	margin-bottom:.5rem;
	font-size:1.125rem;
}
.wpforms-container .wpforms-field {
	margin-bottom:1rem !important;
}
.wpforms-container ul {
	list-style-type: none !important;
	padding-left:0 !important;
}
.wpforms-container input[type=checkbox] {
	vertical-align: text-top !important;
	accent-color: var(--lightgray) !important;
}
.wpforms-container .wpforms-form .wpforms-field-sublabel {
	margin-top:.25rem !important;
}
.woocommerce-no-products-found {
	display:none;
}
@media screen and (max-width: 767px) {
	.wpforms-container .wpforms-field-label {
		font-size:1rem;
	}
}

/********************* END FORM STYLES SECTION ************************/
/********************* LEARNDASH CUSTOM STYLING ************************/
.quiz-header-mobile {
  background: var(--primarygradient) !important;
}
.mobile-mod-hamburger {
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background: url("./img/module-mobile-menu.png");
  display: block;
  float: right;
}
ol.wpProQuiz_list li::marker {
  color: var(--electricblue) !important;
}
.wpProQuiz_content input.wpProQuiz_button {
  border: 2px solid var(--electricblue) !important;
}
.ld-button-wrapper::before,
.quiz_continue_link::before {
  content: "";
  position: absolute !important;
  inset: 0 !important;
  border-radius: 999px !important;
  padding: 0px !important;
  background: var(--primarygradient) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
}
.ld-button-wrapper:hover::before,
.quiz_continue_link::before {
  opacity: 1 !important;
}
.ld-button-wrapper,
.quiz_continue_link {
  display: inline-block;
  position: relative;
  opacity: 1 !important;
}
.learndash-wrapper .ld-quiz-actions .ld-button-wrapper .wpProQuiz_button {
  color: var(--almostblack) !important;
  background-color: var(--white) !important;
  /*background: linear-gradient(to right, red 50%, #fff 50%);*/
  background-position: -400px 0 !important;
  background-size: 102% 102%;
  border: 1px solid var(--almostblack) !important;
  background-image: url(/wp-content/uploads/2023/06/button-gradient-back-long.png) !important;
  background-repeat: no-repeat !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  padding: 1rem;
  text-align: center;
  border-radius: 999px;
  position: relative;
  display: inline-flex;
  opacity: 1;
}
.learndash-wrapper .ld-quiz-actions .ld-button-wrapper .wpProQuiz_button:hover {
  background-position: center center !important;
  color: var(--white) !important;
  border: 1px solid var(--electricblue);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1 !important;
}
.learndash-wrapper .ld-quiz-actions .ld-button-wrapper::before {
  display: none;
}
.learndash-wrapper .ld-quiz-actions .ld-button-wrapper .wpProQuiz_button:focus,
.learndash-wrapper
  .ld-quiz-actions
  .ld-button-wrapper
  .wpProQuiz_button:focus-visible,
.quiz_continue_link:focus,
.quiz_continue_link:focus-visible {
  outline: 2px solid #fb692a;
}
.wpProQuiz_button:hover {
  opacity: 0.7 !important;
}
.wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 140% !important;
  padding: 1rem !important;
  text-align: center;
  border-radius: 999px !important;
  display: inline-block;
  color: var(--white) !important;
  background: url(/wp-content/uploads/2023/06/button-white-back.png),
    url(/wp-content/uploads/2023/06/button-gradient-back.png) !important;
  position: relative;
  font-family: var(--mainfont) !important;
  background-position: -400px center, center center !important;
  background-size: 101% 101%, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  margin: 1.5px !important;
  /* 	border: 2px solid var(--electricblue) !important; */
}
.wpProQuiz_button:hover,
.wpProQuiz_button:active,
.wpProQuiz_button:focus,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover {
  color: var(--almostblack) !important;
  background-position: center center, center center !important;
  -webkit-transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
  transition: all 500ms ease !important;
}
.sfwd-quiz .elementor-widget-theme-post-content p {
  color: var(--almostblack) !important;
  font-size: 1.125rem !important;
}
#quiz-back-button .elementor-button-icon .e-font-icon-svg {
  fill: var(--electricblue) !important;
}
.sfwd-quiz .elementor-widget-theme-post-content p:first-child {
  font-size: 1.25rem !important;
}
.quiz-header-logo img {
  width: 200px !important;
  height: auto;
}
.learndash-sidebar {
  width: 100%;
  background: var(--lightgray);
  padding: 1.5rem 1rem;
  min-height: 100vh;
}
.learndash-sidebar .p-bar-outer {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  border: 1px solid var(--greys-grey, #d1d1d1);
  background: var(--white, #fff);
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.learndash-sidebar .p-bar-inner {
  height: 9px;
  border-radius: 999px;
  background: var(
    --gradient-blue-purple,
    linear-gradient(90deg, #083af3 0%, #6f08f3 100%)
  );
}
p.ldsb-mod-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  width: 68%;
}
.learndash-sidebar .ldsb-module {
  border-bottom: 1px solid var(--gray);
  padding: 1.5rem 0;
}
.learndash-sidebar .ldsb-module:last-child {
  border-bottom: 0;
}
.learndash-sidebar .ldsb-module-time {
  font-size: 1.125rem;
  color: var(--darkgray);
  display: inline-block;
  float: right;
  background: url("./img/icon-time-clock.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding-left: 1.75rem;
}
.learndash-sidebar .ldsb-module ul {
  padding-left: 0;
  list-style-type: none;
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail {
  border-radius: 12px;
  cursor: pointer;
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.check,
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.video,
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.reading,
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.quiz,
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.submission {
  padding-left: 1.75rem !important;
  background-position: 0.5rem 0.7rem !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  padding: 0.625rem 0 0.625rem 2.25rem !important;
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.video {
  background: url("./img/icon-video.png");
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.reading {
  background: url("./img/icon-reading.png");
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.quiz {
  background: url("./img/icon-quiz.png");
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.submission {
  background: url("./img/icon-submission.png");
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail.check {
  background: url("./img/icon-check.png");
}
.learndash-sidebar .ldsb-module ul li.ldsb-mod-detail:hover {
  background-color: var(--ice);
}
.active-mod-detail,
.active-mod-detail:hover {
  background-color: #fff !important;
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.unavailable-mod-detail,
.unavailable-mod-detail:hover {
  opacity: 0.7 !important;
}
.learndash-sidebar .ldsb-module ul li span.detail-title {
  font-size: 1rem;
  color: var(--almostblack);
  line-height: 140%;
  width: 100%;
  display: block;
  margin-bottom: -4px;
}
.learndash-sidebar .ldsb-module ul li span.detail-time {
  font-size: 0.875rem;
  color: var(--darkgray);
}
/**hide modules for accordian**/
.ldsb-mod-details {
  display: none;
}
.wpProQuiz_content .wpProQuiz_listItem {
  list-style: numbers !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
  min-width: fit-content;
}
.hide-it {
  display: none !important;
}
.wpProQuiz_question_text p {
  font-size: 1.125rem;
}
.wpProQuiz_question_text img {
  width: 100%;
  height: auto;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label,
.learndash-wrapper
  .wpProQuiz_content
  .wpProQuiz_questionListItem
  .wpProQuiz_sortable,
.learndash-wrapper
  .wpProQuiz_content
  .wpProQuiz_questionList[data-type="cloze_answer"]
  p {
  font-size: 1.125rem !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .single-choice
  .wpProQuiz_questionListItem
  label {
  border-radius: 0 !important;
  border: 1px solid var(--gray) !important;
  padding: 0.625rem 0.5rem !important;
}
/**this is specific to the single choice radio options**/
.learndash-wrapper
  .wpProQuiz_content
  ul.wpProQuiz_questionList.single-choice
  input.wpProQuiz_questionInput {
  vertical-align: middle !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .single-choice
  .wpProQuiz_questionListItem
  input[type="radio"] {
  appearance: auto !important;
  border-radius: 50% !important;
  display: inline-block !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  accent-color: var(--electricblue) !important;
}
.ld-radio-wrapper {
  display: inline-block;
  position: relative;
  /* 	margin-right:.875rem !important; */
}
.ld-radio-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 2.5px;
  background: var(--primarygradient);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: 1.5rem;
  height: 1.5rem;
}
.learndash-wrapper
  .wpProQuiz_content
  .single-choice
  .wpProQuiz_questionListItem
  label.is-selected
  input[type="radio"] {
  background: var(--primarygradient) !important;
}
/**this is specific to the LD sorting options**/
.learndash-wrapper
  .wpProQuiz_content
  .wpProQuiz_questionListItem
  .wpProQuiz_sortable:after {
  content: "" !important;
  background: url("./img/icon-sort.png") !important;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: absolute !important;
  right: 1rem;
}
.learndash-wrapper
  .wpProQuiz_content
  .wpProQuiz_questionListItem
  .wpProQuiz_sortable:before {
  content: "" !important;
  display: none !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .wpProQuiz_questionListItem
  .wpProQuiz_sortable {
  border-radius: 0 !important;
  border: 1px solid var(--gray) !important;
  padding: 0.625rem 1rem !important;
}
/**this is specific to the LD multiple choice options**/
.learndash-wrapper
  .wpProQuiz_content
  .multiple-choice
  .wpProQuiz_questionListItem
  label {
  border-radius: 0 !important;
  border: 1px solid var(--gray) !important;
  padding: 0.625rem 0.5rem !important;
}
.ld-checkbox-wrapper {
  display: inline-block;
  position: relative;
}
.ld-checkbox-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
  padding: 2px;
  background: var(--primarygradient);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: 1.5rem;
  height: 1.5rem;
}
.learndash-wrapper
  .wpProQuiz_content
  .multiple-choice
  .wpProQuiz_questionListItem
  label
  input {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.learndash-wrapper
  .wpProQuiz_content
  ul.wpProQuiz_questionList.multiple-choice
  input.wpProQuiz_questionInput {
  vertical-align: middle !important;
}
.learndash-wrapper
  .wpProQuiz_content
  ul.wpProQuiz_questionList.multiple-choice
  input[type="checkbox"] {
  accent-color: var(--electricblue) !important;
  mix-blend-mode: multiply !important;
}
/**fill in blank styling**/
.learndash-wrapper
  .wpProQuiz_content
  .wpProQuiz_questionListItem
  .wpProQuiz_cloze {
  background: var(--ice) !important;
  border-radius: 0 !important;
  border: 1px solid var(--gray) !important;
}
/**free answer in the blank styling**/
.learndash-wrapper
  .wpProQuiz_content
  .free-answer
  .wpProQuiz_questionListItem
  label {
  background: var(--white) !important;
  border-radius: 0 !important;
  border: 1px solid var(--gray) !important;
  padding: 0 !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .free-answer
  .wpProQuiz_questionListItem
  label
  input {
  width: 100% !important;
  padding: 1.5rem 1rem !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .free-answer
  .wpProQuiz_questionListItem
  label
  input:focus-visible {
  outline: 1px solid var(--electricblue) !important;
}
.wpProQuiz_questionListItem textarea {
  border-radius: 0 !important;
  border: 1px solid var(--gray) !important;
  padding: 1.5rem 1rem !important;
}
.wpProQuiz_questionListItem textarea:focus-visible {
  outline: 1px solid var(--electricblue) !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem {
  background: var(--ice) !important;
  border-radius: 0 !important;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5rem 1rem;
}
.wpProQuiz_questionListItem table {
  border: 1px solid var(--gray) !important;
  border-radius: 0 !important;
}
.wpProQuiz_questionListItem table tr,
.wpProQuiz_questionListItem table td {
  background: var(--white) !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .assessment-answer
  .wpProQuiz_questionListItem
  label
  input {
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 1.5rem 1rem !important;
  accent-color: var(--electricblue) !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .assessment-answer
  .wpProQuiz_questionListItem
  label {
  margin-right: 1rem;
}
.learndash-wrapper
  .wpProQuiz_content
  .assessment-answer
  .wpProQuiz_questionListItem {
  border: 1px solid var(--gray) !important;
  border-radius: 0 !important;
}
.learndash-wrapper
  .wpProQuiz_content
  .assessment-answer
  .wpProQuiz_questionListItem
  .ld-radio-wrapper {
  margin-right: 0 !important;
}
/*****COURSE OVERVIEW SIDEBAR*****/
.drop-course-button p {
  color: var(--white) !important;
}
.drop-course-button p:hover {
  color: var(--darkgray) !important;
}
@media screen and (max-width: 767px) {
  .course-overview-sidebar-col {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
    bottom: -1000px;
    padding: 0 !important;
    flex-flow: wrap !important;
    /* 		overflow-y: scroll !important; */
    transition: all 0.3s ease;
  }
  #elem-drop-course-button > div {
    margin: 0px;
  }
  .course-overview-sidebar-col .elementor-widget-course_overview_sidebar {
    /* 		width:100vw;
		margin-left:-30px; */
  }
  .course-overview-sidebar-col .elementor-widget-course_overview_sidebar .cos {
    padding-top: 18px;
  }
  .course-overview-sidebar-col
    .elementor-widget-course_overview_sidebar
    .cos-title {
    font-size: 0.875rem !important;
    padding-bottom: 1rem;
    background: url("/wp-content/uploads/2023/08/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2rem;
  }
  .course-overview-sidebar-col
    .elementor-widget-course_overview_sidebar
    .cos-title:after {
    content: "";
    display: inline-block;
    float: right;
  }
  .elementor-widget-course_drop {
    display: block;
    width: 100%;
    background: #fff !important;
  }
  #course-drop {
    /* 		margin-left:1.25rem; */
  }
  .drop-course-button p {
    color: var(--white) !important;
  }
  #cos-mob-button {
    position: fixed;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
    max-width: 100% !important;
  }
  .cos-mob-button-text p {
    background: url("/wp-content/uploads/2023/09/select-arrow-up.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2rem;
  }
  .course-overview-sidebar-col
    .elementor-widget-course_overview_sidebar
    .cos-inner {
    border-top: 2px solid var(--gray) !important;
    border-top-right-radius: 14px !important;
    border-top-left-radius: 14px !important;
  }
}
/**course modules**/
.ldc-module {
  margin-bottom: 2rem;
}
.ldc-mod-step,
.ldc-mod-details {
  display: inline-block;
  vertical-align: top;
}
.ldc-mod-step {
  width: 10%;
  max-width: 4rem;
}
.mod-step {
  background-color: var(--ice);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
}
.mod-step span {
  color: var(--electricblue);
  font-size: 1.25rem;
  display: block;
  padding-top: 0.5rem;
}
.mod-step.step-complete {
  background: url("./img/complete-course-mod-check.png");
  background-size: cover;
  background-position: center center;
}
.mod-step.step-complete span {
  display: none;
}
.ldc-mod-details {
  width: 89%;
  position: relative;
}
.ldc-mod-details h4,
.ldc-mod-details h2 {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 100px;
  padding-left:0 !important;
}
.ldc-mod-details p {
  color: var(--almostblack);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 1.5rem;
}
.ldc-mod-details p span {
  color: var(--darkgray);
}
.ldc-mod-details .ovinbtn.primary {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ldc-mod-details p {
    font-size: 1rem;
  }
  .mod-step {
    width: 2.25rem;
    height: 2.25rem;
  }
  .ldc-mod-step {
    width: 9%;
    max-width: 3rem;
  }
  .ldc-mod-details {
    width: 86%;
    margin-left: 2%;
  }
  .mod-step span {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
  .ldc-mod-details .ovinbtn.primary a {
    padding: 0.5rem 0.75rem !important;
  }
  .progress-parent-wrapper {
    padding: 0 !important;
  }
  .wyl {
    padding: 0 !important;
  }
  .nav-accordions {
    padding: 0 !important;
  }
  .elementor-widget-course_navigator .elementor-widget-container {
    padding: 80px 0 0 0 !important;
  }
}

/**course testimonials**/
.ld-course-tesimonials {
  display: flex;
  flex-direction: column;
  padding-bottom: 7.5rem;
}
.ld-lp-tesimonials {
  display: flex;
  flex-direction: row;
  padding-bottom: 3rem;
  gap: 2rem;
}
h2.course-testimonial-title {
  font-size: 2rem !important;
  font-weight: 400 !important;
  color: var(--almostblack) !important;
  margin-top: 0px;
  margin-bottom: 2rem !important;
}
h2.lp-testimonial-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: var(--almostblack) !important;
  margin-bottom: 2rem !important;
}
.ld-course-testimonial {
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  padding: 2rem;
  margin-bottom: 2rem;
}
.ld-lp-testimonial {
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  padding: 2rem;
  margin-bottom: 2rem;
  width: 33%;
}
.ldct-img-container {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}
.ldct-img-container::before {
  content: "";
  position: absolute;
  /* 	height:4rem;
	width:4rem; */
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: var(--primarygradient);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ld-course-testimonial img,
.ld-lp-testimonial img {
  object-fit: cover;
  width: 4rem;
  height: 4rem;
}
p.ldct-quote {
  font-size: 1.25rem;
  color: var(--almostblack);
  line-height: 140%;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
  padding-left: 0.5rem;
}
p.ldct-quote:before {
  content: open-quote;
  margin-left: -0.5rem;
}
p.ldct-quote:after {
  content: close-quote;
}
p.ldct-quoter {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  p.ldct-quote {
    font-size: 1.125rem;
  }
  .ld-course-tesimonials {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100vw;
    overflow-x: scroll;
    margin-left: -1rem;
    padding: 5rem 0 5rem 1rem;
  }
  .ld-course-testimonial {
    min-width: 290px;
    margin-right: 1rem;
  }
  h3.course-testimonial-title,
  h3.lp-testimonial-title {
    display: none !important;
  }
  .ld-lp-testimonial {
    box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 2rem;
    width: 33%;
    min-width: 380px;
  }
  .ld-lp-tesimonials {
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
    gap: 1rem;
    width: 100vw;
    overflow-x: scroll;
    margin-left: -2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
/*****COURSE HERO SECTION*****/
.course-intro div p {
  margin-bottom: 0 !important;
  line-height: 140%;
}
.course-partnership-widget {
}
.course-partnership-widget img {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-right: 1rem;
}
.course-partnership-widget p {
  font-size: 1rem;
  line-height: 140%;
  color: var(--almostblack);
  margin-bottom: 0 !important;
}
.course-partnership-widget .elementor-widget-container {
  text-align: left !important;
}
.wpforms-container .wpforms-field-rating-item svg {
  fill: var(--white) !important;
  opacity: 1 !important;
  stroke: var(--electricblue) !important;
  stroke-width: 100px !important;
  stroke-linejoin: square !important;
}
.wpforms-container .wpforms-field-rating-item.selected svg {
  fill: var(--electricblue) !important;
  opacity: 1 !important;
}
.wpforms-container
  .wpforms-field-rating-item:has(+ .wpforms-field-rating-item:hover)
  svg {
  fill: var(--electricblue) !important;
  opacity: 1 !important;
}
.wpforms-container
  .wpforms-field-rating-item:has(
    + .wpforms-field-rating-item + .wpforms-field-rating-item:hover
  )
  svg {
  fill: var(--electricblue) !important;
  opacity: 1 !important;
}
.wpforms-container
  .wpforms-field-rating-item:has(
    + .wpforms-field-rating-item
      + .wpforms-field-rating-item
      + .wpforms-field-rating-item:hover
  )
  svg {
  fill: var(--electricblue) !important;
  opacity: 1 !important;
}
.wpforms-container
  .wpforms-field-rating-item:has(
    + .wpforms-field-rating-item
      + .wpforms-field-rating-item
      + .wpforms-field-rating-item
      + .wpforms-field-rating-item:hover
  )
  svg {
  fill: var(--electricblue) !important;
  opacity: 1 !important;
}
.wpforms-container .wpforms-field-rating-item.selected:hover svg {
  fill: var(--electricblue) !important;
  opacity: 1 !important;
}
.wpforms-container .wpforms-field-rating-item:hover svg {
  fill: var(--electricblue) !important;
  opacity: 1 !important;
}
/*****COURSE RESOURCES SECTION*****/
ul.course-resources-list {
  list-style-type: none !important;
  padding-left: 0.25rem !important;
}
.course-resources-list li.pdf {
  background: url("./img/icon-cr-pdf.png");
}
.course-resources-list li.docx {
  background: url("./img/icon-cr-doc.png");
}
.course-resources-list li.pptx {
  background: url("./img/icon-cr-ppt.png");
}
.course-resources-list li.pptx {
  background: url("./img/icon-cr-ppt.png");
}
.course-resources-list li.xlsx {
  background: url("./img/icon-cr-spreadsheet.png");
}
.course-resources-list li.jpeg,
.course-resources-list li.jpg,
.course-resources-list li.png {
  background: url("./img/icon-cr-image.png");
}
.course-resources-list li,
.course-resources-list li.pdf,
.course-resources-list li.docx,
.course-resources-list li.pptx,
.course-resources-list li.xlsx,
.course-resources-list li.jpeg,
.course-resources-list li.jpg,
.course-resources-list li.png {
  background-repeat: no-repeat !important;
  background-size: 1.5rem;
  background-position: top left;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.course-resources-list li a {
  color: var(--electricblue) !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.course-resources-list li span {
  color: var(--darkgray) !important;
  font-size: 1.125rem !important;
}
h2.course-resources-title {
  font-size: 2rem !important;
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-weight: 700;
}
/*****COURSE ENDORSEMENTS SECTION*****/
.course-instructors.single {
  display: block;
}
.course-instructors.multiple {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
.instructor img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.course-instructors.single .instructor {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  margin-bottom: 2rem;
}
.course-instructors.multiple .instructor {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 47%;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.instructor .instructor-image {
  padding: 0;
  min-width: 85px;
}
.instructor .instructor-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.instructor p.instructor-name {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--almostblack);
  font-style: normal;
  line-height: 140%;
  margin: 0;
}
.instructor p.instructor-title {
  color: var(--darkgray);
  line-height: 140%;
  font-weight: 700;
  font-size: 1.125;
  margin: 0;
}
.instructor p.instructor-bio {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--almostblack);
  font-style: normal;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .course-instructors.multiple .instructor {
    max-width: 90%;
  }
  .course-instructors.multiple {
    gap: 0;
  }
  .course-instructors.single .instructor {
    flex-direction: column;
    max-width: 90%;
  }
  .instructor p.instructor-bio {
    font-size: 1.125rem;
  }
  .instructor p.instructor-name {
    font-size: 1.125rem;
  }
  .instructor p.instructor-title {
    font-size: 1rem;
  }
}
/*****COURSE ENDORSEMENTS SECTION*****/
.endorsements-container img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  width: 30%;
  max-width: 200px;
  margin-bottom: 2rem;
  filter: grayscale(1);
}
.endorsement-row h2 {
  color: var(--almostblack);
  font-family: var(--mainfont) !important;
  font-size: 1rem;
  font-weight: 400;
}
.outcome-section h3 {
  font-size: 2rem !important;
  line-height: 140% !important;
}
.outcome-section p {
  font-size: 1.25rem !important;
  line-height: 140% !important;
}
.callout-img,
.callout-text {
  display: inline-block;
  vertical-align: middle;
}
.callout-text {
  padding-left: 1.5rem;
}
.callout-img img {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .endorsements-container img {
    width: 40%;
    max-width: 150px;
  }
  .outcome-section h3 {
    font-size: 1.625rem !important;
  }
  .outcome-section p {
    font-size: 1.125rem !important;
  }
}
/*****TOPICS/SECTIONS/LESSONS CONTENT SECTIONS*****/
.transcript-time {
  width: 50px !important;
  padding-top: 0.25rem !important;
}
.transcript-title p.elementor-heading-title {
  font-size: 0.875rem !important;
}
.transcript-time p.elementor-heading-title {
  color: var(--electricblue) !important;
  font-size: 1rem !important;
}
.transcript-text p,
.transcript-text h3,
.transcript-text h4,
.transcript-text h5,
.transcript-text span {
  color: var(--almostblack) !important;
}
.transcript-toggle-row {
  padding: 0 1rem !important;
}
a.video-issue-link {
  color: var(--darkgray) !important;
  text-decoration: underline !important;
  display: block;
  margin-bottom: 1rem;
}
a.video-issue-link:hover {
  color: var(--electricblue);
}
.ld-empty {
  display: none !important;
}
.learndash-wrapper .ld-content-actions {
  border-top: 1px solid var(--gray) !important;
}
/*****THIS HANDLES THE WYSIWYS STYLING*****/
.topic-content h1,
.lesson-content h1 {
  display: none !important;
}
.topic-content h2,
.topic-content h3,
.topic-content h4,
.topic-content h5,
.lesson-content h2,
.lesson-content h3,
.lesson-content h4,
.lesson-content h5 {
  font-weight: 700 !important;
  color: var(--almostblack) !important;
  line-height: 140% !important;
}
.topic-content p,
.topic-content ol,
.topic-content ul,
.topic-content li,
.lesson-content p,
.lesson-content ol,
.lesson-content ul,
.lesson-content li {
  color: var(--almostblack) !important;
  font-weight: 400;
  font-size: 1.125rem !important;
  line-height: 140% !important;
}
.topic-content img,
.lesson-content img {
  margin: 2rem 0 !important;
}
@media screen and (max-width: 550px) {
  .topic-content img,
  .lesson-content img {
    width: 100% !important;
    height: auto !important;
  }
  .topic-content p,
  .topic-content ol,
  .topic-content ul,
  .topic-content li,
  .lesson-content p,
  .lesson-content ol,
  .lesson-content ul,
  .lesson-content li {
    font-size: 1rem !important;
  }
}
/********************* END OF LEARNDASH STYLES ******************************/
/********************* DASHBOARD SECTION ******************************/
h1.company-name {
  color: var(--almostblack) !important;
  font-weight: 700 !important;
  font-size: 2rem;
  margin: 0 !important;
}
p.profile-company-team-members {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.profile-company-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.dashboard .elementor-widget-n-tabs .e-n-tabs-heading {
  background: #f8f8f8;
  padding: 1rem;
}
.sticky-dash-menu {
  position: sticky;
  top: 10px;
}
.sticky-dash-menu button {
  width: 90% !important;
  margin-bottom: 0.5rem !important;
}
.sticky-dash-menu .e-n-tab-title {
  background-color: transparent !important;
}
.sticky-dash-menu .e-n-tab-title[aria-selected="true"],
.sticky-dash-menu .e-n-tab-title:hover {
  background-color: #fff !important;
}
.dashboard .team-stats img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid var(--gray) !important;
}
.dashboard .team-stats p {
  margin: 0;
  color: var(--almostblack);
  font-size: 1.25rem;
  line-height: 140%;
  font-family: var(--mainfont);
}
.dashboard .team-stats p:nth-child(2) {
  margin: 0;
  color: var(--darkgray);
  font-size: 1rem;
}
.dashboard .elementor-widget-n-tabs .e-n-tab-title-text::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-size: cover !important;
  margin-right: 0.5rem;
}

.dashboard
  .elementor-widget-n-tabs
  #ldb-achievments
  .e-n-tab-title-text::before {
  background: url("./img/icon-ldb-achievements.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ldb-achievments.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ldb-achievments:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-ldb-achievements-blue.png");
}
.dashboard .elementor-widget-n-tabs #ldb-profile .e-n-tab-title-text::before {
  background: url("/wp-content/uploads/2023/10/icon-ldb-profile.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ldb-profile.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ldb-profile:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-ldb-profile-blue.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ldb-course-history
  .e-n-tab-title-text::before {
  background: url("./img/icon-ldb-history.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ldb-course-history.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ldb-course-history:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-ldb-history-blue.png");
}

.dashboard
  .elementor-widget-n-tabs
  #ed-report-button
  .e-n-tab-title-text::before {
  background: url("./img/icon-team-report.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-report-button.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ed-report-button:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-team-report_blue.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-members-button
  .e-n-tab-title-text::before {
  background: url("./img/icon-members.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-members-button.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ed-members-button:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-members_blue.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-course-button
  .e-n-tab-title-text::before {
  background: url("./img/icon-assign-course.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-course-button3.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ed-course-button:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-assign-course_blue.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-progress-button
  .e-n-tab-title-text::before {
  background: url("./img/icon-course-progress.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-progress-button.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ed-progress-button:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-course-progress_blue.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-stats-button
  .e-n-tab-title-text::before {
  background: url("./img/icon-course-stats.png");
}
.dashboard
  .elementor-widget-n-tabs
  #ed-stats-button.e-active
  .e-n-tab-title-text::before,
.dashboard
  .elementor-widget-n-tabs
  #ed-stats-button:hover
  .e-n-tab-title-text::before {
  background: url("./img/icon-course-stats_blue.png");
}

/*new dashboard styles for buttons had to split the tabbed data into own pages*/
.teamdash-sticky {
  position: sticky;
  top: 0;
}
.teamdash-button {
  background: #f8f8f8;
  border-radius: 1rem;
  margin: 0.5rem 0;
  padding-left: 2rem;
}
.teamdash-button:hover {
  background: #fff;
}
.teamdash-button.tdreport a {
  background-image: url("/wp-content/themes/hello-theme-child-master/img/icon-team-report.png");
}
.teamdash-button.tdreport a:hover,
.teamdash-button.tdreport.active a {
  background-image: url("/wp-content/themes/hello-theme-child-master/img/icon-team-report_blue.png");
}
.teamdash-button.tdmembers a {
  background-image: url("/wp-content/themes/hello-theme-child-master/img/icon-members.png");
}
.teamdash-button.tdmembers a:hover,
.teamdash-button.tdmembers.active a {
  background-image: url("/wp-content/themes/hello-theme-child-master/img/icon-members_blue.png");
}
.teamdash-button.tdassigncourse a {
  background-image: url("./img/icon-assign-course.png");
}
.teamdash-button.tdassigncourse a:hover,
.teamdash-button.tdassigncourse.active a {
  background-image: url("./img/icon-assign-course_blue.png");
}
.teamdash-button.tdprogress a {
  background-image: url("./img/icon-course-progress.png");
}
.teamdash-button.tdprogress a:hover,
.teamdash-button.tdprogress.active a {
  background-image: url("./img/icon-course-progress_blue.png");
}
.teamdash-button.tdstats a {
  background-image: url("./img/icon-course-stats.png");
}
.teamdash-button.tdstats a:hover,
.teamdash-button.tdstats.active a {
  background-image: url("./img/icon-course-stats_blue.png");
}

.teamdash-button.ldprofile a {
  background-image: url("./img/icon-ldb-profile.png");
}
.teamdash-button.ldprofile a:hover,
.teamdash-button.ldprofile.active a {
  background-image: url("./img/icon-ldb-profile-blue.png");
}
.teamdash-button.ldhistory a {
  background-image: url("./img/icon-ldb-history.png");
}
.teamdash-button.ldhistory a:hover,
.teamdash-button.ldhistory.active a {
  background-image: url("./img/icon-ldb-history-blue.png");
}
.teamdash-button.ldachievements a {
  background-image: url("./img/icon-ldb-achievements.png");
}
.teamdash-button.ldachievements a:hover,
.teamdash-button.ldachievements.active a {
  background-image: url("./img/icon-ldb-achievements-blue.png");
}
.teamdash-button a {
  padding: 1rem;
  color: #575757;
  display: block;
}
.teamdash-button.tdreport a,
.teamdash-button.tdmembers a,
.teamdash-button.tdassigncourse a,
.teamdash-button.tdprogress a,
.teamdash-button.tdstats a,
.teamdash-button.ldprofile a,
.teamdash-button.ldhistory a,
.teamdash-button.ldachievements a {
  background-repeat: no-repeat;
  padding: 1.5rem 1.5rem 1.5rem 2.6rem;
  background-size: 32px;
  background-position: left center;
}
.teamdash-button.active {
  background: #fff;
}
/**/

@media screen and (max-width: 767px) {
  .teamdash-mobile-menu-container nav {
    display: flex !important;
    overflow-x: scroll !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    padding: 0.5rem 0;
  }
  .teamdash-mobile-menu {
    display: flex !important;
    overflow-x: scroll !important;
    flex-wrap: nowrap !important;
  }
  .teamdash-button {
    background: #f8f8f8;
    border-radius: 1rem;
    margin: 0 0.5rem;
    padding: 0.5rem 0 0 0;
    text-align: center;
    min-width: 125px;
  }
  .teamdash-button:hover {
    background: #fff;
  }
  .teamdash-button.tdreport a,
  .teamdash-button.tdmembers a,
  .teamdash-button.tdassigncourse a,
  .teamdash-button.tdprogress a,
  .teamdash-button.tdstats a,
  .teamdash-button.ldprofile a,
  .teamdash-button.ldhistory a,
  .teamdash-button.ldachievements a {
    background-repeat: no-repeat;
    padding: 2.5rem 0.5rem 0.75rem 0.5rem;
    background-size: 32px;
    background-position: top center;
    line-height: 1rem;
  }
}

/*end of the new styles for the team dashboard split*/

.assign-course-section .elementor-search-form__container {
  background: transparent !important;
}
.assign-course-section .elementor-search-form__container input,
.assign-course-section .elementor-field {
  background: #fff !important;
  border: 1px solid var(--electricblue) !important;
  border-radius: 999px;
}
.assign-course-section .elementor-field {
  background-image: url("img/calendar-icon.png") !important;
  background-position: 0.5rem center !important;
  background-size: 1.5rem !important;
  background-repeat: no-repeat !important;
  padding-left: 2.2rem !important;
}
.assign-course-section .elementor-search-form__submit {
  background: transparent !important;
  position: absolute !important;
  right: 0;
  top: 1rem;
}
.assign-course-section .elementor-search-form__submit svg {
  fill: var(--almostblack) !important;
}
.assign-course-section .e-form__buttons {
  display: none !important;
}
#date-submit-hide {
  display: none !important;
}
.assign-course-section .assign-course-filters-btn .ovinbtn a {
  padding: 0.25rem 0.5rem !important;
  font-weight: 700;
  font-size: 0.875rem !important;
}
.assign-course-section .assign-course-filters-btn .secondary a {
  border: none !important;
  background-color: var(--lightgray) !important;
  color: var(--darkgray) !important;
}
.assign-course-section .assign-course-filters-btn .secondary a:hover {
  color: var(--white) !important;
}
.top-learners-row .tl-image img.tl-profilepic {
  height: auto;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.top-learners-row .first-place .tl-image img.tl-profilepic {
  max-width: 12.875rem;
  max-height: 12.875rem;
  width: 12.875rem;
  height: 12.875rem;
}
.top-learners-row .third-place .tl-image img.tl-profilepic {
  max-width: 9.25rem;
  max-height: 9.25rem;
  width: 100%;
  width: 9.25rem;
  height: 9.25rem;
}
.top-learners-row .second-place .tl-image img.tl-profilepic {
  max-width: 10.5rem;
  max-height: 10.5rem;
  width: 100%;
  width: 10.5rem;
  height: 10.5rem;
}
.top-learners-row .tl-rank {
  display: block;
  width: 10rem;
  height: 3rem;
  margin: -2.5rem auto 0 auto;
  text-align: right;
}
.top-learners-row .tl-rank img {
  width: 3rem;
  height: 3rem;
}
.top-learners-row .tl-details {
  text-align: center;
  width: 80%;
  max-width: 300px;
  margin: 0.5rem auto;
}
.top-learners-row .tl-details p {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}
.top-learners-row p.tl-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--almostblack);
}
.top-learners-row p.tl-courses,
.top-learners-row p.tl-paths {
  color: var(--darkgray);
}
/**select 2 styles**/
.select2-container {
  min-width: 100%;
  max-width: 100%;
}

.select2-results__option {
  padding: 0.5rem;
  vertical-align: middle;
}
.select2-results__option div {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.select2-results__option div p {
  margin: 0;
  font-size: 1rem;
  line-height: 110%;
  font-weight: 700;
}
#select2-ac-paths-select-results .select2-results__option div p {
  margin: 0;
  font-size: 1rem;
  line-height: 110%;
  font-weight: 400;
}
.select2-results__option div p:nth-child(2) {
  font-weight: 400;
  color: var(--darkgray);
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid var(--almostblack);
  border-radius: 2px;
  background-color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}
.select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "";
  color: #fff;
  border: 2px solid var(--almostblack);
  display: inline-block;
  padding-left: 3px;
  background: url("./img/check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--ice) !important;
  color: var(--almostblack);
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  margin-bottom: 0;
  border: 1px solid var(--electricblue) !important;
  border-radius: 999px;
  padding: 0.5rem;
  max-height: 50px;
  overflow: auto;
  height: 50px;
}
.assign-course-section
  .select2-container--default
  .select2-selection--multiple {
  max-height: none;
  overflow: visible;
  height: auto;
  border-radius: 25px !important;
  padding: 0.7rem 0.5rem 0.3rem 0.5rem !important;
}
.assign-course-section
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0 !important;
}
.assign-course-section
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  position: absolute;
  right: 4px;
  background: #fff;
  right: 10px;
  top: 10px;
  margin: 0;
  padding: 0.2rem;
  border-radius: 5px;
}
.assign-course-section
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 3px !important;
}
.jc-datepicker {
  max-height: 50px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: 999px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}
.select-icon .placeholder {
  display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}
.select-icon .select2-search--dropdown {
  display: none;
}
.select2-container--open .select2-dropdown {
  top: 30px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.jconfirm .jconfirm-holder .jconfirm-content li {
  font-size: 18px !important;
}
.jconfirm input.course-threshold {
  display: inline-block !important;
}
.jconfirm button.skill-goal-remove {
  color: var(--almostblack);
  display: inline-block;
  border: 0;
  background: transparent;
  vertical-align: middle;
  padding: 0.5rem;
}
.jconfirm button.skill-goal-remove:hover {
  background: transparent;
  border: 0;
  color: var(--red, #ff0000) !important;
}
/********************* END DASHBOARD SECTION **************************/
/********************* FOOTER *****************************************/
.footer-row {
  background: var(--ice);
}
a.frenchlink {
  color: var(--almostblack) !important;
}
a.frenchlink:hover {
  color: var(--electricblue) !important;
}
.footer-social {
}
.footer-social img {
  width: 2rem;
  height: auto;
}
.footer-logo img {
  max-width: 402px;
  width: 100%;
}
/********************* END FOOTER ************************/
.checkout-entry-data {
  display: none !important;
}
/*******break point for course drop down margins**********/
/* @media screen and (max-width: 1600px) {
	#elementor-popup-modal-153 .dialog-widget-content {
		margin-left:23% !important;
	}
}
@media screen and (max-width: 1500px) {
	#elementor-popup-modal-153 .dialog-widget-content {
		margin-left:20% !important;
	}
}
@media screen and (max-width: 1400px) {
	#elementor-popup-modal-153 .dialog-widget-content {
		margin-left:16% !important;
	}
}
@media screen and (max-width: 1300px) {
	#elementor-popup-modal-153 .dialog-widget-content {
		margin-left:14% !important;
	}
}
@media screen and (max-width: 1200px) {
	#elementor-popup-modal-153 .dialog-widget-content {
		margin-left:14% !important;
	}
}
@media screen and (max-width: 1100px) {
	#elementor-popup-modal-153 .dialog-widget-content {
		margin-left:14% !important;
	}
} */
/*********************tablet break point************************/
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.75rem !important;
    line-height: 110%;
  }
  h1.company-name {
    font-size: 2rem;
  }
  .hero-cta-container {
    margin-top: 1.5rem;
  }
  .hero-content,
  .highlight-content {
    padding: 3rem 1rem;
    justify-content: center;
  }
  .testimonial-content .elementor-testimonial__text {
    font-size: 1.3rem !important;
  }
  .elementor-testimonial__cite span {
    font-size: 1rem;
  }
  .elementor-testimonial__cite {
    margin-bottom: 1.5rem;
  }
  #user-notification.has-notification::after {
    content: "•";
    color: var(--electricblue);
    position: absolute;
    top: 2.3rem;
    right: 0.5rem;
    font-size: 2.5rem;
  }
  #user-notification-mobile.has-notification::after {
    content: "•";
    color: var(--electricblue);
    position: absolute;
    top: 2.3rem;
    right: 0.85rem;
    font-size: 2rem;
    text-stroke: 0.5px #fff;
    -webkit-text-stroke: 0.5px #fff;
  }
  .e-n-tabs-content .e-n-tab-title {
    display: none !important;
  }
  .e-n-tabs-mobile
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading {
    display: flex !important;
    overflow-x: scroll !important;
    flex-wrap: nowrap !important;
  }
} /*end tablet break point*/

/*mobile break point*/
@media screen and (max-width: 767px) {
  .hero-content,
  .highlight-content {
    padding: 4rem 1rem 0 1rem;
    justify-content: center;
  }
  h1 {
    font-size: 2.75rem !important;
  }
  .testimonial-content .elementor-testimonial__text {
    font-size: 2rem !important;
  }
  .elementor-testimonial__cite span {
    font-size: 1.25rem;
  }
  .elementor-testimonial__cite {
    margin-bottom: 2rem;
  }
  .quote-card-section .quote-card {
    flex-shrink: 0;
    max-width: 90%;
  }
  .quote-card-section .e-con-inner {
    overflow-x: scroll;
    padding-right: 1rem;
    max-width: var(--themaxwidth) !important;
  }
  .featured-testimonial-section p {
    font-size: 2.25rem;
    line-height: 140%;
    text-align: left;
  }
  .featured-testimonial-section .e-con-inner {
    max-width: 1280px !important;
  }
  .featured-testimonial-section p:before,
  .featured-testimonial-section p:after {
    background-image: url("/wp-content/uploads/2023/06/gradient-quotes.png");
    background-size: 100px 60px;
    display: inline-block;
    width: 100px;
    height: 60px;
    content: "";
  }
  .featured-testimonial-section p:after {
    vertical-align: text-top;
  }
  .featured-testimonial-section p:before {
    display: block;
  }
  .featured-testimonial-section cite {
    margin: 1rem 0 0 0;
  }
  .benefits-section .e-con-inner {
    flex-wrap: wrap !important;
    gap: 1rem;
  }
  .benefits-section .benefit-card {
    padding: 1.5rem;
    flex-shrink: 0 !important;
    gap: 1rem;
    width: 48%;
  }
  .benefits-section-title h3 {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
  .benefit-card .benefit-title h3 {
    font-size: 1.125rem;
  }
  .benefit-card .benefit-content p {
    font-size: 1.125rem;
  }
  .logo-feature .logo-row {
    display: block;
    text-align: center;
  }
  .logo-feature .logo-row img,
  .logo-feature .logo-row a {
    display: block;
    width: 45%;
    float: left;
    margin-bottom: 1rem;
    margin-top: 3%;
  }
  .logo-feature .logo-row a img {
    width: 100%;
  }
  .logo-feature .logo-row .elementor-widget-image:nth-child(odd) img {
    margin-right: 10%;
  }
  .logo-feature .e-con-inner {
    gap: 0;
  }
  .badges-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .badge {
    margin: 1rem 0;
  }
  .milestone p.mspoints {
    font-size: 1.75rem;
    padding-top: 2.2rem;
  }
  .milestone {
    width: 6.125rem;
    height: 7rem;
    border-radius: 999px;
    position: relative;
  }
  .milestone-section {
    gap: 1rem;
  }
  .milestone-container {
    width: 18%;
    min-width: 6.2rem;
  }
  .e-n-tabs-content .e-n-tab-title {
    display: none !important;
  }
  .e-n-tabs-mobile
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading {
    display: flex !important;
    overflow-x: scroll !important;
    flex-wrap: nowrap !important;
  }
  button#ldb-profile {
    margin-top: 0.5rem;
  }
  #ldb-profile .e-n-tab-title-text::before {
    margin: auto;
  }
  .dashboard .elementor-widget-n-tabs .e-n-tab-title-text {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .top-learners-row .first-place .tl-image img.tl-profilepic {
    max-width: 9.25rem;
    max-height: 9.25rem;
    width: 100%;
    width: 9.25rem;
    height: 9.25rem;
  }
  .top-learners-row .third-place .tl-image img.tl-profilepic {
    max-width: 7.8rem;
    max-height: 7.8rem;
    width: 100%;
    width: 7.8rem;
    height: 7.8rem;
  }
  .top-learners-row .second-place .tl-image img.tl-profilepic {
    max-width: 8.75rem;
    max-height: 8.75rem;
    width: 100%;
    width: 8.75rem;
    height: 8.75rem;
  }
  /* 	.top-learners-row {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: scroll !important;
		margin-left:-1rem;
		width:100vw;
	} */
  .third-place,
  .first-place,
  .second-place {
    min-width: 300px;
  }
  /* 	.third-place {
		order:3;
	} */
  .top-learners-row .tl-rank {
    width: 3rem;
    height: 3rem;
    margin: -1.5rem auto 0 auto;
  }
  .team-overview-stat-row {
    overflow-x: scroll !important;
    width: 100vw;
    padding-right: 1rem;
    margin-right: -1rem;
  }
  .team-overview-stat-row .team-stats {
    border: 1px solid var(--gray) !important;
    min-width: 148px !important;
  }
  .dashboard .team-stats img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: none !important;
    margin: -0.5rem 0 -1rem -0.5rem;
  }
  .dashboard .team-stats p {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    line-height: 110%;
  }
  .dashboard .team-stats p:nth-child(2) {
    margin: 0 0 1rem 0;
    font-size: 0.875rem;
  }
  p.subscription-desc {
    font-size: 1.375rem;
  }
  .sm_menu_outer .mobile_menu a {
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 1rem 1.5rem 1rem 0rem;
  }
  .sm_menu_outer .mobile_menu li.back a {
    padding: 1rem 0.5rem 1rem 1.5rem;
    background: url("./img/chevron-left-menu.svg") no-repeat -10px 11px;
    /* background-position: -10px 11px; */
    background-size: 2rem;
  }
  .plarge,
  .plarge p {
    font-size: 1.375rem !important;
  }
} /*end mobile break point*/
/*mobile break point small*/
@media screen and (max-width: 550px) {
  .badge {
    margin: 1rem 0;
  }
  .badges-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .milestone-container {
    width: 30%;
    min-width: 6rem;
  }
  #billing_state_field {
    display: block !important;
    width: 100% !important;
    margin-right: 4% !important;
  }

  #billing_postcode_field {
    display: block !important;
    width: 100% !important;
  }
  .benefits-section .benefit-card {
    flex-shrink: 0 !important;
    width: 100%;
  }
} /*end mobile break point small*/
/*wpform in /contact /schedule-demo */
.wpforms-container.wpforms-form-ovi input,
.wpforms-container.wpforms-form-ovi select,
.wpforms-container.wpforms-form-ovi textarea {
  border: 1px solid #1100dc !important;
  border-radius: 8px !important;
}

.wpforms-container.wpforms-form-ovi .wpforms-has-error {
  overflow: initial !important;
}

.wpforms-container.wpforms-form-ovi .wpforms-uploader {
  border: 1px solid #1100dc !important;
  border-radius: 8px !important;
}

.wpforms-container.wpforms-form-ovi {
  margin-bottom: 0px !important;
}

.wpforms-container.wpforms-form-ovi .wpforms-confirmation-container p {
  margin-bottom: 0px;
}

.wpforms-container.wpforms-form-ovi .wpforms-field-label {
  font-size: 16px;
}
.wpforms-container.wpforms-form-ovi .wpforms-title {
  font-size: 26px;
}
@media screen and (min-width: 767px) {
  .wpforms-container.wpforms-form-ovi .wpforms-field-label {
    font-size: 18px;
  }

  .wpforms-container.wpforms-form-ovi .wpforms-title {
    font-size: 32px;
  }
}
/*end wpform in /contact /schedule-demo */

/* topic cards widget */
.elementor-widget-topic-card {
  padding: 24px;
  background: var(--White, #fff);
  /* Card drop shadow */
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
}
.topic-card-icon {
  width: 54px;
}
.topic-card-title {
  padding-top: 16px;
}
.topic-card-links-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topic-card-links {
  padding-bottom: 16px;
}
.topic-card-links a {
  color: var(--text-almost-black, #252525);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.topic-card-links a svg {
  position: absolute;
  margin-left: 10px;
}
.topic-card-cta-link {
  margin-top: 16px;
}

@media screen and (max-width: 480px) {
  .logo-feature .logo-row img {
    display: block;
    width: 85%;
    float: none;
    margin-bottom: 1rem;
    margin-top: 12%;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 250px;
  }
}

@media screen and (min-width: 767px) {
  .topic-card-links a {
    font-size: 20px;
  }
}
/*end topic cards widget */
