/*** main navigation ***/
.cope-core-navigation {
  background: white;
  border-bottom: 2px solid var(--brand-primary);
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 375px;
  height: var(--top-nav-height-mobile);
  /* utility nav */
  /* main nav */ }
  @media screen and (min-width: 768px) {
    .cope-core-navigation {
      width: 100vw;
      height: var(--top-nav-height);
      padding: 21px 12px 0 0; } }
  .cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-content {
    max-width: 1128px;
    display: block;
    padding: 0; }
    .cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container {
      justify-content: flex-end;
      height: auto; }
      .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 {
        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 {
          color: var(--brand-primary);
          font-size: 10px;
          line-height: 14px;
          font-weight: 400;
          margin: 0;
          padding: 0; }
      .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-login-register {
        position: relative; }
  .cope-core-navigation .cope-core-navigation-top {
    background: transparent;
    padding: 13px 0 14px;
    /* this is needed to prevent this div from covering clicks on the utility nav */
    pointer-events: none;
    /* sticky class when the nav slides down */
    /* class: mobile menu is open*/ }
    @media screen and (min-width: 768px) {
      .cope-core-navigation .cope-core-navigation-top {
        padding: 0 14px;
        top: 21px; } }
    .cope-core-navigation .cope-core-navigation-top.cope-core-navigation-top-nav-down {
      top: 0;
      padding-top: 10px;
      background-color: white;
      border-bottom: 2px solid var(--brand-primary); }
    .cope-core-navigation .cope-core-navigation-top.cope-core-navigation-top-open button.cope-core-navigation-top-mobile-only {
      border-color: transparent !important; }
      .cope-core-navigation .cope-core-navigation-top.cope-core-navigation-top-open button.cope-core-navigation-top-mobile-only span:nth-child(1) {
        background: transparent; }
      .cope-core-navigation .cope-core-navigation-top.cope-core-navigation-top-open button.cope-core-navigation-top-mobile-only span:nth-child(2) {
        width: 15px;
        transform: rotate(45deg) translate(-1px, -1px); }
      .cope-core-navigation .cope-core-navigation-top.cope-core-navigation-top-open button.cope-core-navigation-top-mobile-only span:nth-child(3) {
        width: 15px;
        transform: rotate(-45deg) translate(5px, -5px); }
    .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container {
      display: flex;
      flex-flow: row wrap;
      align-items: flex-end;
      justify-content: flex-start;
      padding: 0;
      max-width: 1128px;
      height: auto;
      /* logo container */
      /* nav container */
      /* hamburger menu button */
      /* hamburger menu button label */ }
      @media screen and (min-width: 768px) {
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container {
          display: grid;
          justify-items: flex-start;
          align-content: start;
          grid-template-columns: 1fr;
          grid-template-rows: 1fr 60px;
          gap: 0 0;
          grid-template-areas: "logo"
 "menu"; } }
      .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-logo-container {
        flex: 1;
        justify-content: flex-start; }
        @media screen and (min-width: 768px) {
          .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-logo-container {
            grid-area: logo; } }
        .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 img {
            height: auto; }
            .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-logo-container a img.cope-core-navigation-top-desktop-only {
              max-width: 170px; }
            .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container .cope-core-navigation-top-logo-container a img.cope-core-navigation-top-mobile-only {
              max-width: 127px; }
      @media screen and (min-width: 768px) {
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container nav.cope-core-navigation-top-links-container {
          grid-area: menu; } }
      .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container nav.cope-core-navigation-top-links-container .cope-core-navigation-top-items {
        height: auto;
        /* mobile utility nav, I think? */
        /* this is a blank div that's affecting the menu buttons */
        /* not sure what's supposed to be in here */ }
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container nav.cope-core-navigation-top-links-container .cope-core-navigation-top-items .cope-core-navigation-top-sections {
          justify-content: space-between;
          align-items: center;
          height: auto;
          pointer-events: all;
          border-top: 1px solid var(--brand-primary);
          /* individual top-level links */ }
          @media screen and (min-width: 768px) {
            .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container nav.cope-core-navigation-top-links-container .cope-core-navigation-top-items .cope-core-navigation-top-sections {
              grid-gap: 6px;
              border: none; } }
          @media screen and (min-width: 960px) {
            .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container nav.cope-core-navigation-top-links-container .cope-core-navigation-top-items .cope-core-navigation-top-sections {
              top: 21px; } }
          .cope-core-navigation .cope-core-navigation-top .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 {
            flex: 1 1 auto;
            text-align: center;
            background: transparent;
            width: 100%;
            padding: 0;
            color: var(--brand-primary);
            transition: background 0.25s ease-in-out;
            /* first menu button */
            /* second menu button*/
            /* drop-down menu */ }
            .cope-core-navigation .cope-core-navigation-top .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:hover, .cope-core-navigation .cope-core-navigation-top .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:active, .cope-core-navigation .cope-core-navigation-top .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-wrapper {
              color: var(--brand-primary);
              background: transparent;
              border-bottom-color: var(--brand-primary); }
            .cope-core-navigation .cope-core-navigation-top .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:nth-child(1) {
              display: block; }
              @media screen and (min-width: 768px) {
                .cope-core-navigation .cope-core-navigation-top .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:nth-child(1) {
                  display: none; } }
            .cope-core-navigation .cope-core-navigation-top .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:nth-child(2) {
              justify-content: flex-start; }
              @media screen and (min-width: 768px) {
                .cope-core-navigation .cope-core-navigation-top .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:nth-child(2) {
                  max-width: 68px; } }
            @media screen and (min-width: 768px) {
              .cope-core-navigation .cope-core-navigation-top .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 {
                padding: 0;
                height: 58px;
                width: auto;
                max-width: 104px;
                border-bottom: 4px solid transparent;
                /* menu with longest text */
                /* last menu item flyout menu*/ }
                .cope-core-navigation .cope-core-navigation-top .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:nth-child(7) {
                  max-width: 142px; }
                .cope-core-navigation .cope-core-navigation-top .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:last-child ul.cope-core-navigation-top-section-links {
                  left: auto;
                  right: 0; } }
            .cope-core-navigation .cope-core-navigation-top .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 a {
              margin: 0 26px;
              font-family: var(--nni-font);
              background: transparent;
              color: #005AD2;
              font-size: 14px;
              line-height: 19px; }
              .cope-core-navigation .cope-core-navigation-top .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 a:hover {
                background: transparent;
                color: var(--brand-primary); }
              @media screen and (min-width: 768px) {
                .cope-core-navigation .cope-core-navigation-top .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 a {
                  margin: 0;
                  font-size: 16px;
                  line-height: 18px;
                  color: var(--brand-primary); } }
            .cope-core-navigation .cope-core-navigation-top .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.has-dropdown {
              cursor: pointer;
              /* plus/minus icon on mobile */ }
              .cope-core-navigation .cope-core-navigation-top .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.has-dropdown .cope-core-navigation-top-section-title {
                position: relative; }
                .cope-core-navigation .cope-core-navigation-top .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.has-dropdown .cope-core-navigation-top-section-title:before {
                  display: block;
                  background: #005AD2;
                  content: '';
                  position: absolute;
                  width: 2px;
                  height: 16px;
                  top: 15px;
                  right: 28px;
                  transform: rotate(90deg); }
                  @media screen and (min-width: 768px) {
                    .cope-core-navigation .cope-core-navigation-top .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.has-dropdown .cope-core-navigation-top-section-title:before {
                      display: none; } }
                .cope-core-navigation .cope-core-navigation-top .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.has-dropdown .cope-core-navigation-top-section-title:after {
                  display: block;
                  background: #005AD2;
                  content: '';
                  position: absolute;
                  width: 2px;
                  height: 16px;
                  top: 15px;
                  right: 28px;
                  transition: all 0.25s ease-out; }
                  @media screen and (min-width: 768px) {
                    .cope-core-navigation .cope-core-navigation-top .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.has-dropdown .cope-core-navigation-top-section-title:after {
                      display: none; } }
              .cope-core-navigation .cope-core-navigation-top .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.has-dropdown a {
                pointer-events: none; }
                @media screen and (min-width: 768px) {
                  .cope-core-navigation .cope-core-navigation-top .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.has-dropdown a {
                    pointer-events: all; } }
              .cope-core-navigation .cope-core-navigation-top .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.has-dropdown ul a {
                pointer-events: all;
              }
            .cope-core-navigation .cope-core-navigation-top .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.show-dropdown {
              background: white;
              font-weight: 600; }
              .cope-core-navigation .cope-core-navigation-top .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.show-dropdown .cope-core-navigation-top-section-title:after {
                transform: rotate(90deg); }
              .cope-core-navigation .cope-core-navigation-top .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.show-dropdown ul.cope-core-navigation-top-section-links {
                max-height: 500px; }
                @media screen and (min-width: 768px) {
                  .cope-core-navigation .cope-core-navigation-top .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.show-dropdown ul.cope-core-navigation-top-section-links {
                    transition: none;
                    max-height: none; } }
            .cope-core-navigation .cope-core-navigation-top .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 .cope-core-navigation-top-section-title-wrapper {
              padding: 10px 0;
              /* link has drop menu */ }
              .cope-core-navigation .cope-core-navigation-top .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 .cope-core-navigation-top-section-title-wrapper .has-children {
                position: relative;
                box-sizing: border-box;
                /* carent on tablet/desktop */ }
                @media screen and (min-width: 768px) {
                  .cope-core-navigation .cope-core-navigation-top .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 .cope-core-navigation-top-section-title-wrapper .has-children:after {
                    content: '';
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    border-bottom: 1px solid #808CB2;
                    border-right: 1px solid #808CB2;
                    transform: rotate(45deg);
                    right: -12px;
                    top: 4px; } }
            .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links {
              background-color: white;
              max-height: 0;
              overflow: hidden;
              padding: 0;
              transition: max-height 0.5s ease-out; }
              @media screen and (min-width: 768px) {
                .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links {
                  padding: 17px 0 22px;
                  max-height: none;
                  overflow: visible;
                  min-width: 200px;
                  border-top: 1px solid var(--brand-primary);
                  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 nav.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 {
                  top: 59px; } }
              .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links li.cope-core-navigation-top-link {
                text-align: left;
                font-family: var(--nni-font);
                color: #005AD2;
                font-size: 14px;
                line-height: 16px;
                margin: 0; }
                .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links li.cope-core-navigation-top-link:hover {
                  background: white;
                  color: #005AD2; }
                  .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links li.cope-core-navigation-top-link:hover a {
                    text-decoration: underline;
                    color: #005AD2; }
                .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links li.cope-core-navigation-top-link a {
                  font-weight: normal;
                  text-decoration: none;
                  border: none;
                  padding: 10px 0 10px 15px;
                  color: #005AD2 !important; }
                  .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links li.cope-core-navigation-top-link a:visited, .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links li.cope-core-navigation-top-link a:hover {
                    background: transparent;
                    color: #005AD2; }
                  @media screen and (min-width: 768px) {
                    .cope-core-navigation .cope-core-navigation-top .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 ul.cope-core-navigation-top-section-links li.cope-core-navigation-top-link a {
                      font-size: 14px;
                      line-height: 19px; } }
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container nav.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 nav.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 button.cope-core-navigation-top-mobile-only {
        pointer-events: all;
        color: #4a90e2;
        width: 44px;
        height: 20px;
        border: none;
        margin: 0; }
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container button.cope-core-navigation-top-mobile-only:before, .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container button.cope-core-navigation-top-mobile-only:after {
          display: none; }
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container button.cope-core-navigation-top-mobile-only span {
          width: 14px;
          height: 2px;
          background: #4a90e2;
          display: block;
          margin: 4px auto;
          transition: all 0.25s ease-in-out; }
      .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container label.cope-core-navigation-top-mobile-toggle-label {
        margin: 0;
        pointer-events: all; }
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container label.cope-core-navigation-top-mobile-toggle-label .menu-text,
        .cope-core-navigation .cope-core-navigation-top .cope-core-navigation-top-container label.cope-core-navigation-top-mobile-toggle-label .menu-close-text {
          font-size: 14px;
          line-height: 15px;
          font-family: var(--nni-font);
          color: var(--brand-primary); }
