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

      :root {
        --font: Roboto;
        --alt-font: Roboto;
        --accent-color: #1a3a67;
        --secondary-color: #54b9bd;
        --link-color: #1a3a67;
        --accent-highlight-color: #1a3a67;
        --accent-highlight-background-color: #ecf2fa;
        --accent-tinted-color-70: #bac4d1;
        --accent-tinted-color-80: #d1d8e1;
        --accent-tinted-color-90: #e8ebf0;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #245190;
        --secondary-hover-color: #3e9ca0;
        --secondary-contrast-color: #111;
        --link-hover-color: #2f68b8;
      }
      

.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://media.thoughtindustries.com/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/07c0d4e1-23aa-4e1a-8c5f-f2569da581c0/l8jcki84mxa2-PER-Goto-LOGO_Primary.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* old */
  .btn--primary.student-choice__button--add {
    display: none;
  }

  .btn--primary.retake-survey {
    display: none;
  }

  .course__detail__asset img {
    max-width: 100%;
  }

  .course__detail__header .h2 {
    color: #000;
  }

  .navbar_wrap {
    max-height: 60px;
  }
  .featured-content-carousel-item__overlay {
    background: transparent;
    bottom: 0;
    left: 0;
    padding: 1em 1em 2.75em;
    position: absolute;
    width: 100%;
  }
  /* new */
  .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;
  }
  body:not(.account) .container {
    width: 100%;
    max-width: 100%;
  }
  .dashboard-account {
    background: #fff;
  }
  /* body.account .header--dashboard{
   position: sticky!important;
 } */

  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,
  div[role='main'] {
    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: 2.5rem;
  }
  .footer__company__info {
    display: none;
  }
  .nav--global-links {
    background-color: transparent;
    text-align: right;
  }
  .nav.nav--top {
    display: none !important;
  }
  .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: url('https://gotoper-com.s3.amazonaws.com/PER_WebsiteFooter.png');
    background-position: bottom bottom;
    background-repeat: no-repeat;
    background-size: cover;
    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 0.5rem;
  }
  .social_links.mobile {
    display: none;
    text-align: center !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .social_links img {
    height: 22px;
  }
  .custom_footer .add_info {
    border-top: 1px solid #eee;
    padding-top: 3rem;
    padding-bottom: 4rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company_info {
    font-size: 12px;
    width: 100%;
  }
  .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;
    text-align: center;
  }
  .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;
  }
  .company-logo__container img {
    max-height: 60px !important;
  }
  .mobile .navbar__logo {
    max-height: 40px;
  }
  .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;
  }

  @media screen and (max-width: 1160px) {
    #register {
      position: fixed;
      top: 1.2rem;
      right: 10.5rem;
    }
    li#nav--top {
      display: none;
    }
    .nav.nav--top {
      display: inline-block !important;
      position: fixed;
      z-index: 999;
    }

    .custom_navbar .logo {
      margin-left: 1rem;
    }

    #nav--top nav.right-menu ul {
      background-color: #ebebeb;
      color: #000;
      display: none;
    }
    #nav--top nav.right-menu ul li span {
      font-weight: bold;
      color: #000;
    }
    .menu li.search {
      display: none !important;
    }
    .nav--top ul li a[href='/learn'], .nav--top ul li a[href='https://www.gotoper.com/learn/'], .nav--top ul li a[href='/register'], .nav--top ul li a[href='https://www.gotoper.com/learn/'], .nav--top ul li a[href='/learn/manager']
    {
      position: fixed;
      top: 18px;
      z-index: 100;
      padding: 0.25rem 1rem;
      color: white;
      font-size: 0.9rem;
      right: 6.25rem;
    }
    .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;
      background-color: transparent;
      border-color: transparent !important;
    }
    .header--microsite {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 100;
    }

    .home__content {
      padding-top: 60px !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: inline-block !important;
    }
    span.mobile {
      margin-top: 0.5rem;
    }
    .search.mobile {
      float: right;
      margin-top: 1.15rem;
    }
    .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;
    }

    /* 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;
    }
  }

  @media screen and (max-width: 768px) {
    #register {
      top: 1.4rem;
    }
  }
  .custom_navbar a {
    color: #fff;
  }

  /* header */

  .custom_navbar {
    background-color: #123351;
    min-height: 60px;
    width: 100%;
    z-index: 99;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  }

  .custom_navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #123351;
  }

  .custom_navbar li a {
    display: block;
    padding: 20px 20px;

    text-decoration: none;
  }
  .custom_navbar li.search {
    display: flex;
    align-items: center;
  }
  .custom_navbar li.search a {
    background-color: rgb(83, 188, 191);
    border-radius: 5px;
    margin-left: 1rem;
    padding: 6px 12px;
  }
  .custom_navbar li a:hover img,
  .custom_navbar .menu-btn:hover {
    /* background-color: #f4f4f4; */
    transform: scale(1.1);
  }

  .catalog-grid-item__cta-container {
    height: auto !important;
  }

  @media screen and (min-width: 1160px) {
    .custom_navbar .logo {
      position: relative;
      display: block;
      float: left;
      font-size: 2em;
      min-height: 60px;
      text-decoration: none;
      background: #f5f5f5;
      display: flex;
      align-items: center;
      padding: 0 3rem;
      overflow: hidden;
    }
    .custom_navbar .navbar_wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }

  /* 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 10px;
    position: relative;
    user-select: none;
    margin-right: 1rem;
  }
  #register a {
    padding: 0 10px 0 0;
    border-right: 1px solid #eee;
  }
  .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 {
    overflow: visible;
    overflow-y: auto;
    max-height: 550px;
  }

  .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;
  }

  /* 1160px = 768px */
  .catalog-grid-item__title {
    font-weight: bold;
    height: auto !important;
  }

  @media (min-width: 1160px) {
    .custom_navbar .logo::before {
      content: '';
      position: absolute;
      left: -10px;
      top: -10px;
      bottom: -10px;
      width: 30px;
      border-left: 20px solid #123351;
      transform: rotateZ(10deg);
      background: #54b9bd;
    }
    .custom_navbar .logo::after {
      content: '';
      position: absolute;
      right: -10px;
      top: -10px;
      bottom: -10px;
      width: 30px;
      border-right: 20px solid #123351;
      transform: rotateZ(10deg);
      background: #54b9bd;
    }

    .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 {
      display: inline-block;
    }
    .custom_navbar li a {
      padding: 9px 16px 6px;
    }
    .custom_navbar .menu {
      clear: none;
      float: right;
      max-height: none;
      display: flex;
      align-items: center;
    }
    .custom_navbar .menu-icon {
      display: none;
    }
    .menu {
      position: absolute;
      right: 0;
      top: 0;
    }
    .header__inner {
      position: relative;
      z-index: 101;
    }
    .nav.nav--top {
      display: none;
      width: 100%;
      position: absolute;
      left: 50%;
      max-width: 1328px;
      transform: translateX(-50%);
      pointer-events: none;
    }
    .navbar-top {
      max-height: 50px;
      height: 50px;
    }
    #nav--top {
      display: flex;
      align-items: center;
    }
    .right-menu {
      display: flex;
      align-items: center;
      margin-left: 0;
      padding: 0;
    }
    .right-menu li a {
      padding: 0 0.5rem 0;
    }
    .right-menu li a:active,
    .right-menu li a:focus {
      background: transparent !important;
      background-color: transparent !important;
    }
    .webcast {
      position: relative;
      padding-right: 0.5rem;
      margin-right: 1rem;
    }
    ul.menu li.webcast::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0.5rem;
      bottom: 0.5rem;
      border-right: 2px solid #fff;
    }
    .nav.nav--top li {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem 0;
    }
    .nav.nav--top li a {
      font-size: 26px;
      font-weight: bold !important;
      text-transform: unset !important;
      margin-right: 1rem;
      padding: 0 0.5rem 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;
    }
  }

  .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;
  }

  .btn--alt.btn--primary {
    background-color: #1a3a67;
    border-color: #1a3a67;
    color: white;
    font-size: 18px;
  }

  .btn--primary.retake-survey {
    display: none;
  }

  div.chart-bar.chart-bar--correct {
    background-color: #357635;
  }

  div.chart-bar.chart-bar--incorrect {
    background-color: red;
  }

  .results__question-labels .label-circle.label-circle--correct {
    background-color: #357635;
  }

  .results__question-labels .label-circle.label-circle--incorrect {
    background-color: red;
  }

  .returnToCourse {
    position: absolute;
    display: block;
    width: 25%;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    background-color: #1a3a67;
  }
  .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%;
    }
  }

  .course__detail__runs {
    clear: both;
    color: #656565;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 1em;
    display: none;
  }

  .application__content.application__content--survey {
    margin-top: 80px;
  }

  .catalog-item:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    transform: scale(1.025);
    transition: all 0.2s ease;
  }
  /* newly added css for hover button */
  .custom_navbar ul li .expand-menu,
  .custom_navbar ul li .expand-menu-mob,
  .custom_navbar ul li .expand-prof-menu-mob,
  .custom_navbar ul li .expand-on-menu-mob,
  .custom_navbar ul li .expand-on-events-mob {
    display: none;
    position: absolute;
    z-index: 9999999;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: auto;
    /* padding-top: 0.7rem; */
    height: 575px;
    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;
  }
  .custom_navbar ul li .expand-menu a {
    color: #000;
  }
  .custom_navbar ul li .expand-menu a:hover {
    background-color: #1a3a67;
    color: #fff;
  }
  .custom_navbar ul li .expand-menu a.dropdown:hover {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
  }
  /* .custom_navbar ul li #expand-specialities ul li.drop-menu-item {
    padding: 1rem;
  } */
  .custom_navbar li .expand-specialities ul li {
    padding: 3px;
    margin: 8px 5px;
    text-align: left;
  }
  .custom_navbar ul li .expand-menu a.dropdown {
    padding: 0rem;
  }
  /* .custom_navbar ul li .expand-menu-mob a {
   color: #fff;
 } */
  /* custom_navbar ul li .expand-menu-mob ul {
   background-color: #EBEBEB !important;
 } */
  .custom_navbar li.specialities {
    display: inline-block;
  }

  .custom_navbar li:hover .expand-menu {
    display: block;
  }
  .custom_navbar li .expand-menu li {
    display: block;
  }
  .custom_navbar li .expand-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 94%;
    margin: auto;
    height: 100%;
    background-color: #fff;
  }
  .custom_navbar li .expand-menu ul li {
    /* padding: 5px; */
    /* margin: 5px; */
    text-align: left;
  }
  
  .custom_navbar li .expand-menu ul li a {
    font-size: 14px;
    padding: 1rem;
  }
  .menu {
    position: unset;
  }
  /* a.navbar_links__link + .expand-menu {
    display: block;
 } */
  /* .navbar_links__link:active .expand-menu {
   display: block !important ;
 } */
  @media screen and (max-width: 1160px) {
    .custom_navbar .expand-mob:not(checked) ~ .expand-menu-mob {
      display: none;
    }
    custom_navbar .expand-prof-mob:not(checked) ~ .expand-prof-menu-mob {
      display: none;
    }
    custom_navbar .expand-on-mob:not(checked) ~ .expand-on-menu-mob {
      display: none;
    }
    custom_navbar .expand-events-mob:not(checked) ~ .expand-events-menu-mob {
      display: none;
    }
    .custom_navbar .expand-mob {
      display: block !important;
      padding: 20px;
    }
    .custom_navbar .expand-prof-mob {
      display: block !important;
      padding: 20px;
    }
    .custom_navbar .expand-on-mob, .custom_navbar .expand-events-mob {
      display: block !important;
      padding: 20px;
    }
    .custom_navbar .expand-icon {
      font-size: 1rem;
      font-weight: bold;
      margin-left: 0 !important;
      color: #000;
    }
    /* .custom_navbar .menu li {
       display: block !important;
     } */
    .custom_navbar li:hover .expand-menu {
      display: none;
    }
    .specialities,
    .events {
      display: none !important;
    }
  }
  .custom_navbar .expand-btn {
    display: none;
  }
  .custom_navbar .expand-mob {
    display: none;
  }
  .custom_navbar .expand-prof-btn {
    display: none;
  }
  .custom_navbar .expand-prof-mob {
    display: none;
  }
  .custom_navbar .expand-on-mob, .custom_navbar .expand-events-mob {
    display: none;
  }
  .custom_navbar .expand-on-btn,   .custom_navbar .expand-events-btn {
    display: none;
  }
  .custom_navbar .expand-btn:checked ~ .expand-menu-mob,
  .custom_navbar .expand-prof-btn:checked ~ .expand-prof-menu-mob,
  .custom_navbar .expand-on-btn:checked ~ .expand-on-menu-mob,
  .custom_navbar .expand-events-btn:checked ~ .expand-on-events-mob {
    position: relative;
    padding-top: 0;
    display: block !important;
    width: 100%;
    height: 270px;
    overflow-y: auto;
    box-shadow: none;
  }

  .custom_navbar .expand-mob .expand-btn:checked ~ .expand-menu-mob ul,
  .custom_navbar .expand-prof-mob .expand-prof-btn:checked ~ .expand-prof-menu-mob ul,
  .custom_navbar .expand-on-mob .expand-on-btn:checked ~ .expand-on-menu-mob ul,
  .custom_navbar .expand-events-mob .expand-events-btn:checked ~ .expand-on-events-mob ul {
    background-color: #ebebeb !important;
    overflow-y: auto;
    flex-wrap: nowrap;
    height: 100%;
  }
  .custom_navbar .expand-mob .expand-btn:checked ~ .expand-menu-mob ul li,
  .custom_navbar .expand-prof-mob .expand-prof-btn:checked ~ .expand-prof-menu-mob ul li,
  .custom_navbar .expand-on-mob .expand-on-btn:checked ~ .expand-on-menu-mob ul,
  .custom_navbar .expand-events-mob .expand-on-btn:checked ~ .expand-on-events-mob ul li {
    width: 100%;
  }
  .custom_navbar .expand-mob .expand-btn:checked ~ .expand-menu-mob ul li a,
  .custom_navbar .expand-prof-mob .expand-prof-btn:checked ~ .expand-prof-menu-mob ul li a,
  .custom_navbar .expand-on-mob .expand-on-btn:checked ~ .expand-on-menu-mob ul li a,
  .custom_navbar .expand-events-mob .expand-events-btn:checked ~ .expand-on-events-mob ul li a {
    color: inherit;
  }
  .custom_navbar .expand-mob .expand-btn:checked .menu {
    max-height: 550px !important;
  }
  .expand-icon {
    position: relative;
  }
  .expand-icon:after {
    content: '';
    position: absolute;
    left: 105px;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333;
  }

  .course__instructor img {
    border: 0px solid #cbcbcb;
  }

