
/* 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 MASTER CSS - ALL ORGANIZATIONS
  Last Updated: 11/17/25 by JT
==================================================

SUPPORTED ORGANIZATIONS:
  1. Blueprint
  2. Agency
  3. BEP (Business Education Program)
  4. Certifications
  5. China Registration
  6. Community
  7. Solutions Live
  8. Training Workshops

FONT NAMING NOTES:
  - All organizations use: "Optimistic Medium" / "Optimistic Regular"
  - All load the same Optimistic font files from Meta CDN

FILE STRUCTURE:
  1. Font Declarations
  2. CSS Custom Properties (Variables)
  3. Shared Rules (All Organizations)
  4. Organization-Specific Sections
  5. Responsive Media Queries

==================================================
*/

/********************************/
/* 1. FONT DECLARATIONS */
/********************************/


/* Optimistic Medium - Primary Name (Blueprint, BEP, Community, etc.) */
@font-face {
    font-family: "Optimistic Medium";
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    src: url(https://facebook-cdn.exceedlms.com/uploads/custom_fonts/Optimistic_Medium_Headlines-9f8c4c8ec331d7a8699fa48bff8cf29ff727b57dac856bfa751c8ab2333bf1c3.ttf?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9mYWNlYm9vay1jZG4uZXhjZWVkbG1zLmNvbS91cGxvYWRzL2N1c3RvbV9mb250cy9PcHRpbWlzdGljX01lZGl1bV9IZWFkbGluZXNfKDEpLTlmOGM0YzhlYzMzMWQ3YTg2OTlmYTQ4YmZmOGNmMjlmZjcyN2I1N2RhYzg1NmJmYTc1MWM4YWIyMzMzYmYxYzMudHRmIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzk4NzUwNzk5fX19XX0_&Signature=agb7sRgn6HoxCEyb0sGjuTouwmO~r5KiWyQRmn0vNfY6FnbvU-68k1ec5-KlHgDSy3xqRJ7Q0Gt0qhMBoLDTlLKZz0UO0u2KslzO2M2LuPGcbOSnPNdUBDuyZ1Peqi8QvdjbnWIXmVc1pMR4ql3vQfucmj3T9xJJOiVmeSEPMc2fRVDNL7STEksvMr7k6LYwNSoEVol6eSkIG-9lov20aBUpUEa8vpqqlWh9ax9mQW7cLHfEyUyxZ-U0XGgmJ7lER3dsf8~KRorW94J-ZfowZ6NB~Ml2~U3~Lyt9lFrzbPOqg7N6-YM64uhu08DUGL-Sar6JpnpOLdI2NJVxpd~Xpw__&Key-Pair-Id=APKAJINUZDMKZJI5I6DA) format("truetype");
}

/* Optimistic Regular - Primary Name (Blueprint, BEP, Community, etc.) */
@font-face {
    font-family: "Optimistic Regular";
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    src: url(https://facebook-cdn.exceedlms.com/uploads/custom_fonts/Optimistic_Regular_Body-1ad02ada60b26f3ea58a560e34421c9824d920b882a44c06ecd603d4efde265d.ttf?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9mYWNlYm9vay1jZG4uZXhjZWVkbG1zLmNvbS91cGxvYWRzL2N1c3RvbV9mb250cy9PcHRpbWlzdGljX1JlZ3VsYXJfQm9keV8oMSktMWFkMDJhZGE2MGIyNmYzZWE1OGE1NjBlMzQ0MjFjOTgyNGQ5MjBiODgyYTQ0YzA2ZWNkNjAzZDRlZmRlMjY1ZC50dGYiLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3OTg3NTA3OTl9fX1dfQ__&Signature=WvvNswrUDTpNvcawiccP2NQwMySiqrEz-KfbK75AewiMbUhykG0blkGR8xo8-W0sUEpp1t2~i4bvZH64~appnqJBjKJu4HYXnFGBEP~PMndB5zRfbRLkis6u6J3EWKi8ZHazl5W1UNW1CMWKx0BESlqqUYbOVYYeY9gdEX7I5rBVPk-SrMCtcKr6shGy-fEF5qz7ptSUVaa2ypsDc9854y88HC9fRb6QDdWYltOhwGfXMXcxTHzrgSdufFGoHjZwZPHpRCDp6E3qBe1cqWgHu0hb7UdRfNdsOFEzF23it2hre2d1jqQ1LxWcZYUtq~IGqSJ~DR2HW~SzGC-pimh0CA__&Key-Pair-Id=APKAJINUZDMKZJI5I6DA) format("truetype");
}

/* Base Body Font - Added 11/16/25 */
body {
    font-family: var(--font-primary-medium) !important;
}

/********************************/
/* 2. CSS CUSTOM PROPERTIES (VARIABLES) */
/********************************/
@media (min-width: 768px) {
  body.new_student table.courses .course-status {
    display: none;
  }
}

@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: var(--color-text-primary);
  }
}

