@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

      :root {
        --font: Roboto;
        --alt-font: Roboto;
        --accent-color: #005a91;
        --secondary-color: #00ace5;
        --link-color: #005a91;
        --accent-highlight-color: #004a78;
        --accent-highlight-background-color: #c4e9ff;
        --accent-tinted-color-70: #b3cede;
        --accent-tinted-color-80: #ccdee9;
        --accent-tinted-color-90: #e6eff4;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #007ac4;
        --secondary-hover-color: #0086b2;
        --secondary-contrast-color: #111;
        --link-hover-color: #0099f7;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/d2afb412-3c3e-4f73-b3d6-2388078622a3/c3swal77jvsj-PTCEsitebackground.png'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/d2afb412-3c3e-4f73-b3d6-2388078622a3/h1iewy0iumcm-PTCErebrand2024.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.course-actions-dropdown > li a,
.course-actions-dropdown > li button,
.dashboard-header-dropdown > li a,
.dashboard-header-dropdown > li button {
  background: #fff !important;
}
#cart-button {
  display: none;
}
#learner .panel.panel--secondary {
  /*position: absolute;*/
}
body:not(.account) .container {
  width: 100%;
  max-width: 100%;
}
.dashboard-account {
  background: #fff;
}
/* body.account .header--dashboard{
  position: sticky!important;
} */
body.survey .application__content--survey {
  padding-top: 4rem;
}
body.catalog .widget--catalog {
  background: #fff;
  padding: 2rem;
}
.footer__inner {
  padding: 0;
}
.row {
  width: 100%;
  max-width: 1328px;
}
.register .widget--registration-form {
  padding: 2rem 0 1rem;
  background: #fff;
}
.support .widget--support {
  padding: 2rem;
  background: #fff;
}