.enroll__secondary-actions {
  display: none;
}

button.btn.btn--primary {
    background-color: #54b9bd;
    border-color: #54b9bd;
    color: var(--accent-contrast-color);
    font-size: 18px;
}

.eventClick {
  display: none;
}

.featured-content-multi-carousel-item__body {
    padding: 0.25em 0em;
    text-align: center;
    
}

.btn.btn--link.btn--primary.btn--right {
  color: #1a3a67;
}

.btn.btn--bare.btn--expand.purchase-paywall-submit {
font-size: 24px;
}




/* =====================================================
   GotoPER Helium Navigation & Footer - Embedded CSS
   Version 2.0 - Fixed styling to match Helium SDK exactly

   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 - GotoPER Brand Colors
   ===================================================== */
:root {
  --gotoper-darkblue: #10305d;
  --gotoper-blue: #235da4;
  --gotoper-lightblue: #6699cc;
  --gotoper-paleblue: #f6f9fc;
  --gotoper-gray: #717171;
  --gotoper-lightgray: #f7f7f7;
  --gotoper-teal: #54b9bd;
}

/* =====================================================
   CSS Reset - Scoped to nav and footer
   ===================================================== */
.per-nav,
.per-nav *,
.per-nav *::before,
.per-nav *::after,
.per-footer,
.per-footer *,
.per-footer *::before,
.per-footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* =====================================================
   Container - Matches Tailwind container-custom
   ===================================================== */
