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


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

  button.u-org--header.appheader__button:hover,
  button.u-org--header.appheader__button:active {
    background-color: rgba(28, 43, 51, 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: #1C2B33;
  }

  button.u-org--header.appheader__searchbutton,
  button.u-org--header.appheader__categoriesbutton,
  input[type="search"].u-org--header {
    border-color: rgba(28, 43, 51, 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(28, 43, 51, 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: #1C2B33;
  }

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

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


  /* Organization color */
  .u-orgcolor--color,
  .u-orgcolor--hovercolor:hover {
    color: #0064E0 !important;
  }
  .u-orgcolor--bg,
  .u-orgcolor--hoverbg:hover {
    background-color: #0064E0 !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: #0064E0;
    color: #0064E0;
  }
  .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: #0064E0;
  }
  .u-orgcolor--borderhover:hover,
  .u-orgcolor--borderhover:hover {
    border-color: #0064E0;
  }
  .u-orgcolor--svgfill {
    color: #0064E0;
    fill: #0064E0;
  }
  .u-orgcolor--svgstroke {
    color: #0064E0;
    stroke: #0064E0;
  }
  .u-orgcolor--svgall {
    color: #0064E0;
    fill: #0064E0;
    stroke: #0064E0;
  }
  .u-org--svgactive[data-active="true"],
  .u-org--svgactive:hover {
    color: #0064E0 !important;
    stroke: #0064E0 !important;
  }
  .u-org--barchart:after {
    background-color: #0064E0 !important;
  }
  .u-org--piechart {
    color: rgba(0, 0, 0, 0.15);
    stroke: #0064E0;
  }
  .u-org--tooltip {
    background-color: #0064E0;
  }
  .u-org--tooltiptop:before {
    border-top-color: #0064E0;
  }
  .u-org--tooltipright:before {
    border-right-color: #0064E0;
  }
  .u-org--tooltipbottom:before {
    border-bottom-color: #0064E0;
  }
  .u-org--tooltipleft:before {
    border-left-color: #0064E0;
  }
  .updatecard__heading--new:before {
    background-color: #0064E0;
  }
  .session:before {
    background-color: #0064E0;
  }
  .activityprogress__value {
    background-color: #0064E0;
  }
}
  body[data-custom-ui="facebook"] .iconbutton,
  body[data-custom-ui="facebook"] .comments__headerbutton, {
    color: #0064E0;
  }

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

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

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

  .u-org--enrollmentmsgimage {
    background-color: #0064E0
  }

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

  .u-org--tabactive,
  .u-org--tab:hover,
  .u-org--tab:active,
  .u-org--tab:focus {
    border-color: #0064E0;
  }
  .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: #0064E0;
  }
  .u-org--linkhover:hover,
  .u-org--linkhover:active,
  .u-org--linkhover:focus {
    color: #0064E0;
  }

body[data-custom-ui="facebook"] .button--primary:not([disabled]),
  body[data-custom-ui="facebook"] .button--primary:link,
  body[data-custom-ui="facebook"] .button--primary:visited,
  body[data-custom-ui="facebook"] .button--primary:hover,
  body[data-custom-ui="facebook"] .button--primary:active,
  body[data-custom-ui="facebook"] .button--primary:focus,
  body[data-custom-ui="facebook"] .blankslate .button,
  body[data-custom-ui="facebook"] .coursebar__btn--active,
  body[data-custom-ui="facebook"] .coursebar__btn--active:hover,
  body[data-custom-ui="facebook"] .coursebar__btn--active:focus,
  body[data-custom-ui="facebook"] .tagbutton--selected:not(.tagbutton--taxonomy) {
    background-color: #0064E0 !important;
    border-color: #0064E0 !important;
    color: #fff !important;
  }


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

  .rank__listitem .radio__input:checked + .radio__ui {
    border-color: #0064E0;
  }
  .rank__listitem .radio__input:checked + .radio__ui::before {
    background-color: #0064E0;
  }
  .sharelinks__link:hover,
  .sharelinks__link:focus,
  .sharelinks__link.button:hover,
  .sharelinks__link.button:focus {
    color: #0064E0;
  }
  .rating input[type="radio"]:not([disabled]) + label {
    color: #0064E0;
  }
  .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: #0064E0;
  }
  .courselist__item[data-status="in-progress"]:not([data-shape]) .courselist__marker {
    border-color: #0064E0;
  }

    .u-org--catalogflag-in-progress svg {
    color: #0064E0;
  }
}
  .pageoutline__currentlink,
  .pageoutline__currentlink:hover,
  .pageoutline__currentlink:focus {
    color: #0064E0;
  }
  .tagbutton--selected,
  .tagbutton--selected:hover,
  .tagbutton--selected:active,
  .tagbutton--selected.tagbutton--taxonomy:hover,
  .tagbutton--selected.tagbutton--taxonomy:active {
    border-color: inherit !important;
    background-color: #0064E0;
  }
  .tagbutton--selected.tagbutton--taxonomy {
    background-color: #0064E00c !important;
    border-color: #0064E0 !important;
  }
  .datepicker .pika-prev,
  .datepicker .pika-next {
    border: 1px solid #0064E0;
  }
  .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'%230064E0'%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'%230064E0'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .is-today .pika-button {
    color: #0064E0;
  }
  .datepicker .is-selected .pika-button,
  .datepicker .is-selected .pika-button:hover {
    background: #0064E0;
  }
  .banner__icon {
    color: #0064E0;
    background: #0064E0;
  }

  /* 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 */
  /*Meta Branding All -- JT 9/18/24*/