@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: var(--color-text-primary);
  }
  .catalogcards__listitem:first-child .catalogcard__description--tabloid {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .catalogcards__scrollcontainer .catalogcards__footerlink {
    margin-top: 40px;
  }
}

@media (max-width: 800px) {
  .flex-container-reverse {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  .flex-container-reverse > .flex-item-left {
    padding-top: var(--spacing-large);
  }
  .flex-container > .flex-item-right {
    padding-top: var(--spacing-large);
  }
  .flex-item-right,
  .flex-item-left {
    flex: 100%;
    padding-left: 0px;
  }
  .textwrapper-left {
    padding-left: 0px;
  }
  .textwrapper-right {
    padding-right: 0px;
  }
}

/********************************/
/* FOOTER LOCALE & LANGUAGE */
/********************************/
.appfooter__item--locale {
  padding-left: 50px;
}

#app-locale-trigger .menulist__optionname {
  color: white;
}

#app-locale-trigger:hover .menulist__optionname,
.menulist__triggericon {
  color: var(--color-text-primary);
}

.menulist__triggericon {
  color: white;
}

/* Mobile/Desktop Images */
[lang="en"] .desktop-image {
  display: block;
  width: 100%;
}

[lang="en"] .mobile-image {
  display: none;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 800px) {
  [lang="en"] .desktop-image {
    display: none;
  }
  [lang="en"] .mobile-image {
    display: block;
  }
  .footer-links a {
    display: block;
    padding: 0px 0px 0px 50px;
  }
}

/* Arabic Language Support */
html[dir="rtl"] .menulist .menulist__listbox--footer {
  left: -90px;
}
[lang="ar"] #events-filtered-content > ul > li.session--activity.session:after,
[lang="ar"] #events-filtered-content > ul > li.session--activity.session:before {
    right: 0;
}
[lang="ar"] #events-filtered-content > ul > li.session--activity .session__content {
    padding: 0 85px 0 20px;
}
/********************************/
/* ASSESSMENT BUTTONS FIX */
/********************************/
.instructionspanel--has-my-learning .instructionspanel__actions > .button {
  font: 400 13px/19px var(--font-primary-medium);
  padding: 7px 20px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: var(--border-radius-button);
}

/********************************/
/* 2. CSS CUSTOM PROPERTIES (VARIABLES) */
/********************************/
:root {
  /* Colors - Shared across all organizations */
  --color-text-primary: #1c2b33; /* All headers, links, buttons, etc. */
  --color-text-secondary: #465a69; /* ALl body */
  --color-meta-blue: #0064e0;
  --color-facebook-blue: #1877f2;
  --color-white: #ffffff;
  --color-footer-bg: #1c2b33;
  --color-error: #fc2e43;
  --color-border-facebook: #3b5999;
  --color-dark-bg: #1d2945;
  --color-light-blue: #1ab2f5;

  /* Fonts - Flexible font variables supporting all naming conventions */
  --font-primary-medium: "Optimistic Medium", Montserrat, Helvetica, Arial, "Noto Sans", sans-serif;
  --font-primary-regular: "Optimistic Regular", Montserrat, Helvetica, Arial, "Noto Sans", sans-serif;

  /* Border Radius */
  --border-radius-button: 45px;
  --border-radius-card: 15px;
  --border-radius-card-alt: 8px;

  /* Spacing */
  --spacing-section: 80px;
  --spacing-large: 32px;
  --spacing-medium: 16px;
}

/********************************/
/* 3. SHARED RULES - ALL ORGANIZATIONS */
/********************************/
/* These styles apply to ALL Meta organizations */

/* Hidden Elements (Consolidated display:none) */
button.appheader__button--appswitcher,
#app-org-switcher,
#app-org-switcher--mobile,
.activitymeta__item--highlighted.theme__catalogicon,
.award__name,
.award__meta,
.award__congrats,
.award__completedby,
.login_avatar,
button.button.button--blueprint-login-as-organization,
.appfooter__link.appfooter__link--poweredby,
#confirm_activity_disclaimer-210743-heading,
.categoryheader__backlink,
nav ul.appnav__list > li.appnav__listitem--text a[href="/student/my_learning"] {
  display: none;
}

/* Awards Base Styles - Font-Family Rules */
.award__meta,
.award__congrats,
.award__studentname,
.award__completed {
    font-family: "Helvetica", sans-serif;
}

.award__customsvg {
  font-weight: 500;
}

.award__customsvg svg > text:nth-child(5) {
  color: var(--color-text-primary);
}

.award__customsvg svg > text:nth-child(6) {
  font-weight: 400;
  color: var(--color-text-secondary);
}

