/* add your global css here */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

:root{
  --primary-font: "Inter", sans-serif;
  --heading-font: "Space Grotesk", sans-serif;
}

@font-face {
  font-family: SpaceGrotesk;
    src: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/fonts/spaceGrotesk/SpaceGrotesk-Bold.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: SpaceGrotesk;
    src: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/fonts/spaceGrotesk/SpaceGrotesk-SemiBold.ttf) format("truetype");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: SpaceGrotesk;
    src: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/fonts/spaceGrotesk/SpaceGrotesk-Medium.ttf) format("truetype");
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
  font-family: SpaceGrotesk;
    src: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/fonts/spaceGrotesk/SpaceGrotesk-Regular.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: SpaceGrotesk;
    src: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/fonts/spaceGrotesk/SpaceGrotesk-Light.ttf) format("truetype");
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
[aria-hidden="true"] {
  visibility: visible;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #3C4242;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: var(--primary-font);
  background-color: #fff;
}

body .cmp-text {
  padding: 0px;
  font-family: var(--primary-font);
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 150%;
  font-family: var(--primary-font);
}

h3 {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 700;
}
a:hover,button:hover{
    text-decoration:underline;
}
a:focus-within{
        border: none;
}
button.playkit-pre-playback-play-button {
    background: #830051 !important;
}
/*.resource-card__modal .playkit-pre-playback-play-overlay .playkit-pre-playback-play-button {*/
/*    background-image: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/video-play-icon-overlay2.png);*/
/*    width: 54px !important;*/
/*    height: 54px !important;*/
/*    background-color: #fff;*/
/*    border: 0px !important;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-background-position: center;*/
/*    background-position: center;*/

/*}*/
/*.playkit-pre-playback-play-overlay .playkit-pre-playback-play-button{*/
/*    background: #000 !important;*/
/*}*/
#azpm_main_container {
  /*padding-top: 61px;*/
}

#max-width-1024 {
  display: block;
  max-width: 1024px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}

.wrapper,
#wrapper {
  display: block;
  max-width: 1440px;
  width: 100%;
  padding: 16px 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:744px) {

  .wrapper,
    #wrapper {
    padding: 80px 48px;
  }
}

body .btn {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 12px;
  min-width: auto;
  max-width: fit-content;
  border: 1px solid;
  background-color: transparent;
  text-transform: none;
  padding: 12px;
  outline: none;
  font-family: var(--primary-font);
  font-style: normal;
  line-height: 120%;
  text-align: center;
}

body .btn-outline-primary {
  border: 1px solid #830051;
  color: #830051;
}

body .btn-outline-primary:hover {
  text-decoration: underline;
  border: 1px solid #003864;
  color: #003864;
}

body .btn-primary {
  border: none;
  background-color: #830051;
  color: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

body .btn-primary:hover {
  text-decoration: underline;
  background-color: #003864;
}

.hidden {
  display: none;
}

.banner-buttons {
  max-width: 1440px;
  padding: 20px 80px;
  margin:0 auto;
}

.banner-buttons .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-buttons a span {
  width: 18px;
  height: 16px;
}

.banner-buttons span.download-2-icon {
  width: 20px;
  height: 20px;
}

.banner-buttons .buttons a {
  width: 46px;
  height: 46px;
  display: flex;
  flex: 0 0 46px;
  margin-left: 12px;
  align-items: center;
  justify-content: space-around;
}

.banner-buttons a:hover span.share-icon {
  content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/share-white.svg');
}

.banner-buttons span.print-icon {
  content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/print-icon.svg');
}

.banner-buttons a:hover span.print-icon {
  content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/print-icon-white.svg');
}

.banner-buttons span.download-2-icon {
  content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/download-2-icon.svg');
}

.banner-buttons a:hover span.download-2-icon {
  content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/download-2-icon-white.svg');
}

.inpage-submenu ul li img {
  position: relative;
  top: 2px;
}

.inpage-submenu {
  padding: 19px 80px;
}

.inpage-submenu ul a.right-arrow:after {
  top: 8px;
}

.inpage-submenu ul p.right-arrow:after {
  top: 2px;
}

.inpage-submenu ul li a p {
  color: #830051;
  text-decoration: underline;
}
.inpage-submenu.desktop-only ul li:last-child a p {
    text-decoration: none;
    color: #3C4242;
}
.inpage-submenu.desktop-only ul li:last-child a {
    pointer-events: none;
}
.inpage-submenu.desktop-only ul li:last-child a p:after {
    display: none;
}
/*********Reference section css starts****************/
div#references-section {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footnotes-accordion .cmp-accordion__button {
    text-decoration: none;
}
#footnote-accordion .cmp-accordion__button--expanded .cmp-accordion__icon::before {
  content: '\f0de';
  font-family: 'Font Awesome';
}