.per-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .per-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .per-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* =====================================================
   NAVIGATION - Base Styles
   ===================================================== */
.per-nav {
  font-family: 'Manrope', sans-serif;
  width: 100%;
  position: relative;
  z-index: 50;
  background-color: #10305d; /* gotoper-darkblue */
  color: #ffffff;
  line-height: 1.5;
}

/* Ensure nav is NOT sticky on desktop - override any TI platform sticky behavior */
@media (min-width: 1024px) {
  .per-nav {
    position: static !important;
  }
}

.per-nav a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.per-nav button {
  font-family: 'Manrope', sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

/* =====================================================
   NAVIGATION - Top Header Bar
   ===================================================== */
.per-nav__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.per-nav__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem; /* py-3 */
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .per-nav__header-inner {
    padding-top: 0.5rem; /* md:py-2 */
    padding-bottom: 0.5rem;
  }
}

/* Logo */
.per-nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.per-nav__logo a {
  display: flex;
  align-items: center;
}

.per-nav__logo img {
  height: 2.5rem; /* h-10 */
}

@media (min-width: 640px) {
  .per-nav__logo img {
    height: 3rem; /* sm:h-12 */
  }
}

@media (min-width: 768px) {
  .per-nav__logo img {
    height: 3.5rem; /* md:h-14 */
  }
}