.layout__content .widget,
.learn.dashboard .widget {
  background: #fff;
}
.margin-top-100 {
  margin-top: 100px;
}
.account .header h1 {
  margin-top: 2rem;
}
.maxi--width {
  max-width: 1328px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.home__content {
  padding-top: 0;
}
.header--microsite {
  padding: 0 !important;
  z-index: 98;
}
.header--dashboard {
  z-index: 101 !important;
  padding: 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.course__detail__container {
  max-width: 1328px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #fff;
  padding-top: 3rem;
}
.footer__company__info {
  display: none;
}
.nav--global-links {
  background-color: transparent;
  text-align: right;
}
.global-nav__container {
  max-width: 1328px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 2rem;
}
.nav--global-links a {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.footer {
  padding: 0 !important;
}
.custom_footer {
  background-color: #192e57;
  color: #fff;
}
.custom_footer a,
.custom_footer li {
  color: #fff;
}
.custom_footer__inner {
  max-width: 1280px;
  padding: 2rem 1rem;
  margin: 0 auto;
}
.add_info .marginx-1 {
  margin: 0 1rem;
}
.social_links.mobile {
  display: none;
  text-align: center !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.social_links img {
  height: 22px;
}
.custom_footer .add_info {
  border-top: 1px solid #eee;
  padding-top: 3rem;
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.company_info {
  font-size: 12px;
}
.company_info div {
  display: inline-block;
}
.links_title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.custom_footer__links {
  display: flex;
}
.custom_footer__links a {
  text-decoration: none;
}
.custom_footer__links ul {
  list-style: none;
  margin-left: 0;
}
.custom_footer__links ul li {
  margin-bottom: 0.75rem;
}
.links_container {
  flex: 1;
}
.social_links a {
  margin-right: 0.5rem;
}

.navbar__title {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
  transform: scale(1);
}
.navbar__title:hover {
  transform: scale(1.025);
}
.navbar__logo {
  max-height: 60px;
  margin-left: 1rem;
}
.company-logo__container img {
  max-height: 60px !important;
}
.mobile .navbar__logo {
  max-height: 25px;
}
.navbar_links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-left: auto;
  transition: max-height 0.2s ease-out;
  max-height: 60px;
}
.navbar_links__link {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: 1rem;
}
.navbar_links__link img {
  transform: scale(1);
  transition: transform 0.2s ease;
}
.navbar_links__links:hover img {
  transform: scale(1.05);
}

.navbar_links__link div {
  color: #fff;
}
.mobile_nav {
  display: none;
}
.mobile {
  display: none;
}


div.navbar_link__subnav {
  display: none;
  position: absolute;
  background-color: white;
  top: 60px;
  width: 215px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}
div.navbar_link__subnav li a,
div.navbar_link__subnav li {
  padding: 1rem;
  display: block;
  color: black;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
div.navbar_link__subnav li {
  padding: 0;
}
div.navbar_link__subnav li:hover a {
  background-color: #192e57;
  color: white;
  cursor: pointer;
}
.menu li:hover .navbar_link__subnav {
  display: block !important;
}

@media screen and (max-width: 60em) {
  #expand-menu {
    max-height: 222px;
    overflow: auto;
    width: calc(100vw - 8px)
  }


  .nav--top ul li a[href='https://www.pharmacytimes.org/learn/'],.nav--top ul li a[href='/learn'], .nav--top ul li a[href='/register'], .nav--top ul li a[href='https://education.pharmacytimes.org/learn/'], .nav--top ul li a[href='/learn/manager']
  {
    position: fixed;
    top: 16px;
    z-index: 100;
    padding: 0.25rem 1rem;
    color: white;
    font-size: 1rem;
    right: 4rem;
  }
  div.navbar_link__subnav li:hover a {
    background-color: #ddd !important;
    color: black !important;
    cursor: pointer;
  }
  .custom_navbar ul {
    background-color: #ddd !important;
  }
  div.navbar_link__subnav ul {
    width: 100%;
  }
  div.navbar_link__subnav li a {
    font-style: italic;
    width: 100%;
  }
  div.navbar_link__subnav {
    display: block;
    position: static;
    background-color: #ddd;
    padding-left: 1.5rem;
    box-shadow: none !important;
  }

  .nav--top ul li a[href='/register'] {
    right: 9rem;
  }
  .nav--top ul li a[href='/learn']:active, .nav--top ul li a[href='/register']:active, .nav--top ul li a[href='https://education.pharmacytimes.org/learn/']
  {
    background: transparent !important;
  }
  .header--microsite {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }
  nav.nav--top {
    height: 0;
  }

  .home__content {
    padding-top: 75px !important;
  }
  .p-0-m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar_links__link {
    margin-left: 0;
    text-align: left;
    font-size: 1rem;
    background: #ebebeb;
  }
  .navbar_links__link div {
    color: #000;
  }
  .navbar_links__link img {
    display: none;
  }
  .custom_footer__inner {
    padding: 1.5rem;
  }
  .custom_footer__links {
    flex-direction: column;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .custom_footer .add_info {
    padding-top: 1rem;
    margin-top: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .marginx-1 {
    margin: 0 0.5rem !important;
  }
  .desktop_nav {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  .navbar_links {
    max-height: 500px;
  }
  .custom_navbar .logo {
    padding: 8px 20px !important;
  }

  /* transcript */
  .transcript .company__school-name {
    display: none;
  }
  .transcript .header__inner .column.small-6 {
    width: 100%;
  }
  .transcript .dashboard-header-dropdown {
    right: 1rem;
    left: unset;
    margin-left: 0;
  }
  .transcript .header--dashboard {
    z-index: 101 !important;
  }
}

.custom_navbar a {
  color: #fff;
}

/* header */
.header__inner {
}
.custom_navbar {
  background-color: #192e57;
  min-height: 60px;
  width: 100%;
  z-index: 99;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);

  border-bottom: 3px solid #24a9e0;
}

.custom_navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #192e57;
}

.custom_navbar li a {
  display: block;
  padding: 20px 20px;

  text-decoration: none;
}

.custom_navbar li a:hover img,
.custom_navbar .menu-btn:hover {
  /* background-color: #f4f4f4; */
  transform: scale(1.1);
}

.custom_navbar .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 13px 20px;
  text-decoration: none;
}

/* menu */

.custom_navbar .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.custom_navbar .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 29px 20px;
  position: relative;
  user-select: none;
}

.custom_navbar .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.custom_navbar .menu-icon .navicon:before,
.custom_navbar .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.custom_navbar .menu-icon .navicon:before {
  top: 5px;
}

.custom_navbar .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.custom_navbar .menu-btn {
  display: none;
}

.custom_navbar .menu-btn:checked ~ .menu {
  max-height: 90vh;
  overflow: auto;
}

.custom_navbar .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.custom_navbar .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.custom_navbar .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.custom_navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.custom_navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
.catalog-grid-item__title {
  font-weight: bold !important;
  height: auto !important;
}

.catalog-grid-item__description {
  font-size: 14px !important;
}

@media (min-width: 60em) {

  ul.menu{
    position: static;
  }
  .custom_navbar ul li .expand-menu-main {
    left: 0;
    right: 0;
    height: 555px;
    width: 100%;
  }
  .custom_navbar ul li .expand-menu {
    display: none;
    position: absolute;
    z-index: 9999999;
    background-color: #fff;
    overflow: auto;
    padding-top: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    animation: fadeIn 0.3s ease;
    transition: margin 700ms ease;
  }
  #expand-menu ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: auto;
    height: 100%;
    background-color: #fff;
  }
  #expand-menu ul li{
    width:fit-content
  }
  #expand-menu ul li:hover a{
    background: #fff;
    color: black;
    text-decoration: underline;
  }

  .custom_navbar ul {
    overflow: visible;
  }
  .widget--catalog_standard .catalog-item {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1);
    transition: all 0.2s ease;
  }
  .widget--catalog_standard .catalog-item:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    transform: scale(1.025);
  }

  .custom_navbar li {
    float: left;
  }
  .custom_navbar li a {
    padding: 10px 16px 4px;
  }
  .custom_navbar .menu {
    clear: none;
    float: right;
    max-height: none;
    margin-right: -1rem;
  }
  .custom_navbar .menu-icon {
    display: none;
  }
  .menu {
    position: absolute;
    right: 2rem;
    top: 0;
  }
  .header__inner {
    position: relative;
    z-index: 101;
  }
  .nav.nav--top {
    width: 100%;
    position: absolute;
    left: 50%;
    max-width: 1328px;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .navbar-top {
    max-height: 60px;
    height: 60px;
    padding: 5px 1rem;
  }
  .nav.nav--top li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
  }
  .nav.nav--top li a {
    font-size: 26px;
    font-weight: bold !important;
    text-transform: unset !important;
    margin-right: 1rem;
    padding: 0 1rem 0 0;
  }
  .nav--top ul {
    pointer-events: all !important;
  }

  .nav--top li button.btn {
    font-size: 16px;
  }

  .header--microsite {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
  }
  .widget--featured-content {
    padding-top: 2rem !important;
  }
}