#footnote-accordion .cmp-accordion__icon::before {
  content: '\f0dd';
  font-family: 'Font Awesome';
  font-size: 15px;
}
/*********Reference section css ends****************/
/* Header Css Starts */
#header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  border-bottom: 1px solid;
  border-color: #C4CFCD;
  background-color: #FFFFFF;
}

#header .navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 8px 24px;
  height: 60px;
  max-height: 60px;
  margin: 0 auto;
}

#header .navigation .logo,
#header .navigation .logo a {
  display: flex;
  align-items: center;
  position: relative;
}

#header .navigation .logo a {
  padding: 0 0 12px 0;
}

#header .navigation .logo img {
  width: 124px;
  max-width:max-content;
}
#header .navigation .logo a.skipcontent {
  position: absolute;
  left: -99999px;
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  padding: 8px;
  color: #003864;
  text-decoration: none;
  gap: 8px;
  white-space: nowrap;
}
#header .navigation .logo a.skipcontent:after{
  content:"";
  background-image: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/right-arrow-blue.svg');
  width: 20px;
  height: 20px;
  background-size: 20px;
}
#header .navigation .logo a.skipcontent:focus {
  outline: 2px dashed #D0006F;
  left: 0px;
}
.is-focused{
  outline: 2px dashed #D0006F!important;
}
#header .navigation .navbar {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 44px;
}

#header .navigation .navbar .menu {
  display: flex;
  list-style: none;
}

#header .navigation .navbar .menu .menu-item .dropdown-menu {
  padding: 12px 8px;
  height: 44px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

#header .navigation .navbar .menu .menu-item .dropdown-menu.active, #header .navigation .navbar .menu .menu-item .dropdown-menu.current {
  border-bottom: 2px solid;
  border-color: #830051;
}

#header .navigation .navbar .menu .menu-item .dropdown-menu,
#header .navigation .navbar .menu .menu-item .dropdown-menu .dropdown-data {
  display: flex;
  gap: 4px;
  align-items: center;
}

#header .navigation .navbar .menu .menu-item .dropdown-menu .dropdown-data img {
  width: 13px;
  height: auto;
}

#header .navigation .navbar .menu .menu-item .dropdown-menu.active .dropdown-data img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#header .navigation .navbar .menu .menu-item,
#header .navigation .navbar .menu .menu-item .dropdown-menu .dropdown-data>a {
  color: #003864;
  text-decoration: none;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
}

#header .navigation .navbar .menu .menu-item .dropdown {
  display: none;
  justify-content: center;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  background: white;
  width: 100%;
  min-height: 400px;
  min-block-size: auto;
}