/* =====================================================
   NAVIGATION - Desktop User Actions
   ===================================================== */
.per-nav__actions {
  display: none;
  align-items: center;
  gap: 1.5rem; /* space-x-6 */
}

@media (min-width: 1024px) {
  .per-nav__actions {
    display: flex;
  }
}

/* Icon links (Book, Calendar) */
.per-nav__icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: color 0.2s ease;
}

.per-nav__icon-link:hover {
  color: #e5e7eb; /* gray-200 */
}

.per-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) */
.per-nav__text-link {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem; /* text-sm */
  transition: color 0.2s ease;
}

.per-nav__text-link:hover {
  color: #e5e7eb;
}

/* Buttons */
.per-nav__btn {
  display: inline-block;
  padding: 0.5rem 1rem; /* px-4 py-2 */
  border-radius: 0; /* Square corners to match main nav */
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.per-nav__btn--teal {
  background-color: #54b9bd;
  color: #ffffff;
}

.per-nav__btn--teal:hover {
  background-color: rgba(84, 185, 189, 0.9);
  color: #ffffff;
}

.per-nav__btn--white {
  background-color: #ffffff;
  color: #10305d !important;
  border: 2px solid #ffffff;
}

.per-nav__btn--white:hover {
  background-color: #f3f4f6;
  color: #10305d !important;
  border: 2px solid #f3f4f6;
}

/* Mobile: White button needs dark blue background for visibility */
.per-nav__mobile-auth .per-nav__btn--white {
  background-color: #ffffff !important;
  color: #10305d !important;
  border: none;
}

/* =====================================================
   NAVIGATION - Mobile Toggle Button
   ===================================================== */
.per-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) {
  .per-nav__mobile-toggle {
    display: none;
  }
}

