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

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

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

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

  .u-org--enrollmentmsgimage {
    background-color: #1877f2
  }

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

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

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: #1877f2 !important;
    border-color: #1877f2 !important;
    color: #fff !important;
  }


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

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

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

  /* 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;
}
/*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*/

/* Fix corner of collection card */
.catalogflag--in-progress{
border-top-right-radius: 15px;
}