#header .navigation .navbar .menu .menu-item .dropdown-menu.active .dropdown {
  display: flex;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc {
  overflow: hidden;
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc {
  background-color: #003864;
  color: #F7F8F8;
  width: 388px;
  padding: 48px 80px;
  font-size: 14px;
  line-height: 21px;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc:before {
  content: "";
  position: absolute;
  width: calc(50vw - 1440px / 2 + 10px);
  height: 100%;
  background-color: #003864;
  top: 0;
  left: 0;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'SpaceGrotesk', var(--primary-font);
  padding: 0;
  margin: 12px 0 8px 0;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc p {
  font-weight: 400;
  padding: 15px 0 0 0;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items {
  width: 73%;
  max-width: 1052px;
  display: flex;
  flex-wrap: wrap;
  padding: 48px 80px;
  color: #3C4242;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 8px;
  max-width: 45%;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-item-link {
  max-width: 200px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0px;
  color: #3C4242;
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 700;
  text-decoration: underline;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-item-link:after {
  content: '';
  display: flex;
  background-image: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0px;
  color: #830051;
  font-size: 0.8125rem;
  line-height: 120%;
  font-weight: 700;
  text-decoration: underline;
}

#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems li a:after {
  content: '';
  display: flex;
  background-image: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/arrow-right-purple.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems li a:hover,
#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems li.current a,
#header .navigation .navbar .menu .menu-item .dropdown .subdrop-wrapper .sub-drop-down .drop-down-items.current a{
        color: #003864;
}
#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems li a:hover:after,
#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems li.current a:after,
#header .navigation .navbar .menu .menu-item .dropdown .subdrop-wrapper .sub-drop-down .drop-down-items.current a:after{
    background-image: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/right-arrow-blue.svg');
}
.MobileNavigation-Actions {
  display: none;
}

#header .navigation .btn {
  padding: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  max-height: 44px;
}

#header .navigation .nav-btn-search {
  border: none;
  color: #003864;
}

#header .navigation .nav-btn-search:hover,
#header .navigation .nav-btn-search.active {
  border: none;
  background-color: #003864;
}

#header .navigation .nav-btn-search img {
  max-width: 24px;
  height: 24px;
  transition: filter 20ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#header .navigation .nav-btn-search:hover img,
#header .navigation .nav-btn-search.active img {
  filter: invert(1) contrast(500%);
}
/*sub navigation start for header*/
#header .menu-item.has-dropdown .sub-drop-down {
  padding: 26px 24px 17px 24px;
}

#header .menu-item.has-dropdown .sub-drop-down h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  font-family: 'SpaceGrotesk', var(--primary-font);
}

#header .menu-item.has-dropdown .sub-drop-down .drop-down-items {
  padding: 20px 0 0 0;
}

#header .menu-item.has-dropdown .sub-drop-down p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 8px 0 12px;
}

#header .menu-item.has-dropdown .sub-drop-down a {
  font-size: 0.75rem;
  font-style: normal;
  color: #830051;
  line-height: 120%;
  position: relative;
  text-decoration: underline;
}

#header .menu-item.has-dropdown .sub-drop-down .drop-down-items {
  color: #3C4242;
  cursor: auto;
}

#header .menu-item.has-dropdown .sub-drop-down a::after {
  content: '';
  background: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/arrow-right-purple.svg');
  background-size: 16px 15px;
  position: absolute;
  margin: 3px 0 0 6px;
  width: 16px;
  height: 16px;
}

#header .menu-item.has-dropdown .sub-drop-down a:hover::after,
#header .menu-item.has-dropdown .sub-drop-down a:active::after,
#header .menu-item.has-dropdown .sub-drop-down a:focus::after {
  background: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/right-arrow-blue.svg');
  width: 12px;
  height: 12px;
  background-size: contain;
}

#header .menu-item.has-dropdown .sub-drop-down a:hover,
#header .menu-item.has-dropdown .sub-drop-down a:active,
#header .menu-item.has-dropdown .sub-drop-down a:focus {
  color: #003864;
}

@media (max-width:1023.95px){
    #header .navigation .navbar .menu .menu-item .dropdown-menu.current .dropdown-data {
    font-size: 19px;
    font-family: 'SpaceGrotesk';
    line-height: 22.8px;
}
}