/********************************/
/* Hide app switcher*/
button.appheader__button--appswitcher {
    display: none;
  }
  
  #app-org-switcher,
  #app-org-switcher--mobile {
    display: none;
  }
  
  .activitymeta__item--highlighted.theme__catalogicon {
    display: none;
  }
  
  /* Awards */
  .award__name {
    display: none;
  }
  
  .award__meta {
    font-family: "Helvetica", sans-serif;
    display: none;
  }
  
  .award__congrats {
    font-family: "Helvetica", sans-serif;
    display: none; /* hide 'Credential Earned' on awards pdf */
  }
  
  .award__studentname {
    font-family: "Helvetica", sans-serif;
  }
  
  .award__completed {
    font-family: "Helvetica", sans-serif;
  }
  
  /* Hide Completed by line*/
  .award__completedby {
    display: none;
  }
  
  /* Awards -- END */
  .activitycard__imagecontainer,
  .card__image--course,
  .coursedetail__image {
    border-radius: 15px 15px 15px 0px;
    overflow: hidden;
    z-index: 1;
  }
  
  .course-image a {
    display: block;
    border-radius: 8px 8px 8px 0px;
    overflow: hidden;
  }
  
  .course-image a img,
  .course-image a svg {
    display: block;
  }
  
  .activity__assessmentvisual img,
  .activity__coursevisual img,
  .activity__eventvisual img,
  .activity__postvisual img {
    border-radius: 15px 15px 15px 0px;
    height: auto;
    width: 135px;
  }
  
  .activity__assessmentvisual svg,
  .activity__coursevisual svg,
  .activity__eventvisual svg,
  .activity__postvisual svg {
    border-radius: 15px 15px 15px 0px;
    height: 90px;
    width: 135px;
  }
  
  @media (min-width: 768px) {
    body.new_student table.courses .course-status {
      display: none;
    }
  }
  
  [data-controller="authentication"] div.login h2,
  [data-controller="facebook"] div.login h2 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 28px;
  }
  
  .login_avatar {
    display: none;
  }
  
  .profilehero {
    background-image: url(/assets/facebook/hero_default.jpg);
    background-position: center;
  }
  
  input.header__searchinput {
    border-color: #3b5999;
  }
  
  .forgot-your-password,
  .forgot-your-password-directions,
  .password-reset-check-your-email,
  .user-registration .form-section-heading,
  .user-registration h3,
  .user-registration h1,
  .user-registration label,
  .user-registration .cancel-button {
    color: #fff;
  }
  
  /* hide assessment report details for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    div.assmntreport__details
    div.assmntreport__heading {
    display: none;
  }
  
  /* hide assessment report donut chart for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"] div.donutchart {
    display: none;
  }
  
  /* hide assessment report category results for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    #response_section_details.assmntreport__section {
    display: none;
  }
  
  /* hide assessment report recommendations for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    #recommendations.assmntreport__section {
    display: none;
  }
  
  /* hide assessment passed or failed pieces of text for skills assessments */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    .assmntreport__details
    .assmntreport__heading {
    display: none;
  }
  
  /* hide assessment questions-correct and points for skills assessments */
  div.assmntreport[data-course-assessment-code^="CH-SA"] div.assmntreport__stats {
    display: none;
  }
  
  /* hide select all that apply instructions on questions */
  div.question-instuctions[data-course-assessment-code^="CH-SA"] {
    display: none;
  }
  /* hide assessment report details for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    div.assmntreport__details
    div.assmntreport__heading,
  div.assmntreport[data-course-assessment-code^="BPL-ENG-SA-0001"]
    div.assmntreport__details
    div.assmntreport__heading {
    display: none;
  }
  
  /* hide assessment report donut chart for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"] div.donutchart,
  div.assmntreport[data-course-assessment-code^="BPL-ENG-SA-0001"]
    div.donutchart {
    display: none;
  }
  
  /* hide assessment report category results for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    #response_section_details.assmntreport__section,
  div.assmntreport[data-course-assessment-code^="BPL-ENG-SA-0001"]
    #response_section_details.assmntreport__section {
    display: none;
  }
  
  /* hide assessment report recommendations for MCP skills assessment */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    #recommendations.assmntreport__section,
  div.assmntreport[data-course-assessment-code^="BPL-ENG-SA-0001"]
    #recommendations.assmntreport__section {
    display: none;
  }
  
  /* hide assessment passed or failed pieces of text for skills assessments */
  div.assmntreport[data-course-assessment-code^="CH-SA"]
    .assmntreport__details
    .assmntreport__heading,
  div.assmntreport[data-course-assessment-code^="BPL-ENG-SA-0001"]
    .assmntreport__details
    .assmntreport__heading {
    display: none;
  }
  
  /* hide assessment questions-correct and points for skills assessments */
  div.assmntreport[data-course-assessment-code^="CH-SA"] div.assmntreport__stats,
  div.assmntreport[data-course-assessment-code^="BPL-ENG-SA-0001"]
    div.assmntreport__stats {
    display: none;
  }
  
  /* hide select all that apply instructions on questions */
  div.question-instuctions[data-course-assessment-code^="CH-SA"],
  div.question-instuctions[data-course-assessment-code^="BPL-ENG-SA-0001"] {
    display: none;
  }
  
  /* notifications icon badge customization */
  span.badge.header__badge.theme__icon-highlight[data-behavior="notifications.unreadNumber"] {
    background-color: #fc2e43;
  }
  
  svg.btnicon.btn__notifications {
    color: #1d2945;
  }
  
  svg.btnicon.btn__notifications.btn__notifications--unread {
    color: #fff;
  }
  button.button.button--blueprint-login-as-organization {
    display: none;
  }
  
  button#app-locale-trigger.menulist__trigger,
  select#user_locale.form__select,
  span.menulist__optionname {
    text-transform: capitalize;
  }
  
  a.button.tiny.green.passfail {
    color: #fff;
    background-color: #1ab2f5;
    border-color: #1ab2f5;
  }
  
  .activitycard__summary {
    padding-top: 10px;
    font-weight: 200;
  }
  
  .u-headingitem.activitycard__name {
    font-weight: 1000;
  }
  
  .fb-iframemanager {
    padding-bottom: 56.25%;
    position: relative;
  }
  
  .facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  
  .facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  
  /* Temporary fix for #43060 */
  .noresults--facebook:before {
    z-index: -1;
  }
  
  /* Hide Plan WS 3/15/21*/
  a[href="/student/plan"] {
    display: none;
  }
  
  button[class*="appnav__sublink"][data-dialog-url="/student/authentication/public_modal"],
  [class*="appnav__link"][data-dialog-url="/student/authentication/public_modal"] {
    display: none;
  }
  
  /*Next video WS 5/11/22*/
  .nextvideo_nav {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 32px;
  }
  
  a.nextvideo__navlink {
    text-decoration: none;
  }
  
  .nextvideo__navcontainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .nextvideo__navsvg--prev {
    padding-right: 20px;
  }
  
  .nextvideo__navsvg--next {
    padding-left: 20px;
  }
  
  .nextvideo__navtext--next {
    align-self: end;
    text-align: right;
  }
  
  .nextvideo__navlabel {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .nextvideo__navtitle {
    font-size: 17px;
  }
  
  .nextvideo__navlink:hover .nextvideo__navtitle {
    text-decoration: underline;
  }
  
  .nextvideo__navlink:hover .nextvideo__navsvg {
    transform: scaleX(1.1) scaleY(1.1);
  }
  
  /* Next Video -- END */
  .hero {
    margin-bottom: 80px;
  }
  
  /*Page titles new color -- JT 1/25/23*/
  .pgheading__name {
    color: #1c2b33;
  }
  
  /*Page font Size fix -- JT 6/14/23*/
  .course__description,
  .course__description p,
  .course__description ul,
  .course__description ol,
  .course__description.postcontent,
  .course__description.postcontent p,
  .course__description.postcontent ul,
  .course__description.postcontent ol,
  .course__postcontent,
  .course__postcontent p,
  .course__postcontent ul,
  .course__postcontent ol,
  .course__postcontent.postcontent,
  .course__postcontent.postcontent p,
  .course__postcontent.postcontent ul,
  .course__postcontent.postcontent ol {
    font-size: 18px;
  }
  
  .course__description ul {
    padding-left: 2rem;
  }
  
  section.catalogcards {
    margin-bottom: 80px;
  }
  
  h2.catalogcards__heading {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    color: #1c2b33;
  }
  
  .catalogcards__heading > a {
    color: #1c2b33;
  }
  
  .catalogcards__description {
    font-family: Optimistic text;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
    color: #465a69;
  }
  
  .catalogcard__heading {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #465a69;
  }
  
  .catalogcard__heading--list,
  .catalogcard__heading--3x,
  .catalogcard__heading--4x {
    font-size: 18px;
    color: #1c2b33;
  }
  
  p.catalogcard__description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    color: #465a69;
  }
  
  p.catalogcard__description--1x {
    font-size: 18px;
  }
  
  .catalogcards__listitem:first-child .catalogcard__description--tabloid {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    color: #465a69;
  }
  
  @media only screen and (min-width: 480px) {
    .catalogcard__heading--1x {
      max-height: 88px;
      font-weight: 400;
      font-size: 32px;
      line-height: 120%;
      letter-spacing: 0.5px;
      color: #1c2b33;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .catalogcards__listitem:first-child .catalogcard__heading--tabloid {
      max-height: 88px;
      font-weight: 400;
      font-size: 32px;
      line-height: 120%;
      letter-spacing: 0.5px;
      color: #1c2b33;
    }
    .catalogcards__listitem:first-child .catalogcard__description--tabloid {
      font-size: 18px;
    }
  }
  
  .button {
    border-radius: 45px;
  }
  
  .button.metabutton {
    border-radius: 45px;
    min-height: 56px;
    padding: 18px 32px;
    font-family: Optimistic Text;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-top: 12px;
  }
  
  a.button.metabutton.button--secondary {
    border-radius: 45px;
    border: 1px solid var(--primary-meta-blue, #0064e0);
    display: inline-flex;
    height: 56px;
    padding: 16px 32px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background-color: transparent;
    color: var(--primary-meta-blue, #0064e0);
  }
  a.button.catalogcard__actionsbutton.button--secondary {
    background-color: var(--primary-meta-blue, #0064e0);
    border: none;
    color: #fff;
  }
  
  /* Helpers */
  .arrow_button {
    display: inline-block;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #1877f2;
    font-family: "Optimistic Text";
    font-weight: 400px;
    margin-bottom: 0px;
    flex-grow: 1;
    margin-top: 24px;
  }
  
  .arrow_button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
  }
  
  .cfine_meta_arrow_button_fix {
    margin-bottom: 40px;
  }
  
  .meta_body {
    font-family: Optimistic text;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
    color: #1c2b33;
  }
  
  .meta_heading {
    font-family: Optimistic Display;
    font-size: 32px;
    font-weight: 500;
    color: #1c2b33;
  }
  
  .meta_subheading {
    font-family: Optimistic Display;
    font-size: 24px;
    font-weight: 500;
    color: #1c2b33;
  }
  
  /* Helpers -- END */
  .catalogcards__htmlcontent h2 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin: 0 0 16px 0;
    color: #1c2b33;
  }
  
  .catalogcards__htmlcontent p {
    margin-bottom: 32px;
    font-family: Optimistic text;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.25px;
    color: #465a69;
  }
  
  .catalogcards__htmlcontent div {
    margin-bottom: 0px;
  }
  
  .catalogcards__htmlcontent:not(:has(video-js)) a {
      text-decoration: none;
  }
  
  /*View All Button - Meta Brand*/
  .catalogcards__footerlink {
    border-radius: 45px;
    border: 1px solid var(--primary-meta-blue, #0064e0);
    display: inline-flex;
    height: 56px;
    padding: 16px 32px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background-color: transparent;
  }
  
  .catalogcards__footerlinktext {
    color: var(--primary-meta-blue, #0064e0);
    text-align: center;
  
    /* Desktop /  P2 Bold */
    font-family: Optimistic Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.25px;
  }
  @media only screen and (min-width: 992px) { 
    .catalogcards__scrollcontainer .catalogcards__footerlink {
      margin-top: 40px;
    }
  }
  
  .catalogcards__footerlinkicon {
    display: none;
  }
  
  /*View All Button - Meta Brand -- END */
  /* Flex containers */
  .flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .flex-image {
    width: 100%;
    margin: auto;
  }
  
  .imgwrapper img {
    display: block;
    width: 100%;
    max-width: 800px; /*actual image width*/
    height: auto; /* maintain aspect ratio*/
    margin: auto; /*optional centering of image*/
  }
  
  .flex-item-left {
    flex: 50%;
    width: 100%;
    align-self: center;
  }
  
  .flex-item-right {
    flex: 50%;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  
  .textwrapper-left {
    padding-left: 120px;
  }
  
  .textwrapper-right {
    padding-right: 120px;
  }
  
  .flex-container-reverse {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .video-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.6666%;
    height: 0;
  }
  
  .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  
  @media (max-width: 800px) {
    .flex-container-reverse {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 0px;
    }
    .flex-container-reverse > .flex-item-left {
      padding-top: 32px;
    }
    .flex-container > .flex-item-right {
      padding-top: 32px;
    }
    .flex-item-right,
    .flex-item-left {
      flex: 100%;
      padding-left: 0px;
    }
    .textwrapper-left {
      padding-left: 0px;
    }
    .textwrapper-right {
      padding-right: 0px;
    }
  }
  
  /*Flex Containers -- END*/
  /* hide 'Credential Earned' on popup */
  .uikitContentTypo-module-element-1u899.uikitContentTypo-module-isVariantDisplay03-3w6as {
    display: none;
  }
  
  /* hide 'More Credentials' from profile page */
  .uikitContentTypo-module-element-1u899.uikitContentTypo-module-isModifierMedium-1MnbL {
    display: none;
  }
  
  /* Hide 'Credentials' H2 on User Profile Page */
  div.js-react-profile
    div.profile-module-container-3m7EH
    div.profile-module-content-3DTMa
    div
    section.profileCredentials-module-container-3k-kF
    header.profileCredentials-module-header-14QUd
    h2.uikitContentTypo-module-isVariantDisplay02-3saY2 {
    visibility: hidden;
  }
  
  /* Update 'Credentials' H2 on User Profile Page */
  div.js-react-profile
    div.profile-module-container-3m7EH
    div.profile-module-content-3DTMa
    div
    section.profileCredentials-module-container-3k-kF
    header.profileCredentials-module-header-14QUd
    h2.uikitContentTypo-module-isVariantDisplay02-3saY2:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Awards";
  }
  
  /* Hide link to credential on Activity Page to replace "credential" nomenclature*/
  div.coursepage
    div.coursepage__content
    article.coursepage__contentmain.page
    header.page__header
    div.enrollmentmsg
    div.enrollmentmsg__content
    div.enrollmentmsg__text
    ul.enrollmentmsg__morelist
    li.enrollmentmsg__morelistitem
    button.enrollmentmsg__morelink.u-org--link {
    text-indent: -9999px;
    line-height: 0;
    visibility: hidden;
  }
  
  /* Replace nomenclature in link to Credential on Activity Page*/
  div.coursepage
    div.coursepage__content
    article.coursepage__contentmain.page
    header.page__header
    div.enrollmentmsg
    div.enrollmentmsg__content
    div.enrollmentmsg__text
    ul.enrollmentmsg__morelist
    li.enrollmentmsg__morelistitem
    button.enrollmentmsg__morelink.u-org--link:after {
    content: "View Award";
    text-indent: 0;
    display: block;
    position: absolute;
    text-decoration: underline;
    visibility: visible;
  }
  
  /* Hide link to credential on Path to replace "credential" nomenclature*/
  div.coursepage
    div.coursepage__content
    article.coursepage__contentmain.course
    header.course__headercontainer
    div.enrollmentmsg
    div.enrollmentmsg__content
    div.enrollmentmsg__text
    ul.enrollmentmsg__morelist
    li.enrollmentmsg__morelistitem
    button.enrollmentmsg__morelink.u-org--link {
    text-indent: -9999px;
    line-height: 0;
    visibility: hidden;
  }
  
  /* Replace nomenclature in link to Credential on Path*/
  div.coursepage
    div.coursepage__content
    article.coursepage__contentmain.course
    header.course__headercontainer
    div.enrollmentmsg
    div.enrollmentmsg__content
    div.enrollmentmsg__text
    ul.enrollmentmsg__morelist
    li.enrollmentmsg__morelistitem
    button.enrollmentmsg__morelink.u-org--link:after {
    content: "View Award";
    text-indent: 0;
    display: block;
    position: absolute;
    text-decoration: underline;
    visibility: visible;
  }
  
  /* tooltip disable 'credentials earned' on profile upper -also disables reputation tooltip */
  div.js-react-profile
    div.profile-module-container-3m7EH
    div.profileHero-module-container-33cxI
    div.profileHero-module-content-21KXC
    div.profileHero-module-inner-1sHbd
    div.profileHero-module-right-OCm9v
    div.profileHero-module-heading-2l3fh
    div.profileHero-module-headings-JCVYC
    div.profileHero-module-insigniasWrap-1SoP8
    div.uikitInsigniasInsignias-module-element-1HCMF.profileHero-module-insignias-3GDDr
    div.uikitInsigniasInsignia-module-element-1nsEq
    div.uikitInsigniasInsignia-module-content-2rzk1 {
    pointer-events: none;
  }
  
  /* tooltip disable 'credentials earned' on profile lower */
  div.js-react-profile
    div.profile-module-container-3m7EH
    div.profile-module-content-3DTMa
    div.profile-module-inner-1Oo7R
    section.profileCredentials-module-container-3k-kF
    header.profileCredentials-module-header-14QUd
    div.uikitInsigniasInsignias-module-element-1HCMF.profileCredentials-module-insignias-34fBS
    div.uikitInsigniasInsignia-module-element-1nsEq
    div.uikitInsigniasInsignia-module-content-2rzk1 {
    pointer-events: none;
  }
  
  /* Update tooltip on Course Header 'Credential' to 'Award' */
  .activitymeta__rewards [data-hint]::after {
    content: "Award For Completion";
    background-color: #000;
    color: #fff;
    position: absolute;
    border: 0;
  }
  
  /***************************/
  /*Meta Branding All -- END*/
  
  /* Organization (China) */
  button.catalogcard__actionsbutton.button--secondary {
    background-color: var(--primary-meta-blue, #0064e0);
    border: none;
    color: #fff;
  }
  /* Organization (China) -- END */
  
/* Fix corner of collection card */
.catalogflag--in-progress{
border-top-right-radius: 15px;
}
/****** CSS Overrides (722025) *******/

/* Collections */
/***************

/* Collection Title */
.u-headingpage--activity.activityheading__name {
    color: #1C2B33;
}
/* Collection Description */
.course__description.postcontent p {
    font-size: 18px;
    color: #465A69;
}
/* Collection Section Title */
h2.u-headingsection--activity.activitysection__name {
    font-size: 27px;
    color: #1C2B33;
    font-family: "Optimistic Display";
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 16px;
}

/* Collection Section Description */
.course__description p {
    font-size: 18px;
    color: #465A69;
    font-family: "Optimistic Text";
    font-weight: 400;
}

/* Collection Card Title */
.u-headingitem.activitycard__name {
    font-size: 18px;
    color: #1C2B33;
    font-family: "Optimistic Display";
    font-weight: 500;
}
/* Collection Card Description */
p.activitycard__summary {
    font-size: 18px;
    color: #465A69;
    font-family: "Optimistic Text";
    font-weight: 400;
    padding-top: 10px;
}

/****** Collections - END *****/

/* Paths */
/***************/
.activitysection__header.activitysection__header--pathsection {
    margin-bottom: 0;
}

/****** Paths - END *****/
/*****************************/
