
/* Theming CSS */
  /* Header color */
  .u-org--header {
    background-color: #ECECEC !important;
  }


  /* Header text color */
  .u-org--header {
    color: #1E1E1E;
  }

  button.u-org--header.appheader__button:hover,
  button.u-org--header.appheader__button:active {
    background-color: rgba(30, 30, 30, 0.1) !important;
  }

  button.u-org--header:not(.appnav__link):hover,
  button.u-org--header:not(.appnav__link):active,
  button.u-org--header:not(.appnav__link):focus {
    color: #1E1E1E;
  }

  button.u-org--header.appheader__searchbutton,
  button.u-org--header.appheader__categoriesbutton,
  input[type="search"].u-org--header {
    border-color: rgba(30, 30, 30, 0.3) !important;
  }

  button.u-org--header.appheader__searchbutton:hover,
  button.u-org--header.appheader__searchbutton:active,
  button.u-org--header.appheader__searchbutton:focus,
  button.u-org--header.appheader__searchbutton:focus-visible,
  button.u-org--header.appheader__categoriesbutton:hover,
  button.u-org--header.appheader__categoriesbutton:active,
  button.u-org--header.appheader__categoriesbutton:focus,
  button.u-org--header.appheader__categoriesbutton:focus-visible,
  input[type="search"].u-org--header:hover,
  input[type="search"].u-org--header:active,
  input[type="search"].u-org--header:focus,
  input[type="search"].u-org--header:focus-visible {
    border-color: rgba(30, 30, 30, 0.5) !important;
  }

  input[type="search"].u-org--header:focus {
    border-color: transparent !important;
  }

  .u-org--header .search__input--appheader:not(:focus):-ms-input-placeholder {
    color: #1E1E1E;
  }

  .u-org--header .search__input--appheader:not(:focus)::-ms-input-placeholder {
    color: #1E1E1E;
  }

  .u-org--header .search__input--appheader:not(:focus)::placeholder {
    color: #1E1E1E;
  }


  /* Organization color */
  .u-orgcolor--color,
  .u-orgcolor--hovercolor:hover {
    color: #208269 !important;
  }
  .u-orgcolor--bg,
  .u-orgcolor--hoverbg:hover {
    background-color: #208269 !important;
  }
  .u-orgcolor--border,
  .u-orgcolor--border:link,
  .u-orgcolor--border:visited,
  .u-orgcolor--border:hover,
  .u-orgcolor--border:active,
  .u-orgcolor--border:focus {
    border-color: #208269;
    color: #208269;
  }
  .u-orgcolor--borderonly,
  .u-orgcolor--borderonly:link,
  .u-orgcolor--borderonly:visited,
  .u-orgcolor--borderonly:hover,
  .u-orgcolor--borderonly:active,
  .u-orgcolor--borderonly:focus {
    border-color: #208269;
  }
  .u-orgcolor--borderhover:hover,
  .u-orgcolor--borderhover:hover {
    border-color: #208269;
  }
  .u-orgcolor--svgfill {
    color: #208269;
    fill: #208269;
  }
  .u-orgcolor--svgstroke {
    color: #208269;
    stroke: #208269;
  }
  .u-orgcolor--svgall {
    color: #208269;
    fill: #208269;
    stroke: #208269;
  }
  .u-org--svgactive[data-active="true"],
  .u-org--svgactive:hover {
    color: #208269 !important;
    stroke: #208269 !important;
  }
  .u-org--barchart:after {
    background-color: #208269 !important;
  }
  .u-org--piechart {
    color: rgba(0, 0, 0, 0.15);
    stroke: #208269;
  }
  .u-org--tooltip {
    background-color: #208269;
  }
  .u-org--tooltiptop:before {
    border-top-color: #208269;
  }
  .u-org--tooltipright:before {
    border-right-color: #208269;
  }
  .u-org--tooltipbottom:before {
    border-bottom-color: #208269;
  }
  .u-org--tooltipleft:before {
    border-left-color: #208269;
  }
  .updatecard__heading--new:before {
    background-color: #208269;
  }
  .session:before {
    background-color: #208269;
  }
  .activityprogress__value {
    background-color: #208269;
  }
}
  .iconbutton,
  .comments__headerbutton, {
    color: #208269;
  }

  .u-org--catalogflag {
    background-image: linear-gradient(225deg, #208269 50%, transparent 50%);
  }

  .u-org--catalogflagsearch {
    background-image: linear-gradient(225deg, #208269 50%, transparent 50%);
  }

  .u-org--catalogflag-in-progress {
    background-image: linear-gradient(225deg, #fff 47%, #208269 3%, transparent 50%);
    border-top: 1px solid #208269;
    border-right: 1px solid #208269;
    svg {
      color: #208269;
    }
  }

  .u-org--enrollmentmsgimage {
    background-color: #208269
  }

  .u-org--catalogflagbg {
    background-image: linear-gradient(225deg, #208269 50%, transparent 50%);
  }
  .u-org--catalogflagfill {
    color: #208269;
    fill: #208269;
  }

  .u-org--tabactive,
  .u-org--tab:hover,
  .u-org--tab:active,
  .u-org--tab:focus {
    border-color: #208269;
  }
  .link--primary,
  .u-org--link,
  .u-org--link:link,
  .u-org--link:visited,
  .u-org--link:hover,
  .u-org--link:active,
  .u-org--link:focus {
    color: #208269;
  }
  .u-org--linkhover:hover,
  .u-org--linkhover:active,
  .u-org--linkhover:focus {
    color: #208269;
  }

.button--primary:not([disabled]),
  .button--primary:link,
  .button--primary:visited,
  .button--primary:hover,
  .button--primary:active,
  .button--primary:focus,
  .blankslate .button,
  .coursebar__btn--active,
  .coursebar__btn--active:hover,
  .coursebar__btn--active:focus,
  .tagbutton--selected:not(.tagbutton--taxonomy) {
    background-color: #208269 !important;
    border-color: #208269 !important;
    color: #fff !important;
  }


  .tooltip {
    background-color: #208269;
  }
  .tooltip--left::before {
    border-left-color: #208269;
  }
  .tooltip--right::before {
    border-right-color: #208269;
  }
  .tooltip--bottom::before,
  .tooltip--bottom-left::before,
  .tooltip--bottom-right::before {
    border-bottom-color: #208269;
  }
  .tooltip--top::before,
  .tooltip--top-left::before,
  .tooltip--top-right::before {
    border-top-color: #208269;
  }
  .checkbox--primary .checkbox__input:checked + .checkbox__ui {
    background-color: #208269;
    border: 2px solid #208269;
  }
  .question .checkbox__input:checked + .checkbox__ui {
    background-color: #208269;
    border: 1px solid #208269;
  }
  .question .radio__input:checked + .radio__ui {
    border-color: #208269;
  }
  .question .radio__input:checked + .radio__ui::before {
    background-color: #208269;
  }
  .assessment__completedicon, .assessment__gradingicon {
    background-color: #208269;
  }
  .enrollmentmsg__image.enrollmentmsg__image--complete  {
    background-color: #208269;
  }

  .rank__listitem .radio__input:checked + .radio__ui {
    border-color: #208269;
  }
  .rank__listitem .radio__input:checked + .radio__ui::before {
    background-color: #208269;
  }
  .sharelinks__link:hover,
  .sharelinks__link:focus,
  .sharelinks__link.button:hover,
  .sharelinks__link.button:focus {
    color: #208269;
  }
  .rating input[type="radio"]:not([disabled]) + label {
    color: #208269;
  }
  .courselist__item[data-status="completed"] .courselist__marker, .courselist__item[data-status="in-progress"] .courselist__marker,
  .pathmenu__sectionitem[data-status="completed"] .pathmenu__itemmarker, .pathmenu__sectionitem[data-status="in-progress"] .pathmenu__itemmarker {
    color: #208269;
  }
  .courselist__item[data-status="in-progress"]:not([data-shape]) .courselist__marker {
    border-color: #208269;
  }

    .u-org--catalogflag-in-progress svg {
    color: #208269;
  }
}
  .pageoutline__currentlink,
  .pageoutline__currentlink:hover,
  .pageoutline__currentlink:focus {
    color: #208269;
  }
  .tagbutton--selected,
  .tagbutton--selected:hover,
  .tagbutton--selected:active,
  .tagbutton--selected.tagbutton--taxonomy:hover,
  .tagbutton--selected.tagbutton--taxonomy:active {
    border-color: inherit !important;
    background-color: #208269;
  }
  .tagbutton--selected.tagbutton--taxonomy {
    background-color: #2082690c !important;
    border-color: #208269 !important;
  }
  .datepicker .pika-prev,
  .datepicker .pika-next {
    border: 1px solid #208269;
  }
  .datepicker .pika-prev,
  .datepicker .is-rtl .pika-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2025'%20version%3D'1.1'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%23208269'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20points%3D'16.7%209.4%2011.6%2012.4%2016.6%2015.3'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .pika-next,
  .datepicker .is-rtl .pika-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20version%3D'1.1'%20viewBox%3D'0%200%2030%2025'%3E%3Cpath%20d%3D'M12.6%209.5L17.7%2012.4%2012.6%2015.3'%20fill-opacity%3D'0'%20stroke%3D'%23208269'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .is-today .pika-button {
    color: #208269;
  }
  .datepicker .is-selected .pika-button,
  .datepicker .is-selected .pika-button:hover {
    background: #208269;
  }
  .banner__icon {
    color: #208269;
    background: #208269;
  }

  /* Branding logo */
  .header__titleicon.u-org--titleicon {
    max-width: 120px;
  }
  @media (min-width: 370px) {
    .header__titleicon.u-org--titleicon {
      max-width: 160px;
    }
  }
  .u-org--titleicon + .header__titletext,
  .u-org--titleicon + .sidemenu__titletext {
    display: none;
  }
  .u-org--header .header__titlelink {
    text-overflow: clip;
  }

  /* Custom CSS */
  /* Make all fonts Nunito Sans except icons */
*:not(.ev-icon):not(.ev-icon *) {
  font-family: "Nunito Sans", sans-serif !important;
}


/* Making the navigation headline upper-case only*/
exceed-nav-text .appnav__link--text 
{
  text-transform: uppercase !important;
}

/* nudge the academy logo link (and thus the image) to the right */
.appheader__titlelink {
  margin-left: 15px !important;      /* adjust spacing as needed */
}

/* Indent the NAV text */
.appnav--text .appnav__list {
  padding-left: 15px !important; /* or margin-left */
}

/* Only recolor header icons *except* the search button ones */
svg.appheader__icon:not(.appheader__icon--searchbuttonicon) path:not([fill="none"]),
svg.appheader__icon:not(.appheader__icon--searchbuttonicon) g {
  fill: #1E1E1E !important;
}

/* only recolor the real icon geometry, not the transparent bbox */
button.appheader__searchbutton .appheader__icon path:not([fill="none"]),
button.appheader__searchbutton .appheader__icon g {
  fill: #1E1E1E !important;
}

/* Force the Search text to black */
button.appheader__searchbutton .appheader__searchbuttontext {
  color: #1E1E1E !important;
}

/* Make the “Topics” button text and icon black inside the .appheader__categories nav */
.appheader__categories .appheader__categoriesbutton {
  color: #1E1E1E !important;
}

.appheader__categories .appheader__categoriesbutton .button__icon,
.appheader__categories .appheader__categoriesbutton .button__icon path:not([fill="none"]) {
  fill: #1E1E1E !important;
}


/* “Bold” (700) for all Uikit content-typo elements */
[class^="uikitContentTypo-module-element-"] {
  font-weight: 700 !important;
}

/*  "Extra Bold" (800) for all “Display” variants (your headings) */
[class^="uikitContentTypo-module-element-"][class*="isVariantDisplay"] {
  font-weight: 800 !important;
}

/* Regular (400) for all “Body” variants (your paragraphs) */
[class^="uikitContentTypo-module-element-"][class*="isVariantBody"] {
  font-weight: 400 !important;
}

/* Make all tab‐links "Black" font size (900) */
a[class^="tabs-module-link-"] {
  font-weight: 900 !important;
}

/* Extra-Bold (900) for activity card titles */
h3.u-headingitem.activitycard__name {
  font-weight: 900 !important;
}

/* Target the <strong> inside your accordion title */
.ev-accordion-item-title-text strong {
  font-weight: 700 !important;
}

/* Changes main menu & main titles*/
.u-headingsection.catalogcards__heading--,
.u-headingsection.catalogcards__heading--1x,
.u-headingsection.catalogcards__heading--2x,
.u-headingsection.catalogcards__heading--3x,
.u-headingsection.catalogcards__heading--4x,
.catalogcards__htmlcontent:not(:has(video-js)) h2,
.catalogcards__htmlcontent:not(:has(video-js)) h3, 
.catalogcards__htmlcontent h1,
.catalogcards__htmlcontent h2,
.catalogcards__htmlcontent h3,
.header.appheader__categoriesbutton,
.u-org--header,
.tabs__tab,
.tabs__tab--selected,
.menulist,
.topics__intro,
.u-headingpage,
.u-headingsection--activity.activitysection__name,
.h2.u-headingsection--activity.activitysection__name,
.activityheading__name,
.mediablock__link,
.categorycard__link,
.h1.pgheading__name,
.pgpost h1,
.pgpost h2,
.pgpost h3,
.pgpost h4,
a.categoriesmenu,
.catalogcards__heading--3x
 {
   color: #59195D !important; 
   font-weight: 900;
}

/* Changes main titles + fix size */
.catalogcard__heading--1x,
.u-headingsection--assessment
{
   color: #59195D !important; 
   font-weight: 900;
}

/* Changes sub title/menus */
.categoriesmenu__heading,
.categoriesmenu__heading:hover,
.link--heading,
.menulist__title,
button.topics__intro,
.categoriesmenu__name,
.menulist__trigger,
.checkbox__label,
.studentform__label,
.publiclogin__heading,
a.login__forgotpassword
{
   font-weight:900; 
}

/* Set the login-page tagline to #1E1E1E */
p.publiclogin__login-text {
  color: #1E1E1E !important;
}

/* Make the login form labels dark #1E1E1E */
label.studentform__label {
  color: #1E1E1E !important;
}

/* Make the “Remember Me” checkbox label dark #1E1E1E */
span.checkbox__label {
  color: #1E1E1E !important;
}

/* Make the login page main heading Extra Bold (900) */
h1.u-headingpage.publiclogin__pageheading {
  font-weight: 900 !important;
}

/* Underline and teal color for the Sign-Up link */
a[href="/student/authentication/register"] {
  color: #208269 !important;
  text-decoration: underline !important;
}

/* Regular weight, underlined, teal “Forgot Password?” link */
a.login__forgotpassword {
  font-weight: 400 !important;         /* Regular */
  color:       #208269 !important;     /* Teal */
  text-decoration: underline !important;
}


/* Changes sub title/menus + fix size*/
.button:focus,
.button:hover,
.button.button,
.u-headingsection--activitycontent,
h3.catalogcard__heading.catalogcard__heading--activity.catalogcard__heading--4x,
h3.catalogcard__heading.catalogcard__heading--activity.catalogcard__heading--3x,
h3.catalogcard__heading.catalogcard__heading--activity.catalogcard__heading--list
{
   font-weight:900; 
}

/* Changes primary text*/
.body, 
.course__description.postcontent p, 
.catalogcards__htmlcontent p,
p.catalogcard__description,
.pgpost p,
.a.button.button--primary,
.activitysection__itemname,
.appheader__categoriesbutton,
.categoriesmenu__listitem,
.rating input,
.rating__container,
.rating label,
.activityheading__actionsbtn,
.tag--category,
.categoryheader__backlink,
.appheader__searchbuttontext,
.appheader__categoriesbutton.button,
.postcontent li,
.directreport__link--plan,
.catalogcards__footerlink, 
.catalogcards__footerlink:link, 
.catalogcards__footerlink:visited,
.catalogcard__description--1x,
.catalogcard__description,
.question__question p,
.studentform__textarea,
.pgpost li,
#text
 {
   font-weight:600; 
}

/* Changes primary text + size*/
.activitylistitem__headingmetaitem,
.activitymeta__item
 {
   font-weight:600; 
}

/* Changes primary text + size*/
.rank__list:before,
.rank__list:after
 {
   font-weight:600; 
}

/* Changes primary text + size*/
.radio__label,
.radio--rank,
.sequence__list--enabled,
.sequence__listitem 
 {
   font-weight:600; 
}

/* Changes logout Plan + size */
button.u-org--header,
.appfooter__customcontent.footer__item.footer__customcontent
 {
   color: #59195D !important; 
   font-weight:900;
}

/* Extra-Bold font for search result items */
a.searchblock__link[data-object-name="search_result_item"] {
  font-weight: 800 !important;
}

/* Extra-Bold (800) for course page nav titles */
p.coursepage__navtitle {
  font-weight: 800 !important;
}


/* Removes stuff */
.appfooter__logo svg,
.appfooter__link--poweredby,
.review__title,
.review__avatar,
.u-headingsection--form,
.rating,
.rating__count,
.rating input
{display: none;
}

.catalogcard__heading .truncate__lastline,
.catalogcard__heading .truncate__overflow {
  color: inherit !important;
  font-weight: inherit !important;
}

/* ─── 1) Base: make every flag icon inherit the element’s text color ─── */
.uikitCardsCardMedia-module-statusMarker-D-TRm svg path,
.catalogflag.u-org--catalogflag svg path {
  fill: currentColor !important;
}

/* ─── Base styling for all flags ─── */
.catalogflag.u-org--catalogflag,
.uikitCardsCardMedia-module-statusMarker-D-TRm {
  display: inline-block;              /* ensure the bg-color wraps neatly */
  padding: 0.25em 0.5em !important;   /* tweak to match your design */
  border-radius: 0.25em !important;   /* optional rounded corners */
}

/* ─── Make every SVG icon white on the colored bg ─── */
.catalogflag.u-org--catalogflag svg path,
.uikitCardsCardMedia-module-statusMarker-D-TRm svg path {
  fill: #ffffff !important;
}

/* Restrict content width */
#main
{
max-width: 2400px;
}