/*sub navigation end for header*/
/* Header Css Ends */

/* Header Search popup Css starts*/
#search-popup {
  display: none;
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0px;
  max-height: 100vh;
  transform: translate3d(0px, 0px, 0px);
}

#search-popup:before {
  content: "";
  background: rgba(13, 13, 13, 0.64);
  display: block;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(7.5px);
  position: absolute;
  z-index: 1;
}

.search-wrapper {
  background: rgb(245, 247, 247);
  z-index: 2;
  position: relative;
  overflow: auto;
  max-height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 68px;
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-header .search-title {
  font-size: 34px;
  line-height: 120%;
  font-family: 'SpaceGrotesk', var(--primary-font);
  font-style: normal;
  font-weight: 400;
  text-decoration-line: none;
  margin-bottom: 24px;
}

.btn-search-close {
  display: flex;
  gap: 4px;
  padding: 11px;
  font-family: var(--primary-font);
  line-height: 120%;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  color: #830051;
  text-decoration: underline;
  border: 1px solid transparent;
}

.btn-search-close img {
  width: 20px;
  height: 20px;
}
/* Header Search popup Css ends */

/* *********Naveen codes starts ********** */
/* ********** Footnotes accordion starts ***** */
#footnotes-accordion {
  margin: 0px auto 0;
}

#footnotes-accordion .cmp-accordion__button:hover {
  background-color: rgba(0, 0, 0, .12);
}

#footnotes-accordion .cmp-accordion__button {
  border-radius: 8px;
  padding: 9.2px 16px;
  margin-bottom: 16px;
}

#footnotes-accordion .cmp-accordion__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'SpaceGrotesk';
}

#footnotes-accordion .cmp-accordion__item {
  border-bottom: 1px solid #C4CFCD;
}

#footnotes-accordion .cmp-accordion__icon::before {
  content: "";
  background-image: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/dropdown-arrow.svg);
  width: 10px;
  height: 5px;
  display: inline-block;
}

#footnotes-accordion .cmp-accordion__button--expanded .cmp-accordion__icon::before {
  content: "";
  transform: rotate(180deg);
}

#footnotes-accordion .footnote-content p {
  font-size: 12px;
  line-height: 16px;
}

#footnotes-accordion .cmp-accordion__panel--expanded {
  padding: 20px;
}

#accordion-section {
  max-width: 1064px;
  margin: 0 auto;
}

#accordion-section .footnotes-wrapper p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 120%;
  padding: 80px 0;
}
/* ********** Footnotes accordion ends ************ */
/* ********* Naveen codes ends ********** */

/* ********** Search results starts ************ */

.cmp-searchresults__inner-container .hidden {
  display: block;
}
/* Style the fieldset */
fieldset {
  border: 1px solid #ccc;
  /* padding: 15px; */
  margin: 10px;
}

/* Style the legend */
legend {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 5px;
}

/* Style for the p container (acts like the UL) */
p {
  position: relative;
  margin: 0;
  padding: 0;
}

/* Style the filter link buttons (acts like individual list items) */
.filter {
  display: inline-block;
  background-color: #f5f5f5;
  color: #333;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
  text-decoration: none;
  position: relative;
 /* Allow dropdown positioning */
  ;
}

.filter .fa-plus {
  margin-left: 10px;
}

p:hover .filter {
  background-color: #e0e0e0;
}

p:hover .filter:hover {
  background-color: #d0d0d0;
}

.cmp-searchresults__inner-container fieldset:hover p {
  display: block;
}

.cmp-searchresults__inner-container .collapse p a {
  display: block;;
  font-size: 14px !important;
  font-family: var(--primary-font);
}