.per-nav__mobile-toggle svg {
  width: 1.5rem; /* h-6 w-6 */
  height: 1.5rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.per-nav__close-icon {
  display: none;
}

.per-nav__mobile-toggle.is-open .per-nav__menu-icon {
  display: none;
}

.per-nav__mobile-toggle.is-open .per-nav__close-icon {
  display: block;
}

/* =====================================================
   NAVIGATION - Main Nav Bar (Desktop)
   ===================================================== */
.per-nav__main {
  display: none;
}

@media (min-width: 1024px) {
  .per-nav__main {
    display: block;
  }
}

.per-nav__main-inner {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.per-nav__main-list {
  display: flex;
  align-items: center;
  gap: 1.5rem; /* space-x-6 */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Nav item container */
.per-nav__item {
  position: relative;
}

/* Nav link/button styling */
.per-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;
}

.per-nav__link:hover {
  color: #e5e7eb;
}

.per-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
   ===================================================== */
.per-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;
}

.per-nav__dropdown--wide {
  width: 20rem; /* w-80 */
  max-height: 24rem; /* max-h-96 */
  overflow-y: auto;
}

/* Show dropdown on hover */
.per-nav__item:hover .per-nav__dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Dropdown link styling - CRITICAL: dark text on white background */
.per-nav__dropdown-link {
  display: block;
  padding: 0.5rem 1rem; /* px-4 py-2 */
  color: #374151 !important; /* text-gray-700 - FORCE dark text */
  font-size: 0.9375rem;
  font-weight: 400;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.per-nav__dropdown-link:hover {
  background-color: #f9fafb; /* hover:bg-gray-50 */
  color: #235da4 !important; /* hover:text-gotoper-blue */
}

/* =====================================================
   NAVIGATION - Mobile Menu
   ===================================================== */
.per-nav__mobile {
  display: none;
  background-color: #10305d;
  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);
}

.per-nav__mobile.is-open {
  display: block;
}

@media (min-width: 1024px) {
  .per-nav__mobile {
    display: none !important;
  }
}

.per-nav__mobile-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Mobile quick actions */
.per-nav__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.per-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;
}