.btn--primary.student-choice__button--add {
  display: none;
}

.btn--primary.retake-survey {
  display: none;
}

.course__detail__asset img {
  max-width: 100%;
}

.featured-content-carousel-item__overlay {
  background: transparent;
  bottom: 0;
  left: 0;
  padding: 1em 1em 2.75em;
  position: absolute;
  width: 100%;
}

.btn--alt.btn--primary {
  background-color: #005a91;
  border-color: #005a91;
  color: white;
}

.featured-content-image-overlay-item:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: scale(1.025);
}

.featured-content-image-overlay-item {
  transition: all 0.2s ease;
}

.featured-content-image-overlay-item__overlay {
  display: none;
}

.returnToCourse {
  position: absolute;
  display: block;
  width: 25%;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  background-color: #005a91;
}
.returnToCourse:hover {
  background-color: #1f7caf;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .learner__container--closed .learner__content {
    padding: 2rem 5rem;
  }
}
@media only screen and (max-width: 48em) {
  .learner__container--closed .learner__content {
    padding: 1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 33em) {
  .returnToCourse {
    width: 40%;
    padding: 0;
  }
}
@media only screen and (max-width: 18em) {
  .returnToCourse {
    width: 50%;
  }
}



.quiz-start__content {
  background-color: white;
  color: #333;
  text-align: center;
  white-space: nowrap;
}

.icon-pinterest {
  display: none;
}

.user-engagement-stat.user-engagement-stat--hours {
  display: none;
}

.course__detail__runs {
  clear: both;
  color: #656565;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 1em;
  display: none;
}

.enroll__secondary-actions {
  display: none;
}

  .course__instructor img {
    border: 0px solid #cbcbcb;
  }

  .layout__content--sidebar .widget--one-column {
    padding: 1rem 1rem;
}

.course__detail__enrolled .btn {
    color: #656565;
    font-size: 14px;
}
/* web-3893 updates */
@media only screen and (max-width: 1072px) {
  .navbar_links__link {
    margin-left: 0.3rem;
  }
}
@media only screen and (max-width: 985px) {
  .custom_navbar li a {
    padding: 10px 14px 4px !important;
  }
}
@media only screen and (max-width: 60em) {
  .custom_navbar li a {
    padding: 20px !important;
  }
  .navbar_links__link {
    margin-left: 1rem;
  }
}
.eventClick {
  display: none;
}


.featured-content-multi-carousel-item img {
    padding: 0;
}

.featured-content-multi-carousel-item__body {
    padding: 0;
    text-align: center;
}


h3 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

button[aria-controls="account-section-1"] {
  display: none !important;
}


/* =====================================================
   PTCE Helium Navigation & Footer - Embedded CSS
   Version 3.0 - Updated for PTCE branding

   INSTRUCTIONS:
   1. Copy this entire CSS into TI CMS Style block or <style> tags
   2. Update image URLs as needed for your hosting environment
   ===================================================== */

/* Import Manrope font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

/* =====================================================
   CSS Variables - PTCE Brand Colors
   ===================================================== */
:root {
  --ptce-primary: #005a91;
  --ptce-secondary: #00ace5;
  --ptce-accent: #00ace5;
  --ptce-nav: #192E57;
  --ptce-lightblue: #6699cc;
  --ptce-paleblue: #f6f9fc;
  --ptce-gray: #717171;
  --ptce-lightgray: #f7f7f7;
}

/* =====================================================
   CSS Reset - Scoped to nav and footer
   ===================================================== */
.ptce-nav,
.ptce-nav *,
.ptce-nav *::before,
.ptce-nav *::after,
.ptce-footer,
.ptce-footer *,
.ptce-footer *::before,
.ptce-footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* =====================================================
   Container - Matches Tailwind container-custom
   ===================================================== */
.ptce-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .ptce-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .ptce-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* =====================================================
   NAVIGATION - Base Styles
   ===================================================== */
.ptce-nav {
  font-family: 'Manrope', sans-serif;
  width: 100%;
  position: relative;
  z-index: 50;
  background-color: #192E57; /* ptce-nav */
  color: #ffffff;
  line-height: 1.5;
}

/* Ensure nav is NOT sticky on desktop - override any TI platform sticky behavior */
@media (min-width: 1024px) {
  .ptce-nav {
    position: static !important;
  }
}

.ptce-nav a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.ptce-nav button {
  font-family: 'Manrope', sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

/* =====================================================
   NAVIGATION - Top Header Bar
   ===================================================== */
.ptce-nav__header {
  background-color: #192E57; /* ptce-nav on mobile */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1024px) {
  .ptce-nav__header {
    background-color: #ffffff; /* white on desktop */
    border-bottom: 1px solid #e5e7eb; /* border-gray-200 */
  }
}

.ptce-nav__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px; /* match Helium mobile py-3 */
  padding-bottom: 12px;
}

@media (min-width: 1024px) {
  .ptce-nav__header-inner {
    padding-top: 0; /* no padding on desktop to match Helium */
    padding-bottom: 0;
  }
}

/* Logo */
.ptce-nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.ptce-nav__logo a {
  display: flex;
  align-items: center;
}

.ptce-nav__logo img {
  height: 2.5rem; /* h-10 */
}

@media (min-width: 640px) {
  .ptce-nav__logo img {
    height: 3rem; /* sm:h-12 */
  }
}

@media (min-width: 768px) {
  .ptce-nav__logo img {
    height: 3.5rem; /* md:h-14 */
  }
}

/* Logo variants: white on mobile, colored on desktop */
.ptce-nav__logo-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .ptce-nav__logo-mobile {
    display: none;
  }

  .ptce-nav__logo-desktop {
    display: block;
  }
}