.cmp-searchresults__inner-container .collapse p {
  margin: 0 0 10px 0;
  display: block;
  flex-direction: column;
  position: absolute;
  background-color: rgb(255, 255, 255);
  color: rgb(60, 66, 66);
  position: relative;
  min-width: 221px;
  min-height: 32px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 96px);
  box-shadow: rgba(0, 0, 0, 0.05) 4px 4px 5px 0px;
  transition: box-shadow 300mscubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  outline: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(60, 66, 66);
  border-image: initial;
    /* border-radius: 4px; */
  padding: 8px 28px 8px 8px;
  position: relative;
}

.cmp-searchresults__inner-container fieldset:hover p {
    /* display: block; */
}

.cmp-filter--label, .cmp-searchresults__inner-container .cmp-searchresults__item-tags, .cmp-searchresults__inner-container .cmp-searchresults__filters-label, #search-results .cmp-searchresults__inner-container .collapse .label {
  display: inline-block;
  background: transparent;
  color: #202020;
  border: none;
  border-radius: 2px;
  font-weight: 400;
  margin: 3px;
  display: none;
  border-bottom: 1px solid rgb(196, 207, 205);
  padding: 8px;
  margin: 0 0;
  font-size: 14px;
}

#search-results .cmp-searchresults__inner-container .collapse .label:first-child {
  border-top: 1px solid rgb(196, 207, 205);
  margin-top: 10px;
}

#search-results div#filter-collapse {
  display: flex;
  flex-direction: row;
}

.cmp-searchresults__inner-container .collapse p:before {
  content: "All";
  margin-left: 8px;
  display: block;
}

.cmp-searchresults__inner-container .collapse p:hover a {
  display: block !important;
}
/* ********** Search results ends ************ */
#footnotes-accordion .references-text {
    padding-bottom: 16px;
    margin-bottom: 0;
}


/* breakpoints starts here */
@media (min-width: 744px) {
}

@media (min-width: 1024px) {
  #azpm_main_container {
    padding-top: 68px;
  }

  #header .navigation {
    padding: 12px 16px;
    height: 68px;
    max-height: 68px;
  }

  .subdrop-wrapper {
    display: flex;
    width: 73%;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc p {
    padding-top: 0;
  }

  #header .navigation .navmenu-toggle {
    display: none;
  }
  #header .navigation .btn {
    white-space: nowrap;
}

  #search-popup {
    top: 68px;
  }

  .search-wrapper, .searchbox {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .searchbox {
    padding-top: 0;
    position: relative;
    z-index: 9;
    background: rgb(245, 247, 247);
    padding-bottom: 80px;
  }
/*sub navigation header start*/
  /*#header .menu-item.has-dropdown .sub-drop-down .drop-down-items.pre-med {*/
  /*  max-width: 64%;*/
  /*}*/
  
  .subdrop-wrapper {
    display: flex;
    width: 73%;
    max-width: 1052px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 48px 80px;
    color: #3C4242;
    flex-direction: row;
    flex-wrap: wrap;
  }

    /*resource subnav*/
  #header .menu-item.has-dropdown .sub-drop-down {
    padding: 0;
    display: flex;
    max-width: 73%;
    justify-content: flex-start;
    flex-direction: row;
    max-width: 1052px;
  }

  #header .menu-item.has-dropdown .res-dropdown-desc .sub-drop-down {
    flex-direction: column;
    max-width: 45%;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc.expl-pre-med .sub-drop-down {
    display: flex;
    align-items: center;
    /*margin: -25px 1px 0;*/
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
    gap: 8px;
    max-width: 45%;
  }

  #header .menu-item.has-dropdown .sub-drop-down a {
    font-size: 0.8125rem;
  }

  #header .menu-item.has-dropdown .sub-drop-down .drop-down-items {
    padding: 0;
  }

  #header .menu-item.has-dropdown .res-dropdown-desc .sub-drop-down .drop-down-items {
    padding: 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
    gap: 8px;
    min-height: 116px;
    /*max-width: 45%;*/
    ;
  }

  #header .menu-item.has-dropdown .sub-drop-down a::after {
    width: 12px;
    height: 12px;
    background-size: contain;
  }

  #header .menu-item.has-dropdown .res-dropdown-desc .sub-drop-down p {
    padding: 0 0 5px;
  }

  /*#header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc.expl-pre-med .dropdown-desc {*/
  /*  width: 424px;*/
  /*  margin: 0px 90px 0 0;*/
  /*}*/
  /*sub navigation header end*/;
}