.award__customsvg svg > text:nth-child(4) {
  font-weight: 400;
  color: var(--color-text-secondary);
}

/* Image & Card Styles */
.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;
}

/* Assessment Rules - Hide for CH-SA & BPL assessments */
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;
}

div.assmntreport[data-course-assessment-code^="CH-SA"] div.donutchart,
div.assmntreport[data-course-assessment-code^="BPL-ENG-SA-0001"] div.donutchart {
  display: none;
}

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;
}

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;
}

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;
}

div.question-instuctions[data-course-assessment-code^="CH-SA"],
div.question-instuctions[data-course-assessment-code^="BPL-ENG-SA-0001"] {
  display: none;
}

/* Notifications & Badges */
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;
}

/* Buttons Base Styles */
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;
}

/* Button Font-Family - Updated 11/16/25 */
.button,
.button:link,
.button:visited,
.button:hover,
.button:active,
.button:focus {
  border-radius: 45px;
  font-family: var(--font-primary-medium);
}

.button.metabutton {
  border-radius: 45px;
  min-height: 56px;
  padding: 18px 32px;
  font-family: var(--font-primary-regular);
  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(--color-meta-blue, #0064e0);
  display: inline-flex;
  height: 56px;
  padding: 16px 32px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: transparent;
  color: var(--color-meta-blue, #0064e0);
}

.button.catalogcard__actionsbutton.button--secondary:not([disabled]) {
  background-color: var(--color-meta-blue, #0064e0);
  border: none;
  color: #fff;
}

/* Footer Branding - Shared */
.appfooter__content {
  padding: 0px;
}

.appfooter__item {
  margin: 0px;
}

.appfooter__link--poweredby {
  padding: 0px 0px 0px 50px;
  color: #ffffff;
}

.appfooter.footer {
  background-color: var(--color-text-primary);
  color: #ffffff;
  padding-bottom: 20px;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active,
.footer a:focus {
  background-color: #1b2a34;
  color: #ffffff;
}

.footer__logo {
  color: #fff;
}

.footer__customcontent {
  width: 100%;
}

.footer-links a {
  padding: 0px 0px 0px 10px;
  color: #ffffff;
}

/* Footer Links Font (Added 11/16/25) */
.footer-links {
  font-family: var(--font-primary-medium);
}

/* Hero Section */
.hero {
  margin-bottom: var(--spacing-section);
}

/* Page Headings */
.pgheading__name {
  color: var(--color-text-primary);
}

/* Typography - Collections & Event Pages */
.course__description,
.course__description p,
.course__description ul,
.course__description ol {
  font-family: var(--font-primary-regular);
  font-size: 18px;
}

.course__description ul {
  padding-left: 2rem;
}

/* Collections & Events - Extended Styles (Added 11/16/25) */
.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-family: var(--font-primary-regular);
    font-size: 18px;
}

.course__description.postcontent p img {
  width: 180px;
}

/* Collection Page Title */
.u-headingpage--activity.activityheading__name {
  color: #1c2b33;
  font-family: var(--font-primary-medium);
}

/* 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: var(--font-primary-medium);
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 16px;
}

/* Collection Section Description */
.course__description p {
  font-size: 18px;
  color: #465a69;
  font-family: var(--font-primary-regular);
  font-weight: 400;
}

/* Collection Card Title */
.u-headingitem.activitycard__name {
  font-size: 18px;
  color: #1c2b33;
  font-family: var(--font-primary-medium);
  font-weight: 500;
}

/* Collection Card Description */
p.activitycard__summary {
  font-size: 18px;
  color: #465a69;
  font-family: var(--font-primary-regular);
  font-weight: 400;
  padding-top: 10px;
}

/* Catalog Cards Section */
section.catalogcards {
  margin-bottom: var(--spacing-section);
}

/* Catalog Cards with Opportunity Component (Added 11/16/25) */
section.catalogcards:has(.os-component-container) {
  margin-bottom: 0px;
}

h2.catalogcards__heading {
  font-family: var(--font-primary-medium);
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  color: var(--color-text-primary);
}

.catalogcards__heading > a {
  color: var(--color-text-primary);
}

.catalogcards__description {
  font-family: var(--font-primary-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.25px;
  margin-bottom: var(--spacing-large);
  color: var(--color-text-secondary);
}

/* Catalog Cards HTML Content Paragraphs (Added 11/16/25) */
.catalogcards__htmlcontent p,
.catalogcards__htmlcontent:not(:has(video-js)) p {
  margin-bottom: var(--spacing-large);
  font-family: var(--font-primary-regular);
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.25px;
  color: var(--color-text-secondary);
}

.catalogcard__heading {
  font-family: var(--font-primary-medium);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text-secondary);
}

/* View All Button - Meta Brand */
.catalogcards__footerlink {
  border-radius: 45px;
  border: 1px solid var(--color-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(--color-meta-blue, #0064e0);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.25px;
}

.catalogcards__footerlinkicon {
  display: none;
}

/* ========================================
   OPPORTUNITY COMPONENT STYLES
   Added 11/16/25
   ======================================== */
/* Opportunity Component is used within catalog cards to display structured content */

/* Reset margin for catalog cards without video */
.catalogcards__htmlcontent:not(:has(video-js)) .os-component-container {
  margin-bottom: 0;
}

/* Opportunity Component Container */
.os-component-container {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

/* Opportunity Component Icons */
.os-component-container .os-icon {
  display: block;
}

.os-component-container .os-icon svg {
  display: inline;
}

.os-component-container .os-icon .os-icon-text {
  font-size: 14px;
  color: #465a69;
  vertical-align: bottom;
}

/* Opportunity Component Section Title */
.os-component-container .os-section-title h2 {
  font-family: var(--font-primary-medium);
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #1c2b33;
}

/* Opportunity Component Section Description */
.os-component-container .os-section-description p {
  font-family: var(--font-primary-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.25px;
  margin-bottom: 22px;
  color: #465a69;
}

/********************************/
/* ACTIVITY PAGES & POST CONTENT */
/********************************/
.pgcomponent.pgpost,
.pgcomponent.pgpost p,
.pgcomponent.pgpost ul,
.pgcomponent.pgpost ol {
  font-family: var(--font-primary-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.25px;
  margin-bottom: var(--spacing-large);
  color: var(--color-text-secondary);
}

/********************************/
/* CATALOG CARDS ADDITIONAL STYLES */
/********************************/
.catalogcards__htmlcontent h2 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
  color: var(--color-text-primary);
}

.catalogcards__htmlcontent div {
  margin-bottom: 0px;
}

.catalogcards__htmlcontent:not(:has(video-js)) a {
  text-decoration: none;
}

/* Catalog Card Additional Variations */
.catalogcard__heading--list,
.catalogcard__heading--3x,
.catalogcard__heading--4x {
  font-size: 18px;
  color: var(--color-text-primary);
}

p.catalogcard__description {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.25px;
  color: var(--color-text-secondary);
}

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: var(--color-text-secondary);
}

h3.catalogcard__heading {
  color: var(--color-text-primary);
}

/* Tabloid Styles for Homepage */
.catalogcards__listitem:first-child .catalogcard__heading--tabloid {
  font-size: 24px;
}

.catalogcards__listitem:first-child .catalogcard__description--tabloid {
  font-size: 16px;
}

/********************************/
/* HELPER STYLES - BUTTONS & HEADINGS */
/********************************/
/* Arrow Buttons */
.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: var(--color-facebook-blue);
  font-family: var(--font-primary-regular);
  font-weight: 400px;
  margin-bottom: 0px;
  flex-grow: 1;
  margin-top: 24px;
}

.arrow-button > img {
  width: 40px;
}

.arrow_button svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.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: var(--color-text-primary);
  font-family: var(--font-primary-regular);
  font-weight: 400px;
  margin-bottom: var(--spacing-section);
  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 Typography Helpers */
.meta_body {
  font-family: var(--font-primary-regular);
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.25px;
  margin-bottom: var(--spacing-large);
  color: var(--color-text-primary);
}

.meta_heading {
  font-family: var(--font-primary-medium);
  font-size: 32px;
  font-weight: 500;
  color: var(--color-text-primary);
}

.meta_subheading {
  font-family: var(--font-primary-medium);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-text-primary);
}

/********************************/
/* FLEX CONTAINERS & LAYOUTS */
/********************************/
.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;
  height: auto;
  margin: auto;
}

.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;
}

/* Two-Column Flex Card System (Training Workshops) */
.flex-card-left-column {
  flex: 50%;
  width: 100%;
  align-self: center;
  padding-right: 16px;
}

.flex-card-right-column {
  flex: 50%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding-left: 16px;
}

.flex-card-imagebox {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
}

.flex-card-textbox {
  height: auto;
  background: #f1f4f7;
  border-radius: 0px 0px 10px 10px;
  padding: 32px;
}

.flex-card-textbox p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.28px;
  color: var(--color-text-primary);
  font-weight: 400;
  margin-bottom: 32px;
}

.flex-card-textbox h2 {
  color: var(--color-text-primary);
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.84px;
  font-weight: 500;
  margin-bottom: -20px;
}

.flex-card-textbox h3 {
  color: var(--color-text-primary);
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.63px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

/********************************/
/* AUTHENTICATION & LOGIN */
/********************************/
[data-controller="authentication"] div.login h2,
[data-controller="facebook"] div.login h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 28px;
}

input.header__searchinput {
  border-color: var(--color-border-facebook);
}

.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: var(--color-white);
}

