@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

      :root {
        --font: Roboto;
        --alt-font: Roboto;
        --accent-color: #004978;
        --secondary-color: #0059de;
        --link-color: #d3b934;
        --accent-highlight-color: #004978;
        --accent-highlight-background-color: #c4e8ff;
        --accent-tinted-color-70: #b3c8d7;
        --accent-tinted-color-80: #ccdbe4;
        --accent-tinted-color-90: #e6edf2;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #0068ab;
        --secondary-hover-color: #1271ff;
        --secondary-contrast-color: #fff;
        --link-hover-color: #84731d;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/f6dd18ff-88b2-43a9-ba68-c6e4e538b33b/h70anzjntqs3-Whitebackground.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/f6dd18ff-88b2-43a9-ba68-c6e4e538b33b/di5xb66h4sd4-Primary_logo.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/*GENERAL STYLE*/

@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.enroll__price {
  margin-top: 10px;
}
.enroll__price:after {
  content: "Applicable taxes included";
  font-size: 12px;
  font-weight: normal;
  width: auto;
  height: auto;
  margin: 5px 0;
}
.enroll__buy .btn {
  margin-top: 10px;
}

body {
  margin: 0;
}

.learn.dashboard .hero picture {
    background-image: url(https://whetstoneinc.ca/wp-content/uploads/2025/05/panorama_hero_v3.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.learn.dashboard .hero picture img {
    visibility: hidden !important;
}
.learn.dashboard .hero__caption span.h4:after {
    content: "IP";
    font-size: 10px;
    margin: 2px 0;
    position: absolute;
}

.hero_setion {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 100px 100px;
  background: linear-gradient(204deg, #014d83, #3fa3ed);
  margin-bottom: 20px;
}
.ip .hero .hero__caption .h4:after {
  content: "IP";
  font-size: 10px;
  margin: 2px 0;
  position: absolute;
}

.hero_setion .left_image {
  width: 55%;
  height: auto;
  float: left;
  left: 0;
  position: inherit;
}
.hero_setion .left_image img {
  width: 100%;
}
.hero_setion .right_text {
  width: 45%;
  float: right;
  padding: 0 40px 0;
}
.hero_setion .right_text h2.hero_title {
  font-weight: bold;
  margin-bottom: 20px;
}
.hero_setion h2.hero_title {
  font-size: 56px;
  color: #fff;
  margin: 0;
}
.hero_setion p.hero_subtitle {
  font-size: 24px;
  color: #fff;
}

.header .company__beta-logo {
  display: inline-block;
  max-height: inherit;
  max-width: 250px;
  width: 200px;
}

/*CATELOGUE UNIFORM STYLE*/

.catalog-item .medium-4.columns {
  width: 16.6666666667%;
}

.catalog-item .medium-5.columns {
  margin-left: 8.3333333333% !important;
}

.catalog-item .medium-3.columns {
  margin-left: 8.3333333333% !important;
}

.catalog__ribbon {
  /* font-size: 11px;
  font-weight: 500;
  line-height: 1;
  max-width: 175px;
  padding: 5px 14px;
  position: absolute;
  right: 20px !important;
  text-overflow: ellipsis;
  text-transform: uppercase;
  top: 20px;
  white-space: nowrap;
  z-index: 2;
  background: #fff !important;
  border-radius: 30px;
  color: #323232 !important; */

    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    max-width: max-content;
    padding: 6px 14px 6px;
    position: absolute;
    right: 20px !important;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 20px;
    white-space: nowrap;
    z-index: 2;
    background: #fff900 !important;
    border-radius: 30px;
    color: #323232 !important;

}

.topic__container__workbook .btn--link {
  background: var(--accent-color) !important;
  border-color: var(--accent-color);
  color: var(--accent-contrast-color);
  padding: 0.5em 1.25em !important;
  border-radius: 2px;
}
.topic__container__workbook .btn--link:hover {
  background-color: var(--accent-hover-color) !important;
  border-color: var(--accent-hover-color);
  color: var(--accent-contrast-color);
}

/*TITLES*/

@media print {
  .page_break {
    min-height: 1px;
    page-break-before: always;
    break-before: page;
  }
}

.title_one {
  color: #1f497d !important;
  background: #dfedf6;
  padding: 10px 20px;
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.title_two {
  color: #006da3 !important;
  border-left: solid 5px #006da3;
  padding: 0px 15px;
  font-size: 24px;
  font-weight: bold;
}

.title_three {
  color: #2e2f2f;
  font-size: 20px;
}

.editor-content ol,
.editor-content ul {
  padding-left: 1rem;
}

.quiz__container--assessment .question__container textarea,
.quiz__container--learner .question__container textarea {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
  min-height: 70px;
}
table.line-items-table textarea {
  min-height: 50px !important;
}

/*LEARNER SIDE STYLE*/

.learner__sidebar .learner__container__toggle .btn {
  border-radius: 0;
  visibility: visible;
  background: #006da3 !important;
}

.learner__sidebar__expandables .expandable-sidebar__toggle {
  background: #006da3 !important;
}
.course-progress button.btn.btn--link {
  color: #006da3 !important;
}
.directional__nav__button__container .directional__nav__button {
  background: #006da3;
}
.learner__content .section-progress-bar span {
  background: #006da3 !important;
}
.learner__content .learner-lesson__title {
  color: #006da3;
}
.learner__content .bookmark-dropdown__button i {
  padding: 0;
  color: #006da3;
}

/* NEW DESIGN STYLE */

.header {
  width: auto;
  margin: auto 70px;
}
.container_wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  box-shadow: none;
  max-width: 100%;
}
.Mainheroslider {
  padding: 0rem 1rem !important;
}
.Mainheroslider .featured-content-sidebar {
  display: none;
}
.Mainheroslider .medium-9.columns {
  width: 100%;
  padding: 0;
}
.full-content-catalog {
  width: 1340px;
  padding: 80px 20px 30px !important;
}
.featured-content-carousel-item__overlay {
  background: transparent;
  bottom: 25%;
  left: 0;
  padding: 3% 5%;
  width: 55%;
}
.featured-content-carousel-item__title {
  color: #004978;
  font-size: 54px;
  font-family: "Gloock", serif !important;
  font-weight: 700;
  margin-bottom: 0;
}
.featured-content-carousel-item__description {
  color: #2f2f2f;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.featured-content-carousel__nav {
  bottom: 2.5rem;
  position: absolute;
  left: 4em;
}
.full-content-catalog .medium-3.columns {
  display: none;
}
.catalog-search-bar {
  display: table;
  height: 3rem;
  margin-bottom: 30px;
  width: 100%;
}
.catalog-filters {
  background: #fafafa;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.full-content-catalog .catalog-search__button,
.full-content-catalog .catalog-search__button {
  background: #d9d9d9 !important;
}
.catalog-filters__search {
  border-radius: 10px;
}
.catalog-filters__sort {
  background: transparent;
  border-left: 1px solid #cbcbcb;
  border-radius: 0 8px 8px 0;
  height: 100%;
  padding-right: 0;
}
.catalog-display-type button {
  background: transparent;
  border-radius: 8px;
  height: 3rem;
  margin-bottom: 0;
  padding: 0;
  width: 3rem;
}
.full-content-catalog.no-sidebar .medium-9.columns {
  width: 100%;
}
.full-content-catalog h3.h2.widget__title {
  color: #2f2f2f;
  font-size: 30px;
}
.catalog-filters__selections {
  border-left: 0;
}
.catalog-grid li {
  border: 0;
}
.catalog-grid .catalog-item .catalog-grid-item {
  border-radius: 12px;
  border: 0;
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.catalog-grid-item__title {
  color: #2f2f2f;
  font-family: Roboto;
  font-size: 23px;
  height: 60px !important;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.catalog-grid-item__stars {
  display: none;
}
.catalog-grid-item__source {
  color: #2f2f2f;
  font-family: Roboto;
  font-size: 16px;
}
.catalog-grid-item__description {
  margin-bottom: 0;
  overflow: hidden;
  height: 50px !important;
  padding-top: 0.25em;
  color: #2f2f2f;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.catalog-grid-item__cta-container {
  font-size: 17px;
  line-height: 1;
  height: auto !important;
}
.catalog-grid-item__body {
  padding: 20px;
  min-height: 241px;
}
.btn--link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
span.catalog-grid-item__price {
  font-size: 16px;
  font-style: normal;
  font-weight: bold !important;
}

section#cert_block_wrapper {
  background: #f9f9f9;
  padding: 0;
}
#cert_block_wrapper .cert_wrapper {
  width: 100%;
  display: inline-block;
  padding: 100px 0 !important;
  background: #d9efff;
}
.section_title {
  /* line-height: 32px; */
  font-weight: 400;
  font-size: 38px;
  color: #595a5a;
  text-align: center;
}
#cert_block_wrapper .cert_wrapper .section_title {
  color: #004978;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
#cert_block_wrapper .cert_text_block {
  width: 80%;
  display: flex;
  margin: auto;
  justify-content: space-between;
}
#cert_block_wrapper .cert_text_block .left {
  width: 55%;
  float: left;
  margin: 0 50px 0 0;
}
#cert_block_wrapper .cert_text_block h2.h2.widget__title {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #2f2f2f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left !important;
}
#cert_block_wrapper .cert_text_block .right {
  width: 25%;
  text-align: left;
}
#cert_block_wrapper .cert_block {
  width: auto;
  /* padding: 20px 120px 50px !important; */
  margin: auto;
  display: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button_wrapper .btn_gold {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid #d3b934;
  background: #d3b934;
  margin: 20px 0;
}