@media (min-width: 1440px) {
  #header .navigation {
    padding: 12px 80px;
  }
}

@media (max-width: 1023.95px) {
  #header .navigation {
    z-index: 1;
  }

  #header .navigation .navbar .mob-pos-fixed {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 0;
    height: 0px;
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
  }

  #header .navigation .navbar .mob-pos-fixed.active {
    min-height: 100%;
    height: calc(-61px + 100vh);
    transition-duration: 100ms;
  }

  #header .navigation .logo a {
    padding: 0;
  }

  .icollapse-verticle {
    height: calc(-61px + 100vh);
    overflow: auto;
  }

  #header .navigation .navbar .mob-pos-fixed .menu {
    flex-direction: column;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu .dropdown-data {
    justify-content: space-between;
    height: auto;
    font-size: 16px;
    line-height: 19.2px;
    width: 100%;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu .dropdown-data img {
    width: 16px;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu .dropdown-data>a {
    font-size: 16px;
    line-height: 19.2px;
    width:100%;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu {
    flex-direction: column;
    height: auto;
    padding: 12px 24px;
    gap: 0;
  }
  
  #header .navigation .navbar .menu .menu-item .dropdown-menu.active{
    padding:0
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu.active {
    border: none;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu.current {
    border: none;
    background-color: #003864;
    color: #fff;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu.current .dropdown-data>a {
    color: #fff;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu.current .dropdown-data img {
    filter: invert(1) contrast(500%);
    width:19px;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items {
    width: 100%;
    flex-wrap: nowrap;
    background-color: #F7F8F8;
    padding: 46px 24px 17px 24px;
    flex-direction: column;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item {
    max-width: 100%;
    width: 100%;
    padding: 0 0 4px 0;
    gap: 0;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems {
    display: block;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-item-link {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
    font-size: 1rem;
    max-width: 100%;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-items .dropdown-item .dropdown-subitems li a {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
    max-width: 100%;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu.active .dropdown-data {
    font-size: 19px;
    line-height: 22.8px;
    font-weight: 700;
    font-family: 'SpaceGrotesk', var(--primary-font);
    background-color: #003864;
    color: #fff;
    padding: 12px 24px;
  }

  #header .navigation .navbar .menu .menu-item .dropdown-menu.active .dropdown-data img {
    width: 19px;
    filter: invert(1) contrast(500%);
  }

  #header .navigation .navbar .menu .menu-item .dropdown {
    position: relative;
    top: -1px;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc {
    flex-direction: column;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc h4 {
    display: none;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc {
    width: 100%;
    padding: 12px 24px 22px 24px;
    padding-top: 0;
    font-size: 13px;
    line-height: 15.6px;
    margin-top: 0px;
  }

  .MobileNavigation-Actions {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px;
    padding-bottom: 120px;
    gap: 8px;
  }

  #header .navigation .MobileNavigation-Actions .btn {
    max-width: 100%;
    width: 100%;
    max-height: max-content;
    padding: 12px 12px;
    font-size: 1.125rem;
  }

  #header .navigation .navbar>.btn {
    display: none;
  }

  #header .navigation .btn.nav-btn-search {
    display: flex;
  }

  #header .navigation .navbar {
    gap: 8px;
    height: auto;
  }

  #header .navigation .navbar .navmenu-toggle {
    display: flex;
    padding: 12px;
  }

  #header .navigation .navbar .navmenu-toggle img {
    width: 20px;
    height: 20px;
  }

  .subdrop-wrapper {
    padding: 46px 24px 17px 24px;
    background: #F7F8F8;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc {
    width: 100%;
    background: #003864;
  }

  #header .menu-item.has-dropdown .sub-drop-down .drop-down-items {
    padding-top: 0;
  }
 
/*Sub navigation header*/
 

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc .dropdown-desc p {
    /*padding: 15px 0 0 0;*/
    padding: 0 0 0 0;
  }
   /*Sub navigation header*/ 
        /* *********Naveen codes starts ********** */
    /* ********** Footnotes accordion starts ***** */
  #footnotes-accordion {
    margin: 0px auto 0;
  }

  #footnotes-accordion .cmp-accordion__button {
    padding: 8px 16px 8px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
  }

  .cmp-accordion__panel--expanded {
    padding: 0 0 16px 0;
  }

  #accordion-section {
    padding: 0 24px;
  }

  #references-section #accordion-section {
    padding: 0 0;
  }

  #accordion-section .footnotes-wrapper p {
    padding: 40px 0;
    text-align: left;
  }

  #header .menu-item.has-dropdown .sub-drop-down {
    background-color: #F7F8F8;
    /*padding: 0 24px 20px 24px;*/
    padding: 0 0 20px 0;
  }

  #header .menu-item.has-dropdown .sub-drop-down.res-lib {
    padding-bottom: 0;
  }

  #header .menu-item.has-dropdown .sub-drop-down a::after {
    background-size: contain;
    margin: 3px 0 0 6px;
    width: 12px;
    height: 12px;
    background-position: 0px 1px;
    background-repeat: no-repeat;
  }

  #header .menu-item.has-dropdown .sub-drop-down.sub-drop-down.res-pre-med {
    background-color: #F7F8F8;
    /*padding: 26px 24px 0 24px;*/
    padding: 0;
  }

  #header .menu-item.has-dropdown .sub-drop-down h4 {
    font-size: 19px;
  }

  #header .menu-item.has-dropdown .sub-drop-down a, #header .menu-item.has-dropdown .sub-drop-down p {
    font-size: 13px;
  }

  #header .navigation .navbar .menu .menu-item .dropdown .dropdown-with-desc.expl-pre-med .dropdown-desc p {
    padding-top: 0;
  }

  #header .navigation .navbar .menu .menu-item .dropdown {
    top: -1px;
    background: #003864;
  }

  #header .menu-item.has-dropdown .sub-drop-down.sub-drop-down.res-pre-med .drop-down-items, #header .menu-item.has-dropdown .sub-drop-down.sub-drop-down.res-lib .drop-down-items {
    padding-bottom: 20px;
  }
    /* ********** Footnotes accordion ends ************ */
    /* ********* Naveen codes ends ********** */
}