/********************************/
/* PROFILE & HERO */
/********************************/
.profilehero {
  background-image: url(/assets/facebook/hero_default.jpg);
  background-position: center;
}

/********************************/
/* RESPONSIVE IFRAME & VIDEO */
/********************************/
.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;
}

.noresults--facebook:before {
  z-index: -1;
}

/********************************/
/* NAVIGATION & UTILITY */
/********************************/
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 NAVIGATION */
/********************************/
.nextvideo_nav {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: var(--spacing-large);
}

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);
}

/********************************/
/* HOMEPAGE SPECIFIC */
/********************************/
.herovideo {
  margin-bottom: var(--spacing-section);
}

/********************************/
/* PATHS & ACTIVITY SECTIONS */
/********************************/
.activitysection__header.activitysection__header--pathsection {
  margin-bottom: 0;
}

.activitycard__summary {
  padding-top: 10px;
  font-weight: 200;
}


/********************************/
/* MISCELLANEOUS */
/********************************/
.catalogflag--in-progress {
  border-top-right-radius: 15px;
}
/* Activity Section Header Text Transform */
header.activitysection__header > h2 {
  text-transform: lowercase;
}
header.activitysection__header > h2:first-letter {
  text-transform: capitalize;
}
/********************************/
/* CREDENTIALS TO AWARDS CHANGES */
/* Critical section for rebranding "Credentials" as "Awards" */
/********************************/

