
/* Theming CSS */
  /* Header color */
  .u-org--header {
    background-color: #161617 !important;
  }


  /* Header text color */
  .u-org--header {
    color: #ffffff;
  }

  button.u-org--header.appheader__button:hover,
  button.u-org--header.appheader__button:active {
    background-color: rgba(255, 255, 255, 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: #ffffff;
  }

  button.u-org--header.appheader__searchbutton,
  button.u-org--header.appheader__categoriesbutton,
  input[type="search"].u-org--header {
    border-color: rgba(255, 255, 255, 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(255, 255, 255, 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: #ffffff;
  }

  .u-org--header .search__input--appheader:not(:focus)::-ms-input-placeholder {
    color: #ffffff;
  }

  .u-org--header .search__input--appheader:not(:focus)::placeholder {
    color: #ffffff;
  }


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

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

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

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

  .u-org--enrollmentmsgimage {
    background-color: #0575d6
  }

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

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

.button--primary:not([disabled]),
  .button--primary:link,
  .button--primary:visited,
  .button--primary:hover,
  .button--primary:active,
  .button--primary:focus,
  .blankslate .button,
  .coursebar__btn--active,
  .coursebar__btn--active:hover,
  .coursebar__btn--active:focus,
  .tagbutton--selected:not(.tagbutton--taxonomy) {
    background-color: #0575d6 !important;
    border-color: #0575d6 !important;
    color: #fff !important;
  }


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

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

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

  /* 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 */
  #page-footer {
  background-color: black;
  background-image: linear-gradient(#2e3033 0%, #161617 24%);
}

.footer__customcontent {
  width: 100%;
}

@media only screen and (min-width: 991px) {
  .appfooter__customcontent div.custom_footer {
    max-width: 700px;
  }
}

.appfooter__customcontent div.custom_footer {
  display: flex !important;
  flex-wrap: wrap;
  padding: 1em;
  color: grey;
  align-items: flex-start;
  padding-top: 3em;
  font-family: 'Roboto', sans-serif;
  justify-content: space-between;
}

div.custom_footer > div.custom_footer_col {
  display: flex !important;
  flex-direction: column;
}

.custom_footer > .custom_footer_col > .custom_footer_label {
  width: 100%;
  display: block !important;
  color: white;
  text-align: left;
  font-size: 14px !important;
}

a.custom_footer_link {
  font-size: 14px !important;
  color: #dee2e6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

div.custom_footer_wrapper {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}

div.custom_footer > div.custom_footer_col {
  display: block !important;
}

.custom_footer {
  width: 100%;
}

.custom_footer_col {
  width: 100%;
}

@media only screen and (min-width: 400px) {
  .custom_footer_col {
    width: 33%;
  }
}
/* Stack footer elements for mobile and tablet */
@media (max-width: 991px) {
  .custom_footer_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .social-icons-2 {
    justify-content: flex-start !important;
  }
  .custom_footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    grid-row-gap: 3rem;
  }
} /* End of Stack footer elements for mobile and tablet */

.appfooter__customcontent a.custom_footer_link:hover {
  color: white;
}

p.appfooter__item.footer__item {
  display: none !important;
}

.social-icons-2 {
  width: 100%;
}
/* smooth transition of media icons under when resizing */
@media only screen and (min-width: 800px) {
  .custom_footer {
    width: 65%;
    margin: 0;
  }

  .social-icons-2 {
    width: 35%;
  }
}

div.social-icons-2 {
  max-width: 700px;
  min-width: 300px;
  display: flex !important;
  justify-content: flex-end;
  gap: 2rem;
  flex-grow: 1;
  padding-top: 3em !important;
  padding: 1em;
}

.social-icons-2 span {
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
  color: white;
}

@media only screen and (max-width: 400px) {
  div.social-icons-2 {
    min-width: 300px;
  }

  .social-icons-2 .app-links {
    flex-direction: column;
    align-items: center;
  }
  .app-links a:first-child {
    margin-bottom: 12px;
  }
}

.social-icons-2 .app-links {
  display: flex !important;
  justify-content: space-evenly;
}

.appfooter__content.footer__content {
  padding-left: 0;
  padding-right: 0;
}

.appfooter__link.appfooter__link--poweredby {
  display: none;
}

div.custom_sign_up {
  background: #f8f9fa;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
  display: block !important;
  width: 100%;
  margin-bottom: 2em;
}

.custom_sign_up > div {
  display: block !important;
  font-size: large;
}

.custom_sign_up > span {
  font-size: small;
  color: grey;
  display: block !important;
}

.custom_sign_up > a {
  margin-top: 1em;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #fff;
  background-color: #0575d6;
  border: 1.5px solid #0575d6;
  border-radius: 0.375rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 2.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
}

.custom_sign_up > a:hover {
  background-color: #1262b3 !important;
}
.text-color-white {
  color: #fff;
}
.text-weight-semibold {
  font-weight: 600;
}
.heading-style-h2 {
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 30px !important;
  font-weight: 1000;
  line-height: 2.3125rem;
  padding-bottom: 0.75rem;
}

.text-style-paragraph.heading-weight-bold {
  color: #4f5459;
  margin-bottom: 0;
  font-family: Roboto, Roboto;
  font-size: 1.125rem;
  font-weight: 480;
  line-height: 1.625rem;
}
.appfooter__item.appfooter__customcontent.footer__item.footer__customcontent {
  margin: 0px;
}
.custom_sign_up .button--primary {
  font-size: 18px;
  margin-top: 2em;
}
.button_text {
  font-size: 16px !important;
}
/*social icons*/
.social-link-youtube:hover {
  background-image: url(https://assets-global.website-files.com/642db635907c823231f539d7/653ab1d426c1d5a9e72d2598_social-icon-youtube_hover.svg);
  background-size: contain; /* Ensure image fits within the link */
  background-repeat: no-repeat; /* Prevent image tiling */
}

.social-link-instagram:hover {
  background-image: url(https://assets-global.website-files.com/642db635907c823231f539d7/653ab1d426c1d5a9e72d2599_%20social-icon-instagram_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link-x:hover {
  background-image: url(https://assets-global.website-files.com/642db635907c823231f539d7/65394c5485bdd6fe26e221d2_social-icon-x-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link-linkedin:hover {
  background-image: url(https://assets-global.website-files.com/642db635907c823231f539d7/653ab1d426c1d5a9e72d259a_social-icon-linkedin_hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link-facebook:hover {
  background-image: url(https://assets-us-01.kc-usercontent.com/cf1f751f-919e-004e-2e20-5c67673fd7a0/cbeba332-73e3-4057-92c2-a22d7e73505f/Company%3Dfacebook%2C%20State%3Dhover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*social icons transition*/
.social-link-youtube:hover img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.social-link-instagram:hover img,
.social-link-x:hover img,
.social-link-linkedin:hover img,
.social-link-facebook:hover img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/*HCP Contributor/Peer Review Cards*/
.k-custom-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.k-custom-cards > a {
  display: block;
  border-radius: 0.2em;
  width: 100%;
  max-width: 220px !important;
  height: auto;
  padding: 0.1em;
  background-color: white;
  margin: 6px;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.k-custom-cards > a::after {
  content: '';
  position: absolute;
  border-radius: 0.2em;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.k-custom-cards > a > img {
  width: 100%;
  height: auto;
  max-width: unset !important;
  border-top-right-radius: 0.1em;
  border-top-left-radius: 0.1em;
}
.k-custom-cards > a:hover {
  -webkit-transform: scale(1.055, 1.055);
  transform: scale(1.055, 1.055);
}
.k-custom-cards > a:hover::after {
  opacity: 1;
}
.k-custom-cards > a > div {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5px;
  padding-bottom: 0.7em;
  gap: 4px;
  margin: 0.5em;
}
.k-custom-cards > a > div > label {
  color: #6d757e;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
}
.k-custom-cards > a > div > span {
  display: block;
  color: #2e3033;
  font-size: 14px;
  line-height: 18px;
}
.k-custom-cards > a > div > small {
  color: #6d757e;
  font-weight: 100;
  font-size: 10px;
  line-height: 16px;
}
.k-custom-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.k-custom-filter > .k-custom-filter-item {
  margin: 3px;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  white-space: nowrap;
  border-radius: 1em;
  color: #2e3033;
  background-color: #edf0f2;
  /*-webkit-box-shadow: 0px 0px 14px -7px grey;
-moz-box-shadow: 0px 0px 14px -7px grey;
box-shadow: 0px 0px 14px -7px grey;*/
}
.k-custom-filter > .k-custom-filter-item:hover:not(.active) {
  outline: 1px solid #0575d6;
  outline-offset: -1px;
  cursor: pointer;
}
.k-custom-filter-item.active {
  background-color: #0575d6;
  color: white;
}

.no-pointer > a.k-card {
  cursor: default !important;
}

.custom_nav_label {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 16px;
  color: #adb5bd;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  border-radius: 1em;
}

@media only screen and (min-width: 700px) {
  .custom_nav_label {
    font-size: x-small;
  }
}

@media only screen and (min-width: 900px) {
  .custom_nav_label {
    font-size: small;
  }
}

@media only screen and (min-width: 1500px) {
  .custom_nav_label {
    font-size: medium;
  }
  .img_rounded {
    max-height: 140px;
    max-width: 140px;
  }
}

@media only screen and (min-width: 2000px) {
  .custom_nav_label {
    font-size: large;
  }
  .img_rounded {
    max-height: 300px;
    max-width: 300px;
  }
}

.custom_nav_top {
  display: none;
  justify-content: space-evenly;
  background-color: #000000;
  padding: 0.5em;
}

@media only screen and (min-width: 478px) {
  .custom_nav_top {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.glide {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

/* Static mode - when items fit without scrolling */
.glide--static .glide__track {
  overflow: visible;
}

.glide--static .glide__slides {
  justify-content: space-between;
  transform: none !important;
  width: auto !important;
}

.glide--static .glide__slide {
  flex-shrink: 0;
  width: auto !important;
}

/* Hide arrows in static mode */
.glide--static .glide__arrows {
  display: none !important;
}

/* Hide cloned slides in static mode */
.glide--static .glide__slide--clone {
  display: none !important;
}

.glide__slide {
  width: 130px; /* Width of each slide */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.custom_nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%; /* This ensures the content fits within each slide */
  text-decoration: none !important;
  color: grey; /* Font color */
}

.img_rounded {
  border-radius: 50%; /* Circular images */
  height: 90px; /* Height of the images */
  width: 90px; /* Width of the images */
  object-fit: cover; /* Ensures images do not stretch */
  display: block;
  transition: border 0.3s; /* Smooth transition for border changes */
}

.custom_nav_item:hover .img_hover,
.custom_nav_item:focus .img_hover {
  display: block;
  border: 3px solid #0575d6; /* Circular border on hover */
}

.img_default {
  display: block;
}

.img_hover {
  display: none; /* Hide hover image by default */
}

.custom_nav_label {
  margin-top: 8px; /* Space between image and text */
  font-size: 16px; /* Text size */
  color: #adb5bd; /* Text color */
  text-align: center; /* Center the text */
}

.custom_nav_item:hover,
.custom_nav_item:focus {
  color: white; /* Change text color on hover/focus */
}

.custom_nav_item:hover .img_default,
.custom_nav_item:focus .img_default {
  display: none; /* Hide default image on hover/focus */
}

.custom_nav_item:hover .img_hover,
.custom_nav_item:focus .img_hover {
  display: block; /* Show hover image on hover/focus */
}

.custom_nav_item:hover .custom_nav_label,
.custom_nav_item:focus .custom_nav_label {
  color: white; /* Change label color on hover/focus */
  font-weight: 700;
}

.glide__arrow {
  position: absolute;
  top: 48px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.glide__arrow--left {
  left: -30px;
}

.glide__arrow--right {
  right: -30px;
}

.glide__arrow:hover {
  color: #ccc;
}