.per-nav__mobile-action-link:hover {
  color: #e5e7eb;
}

.per-nav__mobile-action-link svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* Mobile divider */
.per-nav__mobile-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Mobile nav list */
.per-nav__mobile-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.per-nav__mobile-item {
  position: relative;
}

/* Mobile nav link/button */
.per-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;
}

.per-nav__mobile-link:hover {
  color: #e5e7eb;
}

.per-nav__mobile-link svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.2s ease;
}

.per-nav__mobile-link.is-open svg {
  transform: rotate(180deg);
}

/* Mobile dropdown */
.per-nav__mobile-dropdown {
  display: none;
  padding-left: 1rem;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.25rem;
  max-height: 12rem;
  overflow-y: auto;
}

.per-nav__mobile-dropdown.is-open {
  display: flex;
}

.per-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;
}

.per-nav__mobile-dropdown-link:hover {
  color: #ffffff;
}

/* Mobile auth buttons */
.per-nav__mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.per-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 */
.per-nav:not([data-logged-in]) .per-nav--logged-in {
  display: none !important;
}

/* When logged out: Hide logged-in elements */
.per-nav[data-logged-in="false"] .per-nav--logged-in {
  display: none !important;
}

/* When logged in: Hide logged-out elements */
.per-nav[data-logged-in="true"] .per-nav--logged-out {
  display: none !important;
}

/* =====================================================
   FOOTER - Base Styles
   ===================================================== */
.per-footer {
  font-family: 'Manrope', sans-serif;
  background-color: #10305d;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.6;
}

.per-footer a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

/* Footer content wrapper */
.per-footer__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .per-footer__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .per-footer__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Footer grid */
.per-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .per-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .per-footer__grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3rem;
  }
}

/* Footer headings - WHITE color */
.per-footer__heading {
  font-size: 1.25rem; /* text-xl */
  font-weight: 700;
  color: #ffffff !important; /* Force white */
  margin-bottom: 1rem;
}

.per-footer__heading--sm {
  font-size: 1.125rem; /* text-lg */
  font-weight: 600;
}

/* Footer text */
.per-footer__text {
  color: #d1d5db; /* text-gray-300 */
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

/* Social links */
.per-footer__social {
  display: flex;
  gap: 1rem;
}

.per-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: color 0.2s ease;
}

.per-footer__social-link:hover {
  color: #6699cc; /* gotoper-lightblue */
}

.per-footer__social-link svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