/* 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 */
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 */
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;
}

/* Disable tooltip for 'credentials earned' on profile upper */
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;
}

/* Disable tooltip for '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;
}

/* My Learning - Credential to Award */
.profileCredentials-module-header-q-iDq h2 {
  display: none;
}

.uikitInsigniasInsignias-module-element-0bJua.profileCredentials-module-insignias-VPGLu {
  margin: 0;
}

.uikitInsigniasInsignias-module-element-0bJua.profileCredentials-module-insignias-VPGLu::before {
  content: "Awards";
  font-family: var(--ids-font-family-primary);
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
  margin-right: 12px;
}

.profileCredentialsCategoryList-module-category-ovSRK > h3.profileCredentialsCategoryList-module-title-yx61S {
  visibility: hidden;
}

.profileCredentialsCategoryList-module-category-ovSRK > h3.profileCredentialsCategoryList-module-title-yx61S::after {
  visibility: visible;
  position: absolute;
  left: 0;
  content: "More Awards";
}

/* My Learning Side Menu */
a.tabs-module-link-khit5[data-object-name="Credentials Tab"] {
  font-size: 0px !important;
}

a.tabs-module-link-khit5[data-object-name="Credentials Tab"]::before {
  content: "Awards";
  color: var(--ids-color-content-secondary);
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

/* Notifications Menu */
.updatedrawer .updatecards .updatecards__section .updatecard__header .updatecard__headingtext {
  visibility: hidden;
  position: relative;
}

.updatedrawer .updatecards .updatecards__section .updatecard__header .updatecard__headingtext::after {
  visibility: visible;
  content: "You Received an Award!";
  position: absolute;
  left: 0;
}

/* Course Complete Banner */
.enrollmentmessage--passed .enrollmentmessage__body .enrollmentmessage__morelistitem button {
  font-size: 0;
}

.enrollmentmessage--passed .enrollmentmessage__body .enrollmentmessage__morelistitem button::after {
  content: "View Award";
  font-size: 12px;
}

.appusermenu__gamificationitem [data-hint]:after {
  content: "Awards";
}

.uikitModalsModal-module-inner-W5GoI .credentialModal-module-subject-ihtjg,
.uikitModalsModal-module-inner-W5GoI .credentialModal-module-title-wH3YU,
.uikitModalsModal-module-inner-W5GoI .credentialModal-module-header-kItxK .uikitContentTypo-module-element-rNmnU,
.uikitModalsModal-module-inner-W5GoI .credentialModal-module-meta-8TlcP {
  display: none;
}

.uikitModalsModal-module-inner-W5GoI .credentialModal-module-header-kItxK {
  padding: 0;
}

/* Awards and Profile Page JS Tooltip */
body[data-controller="profiles"] #tippy-1 .tippy-box .tippy-content div,
body[data-controller="profiles"] #tippy-2 .tippy-box .tippy-content div,
body[data-controller="my_learning"] #tippy-2 .tippy-box .tippy-content div {
  visibility: hidden;
}

body[data-controller="profiles"] #tippy-1 .tippy-box .tippy-content div::after,
body[data-controller="profiles"] #tippy-2 .tippy-box .tippy-content div::after,
body[data-controller="my_learning"] #tippy-2 .tippy-box .tippy-content div::after {
  visibility: visible;
  content: "Awards";
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/********************************/