/* =====================================================
   NAVIGATION - Desktop User Actions
   ===================================================== */
.ptce-nav__actions {
  display: none;
  align-items: center;
  gap: 1.5rem; /* space-x-6 */
}

@media (min-width: 1024px) {
  .ptce-nav__actions {
    display: flex;
  }
}

/* Icon links (Search, Book, Calendar) - ptce-primary on desktop white header */
.ptce-nav__icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005a91 !important; /* ptce-primary - force override inherit */
  transition: color 0.2s ease;
}

.ptce-nav__icon-link:hover {
  color: #00ace5 !important; /* ptce-secondary */
}

.ptce-nav__icon-link svg {
  width: 1.25rem; /* h-5 w-5 */
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* Text link (Create Account) - ptce-primary on desktop white header */
.ptce-nav__text-link {
  color: #005a91 !important; /* ptce-primary - force override inherit */
  font-weight: 600;
  font-size: 0.875rem; /* text-sm */
  transition: color 0.2s ease;
}

.ptce-nav__text-link:hover {
  color: #00ace5 !important; /* ptce-secondary */
}

/* Buttons */
.ptce-nav__btn {
  display: inline-block;
  padding: 0.5rem 1rem; /* px-4 py-2 */
  border-radius: 0; /* square corners */
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.ptce-nav__btn--accent {
  background-color: #00ace5; /* ptce-accent */
  color: #ffffff;
}

.ptce-nav__btn--accent:hover {
  background-color: rgba(0, 172, 229, 0.9);
  color: #ffffff;
}

.ptce-nav__btn--white {
  background-color: #ffffff;
  color: #005a91 !important; /* ptce-primary */
  border: 2px solid #ffffff;
}

.ptce-nav__btn--white:hover {
  background-color: #f3f4f6;
  color: #005a91 !important;
  border: 2px solid #f3f4f6;
}

/* Mobile: White button needs dark blue background for visibility */
.ptce-nav__mobile-auth .ptce-nav__btn--white {
  background-color: #ffffff !important;
  color: #005a91 !important;
  border: none;
}

/* =====================================================
   NAVIGATION - Mobile Toggle Button
   ===================================================== */
.ptce-nav__mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .ptce-nav__mobile-toggle {
    display: none;
  }
}

.ptce-nav__mobile-toggle svg {
  width: 1.5rem; /* h-6 w-6 */
  height: 1.5rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.ptce-nav__close-icon {
  display: none;
}

.ptce-nav__mobile-toggle.is-open .ptce-nav__menu-icon {
  display: none;
}

.ptce-nav__mobile-toggle.is-open .ptce-nav__close-icon {
  display: block;
}

/* =====================================================
   NAVIGATION - Main Nav Bar (Desktop)
   ===================================================== */
.ptce-nav__main {
  display: none;
}

@media (min-width: 1024px) {
  .ptce-nav__main {
    display: block;
  }
}

.ptce-nav__main-inner {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ptce-nav__main-list {
  display: flex;
  align-items: center;
  gap: 1.5rem; /* space-x-6 */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Nav item container */
.ptce-nav__item {
  position: relative;
}

/* Nav link/button styling */
.ptce-nav__link {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.ptce-nav__link:hover {
  color: #e5e7eb;
}

.ptce-nav__link svg {
  width: 1rem; /* h-4 w-4 */
  height: 1rem;
  margin-left: 0.25rem; /* ml-1 */
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* =====================================================
   NAVIGATION - Desktop Dropdown
   ===================================================== */
.ptce-nav__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 0.5rem; /* rounded-lg */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
  padding: 0.5rem 0; /* py-2 */
  z-index: 50;
  min-width: 14rem; /* w-56 */
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.ptce-nav__dropdown--wide {
  width: 20rem; /* w-80 */
  max-height: 24rem; /* max-h-96 */
  overflow-y: auto;
}

/* Show dropdown on hover */
.ptce-nav__item:hover .ptce-nav__dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Dropdown link styling - dark text on white background */
.ptce-nav__dropdown-link {
  display: block;
  padding: 0.5rem 1rem; /* px-4 py-2 */
  color: #374151 !important; /* text-gray-700 */
  font-size: 0.9375rem;
  font-weight: 400;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.ptce-nav__dropdown-link:hover {
  background-color: #f9fafb; /* hover:bg-gray-50 */
  color: #00ace5 !important; /* hover:text-ptce-secondary */
}

/* =====================================================
   NAVIGATION - Mobile Menu
   ===================================================== */
.ptce-nav__mobile {
  display: none;
  background-color: #192E57;
  padding: 1rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ptce-nav__mobile.is-open {
  display: block;
}

@media (min-width: 1024px) {
  .ptce-nav__mobile {
    display: none !important;
  }
}

.ptce-nav__mobile-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Mobile quick actions */
.ptce-nav__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ptce-nav__mobile-action-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  padding: 0.5rem 0;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.ptce-nav__mobile-action-link:hover {
  color: #e5e7eb;
}

.ptce-nav__mobile-action-link svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* Mobile divider */
.ptce-nav__mobile-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Mobile nav list */
.ptce-nav__mobile-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ptce-nav__mobile-item {
  position: relative;
}

/* Mobile nav link/button */
.ptce-nav__mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}

.ptce-nav__mobile-link:hover {
  color: #e5e7eb;
}

.ptce-nav__mobile-link svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.2s ease;
}

.ptce-nav__mobile-link.is-open svg {
  transform: rotate(180deg);
}

/* Mobile dropdown */
.ptce-nav__mobile-dropdown {
  display: none;
  padding-left: 1rem;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.25rem;
  max-height: 12rem;
  overflow-y: auto;
}

.ptce-nav__mobile-dropdown.is-open {
  display: flex;
}

.ptce-nav__mobile-dropdown-link {
  color: rgba(255, 255, 255, 0.8); /* text-white/80 */
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.ptce-nav__mobile-dropdown-link:hover {
  color: #ffffff;
}

/* Mobile auth buttons */
.ptce-nav__mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ptce-nav__mobile-btn {
  width: 100%;
  padding: 0.75rem 1rem; /* px-4 py-3 */
}

/* =====================================================
   NAVIGATION - Auth State Visibility

   Default: Hide logged-in elements until JS determines auth state.
   This prevents showing both states before JavaScript runs.
   ===================================================== */

/* DEFAULT (before JS runs): Show logged-out state only */
.ptce-nav:not([data-logged-in]) .ptce-nav--logged-in {
  display: none !important;
}

/* When logged out: Hide logged-in elements */
.ptce-nav[data-logged-in="false"] .ptce-nav--logged-in {
  display: none !important;
}

/* When logged in: Hide logged-out elements */
.ptce-nav[data-logged-in="true"] .ptce-nav--logged-out {
  display: none !important;
}

/* =====================================================
   FOOTER - Base Styles
   ===================================================== */
.ptce-footer {
  font-family: 'Manrope', sans-serif;
  background-color: #192E57; /* ptce-nav */
  color: #ffffff;
  line-height: 1.6;
}

.ptce-footer a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

/* Footer content wrapper */
.ptce-footer__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .ptce-footer__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .ptce-footer__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Footer grid */
.ptce-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .ptce-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .ptce-footer__grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3rem;
  }
}

/* Footer headings */
.ptce-footer__heading {
  font-size: 1.25rem; /* text-xl */
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 1rem;
}

.ptce-footer__heading--sm {
  font-size: 1.125rem; /* text-lg */
  font-weight: 600;
}

/* Footer text */
.ptce-footer__text {
  color: #d1d5db; /* text-gray-300 */
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

/* Social links */
.ptce-footer__social {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .ptce-footer__social {
    justify-content: flex-start;
  }
}

.ptce-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: color 0.2s ease;
}

.ptce-footer__social-link:hover {
  color: #6699cc; /* ptce-lightblue */
}

.ptce-footer__social-link svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

/* Footer links list */
.ptce-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ptce-footer__link {
  color: #d1d5db; /* text-gray-300 */
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.ptce-footer__link:hover {
  color: #ffffff;
}

/* Footer contact list */
.ptce-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ptce-footer__contact-item {
  display: flex;
  align-items: flex-start;
  color: #d1d5db;
  font-size: 0.9375rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .ptce-footer__contact-item {
    justify-content: flex-start;
  }
}

.ptce-footer__contact-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  color: #6699cc; /* ptce-lightblue */
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.ptce-footer__contact-email {
  color: #ffffff;
  text-decoration: underline;
}

.ptce-footer__contact-email:hover {
  color: #e5e7eb;
}

/* Footer bottom / copyright */
.ptce-footer__bottom {
  border-top: 1px solid #374151; /* border-gray-700 */
  padding-top: 2rem;
}

.ptce-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .ptce-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.ptce-footer__logo img {
  height: 2rem;
}

@media (min-width: 640px) {
  .ptce-footer__logo img {
    height: 2.5rem;
  }
}

.ptce-footer__copyright {
  text-align: center;
  color: #9ca3af; /* text-gray-400 */
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .ptce-footer__copyright {
    text-align: right;
  }
}

.ptce-footer__legal {
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .ptce-footer__legal {
    display: inline;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

.ptce-footer__legal-link {
  color: #ffffff;
  text-decoration: underline;
}

.ptce-footer__legal-link:hover {
  color: #e5e7eb;
}

/* =====================================================
   NAVIGATION - TI Override Fixes
   Hide TI's native sign-in/account elements that conflict
   ===================================================== */

/* Hide TI's native sign-in link that appears near logo */
.ptce-nav .ti-sign-in,
.ptce-nav__header a[href*="sign_in"]:not(.ptce-nav__btn):not(.ptce-nav__text-link):not(.ptce-nav--logged-out),
.ptce-nav .header-sign-in,
.ptce-nav__logo ~ a:not([class]),
header:not(.ptce-nav) .sign-in-link,
.ti-header .sign-in,
.navbar-sign-in,
/* TI specific: hide their native sign in text/links */
.ptce-nav__header .sign-in,
.ptce-nav__header [data-testid*="sign"],
.ptce-nav__logo + a,
.ptce-nav__logo a + a,
a[class*="SignIn"],
a[class*="sign-in"],
span[class*="SignIn"],
span[class*="sign-in"],
.ptce-nav__header-inner > a:not(.ptce-nav__logo):not(.ptce-nav__icon-link):not(.ptce-nav__text-link):not(.ptce-nav__btn) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
}

/* Ensure our custom nav takes full precedence */
.ptce-nav {
  isolation: isolate;
}

/* Hide any TI navigation that appears below our nav */
.ptce-nav + nav,
.ptce-nav + .navigation,
.ptce-nav + [class*="nav"],
.ptce-nav ~ .ti-nav,
.ptce-nav ~ [class*="Navigation"] {
  display: none !important;
}

/* Fix mobile auth buttons - consistent styling */
.ptce-nav__mobile-auth .ptce-nav__btn {
  border-radius: 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
}

/* Mobile dropdown links - ensure consistent font and background */
.ptce-nav__mobile-dropdown-link {
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: transparent !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  padding: 0.25rem 0 !important;
  transition: color 0.2s ease !important;
}

.ptce-nav__mobile-dropdown-link:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

/* Mobile nav items - consistent styling */
.ptce-nav__mobile-link {
  font-family: 'Manrope', sans-serif !important;
  background-color: transparent !important;
}

.ptce-nav__mobile-action-link {
  font-family: 'Manrope', sans-serif !important;
  background-color: transparent !important;
}

/* Override any TI button styles that may bleed through */
.ptce-nav button,
.ptce-nav a.ptce-nav__btn {
  font-family: 'Manrope', sans-serif !important;
}

/* Ensure dropdown has white background and dark text */
.ptce-nav__dropdown {
  background-color: #ffffff !important;
}

.ptce-nav__dropdown-link {
  color: #374151 !important;
  background-color: transparent !important;
  font-family: 'Manrope', sans-serif !important;
}

.ptce-nav__dropdown-link:hover {
  background-color: #f9fafb !important;
  color: #00ace5 !important; /* ptce-secondary */
}

/* =====================================================
   AGGRESSIVE TI SIGN-IN HIDE
   Target the "SIGN IN" text that overlays the logo
   ===================================================== */

/* Hide any element containing "SIGN" or "Sign" text near the logo area */
.ptce-nav__header-inner > *:not(.ptce-nav__logo):not(.ptce-nav__actions):not(.ptce-nav__mobile-toggle) {
  display: none !important;
}

/* If TI injects sign-in at root level, hide it */
body > a[href*="sign"],
body > div > a[href*="sign"],
header a[href*="sign_in"]:not(.ptce-nav__btn):not(.ptce-nav--logged-out) {
  display: none !important;
}


/* Specifically for the text "SIGN IN" appearing over logo */
.ptce-nav__logo {
  position: relative;
  z-index: 100;
}

/* Hide anything that might be positioned over the logo */
.ptce-nav__header-inner {
  position: relative;
}

/* Force hide TI's specialty/category navigation that bleeds through */
.ptce-nav ~ ul,
.ptce-nav ~ div:not(.ptce-footer) ul:not(.ptce-nav__main-list):not(.ptce-nav__mobile-list),
body > ul[class*="nav"],
body > div > ul[class*="nav"] {
  display: none !important;
}

/* =====================================================
   GLOBAL TI OVERRIDES (outside .ptce-nav scope)
   Restyle TI's native sign-in link as a button
   ===================================================== */

/* Restyle TI's native sign-in link (in header---microsite nav---top) */
.header---microsite .nav---top a,
.header---microsite .nav---top ul li a,
header.header---microsite nav.nav---top a,
.header__inner .nav---top a {
  display: block !important;
  visibility: visible !important;
  background-color: #00ace5 !important; /* ptce-accent */
  color: #ffffff !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  padding: 0.75rem 1rem !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  text-align: center !important;
  margin: 0.5rem 1rem !important;
  transition: background-color 0.2s ease !important;
}

.header---microsite .nav---top a:hover,
.header---microsite .nav---top ul li a:hover,
header.header---microsite nav.nav---top a:hover,
.header__inner .nav---top a:hover {
  background-color: rgba(0, 172, 229, 0.9) !important;
  color: #ffffff !important;
}

/* Hide TI's native navigation menu that appears below custom nav */
[class*="CategoryNav"],
[class*="category-nav"],
[class*="MainNav"]:not(.ptce-nav *),
[class*="main-nav"]:not(.ptce-nav *),
.ti-navigation,
.navigation-menu:not(.ptce-nav *) {
  display: none !important;
}

/* =====================================================
   DESKTOP: Force non-sticky nav
   Override TI platform sticky/fixed on header wrappers
   ===================================================== */
@media (min-width: 1024px) {
  header.header---microsite,
  .header---microsite,
  .header__inner {
    position: static !important;
    top: auto !important;
  }
}
