@import "https://use.typekit.net/mmn2sxm.css";
body.cope-core-scroll-lock {
  overflow: hidden;
}
.cope-core-navigation-top-section:focus-within ul {
  display: block;
}
.cope-core-navigation-top-section:focus-within
  .cope-core-navigation-top-section-nested-section {
  display: flex;
}
.cope-core-navigation-top-open div#header-section {
  z-index: 11001 !important;
}
.cope-core-navigation {
  background: white;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 375px;
  height: calc(var(--top-nav-height-mobile) + 14px);
  border-bottom: 2px solid #001965;
}
@media screen and (max-width: 767px) {
  .cope-core-navigation {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation {
    width: 100vw;
    height: calc(var(--top-nav-height) + 33px);
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .cope-core-navigation {
    height: calc(var(--top-nav-height) + 2px);
  }
}
.cope-core-navigation a {
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif !important;
  pointer-events: all;
}
.cope-core-navigation[data-current-path*="/content/novocare/es/hcp/bleeding-disorders"]
  > .cope-core-navigation-global {
  position: relative;
  z-index: 2;
}
.cope-core-navigation[data-current-path*="/content/novocare/es/hcp/bleeding-disorders"]
  > .cope-core-navigation-top {
  z-index: 1;
}
@media screen and (min-width: 928px) {
  .cope-core-navigation[data-current-path="/content/novocare/en/home"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections {
    grid-gap: 2rem;
  }
}
.cope-core-navigation[data-current-path="/content/novocare/en/home"]
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text {
  font-family: "Apis-Bold", Arial, Helvetica, sans-serif;
}
.cope-core-navigation[data-current-path*="hcp/diabetes"]
  .cope-core-simple-dropdown
  select {
  width: 100px;
}
.cope-core-navigation[data-current-path*="hcp/diabetes"]
  .cope-core-simple-dropdown
  select:focus {
  min-width: 100px;
  width: auto;
}
.cope-core-navigation[data-current-path*="hcp/rare-renal"]
  .cope-core-simple-dropdown
  select {
  width: 112px;
}
.cope-core-navigation[data-current-path*="hcp/rare-renal"]
  .cope-core-simple-dropdown
  select:focus {
  min-width: 100px;
  width: auto;
}
.cope-core-navigation[data-current-path*="hcp/ph1"]
  .cope-core-simple-dropdown
  select {
  width: 64px;
}
.cope-core-navigation[data-current-path*="hcp/ph1"]
  .cope-core-simple-dropdown
  select:focus {
  min-width: 100px;
  width: auto;
}
.cope-core-navigation[data-current-path*="hcp/obesity"]
  .cope-core-simple-dropdown
  select {
  width: 90px;
}
.cope-core-navigation[data-current-path*="hcp/obesity"]
  .cope-core-simple-dropdown
  select:focus {
  min-width: 90px;
  width: auto;
}

.cope-core-navigation[data-current-path*="hcp/hemophilia"]
  .cope-core-simple-dropdown
  select {
  width: 175px;
}
.cope-core-navigation[data-current-path*="hcp/hemophilia"]
  .cope-core-simple-dropdown
  select:focus {
  min-width: 175px;
  width: auto;
}
.cope-core-navigation[data-current-path*="hcp/bleeding-disorders"]
  .cope-core-simple-dropdown
  select {
  width: 170px;
}
.cope-core-navigation[data-current-path*="hcp/bleeding-disorders"]
  .cope-core-simple-dropdown
  select:focus {
  min-width: 170px;
  width: auto;
}
.cope-core-navigation[data-current-path*="/hcp/"] {
  /* entire nav must be taller when there are 5+ top nav items */
}
.cope-core-navigation[data-current-path*="/hcp/"]
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections {
  /* if menu has 5 or more nav items, decrease gap */
}
@media screen and (min-width: 768px) {
  .cope-core-navigation[data-current-path*="/hcp/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections {
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation[data-current-path*="/hcp/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections {
    grid-gap: 3rem;
  }
}
.cope-core-navigation[data-current-path*="/hcp/"]
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections:has(> :nth-child(5))
  .cope-core-navigation-top-section {
  height: auto;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation[data-current-path*="/hcp/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections:has(> :nth-child(5)) {
    grid-gap: 1rem;
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .cope-core-navigation[data-current-path*="/hcp/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections:has(> :nth-child(5)) {
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation[data-current-path*="/hcp/"]:has(
      .cope-core-navigation-top-sections:nth-child(1)
        > .cope-core-navigation-top-section:nth-child(5)
    ) {
    height: calc(var(--top-nav-height) + 42px);
  }
}
@media screen and (min-width: 1200px) {
  .cope-core-navigation[data-current-path*="/hcp/"]:has(
      .cope-core-navigation-top-sections:nth-child(1)
        > .cope-core-navigation-top-section:nth-child(5)
    ) {
    height: calc(var(--top-nav-height) + 2px);
  }
}
@media screen and (min-width: 1128px) {
  .cope-core-navigation[data-current-path*="/en/diabetes/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:nth-child(4)
    div.cope-core-navigation-top-section-nested-section {
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation[data-current-path*="/en/diabetes/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:nth-last-of-type(2)
    div.cope-core-navigation-top-section-nested-section,
  .cope-core-navigation[data-current-path*="/en/diabetes/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:nth-last-of-type(3)
    div.cope-core-navigation-top-section-nested-section {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation[data-current-path*="/en/diabetes/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:last-child
    ul.cope-core-navigation-top-section-links {
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .cope-core-navigation[data-current-path*="/en/diabetes/"]
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:last-child
    ul.cope-core-navigation-top-section-links {
    right: auto;
    left: 0;
  }
}
.cope-core-navigation[data-current-path*="/en/obesity/products/saxenda"]
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section
  .cope-core-navigation-top-subsection.cope-core-navigation-top-sections
  .cope-core-navigation-top-subsection-title
  .cope-core-navigation-top-subsection-back
  img {
  max-width: auto;
  max-height: 50px;
}
.cope-core-navigation[data-current-path*="/es/bleeding-disorders"]
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .simplepanel
  .buttonComponent
  .media__body
  a {
  display: block !important;
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content {
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-global
    .cope-core-navigation-global-content {
    margin-top: 0.5rem;
  }
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container {
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-column.cope-core-navigation-global-col-links {
    width: 100%;
    text-align: right;
  }
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav {
  padding: 0;
  margin: 0 1rem 0 0;
  position: relative;
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a {
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  color: #001965;
  margin: 0;
  padding: 0 8px 0 0;
  text-decoration: none;
  font-size: 10px;
  line-height: 14px;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-column.cope-core-navigation-global-col-links
    nav
    a {
    display: inline-block;
  }
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.link-isi,
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.link-pi,
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.link-ISI,
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.link-PI {
  display: inline-block;
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a:hover {
  text-decoration: underline;
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a
  + a:before {
  position: absolute;
  top: 1px;
  left: -6px;
  border-left: 1px solid #001965;
  display: block;
  height: 12px;
  content: "";
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.cope-core-navigation-global-dropdown {
  position: relative;
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.cope-core-navigation-global-dropdown.cope-core-navigation-global-dropdown-opened
  .cope-core-navigation-global-dropdown-icon.cope-core-navigation-global-dropdown-icon-close {
  display: inline-block;
  width: 0;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-column.cope-core-navigation-global-col-links
    nav
    a.cope-core-navigation-global-dropdown.cope-core-navigation-global-dropdown-opened
    .cope-core-navigation-global-dropdown-icon.cope-core-navigation-global-dropdown-icon-close {
    display: inline;
  }
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.cope-core-navigation-global-dropdown.cope-core-navigation-global-dropdown-opened
  .cope-core-navigation-global-dropdown-icon.cope-core-navigation-global-dropdown-icon-close:after {
  top: -11px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    .cope-core-navigation-global-column.cope-core-navigation-global-col-links
    nav
    a.cope-core-navigation-global-dropdown.cope-core-navigation-global-dropdown-opened
    .cope-core-navigation-global-dropdown-icon.cope-core-navigation-global-dropdown-icon-close:after {
    top: -4px;
  }
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.cope-core-navigation-global-dropdown
  .cope-core-navigation-global-dropdown-list {
  width: fit-content;
  min-width: 250px;
  padding: 5px 10px 10px 16px;
  text-align: left;
  background-color: white;
  border: 1px solid #979797;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.33);
  top: 16px;
  right: 0;
  transform: none;
  z-index: 2000;
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.cope-core-navigation-global-dropdown
  .cope-core-navigation-global-dropdown-list
  a {
  padding: 8px 0;
  font-size: 12px;
  line-height: 1rem;
  color: #005ad2;
  display: block !important;
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  .cope-core-navigation-global-column.cope-core-navigation-global-col-links
  nav
  a.cope-core-navigation-global-dropdown
  + a:before {
  position: absolute;
  top: 1px;
  left: -6px;
  border-left: 1px solid #001965;
  display: block;
  height: 12px;
  content: "";
}
.cope-core-navigation
  .cope-core-navigation-global
  .cope-core-navigation-global-content
  .cope-core-navigation-global-column-container
  img.cope-core-navigation-top-desktop-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-global
    .cope-core-navigation-global-content
    .cope-core-navigation-global-column-container
    img.cope-core-navigation-top-desktop-only {
    display: block;
    border-left: 1px solid #001965;
    padding-left: 1rem;
    width: 80px;
  }
}
.cope-core-navigation .cope-core-navigation-top {
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  background: transparent;
  top: 14px;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation .cope-core-navigation-top {
    top: 0;
    pointer-events: none;
  }
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-stickyscrollvelocity.cope-core-navigation-top-nav-down,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-stickyscroll.cope-core-navigation-top-nav-down {
  background: #fff;
  border-bottom: 2px solid #001965;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-stickyscrollvelocity.cope-core-navigation-top-nav-down
  .cope-core-navigation-top-container,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-stickyscroll.cope-core-navigation-top-nav-down
  .cope-core-navigation-top-container {
  padding-bottom: 10px;
  padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-stickyscrollvelocity.cope-core-navigation-top-nav-down
    .cope-core-navigation-top-container,
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-stickyscroll.cope-core-navigation-top-nav-down
    .cope-core-navigation-top-container {
    padding-left: 16px !important;
  }
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-stickyscrollvelocity.cope-core-navigation-top-nav-down
  .cope-core-navigation-top-links-container,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-stickyscroll.cope-core-navigation-top-nav-down
  .cope-core-navigation-top-links-container {
  top: 105px;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-stickyscrollvelocity.cope-core-navigation-top-nav-down
    .cope-core-navigation-top-links-container,
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-stickyscroll.cope-core-navigation-top-nav-down
    .cope-core-navigation-top-links-container {
    top: auto;
  }
}
.cope-core-navigation .cope-core-navigation-top.cope-core-navigation-top-fixed {
  background: #fff;
  top: 0;
  height: var(--top-nav-height-mobile);
  border-bottom: 2px solid #001965;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-fixed {
    height: calc(var(--top-nav-height) + 10px);
  }
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-fixed
  .cope-core-navigation-top-container {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-container {
    height: 105px;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-container {
    border-bottom: none;
    padding: 4px 16px 0;
  }
}
@media screen and (min-width: 928px) {
  .cope-core-navigation
    .cope-core-navigation-top.cope-core-navigation-top-fixed
    .cope-core-navigation-top-container {
    padding-top: 33px;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container {
  max-width: 1160px !important;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 78% auto auto;
  grid-template-rows: 4rem 1fr;
  gap: 0;
  grid-template-areas: "logo1 logo2 logo2" "section menubutton menulabel";
  align-content: start;
  justify-items: start;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px 0 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container {
    margin: 0 auto;
    padding: 0;
    border-bottom-width: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    grid-gap: 0;
    padding-top: 37px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container {
    flex-direction: row;
    align-items: flex-end;
    padding: 33px 12px 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container {
    height: var(--top-nav-height);
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-logo-container {
  grid-area: logo1;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-logo-container {
    pointer-events: all;
    height: auto;
    padding: 0;
    flex: 1;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-logo-container {
    margin-right: 22px;
    padding: 0 0 22px 0;
    flex: 0;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-logo-container
  a {
  text-decoration: none;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-logo-container
    a {
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-logo-container
  a
  .cope-core-navigation-top-desktop-only {
  width: 204px;
  height: auto;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-logo-container
  a
  .cope-core-navigation-top-mobile-only {
  width: 146px;
  height: auto;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-logo-container
  a[href="/hcp.html"]
  img.cope-core-navigation-top-desktop-only {
  margin-top: -26px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-logo-container
  a[href="/content/novocare/en/hcp.html"]
  img.cope-core-navigation-top-desktop-only {
  margin-top: -26px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section {
  width: auto;
  color: #001965;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-container-condition-section {
    position: absolute;
    top: 4px;
    left: 228px;
  }
}
@media screen and (min-width: 928px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-container-condition-section {
    top: 32px;
    left: 238px;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  > .xfpage {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-container-condition-section
    > .xfpage {
    padding-top: 30px;
  }
}
@media screen and (min-width: 928px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-container-condition-section
    > .xfpage {
    padding-top: 0;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  > .xfpage
  .genericText {
  width: 100%;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  > .xfpage
  .genericText
  * {
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  > .xfpage
  .genericText
  p {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-container-condition-section
    > .xfpage
    .genericText
    p {
    margin-top: 0;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  > .xfpage
  .cope-core-simple-dropdown
  select {
  font-family: "Apis-Bold", Arial, Helvetica, sans-serif;
  color: #001965;
  position: relative;
  cursor: pointer;
  padding: 0 1.2rem 0 0;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 1 12.8 8.2' enable-background='new 0 0 12.8 8.2' xml:space='preserve' width='14'%3E%3Cpolygon fill='%23005AD2' points='11.7,1.2 6.4,6.5 1.1,1.2 0.4,1.9 6.4,7.9 12.4,1.9 '/%3E%3C/svg%3E%0A")
    no-repeat 100% 50%;
  appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-container-condition-section
    > .xfpage
    .cope-core-simple-dropdown
    select {
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  > .xfpage
  .cope-core-simple-dropdown
  select:focus-visible {
  outline: none;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  > .xfpage
  .cope-core-simple-dropdown
  select
  option {
  color: #005ad2;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-secondary-logo-container {
  grid-area: logo2;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-secondary-logo-container
  img {
  width: 63px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  button.cope-core-navigation-top-mobile-only.cope-core-navigation-top-mobile-toggle {
  grid-area: menubutton;
  color: #4a90e2;
  width: 14px;
  height: 14px;
  border-width: 2px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    button.cope-core-navigation-top-mobile-only.cope-core-navigation-top-mobile-toggle {
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  button.cope-core-navigation-top-mobile-only.cope-core-navigation-top-mobile-toggle:before,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  button.cope-core-navigation-top-mobile-only.cope-core-navigation-top-mobile-toggle:after {
  width: 14px;
  height: 2px;
  background: #4a90e2;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  button.cope-core-navigation-top-mobile-only.cope-core-navigation-top-mobile-toggle:focus,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  button.cope-core-navigation-top-mobile-only.cope-core-navigation-top-mobile-toggle:focus-visible {
  outline: none;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  label.cope-core-navigation-top-mobile-toggle-label.cope-core-navigation-top-mobile-only {
  grid-area: menulabel;
  margin: 0;
  top: 6px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    label.cope-core-navigation-top-mobile-toggle-label.cope-core-navigation-top-mobile-only {
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  label.cope-core-navigation-top-mobile-toggle-label.cope-core-navigation-top-mobile-only
  .menu-text,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  label.cope-core-navigation-top-mobile-toggle-label.cope-core-navigation-top-mobile-only
  .menu-close-text {
  padding-right: 0.5rem;
  color: #001766;
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container {
  background: #f0f1f3;
  padding: 0;
  border-top: 2px solid #001965;
  top: 119px;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container {
    top: 100%;
    border-top-width: 0;
    background: transparent;
    padding: 8px 0 0;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items {
    align-items: baseline;
    justify-content: flex-start;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  @supports (grid-gap: 1rem) {
    .cope-core-navigation
      .cope-core-navigation-top
      .cope-core-navigation-top-container
      .cope-core-navigation-top-links-container
      .cope-core-navigation-top-items
      .cope-core-navigation-top-sections {
      justify-content: flex-start;
      align-items: baseline;
      width: 100%;
    }
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section {
  background: transparent;
  transition: border 0.25s ease-in-out;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section {
    justify-content: flex-start;
    flex: 0 1 auto;
    border-bottom: 4px solid transparent;
    pointer-events: all;
  }
}
@media screen and (min-width: 1025px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section {
    background: transparent;
    position: relative;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section {
    margin-right: 0.9rem;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section:hover,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section:active,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section.cope-core-navigation-top-section-active-wrapper {
  border-bottom-color: #001965;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section:hover
  .cope-core-navigation-top-section-title,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section:active
  .cope-core-navigation-top-section-title,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section.cope-core-navigation-top-section-active-wrapper
  .cope-core-navigation-top-section-title {
  color: #001965;
  background: transparent;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:nth-last-of-type(1)
    div.cope-core-navigation-top-section-nested-section {
    left: 0;
    transform: translate(-35%);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:nth-last-of-type(2)
    div.cope-core-navigation-top-section-nested-section {
    left: 0;
    transform: translate(-10%);
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:nth-child(n + 4)
    ul.cope-core-navigation-top-section-links,
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section:nth-child(n + 4)
    div.cope-core-navigation-top-section-nested-section {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title
    a {
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a:hover,
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a:active {
  background: transparent;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a
  .cope-core-navigation-top-section-title-wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title
    a
    .cope-core-navigation-top-section-title-wrapper {
    padding: 0 0 5px 0;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title
    a
    .cope-core-navigation-top-section-title-wrapper
    .cope-core-navigation-top-section-text {
    font-size: 14px;
    line-height: 18px;
    font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
    min-height: 25px;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text.has-children {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title
    a
    .cope-core-navigation-top-section-title-wrapper
    .cope-core-navigation-top-section-text.has-children {
    padding-right: 0.8rem;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text.has-children:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #808cb2;
  border-right: 1px solid #808cb2;
  transform: rotate(45deg);
  right: 0;
  top: 3px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.5s ease-out;
  border-top: 2px solid #001965;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.33);
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    ul.cope-core-navigation-top-section-links {
    padding: 0;
    max-height: none;
    overflow: visible;
    width: 100%;
    width: fit-content;
    min-width: 200px;
    top: 38px;
    z-index: 3;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links:not(:has(li)) {
  border-top: none;
  box-shadow: none;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links
  li.cope-core-navigation-top-link {
  background: #fff;
  width: 100%;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links
  li.cope-core-navigation-top-link:first-of-type {
  padding-top: 1.5rem;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links
  li.cope-core-navigation-top-link:last-of-type {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 928px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    ul.cope-core-navigation-top-section-links
    li.cope-core-navigation-top-link
    a {
    white-space: nowrap;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links
  a {
  padding: 6px 24px 6px 15px;
  color: #005ad2;
  border: none;
  text-decoration: none;
  border-left: 4px solid transparent;
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    ul.cope-core-navigation-top-section-links
    a {
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links
  a:hover {
  text-decoration: underline;
  color: #001965;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  ul.cope-core-navigation-top-section-links
  a.cope-core-navigation-top-link-active {
  text-decoration: none;
  color: #001965;
  border-left-color: #001965;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    ul.cope-core-navigation-top-section-links
    a {
    font-size: 14px;
    line-height: 1rem;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.33);
  top: 32px;
  background: #fff;
  padding: 0;
  cursor: default;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section {
    border: 1px solid #979797;
    border-top: 2px solid #001965;
    min-width: 590px;
    background: #fff;
    justify-content: stretch;
    align-items: stretch;
    left: 0;
    top: 38px;
  }
}
@media screen and (min-width: 1128px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section {
    left: 0;
    transform: none;
    min-width: 728px;
    max-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section.columns-1
    .cope-core-navigation-top-section-nested-links {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section.columns-1
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner {
    width: 50%;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section.columns-2
    .cope-core-navigation-top-section-nested-links {
    width: 27.08333333%;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section.columns-2
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner {
    width: 45.83333333%;
    flex: 1 1 45.83333333%;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links {
  text-align: left;
  padding: 15px 12px 24px 0;
  width: auto;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner {
  width: 100%;
  background: #e2f0fa;
  padding: 15px 0 24px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  a {
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
    li
    > .xfpage {
    padding: 0 1rem;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .aem-Grid {
  margin: 0;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .simplepanel {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
    li
    > .xfpage
    .simplepanel
    .mediaobject {
    margin: 0 0 1rem;
    padding: 0;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .simplepanel
  .mediaobject
  .media
  img {
  width: 66px;
  margin-right: 14px !important;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .simplepanel
  .mediaobject
  .media-body
  h3 {
  color: #001965;
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
    li
    > .xfpage
    .simplepanel
    .mediaobject
    .media-body
    h3 {
    font-size: 26px;
    line-height: 2rem;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .simplepanel
  .genericText {
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  color: #001965;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
    li
    > .xfpage
    .simplepanel
    .genericText {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
    li
    > .xfpage
    .simplepanel
    .buttonComponent {
    padding: 0;
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .simplepanel
  .buttonComponent
  .media__body
  a
  .icon-text {
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  color: #005ad2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section
    .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
    li
    > .xfpage
    .simplepanel
    .buttonComponent
    .media__body
    a
    .icon-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links.cope-core-navigation-top-section-links-banner
  li
  > .xfpage
  .simplepanel
  .buttonComponent
  .media__body
  a:hover
  .icon-text {
  text-decoration: underline;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links
  .cope-core-navigation-top-link {
  font-weight: 600;
  margin: 0 0 12px 0;
  font-size: 1rem;
  line-height: 18px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links
  .cope-core-navigation-top-link
  span {
  padding-left: 12px;
  display: block;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links
  .cope-core-navigation-top-link
  a {
  cursor: pointer;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1rem;
  color: #005ad2;
  padding: 0;
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container
    .cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    div.cope-core-navigation-top-section-nested-section
    .cope-core-navigation-top-section-nested-links
    .cope-core-navigation-top-link
    a {
    pointer-events: all;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links
  .cope-core-navigation-top-link
  a:hover {
  text-decoration: underline;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  div.cope-core-navigation-top-section-nested-section
  .cope-core-navigation-top-section-nested-links
  .cope-core-navigation-top-link
  a.cope-core-navigation-top-link-active {
  border-left: 2px solid #001965;
  font-weight: 600;
  color: #001965;
  text-decoration: none;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only {
  display: none !important;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-additional-content {
  padding: 0;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  .cope-core-mobile-condition-text {
  font-family: "Apis-Bold", Arial, Helvetica, sans-serif;
  position: relative;
  top: 6px;
  cursor: pointer;
  padding-left: 0.6rem;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  .cope-core-mobile-condition-text:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #4a90e2;
  border-left: 1px solid #4a90e2;
  transform: rotate(45deg);
  left: 0;
  top: 8px;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container
  .cope-core-navigation-top-container-condition-section
  .cope-core-mobile-opened-condition-text {
  font-family: "Apis-Bold", Arial, Helvetica, sans-serif;
  position: relative;
  top: 6px;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only {
  display: block !important;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only:hover
  .cope-core-navigation-top-section-title,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only:active
  .cope-core-navigation-top-section-title,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-top-section-active-wrapper
  .cope-core-navigation-top-section-title {
  border-bottom: none;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-top-children-subsection-opened
  .cope-core-navigation-top-section
  > .cope-core-navigation-top-section-title {
  margin: 0;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title {
  margin: 0.5rem 1rem;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text {
  color: #005ad2;
  font-weight: 300 !important;
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a.cope-core-navigation-top-link-active {
  position: relative;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a.cope-core-navigation-top-link-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -16px;
  width: 4px;
  height: 24px;
  background-color: #001965;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  a.cope-core-navigation-top-link-active
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text {
  font-weight: bold !important;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  span.cope-core-navigation-top-children-section
  .cope-core-navigation-has-children-icon {
  margin-right: 0.5rem;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-subsection-title {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-subsection-title
  .cope-core-navigation-top-subsection-back {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: "Apis-Medium", Arial, Helvetica, Verdana, sans-serif;
  color: #001965;
  font-size: 1rem;
  line-height: 18px;
  padding: 19.5px 0;
  cursor: pointer;
  border-bottom-color: #001965;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-subsection-title
  .cope-core-navigation-top-subsection-back
  .cope-core-navigation-top-subsection-back-icon {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-subsection-title
  .cope-core-navigation-top-subsection-back
  .cope-core-navigation-top-subsection-back-icon:after {
  top: 4.8px;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-section {
  padding: 0.8rem 0 0.8rem 1rem;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title-wrapper {
  padding: 0;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 18px;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section
  .cope-core-navigation-top-subsection.cope-core-navigation-top-sections
  .cope-core-navigation-top-subsection-title
  .cope-core-navigation-top-subsection-back {
  padding: 10px 0;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section.cope-core-navigation-top-children-opened
  .cope-core-navigation-top-subsection
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title
  .cope-core-navigation-top-children-section
  .cope-core-navigation-top-subsection.cope-core-navigation-top-sections
  .cope-core-navigation-top-subsection-title
  .cope-core-navigation-top-subsection-back
  img {
  max-width: 240px;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile {
  padding-bottom: 4rem;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile:before {
  background: rgba(74, 144, 226, 0.43);
  width: calc(100% - 2rem);
  height: 2px;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile
  a {
  padding: 0.3rem 1rem;
  background: transparent;
  color: #005ad2;
}
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile
  a.link-isi,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile
  a.link-ISI,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile
  a.link-pi,
.cope-core-navigation
  .cope-core-navigation-top.cope-core-navigation-top-open
  .cope-core-navigation-top-container
  .cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-mobile-only.cope-core-navigation-global-mobile
  a.link-PI {
  display: none;
  visibility: hidden;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only {
    border-bottom: 2px solid #001965;
    border-top: 2px solid #001965;
    height: auto;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container {
  max-width: 1140px !important;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container {
    height: auto;
    align-items: stretch;
    flex-direction: row;
    padding: 0 !important;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container
  .cope-core-navigation-top-brand-logo-section {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    .cope-core-navigation-top-brand-logo-section {
    margin: 0;
    border-bottom: 4px solid transparent;
    padding: 10px 0;
    width: 206px;
    height: 74px;
    justify-content: center;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container
  .cope-core-navigation-top-brand-logo-section.cope-core-navigation-top-brand-logo-section-active {
  border-bottom: 4px solid #001965;
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container
  .cope-core-navigation-top-brand-logo-section
  a.cope-core-navigation-top-brand-logo
  img {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: table-cell;
  max-width: 180px !important;
  max-height: 58px;
}
@media screen and (min-width: 1148px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    .cope-core-navigation-top-brand-logo-section
    a.cope-core-navigation-top-brand-logo
    img {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container {
    padding-top: 8px !important;
    margin-left: 20px;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container
  nav.cope-core-navigation-top-links-container
  .cope-core-navigation-top-items {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container
    .cope-core-navigation-top-items {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container
    .cope-core-navigation-top-items {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections {
    align-items: center;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container
  nav.cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section.cope-core-navigation-top-section-active {
  border-bottom-color: #001965;
}
@media screen and (min-width: 960px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title-wrapper {
    padding: 0;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container
  nav.cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text {
  font-weight: 600;
  text-align: left;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-title-wrapper
    .cope-core-navigation-top-section-text {
    text-align: center;
    height: auto;
  }
}
.cope-core-navigation
  .cope-core-navigation-top
  .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
  .cope-core-navigation-top-container
  nav.cope-core-navigation-top-links-container
  .cope-core-navigation-top-items
  .cope-core-navigation-top-sections
  .cope-core-navigation-top-section
  .cope-core-navigation-top-section-title-wrapper
  .cope-core-navigation-top-section-text.has-children {
  height: auto;
  padding-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .cope-core-navigation
    .cope-core-navigation-top
    .cope-core-navigation-top-container-secondary-navigation.cope-core-navigation-top-desktop-only
    .cope-core-navigation-top-container
    nav.cope-core-navigation-top-links-container
    .cope-core-navigation-top-items
    .cope-core-navigation-top-sections
    .cope-core-navigation-top-section
    .cope-core-navigation-top-section-links {
    top: 66px;
  }
}
.theme_cvi_compliance .h7 {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #001965 !important;
}
@media screen and (min-width: 768px) {
  .theme_cvi_compliance .h7 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.btn.btn-primary {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 767px) {
    .cope-core-navigation-top .cope-core-navigation-top-links-container {
      height: calc(100vh - var(--top-nav-height-mobile) - 30px);
    }
  }
}
@media only screen and (max-width: 768px) {
  .npi-number-component .input-grouped.is-two-thirds {
    width: 90%;
    flex: none !important;
    order: 2;
  }
  .npi-number-component .form-grouped {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .npi-number-component .help-block.msg-waiting {
    flex: 1 !important;
    order: 3;
  }
  .npi-number-component .extra-custom-error-msg {
    order: 5;
  }
}