.footer {
  padding: 0 1rem;
  background: #004978;
  color: #fff;
}
.footer__inner {
  border-top: 0;
  max-width: 90%;
  padding: 1rem 0;
  width: 90%;
}
.footer__company__info {
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer__company__info a {
  color: #ffffff;
  line-height: inherit;
  text-decoration: none;
}
.footer .link a {
  border-radius: 20px;
  background: #d3b934;
  padding: 8px 12px;
  color: #000;
}
.nav--global-links {
  background-color: #e9e9e9;
  padding: 3px 0;
  border-radius: 0 0 12px 12px;
}

.course__detail__container {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 1rem;
  width: 100%;
}
.course__detail__container {
  padding-top: 37px;
  max-width: 1440px;
}
.course__detail__container {
  padding: 37px 64px 100px 64px;
}
.learning-content-hero--no-asset {
  background: transparent;
}
.learning-content-hero__overlay {
  background: transparent !important;
}
.widget--learning-path-content-hero .learning-content-hero h1 {
  font-family: "Gloock", serif !important;
  margin-bottom: 20px;
  color: #004978;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}
.widget--learning-path-content-hero div {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  top: 30%;
}
.learning-path_custom-layout {
  width: 80%;
  padding: 80px 20px 30px !important;
  margin: auto;
}
.learning-content__back-button {
  color: #353535 !important;
  font-size: 15px;
  line-height: 25px;
}
.learning-content__back-button i {
  margin-right: 10px;
  color: #004978;
}
.learning-path-progress-bar-item--current
  .learning-path-progress-bar-item__index {
  background: #d9efff;
  box-shadow: none;
  color: #898989;
  border: 3px solid #dddddd;
}
.learning-path-body {
  padding: 1em 3em 2em 3em;
}
.learning-path-certificate-circle {
  background-color: #ffffff;
  background-image: url(https://d36ai2hkxl16us.cloudfront.net/certificate-baseless-v4-unearned.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 6px solid #dddddd;
  border-radius: 50%;
  display: block;
  height: 85px;
  width: 85px;
}
.learning-path-certificate-status {
  color: #616161;
  font-size: 14px;
}
.learning-path-body--secondary:before {
  display: none;
}
.learning-path-body.learning-path-body--secondary {
  padding: 0;
  background: transparent;
  border: 0;
}
.learning-path-milestone__badge {
  background: #d9efff;
  font-size: 11px;
  color: #000;
  padding: 5px 8px;
  border-radius: 16px;
  top: -3px;
  margin-right: 8px;
  position: relative;
}
.learning-path-milestone__badge--elective {
  background: #d9efff;
}
.learning-path-milestone-item--with-body .learning-path-milestone-item__title {
  border: 0;
}
.learning-path-milestone-item__title h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.learning-path-milestone-item__body {
  margin-top: 0;
}
.learning-path-milestone-item {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: 1em 2em 1.5em 2em;
  border-radius: 12px;
  border: solid 1px rgb(0 0 0 / 10%);
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}
.learning-path-milestone-item__asset {
  padding-right: 0;
  border-radius: 12px;
}
.learning-path-milestone-item__description {
  color: #2f2f2f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-left: 1em;
  margin-bottom: 1.5em;
}
.learning-path-milestone-item__info {
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 1em;
  margin-left: 1em;
}
.learning-path-milestone__title {
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 0;
}

.course__detail__header h1 {
  font-family: "Gloock", serif !important;
  margin-bottom: 20px;
  color: #004978;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
.course__detail__header p {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.tab-title a {
  border-radius: 50px;
  border: 2px solid #f4f4f4;
  background: #f4f4f4;
  text-align: center;
  font-size: 15px !important;
}
.tabs .tab-title.active a,
.tabs dd.active a {
  border: 2px solid #004978;
  background: #004978;
  color: #fff;
}
.tabs {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.course__detail__asset img {
  max-width: 100%;
  border-radius: 12px;
}
.course__detail__asset {
  margin: 40px 0;
  border-radius: 12px;
}
.course__detail__sidebar {
  border-radius: 20px;
  background: #edf7ff;
  padding: 40px 30px !important;
  margin-top: 150px;
}
p.h6.heading.heading--alt,
span.h5.course__includes__title {
  color: #2f2f2f;
  font-family: Roboto;
  font-size: 16px;
  text-transform: inherit;
}
a.btn.btn--social {
  background: #004978;
  padding: 12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
a.btn.btn--social i {
  color: #fff;
}
.btn--twitter > svg > g {
  fill: #ffffff;
}
.share__container {
  margin: 0;
  border: 0;
}
.course__includes hr {
  display: none;
}
.course__includes__list i {
  float: left;
  margin-right: 0.5em;
  margin-top: 0;
}
.course__includes__list {
  list-style: none;
  margin: 1rem 0 1rem;
  padding: 0;
}

/* BUTTONS */

.btn--primary {
  font-size: 16px;
  padding: 11px 20px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #004978 !important;
  background: #0186c4 !important;
}
.course__detail__sidebar .btn--primary {
  font-size: 16px;
  padding: 14px 20px !important;
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #004978 !important;
  background: #0186c4 !important;
  margin-bottom: 30px;
}
.btn--alt.btn--primary.active,
.btn--alt.btn--primary:active,
.btn--alt.btn--primary:focus,
.btn--alt.btn--primary:hover {
  background-color: #0068ab !important;
  border-color: #0068ab;
  color: #ffffff;
}
.course__detail__sidebar .btn--primaryhover {
  background: #0068ab !important;
}
.course__detail__sidebar .btn--primary span {
  color: #fff;
  font-size: 18px;
}

a.course-title.course-title-link {
  color: #004978;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.course__container {
  background: #edf7ff;
}
.learner__container__toggle .btn.hide-sidebar {
  border-radius: 8px !important;
  border: 2px solid #d3b934 !important;
  background: #d3b934 !important;
}
.expandable-sidebar__toggle {
  border-radius: 8px;
  background: #004978 !important;
  padding: 16px 20px;
  font-size: 18px;
  text-transform: capitalize;
}
.learner__sidebar__expandables .expandable-sidebar__toggle {
  background: #004978 !important;
}
.learner__sidebar-inner-list span.syllabus__section-title {
  color: #1d1d1d;
  font-size: 16px !important;
}
.learner__sidebar-inner-list
  .syllabus__lesson
  .syllabus__lesson--title
  .syllabus__lesson--title-text {
  display: block;
  overflow: hidden;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: normal;
}
.syllabus__topic--non-expandable-title-text {
  display: block;
  overflow: hidden;
  padding-left: 0.4em;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: normal;
}
.learner__sidebar .layout-panel {
  margin-bottom: 0;
  padding: 1rem 0;
  background: transparent;
}
.expandable-sidebar__content {
  display: none;
  padding: 12px 8px;
}
.learner__sidebar-list > li {
  border-bottom: 1px solid #d9d9d9;
}
.expandable-sidebar {
  margin-bottom: 4px;
}
.learner__container__toggle {
  margin-bottom: 4px !important;
}
.course-progress__overall .small-4 {
  display: none;
}
.course-progress__overall .highlight {
  color: #004978;
  font-size: 18px !important;
  font-weight: bold;
}
.course-progress .stat sup {
  font-size: 18px !important;
  font-size: 0.75rem;
  top: 0;
}
.course-progress .description {
  font-size: 18px !important;
}
.course-progress__overall__bar .progress {
  background-color: #ffffff;
  border: 0;
  height: 14px;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
  margin-top: 8px;
}
.progress.colorized .meter {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1c83ae),
    to(#d3b934)
  );
  background: linear-gradient(90deg, #1c83ae, #d3b934);
}
.course-progress button.btn.btn--link {
  color: #006da3 !important;
  background: transparent !important;
  border: none !important;
}
.expandable-sidebar__buttons {
  background-color: transparent;
}
.expandable-sidebar__buttons a {
  color: #006da3;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.expandable-sidebar__buttons a {
  color: #006da3;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.learner-section__title__container h3 {
  margin-top: 0.6em;
  font-size: 24px;
}
.learner-section__title {
  color: #353535;
}
.learner__content .learner-lesson__title {
  color: #004978;
}
.directional__nav__button__container .directional__nav__button {
  background: #006da3;
  border-radius: 20px;
}
.topic__content.topic__content--text h3 {
  color: #004978;
  font-size: 24px;
}
select#select-section {
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  /* background: #F4F4F4; */
}
textarea {
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 12px 20px;
}
.assignment__sidebar .items__list li {
  border: 1px solid #e9e9e9;
  margin-bottom: -1px;
  padding: 0.75em 1rem;
  background: #f8f8f8;
  border-radius: 10px;
}
.learner__content .layout-panel {
  background: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 12px;
  border: solid 1px #e3eff7;
}
.tools-tab .tab-title > a {
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #c2c2c2 !important;
  background: #f4f4f4 !important;
  color: #222 !important;
  font-size: 16px !important;
  text-transform: capitalize;
}
/* .column,
.columns {
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
} */
.header--student {
  margin: 0;
}
.header--student .header__left__icon {
  background: #f2f2f2;
  color: #004978;
  float: left;
  font-size: 30px;
  margin: 0;
  text-align: center;
  padding: 17px !important;
}
.assignment__container {
  margin: 0 -1rem;
  max-width: none;
  width: auto;
  color: #353535;
  font-family: Roboto;
  font-size: 18px;
}
.quiz__container--learner .choices__list li .choice {
  float: left;
  padding: 0;
  width: 75%;
  font-size: 16px;
}
.quiz__container .choices__list li:hover {
  border-color: #004978;
  border-radius: 12px;
}
.choice__index {
  color: #004978;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  padding: 10px 20px;
}
.leading-loose {
  line-height: inherit;
  padding: 10px;
  background: #f8f8f8;
}
.quiz__container .choices__list li {
  background: #f8f8f8;
  border-radius: 12px;
}
.course-progress__topics-list li .link,
.course-progress__topics-list li .link a {
  color: #555555;
  text-align: left;
  font-size: 14px;
}
.course-progress--course-percent-viewed .highlight {
  color: #004978;
}
li.syllabus__topic--non-expandable {
  list-style: none;
  padding: 6px;
}
.expandable-sidebar__toggle i.icon-bullets,
.expandable-sidebar__toggle i.icon-flag,
.expandable-sidebar__toggle i.icon-bookmark,
.expandable-sidebar__toggle i.icon-compose,
.expandable-sidebar__toggle i.icon-mail {
  font-size: 18px;
}
.course-progress .highlight {
  color: #004978;
}
.item__actions .btn {
  margin-bottom: 0;
  color: #fff;
}
.redactor-box.redactor-styles-on {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.tools__content__sections__list a {
  color: #383838;
  display: block;
  font-size: 14px;
  font-size: 16px;
  padding: 0.5em 1em;
}
.learning-path-milestone__toggle i {
  font-size: 24px;
}
select#bulk-purchase-tier-select {
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
}
.enroll__price {
  margin-top: 10px;
  color: #004978;
}
h5.enroll__title {
  color: #2f2f2f;
  font-size: 16px;
  text-transform: inherit;
}
.course__detail__description p {
  color: #353535;
  font-family: Roboto;
  font-size: 18px;
}
.learning-path-detail-milestone-list h3 {
  font-size: 28px;
  color: #004978;
  font-weight: bold;
}
.learning-path-detail-milestone-item__content-type h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1em;
}
.learning-path-detail-milestone-item__description .editor-content {
  display: block;
  color: #2f2f2f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-left: 1em;
  margin-bottom: 1.5em;
}
.learning-path-detail-milestone-item__asset {
  padding-right: 0;
  border-radius: 10px;
}
.center-ruled-title span {
  text-align: center;
  color: #2f2f2f;
  font-size: 16px !important;
  text-transform: inherit;
  text-transform: capitalize;
}
.learning-path-detail-milestone-item__title {
  color: #000;
  font-size: 22px;
  padding-right: 0.75em;
  margin-bottom: 0;
}
.learning-path-detail-milestone-item__content-type {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0;
}
.course__detail__runs {
  clear: both;
  color: #353535;
  font-size: 12px;
  font-size: 14px;
  margin: 0 0 1em;
}
.enroll__secondary-actions > .btn {
  color: #353535;
}
.learning-path-detail-milestone-item__cta {
  color: #004978;
}
.course__detail__content p {
  color: #353535;
  font-size: 18px;
}
.course__detail__content h1.h2 {
  font-family: "Gloock", serif !important;
  margin-bottom: 20px;
  color: #004978;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
#learner,
#lms {
  height: auto;
  overflow: hidden;
}
form.ask__form input {
  border-radius: 8px;
}
.modal-content {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  overflow-y: auto;
}
.modal-body,
.modal-footer {
  padding: 2rem;
}
.modal .modal-footer .btn {
  border-radius: 6px;
}
.modal-header {
  border-bottom: 4px solid rgba(203, 203, 203, 0.5);
  padding: 1rem 2rem;
  position: relative;
}
.modal .close {
  right: 22px;
}
.question__body.question__body--strong,
.question__body.question__body--strong p {
  font-weight: 700;
  font-size: 18px;
}
button.btn.btn--alt.btn--expand.btn--secondary {
  border-radius: 12px;
  padding: 14px 20px !important;
  color: #004978;
  border-color: #004978;
  font-size: 18px;
}
.video__frame {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.catalog-item .btn--primary {
  border: none !important;
  background: transparent !important;
}
.video__container {
  padding: 0;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0;
  width: 100%;
}
.question__body p {
  font-size: 18px;
}
.assignment__sidebar .items__list li {
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding: 0.75em 1rem;
  background: #f8f8f8;
  border-radius: 10px;
}
.files__list__info .files__list__name {
  color: #1d1d1d;
}

.accessWidget {
  width: 1340px;
  padding: 80px 20px !important;
}
.accessWidget:before {
  content: "Take a Look at your Progress";
  display: inline-block;
  color: #2f2f2f;
  font-size: 30px;
  width: -webkit-fill-available;
  text-align: center;
  margin: 40px;
}
.accessWidget .dashboard-access-tab.dashboard-access-tab--active {
  background: #004978;
}
.accessWidget .btn--link {
  color: #fff;
  text-transform: capitalize;
}
.accessWidget .dashboard-access-tab {
  background: #eaeaea;
  font-size: 15px;
  padding: 12px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 5px;
}
.dashboard-access-tab--inactive .dashboard-access-tab__label {
  color: #313131;
  text-transform: capitalize;
}
.accessWidget .dashboard-access section[role="tabpanel"] {
  border: 1px solid #676767;
  padding: 20px;
  border-radius: 8px;
}
.accessWidget .dashboard-access-list-item-expander__title {
  color: #595a5a;
  text-transform: capitalize;
  font-weight: 400;
}
.accessWidget .dashboard-access-list-item strong {
  font-weight: 400;
  color: #595a5a;
}
.dashboard-access-tabs {
  background: transparent;
  background: transparent;
  border-bottom: none;
  font-size: 0;
}
.dashboard-access {
  border: none;
}
.dashboard-access-list-item__description {
  color: #333;
  font-size: 16px !important;
  margin-top: 0.5em;
}
a.btn.btn--alt.btn--small.m-0.dashboard-access-list-view-detail-page {
  padding: 8px;
  font-size: 14px;
  border-radius: 8px;
}
.accessWidget .dashboard-access-list-item-expander__title {
  color: #004978;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
}
.event-sidebar__meeting__title {
  font-weight: bold;
  color: #004978;
}
.event-sidebar__meeting__date span {
  display: inline-block;
  line-height: 1.2em;
}
.dashboard-stats__container {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* padding: 40px; */
  background: #eaeaea;
  border-radius: 12px;
  width: 1340px;
  padding: 80px 20px !important;
  margin: auto;
}
.dashboard-stat {
  border: 1px solid #d3d3d3;
  height: auto;
  margin: 0.375em 0;
  padding-top: 0.75em;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 4px;
}
.dashboard-stat__label {
  color: #48595f;
  font-size: 10px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
.dashboard-stat__icon {
  display: inline-block;
  font-size: 12px;
  font-size: 20px;
}
.widget--dashboard-stats_standard {
  background: #eaeaea;
}
.dashboard-stat--started .dashboard-stat__value,
.dashboard-stat--completed .dashboard-stat__value,
.dashboard-stat--collaborations .dashboard-stat__value,
.dashboard-stat--available .dashboard-stat__value {
  color: #0186c4;
}
.learn.dashboard .widget--badges_standard {
  width: 1340px;
  padding: 80px 20px !important;
  margin: auto;
}
.dashboard-badges-container {
  padding: 0.75em;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #e9e9e9;
}
.featured-content-multi-carousel .featured-content-block-grid > li {
  display: inline-block;
  float: none;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  white-space: normal;
  border-radius: 12px;
}
.award-leaderboard-standing--header {
  color: #2f2f2f;
  margin-top: 1em;
  text-transform: capitalize;
  font-size: 16px;
}
.award-leaderboard-leaders ul .avatar {
  display: inline-block;
  padding: 0px 8px;
}
.award-leaderboard-header button {
  color: #969797;
  text-transform: capitalize;
  font-size: 14px;
}
.widget--learning-path-content-hero div picture {
  display: none;
}
.learning-path-progress-bar-item__index {
  background: #0186c4;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  left: 48%;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 2;
  box-shadow: none;
  border: 3px solid #dddddd;
}
.learning-path-criterion-badge {
  padding: 5px 12px;
  border-radius: 30px;
  background: #d4b934;
  color: #ffffff;
}

.hero-section {
  padding: 0 !important;
}
.hero .hero__caption .hero__title {
  color: #004978;
  font-size: 54px;
  font-family: "Gloock", serif !important;
  font-weight: 700;
  /* margin-bottom: 0; */
}
.hero .hero__caption {
  width: 50%;
  background: transparent;
  bottom: 24%;
  left: 6em;
  position: absolute;
}
.hero .hero__caption span {
  color: #2f2f2f;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.widget--course-purchase .panel {
  background: transparent;
}
.item__label,
.label {
  border: none;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 1em;
  background: #efefef;
  color: #000;
  padding: 8px 12px;
  border-radius: 16px;
  top: -3px;
  margin-right: 8px;
  position: relative;
}
.avatar {
  background: #d9efff;
  color: #2f2f2f;
  display: block;
  height: 42px;
  position: relative;
  width: 42px;
}
.dashboard-stat__value {
  font-size: 40px !important;
  font-size: 2.75rem;
  margin-top: 0.15em;
  text-align: center;
}
.dashboard-access-list-item-expansion img {
  border-radius: 8px;
}

.learning-path-detail-milestone-list
  .learning-path-detail-milestone-item__title {
  color: #000;
  font-size: 22px;
  padding-right: 0.75em;
  margin-bottom: 12px;
}
.avatar {
  padding: 11px;
}
.article-content__header {
  font-family: "Gloock", serif !important;
  margin-bottom: 20px;
  color: #004978;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
.learner__container__toggle .btn {
  border-radius: 8px;
  visibility: visible;
}
.faq__contact-block .panel {
  border-radius: 12px;
  background: #edf7ff;
  padding: 40px 30px !important;
}
.faqs__container .faq__question {
  display: block;
  font-size: 16px !important;
  color: #004978;
}
.faqs__container .faq__sections > li {
  font-size: 20px;
}
.faq__search-block {
  font-family: "Gloock", serif !important;
  color: #004978;
  font-size: 44px;
  font-style: normal;
  line-height: normal;
}
.faq__search-block {
  background: transparent;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 12px;
}
.faq__search-block input {
  border-radius: 10px 0 0 10px !important;
}
.faq__search-block input[type="submit"] {
  border-radius: 0 10px 10px 0 !important;
}
.faq__search-block input {
  border-radius: 10px 0 0 10px !important;
  height: auto !important;
  padding: 12px 50px !important;
}
.widget--support_standard {
  max-width: auto;
  padding: 37px 50px 100px 50px;
}
.faq__contact-block .panel a {
  color: #004978;
}
table.md-table {
  margin-bottom: 20px !important;
}
.expandable-sidebar__buttons .right a {
  border: solid 2px #006da3;
  border-radius: 32px;
}
.learner__content .heading.heading--primary {
  font-size: 28px;
}
.learn.course.notes.section {
  background: #edf7ff;
}

.editor-content table thead td,
.editor-content table thead th {
  background-color: #004978 !important;
  border-color: #0068ab;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
h1.course-title {
  color: #004978;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.cart__buttons button {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 16px;
  padding: 11px 20px;
  display: inline-block;
  border-radius: 8px;
}
.widget--video.widget--video_standard {
  width: 1340px;
  padding: 80px 20px !important;
  margin: auto;
}
.widget__title {
  color: #656565;
  margin-bottom: 0.75em;
  color: #2f2f2f;
  font-size: 30px;
}
.layout-panel.layout-panel--article {
  padding: 3rem 4rem;
  padding: 37px 64px 100px 64px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 1rem;
  width: 100%;
  max-width: 1440px;
}
.article-sidebar img {
  border-radius: 8px;
}
.btn,
button {
  border-radius: 8px;
}
.reflection-block {
  width: 1340px;
  padding: 80px 20px 30px !important;
}
.reflection-block .linked-workbook-grid-item__body,
.reflection-block .linked-workbook-list-item__body {
  border-radius: 12px;
}
p.linked-workbook-grid-item__title {
  font-size: 18px;
  color: #004978;
}
.reflection-block .linked-workbook__new-category button {
  padding: 10px;
  border-radius: 8px;
}
.reflection-block .catalog-grid-item {
  border: none;
  position: relative;
}

.info-block-one {
  width: 70%;
  margin: auto;
  padding: 70px 0 !important;
  text-align: center;
}
#key_features_wrap {
  width: 70%;
  margin: auto;
  padding: 70px 0 !important;
  text-align: center;
}
#key_features_wrap .features_list {
  gap: 18px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: initial;
  align-content: initial;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
.features_list .features_item {
  width: 32%;
  position: relative;
  border: solid 1px #f9f9f9;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px 30px;
  transition: all 0.3s;
  text-decoration: none;
  text-align: left;
  /* flex-grow: 5; */
}
.features_list .features_item .item_title {
  height: auto;
  color: #004978;
  text-align: left;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  margin: 4px 0;
}
.features_list .features_item .meta_text {
  color: #595a5a;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  margin: 0;
}
.info-block-one p {
  color: #595a5a;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  margin: 0;
}
.features_list .features_item i.icon {
  font-size: 32px;
  color: #d3b934;
  padding-bottom: 8px;
}
.home__content {
  padding: 0;
}

#program_tracks_wrap {
  width: auto;
  margin: auto;
  padding: 70px 0 !important;
  text-align: center;
  background: #d9efff;
}
#program_tracks_wrap .program_list {
  gap: 18px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: initial;
  align-content: initial;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
.program_list .program_item {
  width: 246px;
  position: relative;
  border: solid 1px #f9f9f9;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px 30px;
  transition: all 0.3s;
  text-decoration: none;
  text-align: left;
  flex-grow: 5;
}
.program_list .program_item .item_title {
  height: auto;
  color: #004978;
  text-align: left;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin: 4px 0;
}
.program_list .program_item .meta_text {
  color: #595a5a;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  margin: 10px 0 30px;
}
.program_list .program_item i.icon {
  font-size: 26px;
  color: #d3b934;
  margin: 10px 0;
  position: absolute;
  bottom: 8px;
  right: 20px;
}

section.learner_info_wrapper {
  width: auto;
  margin: auto;
  padding: 70px 0 !important;
  text-align: center;
}
.why_choose_block {
  width: 100%;
  display: flex;
  margin: 0;
  gap: 18px;
}
.why_choose_block .left {
  width: 40%;
  text-align: left;
}
.why_choose_block .item_image {
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 12px;
  padding: 18px 0;
}
.why_choose_block .item_image i {
  background: #ffffff;
  padding: 0;
  font-size: 40px;
  color: #004978;
}
.why_choose_block .h2.widget__title {
  width: 80%;
  padding: 0;
  font-size: 40px;
  line-height: inherit;
  margin: 0;
  text-align: left;
  color: #004978;
  font-family: "Gloock", serif !important;
  font-weight: 700;
  margin-bottom: 0;
}
.why_choose_block .right {
  width: 60%;
  text-align: left;
}
.why_choose_info_list {
  gap: 18px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: initial;
  align-content: initial;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
.why_choose_info_list .why_choose_item {
  width: 48%;
  position: relative;
  border: solid 1px #f9f9f9;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px 30px;
  transition: all 0.3s;
  text-decoration: none;
  text-align: left;
}
.why_choose_info_list .why_choose_item .item_title {
  height: auto;
  color: #004978;
  text-align: left;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  margin: 4px 0;
}
.why_choose_info_list .why_choose_item .meta_text {
  color: #595a5a;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  margin: 0;
}
.widget__title {
  color: #656565;
  margin-bottom: 0.75em;
  color: #2f2f2f;
  font-size: 30px;
  font-weight: bold;
}
.full-content-catalog .medium-9.columns {
  width: 100%;
}
.catalog-search-bar .medium-3.columns {
  display: block;
}
.catalog__ribbon-corner {
  display: none;
}
h3.catalog-header {
  font-weight: bold;
  color: #004978;
  font-size: 54px;
  font-family: "Gloock", serif !important;
}
.tools__content__sections__list a.active .label {
  color: #000;
}
.google-map {
  border-radius: 10px !important;
  overflow: hidden !important;
  padding: 0;
}
.event-content a.btn.btn--link.btn--primary {
  border-radius: 8px !important;
  border: 2px solid #d3b934 !important;
  background: #d3b934 !important;
  padding: 8px 12px !important;
  color: #ffffff;
}
.event-sidebar__meeting--active .event-sidebar__meeting__title {
  color: #fff;
}
.event-sidebar--tabs .event-sidebar__content__container {
  border: none !important;
}


/* END OF NEW DESIGN STYLE */








/* LEARNER REPORT STYLE */

section#reports-app {
    width: 1340px;
    padding: 80px 30px !important;
    margin: auto;
}

/* LAYOUT: vertical tabs (left) + content (right) */
  #reports-app.reports {
    display: grid;
    grid-template-columns: 240px 1fr; /* left column for years */
    gap: 20px;
    align-items: start;
  }

  /* Left column (years) */
  #reports-app .years {
    display: grid;
    gap: 0;
    position: sticky;          /* stays in view while scrolling */
    top: 12px;
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding-right: 4px;
  }

  /* Year tab buttons */
  #reports-app .year-tab {
    width: 100%;
    text-align: left;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    font-weight: 600;
    cursor: pointer;
  }
  #reports-app .year-tab.active { background: #f3f5f7; }

  /* Right column (months) */
  #reports-app .months-wrap { min-height: 200px; }
  #reports-app .months {
    display: none; /* only the active year's grid is shown */
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
    background: #f3f5f7;
    padding: 20px;
    border-radius: 20px;
  }
  /* Wider screens: more columns */
  @media (min-width: 900px) {
    #reports-app .months { grid-template-columns: repeat(3, minmax(200px, 1fr)); }
  }

  /* Month cards */
  #reports-app .month-card {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 18px; border: 1px solid #ececec; border-radius: 14px; background: #fff;
  }
  #reports-app .month-empty { opacity: .45; }

  #reports-app .btn {
    appearance: none; border: 0; padding: 10px 14px; border-radius: 8px;
    background: #0e5573; color: #fff; font-weight: 700; text-decoration: none;
    margin: 0;
  }

  /* Mobile: stack vertically (years above months) */
  @media (max-width: 720px) {
    #reports-app.reports { grid-template-columns: 1fr; }
    #reports-app .years { position: static; max-height: none; display: flex; flex-wrap: wrap; gap: 10px; }
    #reports-app .year-tab { flex: 1 1 110px; text-align: center; }
  }

  .notice { font-size: .95rem; color: #666; }

/* END OF LEARNER REPORT STYLE */






@media (min-width: 576px) {
  .container_wrap {
    max-width: 650px;
  }
  .testimonialwrapper {
    max-width: 650px;
  }
}
@media (min-width: 768px) {
  .container_wrap {
    max-width: 770px;
  }
  .testimonialwrapper {
    max-width: 770px;
  }
}
@media (min-width: 992px) {
  .container_wrap {
    max-width: 1000px;
  }
  .testimonialwrapper {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container_wrap {
    max-width: 1340px;
  }
}

@media only screen and (max-width: 3600px) {
  .hero_setion .right_text {
    width: 45%;
    float: right;
    padding: 80px 90px;
  }
}

@media only screen and (max-width: 2000px) {
  .hero_setion .right_text {
    width: 45%;
    float: right;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1430px) {
  .container_wrap {
    max-width: 1340px;
  }
  .hero_setion {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 100px 30px;
    background: linear-gradient(204deg, #014d83, #3fa3ed);
  }
  .hero_setion .right_text {
    width: 45%;
    float: right;
    padding: 0 20px;
  }
  .hero_setion h2.hero_title {
    font-size: 45px;
    color: #fff;
    margin: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .container_wrap {
    max-width: 1340px;
  }

  .hero_setion h2.hero_title {
    font-size: 50px;
    color: #fff;
    margin: 0;
  }
  .hero .hero__caption {
    width: 52%;
    background: transparent;
    bottom: 30px;
    left: 0;
    position: absolute;
    padding: 2rem;
  }
  .hero .hero__caption .hero__title {
    font-size: 46px;
    margin-bottom: 0;
  }
  .hero .hero__caption span {
    color: #2f2f2f;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1080px) {
  .container_wrap {
    max-width: 1340px;
  }
  .hero_setion {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 100px 20px;
    background: linear-gradient(204deg, #014d83, #3fa3ed);
  }
  .hero_setion .left_image {
    width: 80%;
    height: auto;
    float: none;
    left: 0;
    position: inherit;
    display: block;
    margin: auto;
  }
  .hero_setion .right_text {
    width: auto;
    float: right;
    padding: 10px 90px;
  }
  .hero_setion h2.hero_title {
    font-size: 50px;
    color: #fff;
    margin: 0;
  }
  .hero .hero__caption {
    width: 55%;
    background: transparent;
    bottom: 20%;
    left: 0;
    position: absolute;
    padding: 2rem;
  }
  .hero .hero__caption .hero__title {
    font-size: 37px;
    margin-bottom: 0;
  }
  .hero .hero__caption span {
    color: #2f2f2f;
    font-size: 16px;
  }
  .tabs-content {
    border: none;
    padding-top: 1rem;
  }
  .article-content__header {
    font-size: 41px;
    line-height: normal;
  }

  .why_choose_block {
    width: 100%;
    display: inline-block;
    margin: 0;
  }
  .container_wrap {
    max-width: 770px;
  }

  .info-block-one {
    width: 70%;
    margin: auto;
    padding: 70px 0 10px !important;
    text-align: center;
  }

  #key_features_wrap {
    width: 100%;
    margin: auto;
    padding: 70px 0 !important;
    text-align: center;
  }
  .features_list .features_item {
    width: 30%;
    padding: 24px 18px;
    text-align: left;
    /* flex-grow: 5; */
  }
  .program_list .program_item {
    width: 48%;
    border-radius: 15px;
    padding: 20px 30px;
    text-align: left;
    flex-grow: initial;
  }

  .why_choose_block .left {
    width: auto;
    text-align: left;
  }
  .why_choose_block .right {
    width: auto;
    text-align: left;
  }
  .why_choose_info_list {
    margin-top: 40px;
  }
  .why_choose_info_list .why_choose_item {
    width: 48%;
    position: relative;
    padding: 0;
    text-decoration: none;
    text-align: left;
  }
}

@media only screen and (max-width: 900px) {
  .container_wrap {
    max-width: 1000px;
  }

.hero .hero__caption {
        width: 57%;
        background: transparent;
        bottom: 15%;
        left: 0;
        position: absolute;
        padding: 2rem;
    }
  .hero_setion .left_image {
    width: auto;
    height: auto;
    float: none;
    left: 0;
    position: inherit;
    display: inline-block;
    margin: auto;
  }
  .hero_setion .right_text {
    width: auto;
    float: right;
    padding: 5%;
  }
  .hero_setion h2.hero_title {
    font-size: 45px;
    color: #fff;
    margin: 0;
  }
  .course__detail__content h1.h2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: normal;
  }
  .course__detail__sidebar .btn--primary {
    font-size: 16px;
    width: 100%;
    margin: 0;
  }
  .editor-content ol li,
  .editor-content ul li {
    margin-bottom: 0.5rem;
    color: #353535;
    font-size: 18px;
  }
  .course__includes__list i {
    float: none;
    margin-right: 0.5em;
    margin-top: 0;
  }
  .course__includes__list li > span {
    display: inherit;
    padding-left: 0;
    padding-top: 8px;
  }
  .course__detail__sidebar {
    border-radius: 20px;
    background: #edf7ff;
    padding: 30px 20px !important;
    margin-top: 150px;
  }
  .collection__courses .learning-path-detail-milestone-item__title {
    font-size: 22px;
    padding-right: 0.75em;
    margin-bottom: 12px;
  }
  .learning-path-detail-milestone-list .medium-4.columns {
    width: 100%;
  }
  .learning-path-detail-milestone-list .medium-8.columns {
    width: 100%;
  }
  .learning-path-detail-milestone-item__content-type h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
    margin-left: 0;
  }
  .learning-path-detail-milestone-item__description .editor-content {
    display: block;
    color: #2f2f2f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .course-purchase__mobile-button {
    display: block;
    position: fixed;
    top: inherit;
    bottom: 0;
    width: 100%;
    padding: 20px;
  }
  .article-content__header {
    font-size: 32px;
    line-height: normal;
  }

  .widget--video.widget--video_standard {
    width: 1340px;
    padding: 40px 20px !important;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .container_wrap {
    max-width: 600px;
  }
  .header .company__beta-logo {
    display: block;
    max-height: inherit;
    max-width: 250px;
    width: 240px;
    margin: auto;
  }

.learn.dashboard .hero picture {
    background-image: url(https://whetstoneinc.ca/wp-content/uploads/2025/05/panorama_hero_mobile_v2.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.learn.dashboard .hero picture img {
    visibility: hidden !important;
}

  .hero_setion {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 20px;
    background: linear-gradient(204deg, #014d83, #3fa3ed);
  }
  .hero_setion h2.hero_title {
    font-size: 30px;
    color: #fff;
    margin: 0;
  }
  .hero_setion p.hero_subtitle {
    font-size: 20px;
    color: #fff;
  }
  .hero .hero__caption {
    width: 100%;
    background: transparent;
    top: 0;
    bottom: inherit;
    left: auto;
    position: absolute;
  }
  .header {
    width: auto;
    margin: auto 0;
  }
  .learning-path_custom-layout {
    width: 100%;
    padding: 0px 20px 30px !important;
    margin: auto;
  }
  .widget--learning-path-content-hero div {
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    top: 50%;
    position: inherit;
  }
  .learning-content__back-button {
    color: #fff;
    padding: 1em;
    position: relative;
    z-index: 1;
  }
  .widget--learning-path-content-hero .learning-content-hero h1 {
    font-family: "Gloock", serif !important;
    margin-bottom: 20px;
    color: #004978;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .learning-content-hero__overlay {
    display: none;
  }
  .learning-path-milestone-item {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    padding: 1em 1em 1.5em 1em;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .row {
    display: grid;
    margin-bottom: 20px;
    min-height: 70px;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .btn--primary {
    width: max-content;
    font-size: 14px;
    padding: 8px 20px;
  }
  .learning-path-milestone__badge {
    background: #d9efff;
    font-size: 11px;
    color: #000;
    padding: 5px 8px;
    border-radius: 16px;
    top: 46px;
    right: -8px;
    margin-right: 8px;
    position: absolute;
    z-index: 999;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .small-9 {
    width: 100%;
  }
  .learning-path-milestone-item__description {
    margin-left: 0;
  }
  .learning-path-milestone-item__info {
    margin-left: 0;
  }
  .hero .hero__caption .hero__title {
    font-size: 43px;
    margin-bottom: 0;
  }
  .hero .hero__caption span {
    font-size: 20px;
    margin-top: 0.5em;
  }
  .full-content-catalog {
    width: 100%;
    padding: 40px 20px 30px !important;
  }
  .full-content-catalog h3.h2.widget__title {
    color: #2f2f2f;
    font-size: 22px;
  }
  #cert_block_wrapper .cert_wrapper {
    width: 100%;
    display: inline-block;
    padding: 60px 20px 140px !important;
    background: #d9efff;
  }
  #cert_block_wrapper .cert_text_block {
    width: 100%;
    display: inline-block;
    margin: auto;
    position: relative;
  }
  #cert_block_wrapper .cert_text_block .left {
    width: auto;
    float: inherit;
    margin: 0;
  }
  #cert_block_wrapper .cert_text_block .right {
    width: 33%;
    text-align: inherit;
    position: absolute;
    bottom: -120px;
    right: 0;
  }
  .footer__company__info {
    margin-bottom: 1rem;
    text-align: center !important;
  }
  .footer__links {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
  }
  .footer__inner {
    border-top: 0;
    max-width: 100%;
    padding: 1.5rem 0;
    width: 100%;
  }
  form.catalog-search input {
    margin: 0;
    padding: 20px 10px;
    border-radius: 8px;
    font-size: 14px;
  }
  .catalog-search__button {
    border-radius: 0 8px 8px 0;
  }
  .catalog-filters {
    border: none;
  }
  .catalog-filters__sort {
    border-left: none;
    width: 100%;
    padding: 0;
  }
  .catalog-filters__select {
    border-radius: 8px;
    width: 100%;
    padding: 7px 10px;
    height: 42px;
    font-size: 14px;
  }
  .catalog-filters {
    background: transparent;
  }
  .catalog-filters__selections {
    border-left: 0;
    width: 100%;
    padding: 0;
  }
  .catalog-filters__search {
    padding: 0;
  }
  .catalog-display-type button {
    background: transparent;
    border-radius: 8px;
    height: auto;
    margin-bottom: 4px;
    padding: 5px 0;
    width: 3rem;
    font-size: 16px;
  }
  .catalog-display-type {
    padding: 0 0 0 1em;
    text-align: right;
  }

  .catalog-item .medium-5.columns {
    margin-left: 0 !important;
  }
  .catalog-item .medium-3.columns {
    margin-left: 0 !important;
  }
  .catalog-item .medium-4.columns {
    width: 50%;
  }

  .course__detail__container {
    padding: 20px 0 30px 0;
  }
  .course__detail__content h1.h2 {
    color: #004978;
    font-size: 44px;
    line-height: normal;
  }
  .course__detail__asset {
    margin: 30px 0;
    border-radius: 12px;
  }

  .editor-content ol li,
  .editor-content ul li {
    margin-bottom: 0.5rem;
    color: #353535;
    font-size: 18px;
  }
  .course__detail__sidebar {
    padding: 40px 30px !important;
    margin-top: 10px;
  }
  select#bulk-purchase-tier-select {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
  }

  .collection__courses .learning-path-detail-milestone-item__title {
    font-size: 22px;
    padding-right: 0.75em;
    margin-bottom: 12px;
  }
  .learning-path-detail-milestone-item__content-type h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
    margin-left: 0;
  }
  .learning-path-detail-milestone-item__description .editor-content {
    display: block;
    color: #2f2f2f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .collection__courses .learning-path-milestone__badge {
    padding: 5px 8px;
    top: 26px;
    right: -8px;
    margin-right: 8px;
  }
  .learning-path-detail-milestone-item__cta {
    color: #004978;
    font-size: 15px;
  }
  .course__includes__list li > span {
    display: inherit;
    padding-left: 4em;
    font-size: 15px;
  }
  .layout-panel.layout-panel--article {
    padding: 1rem 2rem;
  }
  .learner__content {
    float: none;
    position: inherit;
    padding: 1rem;
    right: inherit;
    width: 100%;
    transform: none !important;
  }
  .learner__sidebar {
    float: none;
    position: inherit;
    padding: 1rem 2em 1rem 2rem;
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: none !important;
    width: 100% !important;
  }
  a.course-title.course-title-link {
    font-size: 18px;
  }
  .header--student .header__left__icon {
    padding: 7px !important;
  }
  .tools__content__sections__list a.active .label {
    color: #004978;
  }
  .dashboard-stats__container {
    width: auto;
    padding: 30px 20px !important;
    margin: auto;
  }
  .accessWidget {
    width: 1340px;
    padding: 30px 20px !important;
  }
  .learn.dashboard .widget--badges_standard {
    width: auto;
    padding: 60px 20px !important;
    margin: auto;
  }
  .accessWidget:before {
    content: "Take a Look at your Progress";
    font-size: 22px;
    margin: 20px 0;
  }
  .hero .hero__caption {
    width: 100%;
    background: transparent;
    top: 0;
    bottom: inherit;
    left: auto;
    position: absolute;
    padding: 30px;
  }
  .widget--support_standard {
    padding: 37px 20px 100px 20px;
  }
  .dashboard-access-list-item .grid {
    display: block;
  }

  .features_list .features_item {
    width: 48%;
  }
}

@media only screen and (max-width: 480px) {
  .container_wrap {
    max-width: 550px;
  }
  .hero_setion {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 20px;
    background: linear-gradient(204deg, #014d83, #3fa3ed);
  }
  .hero_setion h2.hero_title {
    font-size: 30px;
    color: #fff;
    margin: 0;
  }
  .hero_setion p.hero_subtitle {
    font-size: 20px;
    color: #fff;
  }
  .hero .hero__caption {
    width: 100%;
    background: transparent;
    top: 0;
    bottom: inherit;
    left: auto;
    position: absolute;
  }
  .header {
    width: auto;
    margin: auto 0;
  }
  .learning-path_custom-layout {
    width: 100%;
    padding: 0px 20px 30px !important;
    margin: auto;
  }
  .widget--learning-path-content-hero div {
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    top: 50%;
    position: inherit;
  }
  .learning-content__back-button {
    color: #fff;
    padding: 1em;
    position: relative;
    z-index: 1;
  }
  .widget--learning-path-content-hero .learning-content-hero h1 {
    font-family: "Gloock", serif !important;
    margin-bottom: 20px;
    color: #004978;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .learning-content-hero__overlay {
    display: none;
  }
  .learning-path-milestone-item {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    padding: 1em 1em 1.5em 1em;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .row {
    display: grid;
    margin-bottom: 20px;
    min-height: 70px;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .btn--primary {
    width: max-content;
    font-size: 14px;
    padding: 8px 20px;
  }
  .learning-path-milestone__badge {
    background: #d9efff;
    font-size: 11px;
    color: #000;
    padding: 5px 8px;
    border-radius: 16px;
    top: 46px;
    right: -8px;
    margin-right: 8px;
    position: absolute;
    z-index: 999;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .small-9 {
    width: 100%;
  }
  .learning-path-milestone-item__description {
    margin-left: 0;
  }
  .learning-path-milestone-item__info {
    margin-left: 0;
  }
  .hero .hero__caption .hero__title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .hero .hero__caption span {
    font-size: 16px;
    margin-top: 0.5em;
  }
  .full-content-catalog {
    width: 100%;
    padding: 40px 20px 30px !important;
  }
  .full-content-catalog h3.h2.widget__title {
    color: #2f2f2f;
    font-size: 22px;
  }
  #cert_block_wrapper .cert_wrapper {
    width: 100%;
    display: inline-block;
    padding: 60px 20px 80px !important;
    background: #d9efff;
  }
  #cert_block_wrapper .cert_text_block {
    width: 100%;
    display: inline-block;
    margin: auto;
    position: relative;
  }
  #cert_block_wrapper .cert_text_block .left {
    width: auto;
    float: inherit;
    margin: 0;
  }
  #cert_block_wrapper .cert_text_block .right {
    width: 35%;
    text-align: inherit;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .footer__company__info {
    margin-bottom: 1rem;
    text-align: center !important;
  }
  .footer__links {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
  }
  .footer__inner {
    border-top: 0;
    max-width: 100%;
    padding: 1.5rem 0;
    width: 100%;
  }
  form.catalog-search input {
    margin: 0;
    padding: 20px 10px;
    border-radius: 8px;
    font-size: 14px;
  }
  .catalog-search__button {
    border-radius: 0 8px 8px 0;
  }
  .catalog-filters {
    border: none;
  }
  .catalog-filters__sort {
    border-left: none;
    width: 100%;
    padding: 0;
  }
  .catalog-filters__select {
    border-radius: 8px;
    width: 100%;
    padding: 7px 10px;
    height: 42px;
    font-size: 14px;
  }
  .catalog-filters {
    background: transparent;
  }
  .catalog-filters__selections {
    border-left: 0;
    width: 100%;
    padding: 0;
  }
  .catalog-filters__search {
    padding: 0;
  }
  .catalog-display-type button {
    background: transparent;
    border-radius: 8px;
    height: auto;
    margin-bottom: 4px;
    padding: 5px 0;
    width: 3rem;
    font-size: 16px;
  }
  .catalog-display-type {
    padding: 0 0 0 1em;
    text-align: right;
  }

  .course__detail__container {
    padding: 20px 0 30px 0;
  }
  .course__detail__content h1.h2 {
    color: #004978;
    font-size: 36px;
    line-height: normal;
  }
  .course__detail__asset {
    margin: 30px 0;
    border-radius: 12px;
  }

  .editor-content ol li,
  .editor-content ul li {
    margin-bottom: 0.5rem;
    color: #353535;
    font-size: 18px;
  }
  .course__detail__sidebar {
    padding: 40px 30px !important;
    margin-top: 10px;
  }
  select#bulk-purchase-tier-select {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
  }

  .collection__courses .learning-path-detail-milestone-item__title {
    font-size: 22px;
    padding-right: 0.75em;
    margin-bottom: 12px;
  }
  .learning-path-detail-milestone-item__content-type h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
    margin-left: 0;
  }
  .learning-path-detail-milestone-item__description .editor-content {
    display: block;
    color: #2f2f2f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .collection__courses .learning-path-milestone__badge {
    padding: 5px 8px;
    top: 26px;
    right: -8px;
    margin-right: 8px;
  }
  .learning-path-detail-milestone-item__cta {
    color: #004978;
    font-size: 15px;
  }
  .course__includes__list li > span {
    display: inherit;
    padding-left: 4em;
    font-size: 15px;
  }
  .article-content__header {
    font-size: 26px;
    line-height: normal;
  }
  .layout-panel.layout-panel--article {
    padding: 1rem 2rem;
  }
  .dashboard-access-list-item .grid {
    display: block;
  }

  .features_list .features_item {
    width: 100%;
    padding: 24px 24px;
  }
  .program_list .program_item {
    width: 100%;
    border-radius: 15px;
    padding: 20px 30px;
  }
  .why_choose_block .h2.widget__title {
    width: 100%;
  }
  .why_choose_info_list .why_choose_item {
    width: 100%;
    margin-bottom: 14px;
  }
  .info-block-one p {
    color: #595a5a;
    /* text-align: left; */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
  }
}

@media only screen and (max-width: 320px) {
  .hero_setion {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 20px;
    background: linear-gradient(204deg, #014d83, #3fa3ed);
  }
  .hero_setion h2.hero_title {
    font-size: 30px;
    color: #fff;
    margin: 0;
  }
  .hero_setion p.hero_subtitle {
    font-size: 20px;
    color: #fff;
  }
  .hero .hero__caption {
    width: 100%;
    background: transparent;
    top: 0;
    bottom: inherit;
    left: auto;
    position: absolute;
  }
  .header {
    width: auto;
    margin: auto 0;
  }
  .learning-path_custom-layout {
    width: 100%;
    padding: 0px 20px 30px !important;
    margin: auto;
  }
  .widget--learning-path-content-hero div {
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    top: 50%;
    position: inherit;
  }
  .learning-content__back-button {
    color: #fff;
    padding: 1em;
    position: relative;
    z-index: 1;
  }
  .widget--learning-path-content-hero .learning-content-hero h1 {
    font-family: "Gloock", serif !important;
    margin-bottom: 20px;
    color: #004978;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .learning-content-hero__overlay {
    display: none;
  }
  .learning-path-milestone-item {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    padding: 1em 1em 1.5em 1em;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .row {
    display: grid;
    margin-bottom: 20px;
    min-height: 70px;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .btn--primary {
    width: max-content;
    font-size: 14px;
    padding: 8px 20px;
  }
  .learning-path-milestone__badge {
    background: #d9efff;
    font-size: 11px;
    color: #000;
    padding: 5px 8px;
    border-radius: 16px;
    top: 46px;
    right: -8px;
    margin-right: 8px;
    position: absolute;
    z-index: 999;
  }
  .learning-path-milestone-item--with-body
    .learning-path-milestone-item__title
    .small-9 {
    width: 100%;
  }
  .learning-path-milestone-item__description {
    margin-left: 0;
  }
  .learning-path-milestone-item__info {
    margin-left: 0;
  }
  .hero .hero__caption .hero__title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .hero .hero__caption span {
    font-size: 16px;
    margin-top: 0.5em;
  }
  .full-content-catalog {
    width: 100%;
    padding: 40px 20px 30px !important;
  }
  .full-content-catalog h3.h2.widget__title {
    color: #2f2f2f;
    font-size: 22px;
  }
  #cert_block_wrapper .cert_wrapper {
    width: 100%;
    display: inline-block;
    padding: 60px 20px 80px !important;
    background: #d9efff;
  }
  #cert_block_wrapper .cert_text_block {
    width: 100%;
    display: inline-block;
    margin: auto;
    position: relative;
  }
  #cert_block_wrapper .cert_text_block .left {
    width: auto;
    float: inherit;
    margin: 0;
  }
  #cert_block_wrapper .cert_text_block .right {
    width: 35%;
    text-align: inherit;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .footer__company__info {
    margin-bottom: 1rem;
    text-align: center !important;
  }
  .footer__links {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
  }
  .footer__inner {
    border-top: 0;
    max-width: 100%;
    padding: 1.5rem 0;
    width: 100%;
  }
  form.catalog-search input {
    margin: 0;
    padding: 20px 10px;
    border-radius: 8px;
    font-size: 14px;
  }
  .catalog-search__button {
    border-radius: 0 8px 8px 0;
  }
  .catalog-filters {
    border: none;
  }
  .catalog-filters__sort {
    border-left: none;
    width: 100%;
    padding: 0;
  }
  .catalog-filters__select {
    border-radius: 8px;
    width: 100%;
    padding: 7px 10px;
    height: 42px;
    font-size: 14px;
  }
  .catalog-filters {
    background: transparent;
  }
  .catalog-filters__selections {
    border-left: 0;
    width: 100%;
    padding: 0;
  }
  .catalog-filters__search {
    padding: 0;
  }
  .catalog-display-type button {
    background: transparent;
    border-radius: 8px;
    height: auto;
    margin-bottom: 4px;
    padding: 5px 0;
    width: 3rem;
    font-size: 16px;
  }
  .catalog-display-type {
    padding: 0 0 0 1em;
    text-align: right;
  }

  .course__detail__container {
    padding: 20px 0 30px 0;
  }
  .course__detail__content h1.h2 {
    color: #004978;
    font-size: 36px;
    line-height: normal;
  }
  .course__detail__asset {
    margin: 30px 0;
    border-radius: 12px;
  }

  .editor-content ol li,
  .editor-content ul li {
    margin-bottom: 0.5rem;
    color: #353535;
    font-size: 18px;
  }
  .course__detail__sidebar {
    padding: 40px 30px !important;
    margin-top: 10px;
  }
  select#bulk-purchase-tier-select {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
  }

  .collection__courses .learning-path-detail-milestone-item__title {
    font-size: 22px;
    padding-right: 0.75em;
    margin-bottom: 12px;
  }
  .learning-path-detail-milestone-item__content-type h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
    margin-left: 0;
  }
  .learning-path-detail-milestone-item__description .editor-content {
    display: block;
    color: #2f2f2f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .collection__courses .learning-path-milestone__badge {
    padding: 5px 8px;
    top: 26px;
    right: -8px;
    margin-right: 8px;
  }
  .learning-path-detail-milestone-item__cta {
    color: #004978;
    font-size: 15px;
  }
  .course__includes__list li > span {
    display: inherit;
    padding-left: 4em;
    font-size: 15px;
  }
}
