
/* 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 */
  /* Hide org switcher */
button.appheader__button.appheader__button--appswitcher.navmenu__trigger.u-org--header {
    display: none;
  }
  
  #app-org-switcher,
  #app-org-switcher--mobile {
    display: none;
  }
  
  /* Hide filter options on catalog browse page */
  div#category-filter-panel.filterlayout__filters {
    display: none;
  }
  
  /* Hide filter options on all-events page */
  div.splitrow__column.splitrow__column--inlinefilters {
    display: none;
  }
  
  #community-training-resources {
    margin-bottom: -8px;
  }
  
  #community-training-resources .catalogcards__htmlcontent p {
    margin-bottom: 0px;
  }
  
  #community-training-resources .catalogcards {
    margin-bottom: 0px;
  }
  
  .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;
  }
  /*Meta Branding -- WS 5/12/22*/
  .hero {
    margin-bottom: 80px;
  }
  /*Meta Brading All -- JT 6/23/23*/
/*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;
  }
  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;
  }
  .meta_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: #1c2b33;
    font-family: "Optimistic Text";
    font-weight: 400px;
    margin-bottom: 80px;
    flex-grow: 1;
  }
  .cfine_meta_arrow_button_fix {
    margin-bottom: 40px;
  }
  .meta_arrow_button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
  }
  .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;
  }
  .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;
  }
  /*Meta Branding All -- END*/
  /*Meta Branding -- END*/
  
  /* hide 'Credential Earned' on awards pdf */
  .award__congrats {
    display: none;
  }
  
  /* 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;
  }
  
  /* Disable tooltip from course header */
  html
    body.body--logged-in.a11y-nofocus
    main#main.main.main--student
    div.coursepage
    div.coursepagecontent
    article.coursepagecontentmain.course
    header.courseheadercontainer
    div.courseheader
    div.activityheading
    ul.activityheadingmeta.activitymeta.activitymeta--heading
    li.activitymetaitem
    ul.activitymetarewards
    li.activitymetarewardsitem
    span.hint--top {
    pointer-events: none;
  }
  
/* Fix corner of collection card */
.catalogflag--in-progress{
border-top-right-radius: 15px;
}