@media (max-width: 743.95px) {
  #header .navigation .MobileNavigation-Actions .btn {
    font-size: 1rem;
  }
  .inpage-submenu ul li img
{
position: relative;
    top: 0px;
}
.inpage-submenu {
    padding: 12px 24px;
}
/*********Reference section css starts****************/
div#references-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
#footnotes-accordion .cmp-accordion__button {
    text-decoration: none;
}
#footnotes-accordion .cmp-accordion__button {
    padding: 4px 16px;
    margin-bottom: 12px;
    border-radius: 4px;
}

/*********Reference section css ends****************/

/*********top header section css start****************/
#azpm_main_container {
    padding-top: 10px;
}
/*********top header section css ends****************/
/*********top header banner icons section css start****************/
.banner-buttons {
    max-width: 1440px;
    padding: 16px !important;
}
/*********top header banner icons css ends****************/
}

@media (min-width: 1024px) {
div#references-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
#footnotes-accordion .cmp-accordion__button {
    padding: 8px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
}
}
@media (min-width: 1024px) and (max-width: 1179px) {
    #header .navigation .navbar .menu {
        text-align: center;
        padding: 0 0 0 30px;
    }
    #header .navigation .navbar .menu a.header-no-center {
        text-align: left;
    }
}
.table-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Keep table scrollable */
.table-responsive {
    overflow-x: auto;
    flex-grow: 1;
}