/* Footer links list */
.per-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.per-footer__link {
  color: #d1d5db; /* text-gray-300 */
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.per-footer__link:hover {
  color: #ffffff;
}

/* Footer contact list */
.per-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.per-footer__contact-item {
  display: flex;
  align-items: flex-start;
  color: #d1d5db;
  font-size: 0.9375rem;
}

.per-footer__contact-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  color: #6699cc; /* gotoper-lightblue */
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.per-footer__contact-detail {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.per-footer__contact-label {
  font-size: 0.875rem;
  color: #9ca3af; /* text-gray-400 */
}

.per-footer__contact-email {
  color: #ffffff;
  text-decoration: underline;
}

.per-footer__contact-email:hover {
  color: #e5e7eb;
}

/* Footer bottom / copyright */
.per-footer__bottom {
  border-top: 1px solid #374151; /* border-gray-700 */
  padding-top: 2rem;
}

.per-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .per-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.per-footer__logo img {
  height: 2rem;
}

@media (min-width: 640px) {
  .per-footer__logo img {
    height: 2.5rem;
  }
}

.per-footer__copyright {
  text-align: center;
  color: #9ca3af; /* text-gray-400 */
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .per-footer__copyright {
    text-align: right;
  }
}

.per-footer__legal {
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .per-footer__legal {
    display: inline;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

.per-footer__legal-link {
  color: #ffffff;
  text-decoration: underline;
}

.per-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 */
.per-nav .ti-sign-in,
.per-nav__header a[href*="sign_in"]:not(.per-nav__btn):not(.per-nav__text-link):not(.per-nav--logged-out),
.per-nav .header-sign-in,
.per-nav__logo ~ a:not([class]),
header:not(.per-nav) .sign-in-link,
.ti-header .sign-in,
.navbar-sign-in,
/* TI specific: hide their native sign in text/links */
.per-nav__header .sign-in,
.per-nav__header [data-testid*="sign"],
.per-nav__logo + a,
.per-nav__logo a + a,
a[class*="SignIn"],
a[class*="sign-in"],
span[class*="SignIn"],
span[class*="sign-in"],
.per-nav__header-inner > a:not(.per-nav__logo):not(.per-nav__icon-link):not(.per-nav__text-link):not(.per-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 */
.per-nav {
  isolation: isolate;
}

/* Hide any TI navigation that appears below our nav */
.per-nav + nav,
.per-nav + .navigation,
.per-nav + [class*="nav"],
.per-nav ~ .ti-nav,
.per-nav ~ [class*="Navigation"] {
  display: none !important;
}

/* Fix mobile auth buttons - consistent styling */
.per-nav__mobile-auth .per-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 */
.per-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;
}

.per-nav__mobile-dropdown-link:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

/* Mobile nav items - consistent styling */
.per-nav__mobile-link {
  font-family: 'Manrope', sans-serif !important;
  background-color: transparent !important;
}

.per-nav__mobile-action-link {
  font-family: 'Manrope', sans-serif !important;
  background-color: transparent !important;
}

/* Override any TI button styles that may bleed through */
.per-nav button,
.per-nav a.per-nav__btn {
  font-family: 'Manrope', sans-serif !important;
}

/* Ensure dropdown has white background and dark text */
.per-nav__dropdown {
  background-color: #ffffff !important;
}

.per-nav__dropdown-link {
  color: #374151 !important;
  background-color: transparent !important;
  font-family: 'Manrope', sans-serif !important;
}

.per-nav__dropdown-link:hover {
  background-color: #f9fafb !important;
  color: #235da4 !important;
}

/* =====================================================
   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 */
.per-nav__header-inner > *:not(.per-nav__logo):not(.per-nav__actions):not(.per-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(.per-nav__btn):not(.per-nav--logged-out) {
  display: none !important;
}


/* Specifically for the text "SIGN IN" appearing over logo */
.per-nav__logo {
  position: relative;
  z-index: 100;
}

/* Hide anything that might be positioned over the logo */
.per-nav__header-inner {
  position: relative;
}

/* Force hide TI's specialty/category navigation that bleeds through */
.per-nav ~ ul,
.per-nav ~ div:not(.per-footer) ul:not(.per-nav__main-list):not(.per-nav__mobile-list),
body > ul[class*="nav"],
body > div > ul[class*="nav"] {
  display: none !important;
}

/* =====================================================
   GLOBAL TI OVERRIDES (outside .per-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: #54b9bd !important; /* gotoper-teal */
  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(84, 185, 189, 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(.per-nav *),
[class*="main-nav"]:not(.per-nav *),
.ti-navigation,
.navigation-menu:not(.per-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;
  }
}