/* INDIVIDUAL AWARD TITLE SIZE FIXES */
/* Specific font-size overrides for long award titles */
/********************************/

/* OMG Award Fix (long title) */
.award__customsvg svg > text[id='OMG Meta Maximizing Performance with AI'] {
  font-size: 160px;
}

/* OMG Award Fix (long title) Print View */
.award--customprint svg > text[id='OMG Meta Maximizing Performance with AI'] {
  font-size: 150px;
}

.award__customsvg svg > text[id="Troubleshoot and provide technical support for the WhatsApp Business Platform"] {
  font-size: 80px;
}

/* Publicis Collection Paths Awards - 125px */
.award__customsvg svg > text[id="Set up Meta Conversions API with a direct integration"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Set up Meta Conversions API with a direct integration"]:nth-child(5),
.award__customsvg svg > text[id="Campaign evaluation and measurement strategies"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Campaign evaluation and measurement strategies"]:nth-child(5),
.award__customsvg svg > text[id="Estrategias de medición y evaluación de campañas"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Estrategias de medición y evaluación de campañas"]:nth-child(5),
.award__customsvg svg > text[id="搜索提升调研：衡量 Meta 技术对搜索流量的实际影响"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="搜索提升调研：衡量 Meta 技术对搜索流量的实际影响"]:nth-child(5),
.award__customsvg svg > text[id="キャンペーンのアクティベーションとMeta Advantage"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="キャンペーンのアクティベーションとMeta Advantage"]:nth-child(5),
.award__customsvg svg > text[id="Kampagnenbewertung durch Berichte und Messungen"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Kampagnenbewertung durch Berichte und Messungen"]:nth-child(5),
.award__customsvg svg > text[id$="계정 및 자산 설정하기"],
.credentialModal-module-customSVG-ZHext svg > text[id$="계정 및 자산 설정하기"],
.award__customsvg svg > text[id="Visão geral da Plataforma do WhatsApp Business"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Visão geral da Plataforma do WhatsApp Business"]:nth-child(5),
.award__customsvg svg > text[id="Configurar, implementar e verificar a API de Conversões"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Configurar, implementar e verificar a API de Conversões"]:nth-child(5) {
  font-size: 125px;
}

/* Awards - 120px */
.award__customsvg svg > text[id="機會分數：經實驗證實的建議作法，可協助提升行銷活動成效"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="機會分數：經實驗證實的建議作法，可協助提升行銷活動成效"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Conceptos básicos de los mensajes comerciales de Meta"]:nth-child(5),
.award__customsvg svg > text[id="Conceptos básicos de los mensajes comerciales de Meta"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Implementar uma estratégia do Meta Business Messaging"]:nth-child(5),
.award__customsvg svg > text[id="Implementar uma estratégia do Meta Business Messaging"]:nth-child(5) {
  font-size: 120px;
}

/* Awards - 115px */
.award__customsvg svg > text[id="광고 최적화 지수: 실험을 통해 입증된 추천 사항으로 캠페인 성과 개선하기"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="광고 최적화 지수: 실험을 통해 입증된 추천 사항으로 캠페인 성과 개선하기"]:nth-child(5) {
  font-size: 115px;
}

/* Awards - 110px */
.credentialModal-module-customSVG-ZHext svg > text[id="Mengevaluasi dan mengoptimalkan strategi Pesan Bisnis Meta"]:nth-child(5),
.award__customsvg svg > text[id="Mengevaluasi dan mengoptimalkan strategi Pesan Bisnis Meta"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Evaluating and optimizing a Meta Business Messaging strategy"]:nth-child(5),
.award__customsvg svg > text[id="Evaluating and optimizing a Meta Business Messaging strategy"]:nth-child(5) {
  font-size: 110px;
}

/* Awards - 107px */
.award__customsvg svg > text[id="Explorar las prácticas recomendadas de contenido para anuncios"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Explorar las prácticas recomendadas de contenido para anuncios"]:nth-child(5),
.award__customsvg svg > text[id="Konten und Assets für die WhatsApp Business Platform einrichten"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Konten und Assets für die WhatsApp Business Platform einrichten"]:nth-child(5),
.award__customsvg svg > text[id="Complete embedded signup for the WhatsApp Business Platform"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Complete embedded signup for the WhatsApp Business Platform"]:nth-child(5) {
  font-size: 107px;
}

/* Awards - 95px */
.award__customsvg svg > text[id$="アカウントとアセットを設定する"],
.credentialModal-module-customSVG-ZHext svg > text[id$="アカウントとアセットを設定する"],
.award__customsvg svg > text[id="Completa el registro insertado para la Plataforma de WhatsApp Business"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Completa el registro insertado para la Plataforma de WhatsApp Business"]:nth-child(5),
.award__customsvg svg > text[id="Menyelesaikan pendaftaran tersemat untuk Platform WhatsApp Business"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Menyelesaikan pendaftaran tersemat untuk Platform WhatsApp Business"]:nth-child(5),
.award__customsvg svg > text[id="Concluir o cadastro incorporado para a Plataforma do WhatsApp Business"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Concluir o cadastro incorporado para a Plataforma do WhatsApp Business"]:nth-child(5) {
  font-size: 95px;
}

/* Awards - 90px */
.award__customsvg svg > text[id="Search lift: measuring the true impact of Meta technologies on search traffic"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Search lift: measuring the true impact of Meta technologies on search traffic"]:nth-child(5),
.award__customsvg svg > text[id="Verbessere die Performance deiner Kampagnen mit diversifizierten Anzeigen"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Verbessere die Performance deiner Kampagnen mit diversifizierten Anzeigen"]:nth-child(5),
.award__customsvg svg > text[id="Fehlerbehebung und technischer Support für die WhatsApp Business Platform"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Fehlerbehebung und technischer Support für die WhatsApp Business Platform"]:nth-child(5) {
  font-size: 90px;
}

/* Awards - 85px */
.award__customsvg svg > text[id="Search Lift: 検索トラフィックにおけるMetaのテクノロジーの正味の効果を測定する"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Search Lift: 検索トラフィックにおけるMetaのテクノロジーの正味の効果を測定する"]:nth-child(5),
.award__customsvg svg > text[id="Configurer des comptes et des éléments pour la plateforme WhatsApp Business"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Configurer des comptes et des éléments pour la plateforme WhatsApp Business"]:nth-child(5) {
  font-size: 85px;
}

/* Awards - 80px */
.award__customsvg svg > text[id="Search Lift : mesurer le véritable impact des technologies Meta sur le trafic de recherche"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Search Lift : mesurer le véritable impact des technologies Meta sur le trafic de recherche"]:nth-child(5),
.award__customsvg svg > text[id="Améliorez les performances de vos campagnes grâce à un contenu publicitaire diversifié"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Améliorez les performances de vos campagnes grâce à un contenu publicitaire diversifié"]:nth-child(5),
.award__customsvg svg > text[id="Soluciona problemas y brinda soporte técnico para la Plataforma de WhatsApp Business"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Soluciona problemas y brinda soporte técnico para la Plataforma de WhatsApp Business"]:nth-child(5),
.award__customsvg svg > text[id="Solucionar problemas e fornecer suporte técnico à Plataforma do WhatsApp Business"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Solucionar problemas e fornecer suporte técnico à Plataforma do WhatsApp Business"]:nth-child(5),
.award__customsvg svg > text[id="Memecahkan masalah dan memberikan dukungan teknis untuk Platform WhatsApp Business"]:nth-child(5) tspan,
.credentialModal-module-customSVG-ZHext svg > text[id="Memecahkan masalah dan memberikan dukungan teknis untuk Platform WhatsApp Business"]:nth-child(5) tspan {
  font-size: 80px;
}

/* Awards - 77px */
.award__customsvg svg > text[id="WhatsApp Businessプラットフォームのトラブルシューティングとテクニカルサポートの提供"]:nth-child(5) tspan,
.credentialModal-module-customSVG-ZHext svg > text[id="WhatsApp Businessプラットフォームのトラブルシューティングとテクニカルサポートの提供"]:nth-child(5) tspan {
  font-size: 77px;
}

/* Awards - 70px */
.award__customsvg svg > text[id="Aumento de búsquedas: medir el impacto real de las tecnologías de Meta en el tráfico de búsqueda"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Aumento de búsquedas: medir el impacto real de las tecnologías de Meta en el tráfico de búsqueda"]:nth-child(5),
.award__customsvg svg > text[id="Search Lift: Die tatsächlichen Auswirkungen von Meta-Technologien auf den Search Traffic messen"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Search Lift: Die tatsächlichen Auswirkungen von Meta-Technologien auf den Search Traffic messen"]:nth-child(5) {
  font-size: 70px;
}

/* Awards - 67px (with tspan) */
.award__customsvg svg > text[id="Opportunity score: experimentally proven recommendations to help improve your campaign performance"]:nth-child(5) tspan,
.credentialModal-module-customSVG-ZHext svg > text[id="Opportunity score: experimentally proven recommendations to help improve your campaign performance"]:nth-child(5) tspan,
.award__customsvg svg > text[id="Chancenbewertung: in Experimenten bewährte Empfehlungen zur Verbesserung der Kampagnen-Performance"]:nth-child(5) tspan,
.credentialModal-module-customSVG-ZHext svg > text[id="Chancenbewertung: in Experimenten bewährte Empfehlungen zur Verbesserung der Kampagnen-Performance"]:nth-child(5) tspan,
.award__customsvg svg > text[id="Pontuação de oportunidade: recomendações comprovadas por experimentos para melhorar o desempenho da sua campanha"]:nth-child(5) tspan,
.credentialModal-module-customSVG-ZHext svg > text[id="Pontuação de oportunidade: recomendações comprovadas por experimentos para melhorar o desempenho da sua campanha"]:nth-child(5) tspan,
.award__customsvg svg > text[id="Puntuación de oportunidad: recomendaciones probadas experimentalmente para mejorar el rendimiento de las campañas"]:nth-child(5) tspan,
.credentialModal-module-customSVG-ZHext svg > text[id="Puntuación de oportunidad: recomendaciones probadas experimentalmente para mejorar el rendimiento de las campañas"]:nth-child(5) tspan,
.award__customsvg svg > text[id="Score d'opportunité : recommandations éprouvées par le biais d'expériences destinées à améliorer les performances de vos campagnes"]:nth-child(5) tspan,
.credentialModal-module-customSVG-ZHext svg > text[id="Score d'opportunité : recommandations éprouvées par le biais d'expériences destinées à améliorer les performances de vos campagnes"]:nth-child(5) tspan {
  font-size: 67px;
}

/* Tech Partners - 125px */
.award__customsvg svg > text[id="WhatsApp Business 开放平台的问题排解和技术支持"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="WhatsApp Business 开放平台的问题排解和技术支持"]:nth-child(5),
.award__customsvg svg > text[id="完成嵌入式注册流程以接入 WhatsApp Business 开放平台"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="完成嵌入式注册流程以接入 WhatsApp Business 开放平台"]:nth-child(5),
.award__customsvg svg > text[id="為 WhatsApp Business 平台進行疑難排解和提供技術支援"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="為 WhatsApp Business 平台進行疑難排解和提供技術支援"]:nth-child(5),
.award__customsvg svg > text[id="WhatsApp Business 플랫폼의 문제를 해결하고 기술 지원 제공하기"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="WhatsApp Business 플랫폼의 문제를 해결하고 기술 지원 제공하기"]:nth-child(5),
.award__customsvg svg > text[id="WhatsApp Business 플랫폼에 포함된 가입 완료하기"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="WhatsApp Business 플랫폼에 포함된 가입 완료하기"]:nth-child(5) {
  font-size: 125px;
}

/* Meta Business Messaging - 130px */
.credentialModal-module-customSVG-ZHext svg > text[id="Créer une stratégie de messagerie professionnelle"]:nth-child(5),
.award__customsvg svg > text[id="Créer une stratégie de messagerie professionnelle"]:nth-child(5),
.credentialModal-module-customSVG-ZHext svg > text[id="Implementing a Meta Business Messaging strategy"]:nth-child(5),
.award__customsvg svg > text[id="Implementing a Meta Business Messaging strategy"]:nth-child(5) {
  font-size: 130px;
}





/********************************/
/* 4. ORGANIZATION-SPECIFIC SECTIONS */
/********************************/

/* ========================================
   4.1 TRAINING WORKSHOPS SPECIFIC
   ======================================== */

/* 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;
}

/* Spotlight Resources */
#spotlight-resources {
  margin-bottom: -8px;
}

#spotlight-resources .catalogcards__htmlcontent p {
  margin-bottom: 0px;
}

#spotlight-resources .catalogcards {
  margin-bottom: 0px;
}

/* Login Prompt Module */
.amp_module_2 {
  max-width: 1232px;
  margin: 0 -80 auto;
  text-align: left;
  background: #f1f4f7;
  border-radius: 10px;
  padding: 24px 16px;
}

.amp_module_2 .amp_module_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.amp_module_2 .amp_module_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.amp_module_2 .amp_module_col:first-child {
  margin-bottom: 32px;
}

.amp_module_2 .amp_module_col:last-child {
  width: 156px;
}

.amp_module_2 p {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--color-text-primary);
  max-width: 864px;
}

.amp_module_2 .amp_module_col:first-child p:first-child {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0.63px;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

.amp_module_2 .amp_module_col:first-child p:last-child {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.28px;
  color: var(--color-text-primary);
}

.amp_module_2 .amp_module_button {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.32px;
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 12px;
  background: var(--color-facebook-blue);
  border-radius: 4px;
  font-weight: 400;
}

.amp_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: var(--color-text-primary);
  font-weight: 400px;
  margin-bottom: 0px;
  flex-grow: 1;
}

.amp_module_2 .amp_module_button svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.amp_module_3 h2.section_title_h2_fix {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  color: var(--color-text-primary);
}

/********************************/
/* END OF FILE */
/********************************/