/* Hand Icon (Center Position) */
.hand-icon-mob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.hand-icon-mob img {
    width: 48px;
    height: auto;
    opacity: 0.3;
}

/* Navigation Buttons */
.btn-prev-table,
.btn-next-table {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 16px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: none; /* Initially hidden */
}

/* Fixed Positions */
.btn-prev-table {
    left: 0;
}

.btn-next-table {
    right: 0;
}

/* Button Images */
.btn-next-table img,
.btn-prev-table img {
    width: 28px;
    height: auto;
}

@media (min-width: 663px) {
    .hand-icon-mob,
    .btn-prev-table,
    .btn-next-table {
        display: none !important;
    }
}

/* Custom Dropdown replacing Default Select */
.custom-dropdown {
    position: relative;
    width: 221px;
    border: 1px solid #3c4242;
    border-radius: 8px;
    cursor: pointer;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
}
.custom-dropdown.focused {
    box-shadow: 0px 0px 0px 4px #2899A740;
    outline: none;
    background: #F5F7F7;
}
.custom-dropdown .selected-item {
    padding: 8px 28px 8px 8px;
    color: #3c4242;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-dropdown .selected-item::after {
    content: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/caretDown-black.svg);
    width: 20px;
    height: 20px;
    color: #999;
    position: absolute;
    right: 8px;
    cursor: pointer;
}
.custom-dropdown .options-list {
    opacity: 0;
    transition:
    opacity 256ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 170ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
    min-width: 100%;
    width: max-content; 
    background-color: white;
    border: 1px solid rgb(196, 207, 205);
    border-radius: 4px;
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
    pointer-events: none;
}
.custom-dropdown .options-list.show {
    opacity: 1;
    transform:  translateX(-50%) translateY(0);
    pointer-events: auto;
}
.custom-dropdown .options-list li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid rgb(196, 207, 205);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 120%;
}
.custom-dropdown .options-list li:last-of-type {
    border-bottom: none;
}
.custom-dropdown .options-list li:hover {
    text-decoration: underline;
}
.custom-dropdown .options-list li.selected {
    text-decoration: underline;
}
.resources__views .custom-dropdown{
    width:120px;
} 
.resources__sorting .custom-dropdown{
    width:195px;
} 
.cmp-dynamicform__form-control-container .custom-dropdown{
    width:100%;
} 
.cmp-dynamicform__form-control-container .custom-dropdown .selected-item::after {
    display:none;
} 
@media (min-width:744px){
.cmp-dynamicform__form-control-container .custom-dropdown .selected-item{
    font-size:18px;
}
}
/*/- Custom Dropdown replacing Default Select */

@media (min-width:744px) and (max-width: 1023px) {
    .inpage-submenu ul li img {
        top: 0px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1179px)  {
    #header .navigation .navbar .menu .menu-item:nth-child(5){
        position: relative;
        left: 15px;
    }
}


/* 05-11-25 MLR Comments */

.no-wrap {
    white-space: nowrap;
}

@media (max-width: 991px) {
    #your-session-itinerary .inpage-submenu ul {
        gap: 30px;
    }
    #your-session-itinerary .inpage-submenu ul li {
        max-width: 130px;
    }
    #your-session-itinerary .inpage-submenu ul a.right-arrow:after {
        top: 5px;
    }
    #your-session-itinerary .inpage-submenu ul p.right-arrow:after {
        top: 13px;
    }
}

/*New CSS*/

@media (min-width: 1200px) {
    #home .hero__content_second-headline {
          width: 760px;
    }
    #home .hp__guidelines-info .line-break-cff{
      white-space: nowrap;
    }
}
