@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
#nh-highlight {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1600px;
  padding: 1rem 0; }
  @media screen and (min-width: 768px) {
    #nh-highlight {
      padding: 3rem 0 2rem; } }
  #nh-highlight .slides {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding: .5rem; }
    @media print {
      #nh-highlight .slides {
        flex-wrap: wrap; } }
  #nh-highlight .slides-item {
    display: flex;
    flex-shrink: 0;
    position: relative;
    scroll-snap-align: start;
    border: solid 1px #eaeaec;
    border-radius: 5px;
    box-shadow: 0px 1px 4px #00000029;
    box-sizing: border-box;
    margin: .5rem;
    width: calc(100% - 1rem); }
    @media screen and (min-width: 550px) {
      #nh-highlight .slides-item {
        width: calc(85% - 1rem); } }
    @media screen and (min-width: 768px) {
      #nh-highlight .slides-item {
        width: calc(50% - 1rem); } }
    @media screen and (min-width: 1150px) {
      #nh-highlight .slides-item {
        width: calc(33% - 1rem); }
        #nh-highlight .slides-item:last-child {
          width: calc(34% - 1rem); } }
    @media print {
      #nh-highlight .slides-item {
        width: 100%; } }
    #nh-highlight .slides-item h3 {
      font-size: 1.2em;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: .5rem;
      margin-top: 1.2rem;
      letter-spacing: -1px;
      padding-bottom: 1px; }
    #nh-highlight .slides-item p {
      font-size: 1em;
      margin-bottom: 0;
      margin-top: .3rem;
      line-height: 1.2;
      display: none; }
    #nh-highlight .slides-item a:focus, #nh-highlight .slides-item a:hover {
      color: #0072CE; }
  #nh-highlight .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    border-radius: 5px;
    background-position: center center;
    background-size: cover; }
    #nh-highlight .slide-img.slide-position-x-left {
      background-position-x: left; }
    #nh-highlight .slide-img.slide-position-x-center {
      background-position-x: center; }
    #nh-highlight .slide-img.slide-position-x-right {
      background-position-x: right; }
    #nh-highlight .slide-img.slide-position-y-bottom {
      background-position-y: bottom; }
    #nh-highlight .slide-img.slide-position-y-center {
      background-position-y: center; }
    #nh-highlight .slide-img.slide-position-y-top {
      background-position-y: top; }
  #nh-highlight .slide-content {
    width: calc(70% - 1.5rem);
    margin-left: 30%;
    min-height: 30%;
    padding: 1rem; }

#nh-slide-container {
  display: none; }

.nh-swiper-buttons {
  text-align: right;
  margin: .2rem .3rem 1rem; }
  .nh-swiper-buttons button {
    color: #0772ce;
    border: solid 1px transparent;
    background-color: transparent;
    padding: 0.3rem 0.35rem;
    margin: 0;
    box-sizing: border-box; }
    .nh-swiper-buttons button svg {
      width: 25px;
      height: 25px;
      display: block; }
    .nh-swiper-buttons button:disabled {
      color: #949494; }
  .nh-swiper-buttons button:first-child svg {
    transform: scaleX(-1); }
  @media screen and (min-width: 1150px) {
    .nh-swiper-buttons {
      display: none; } }

#nh-highlight .slides {
  scrollbar-width: none; }

#nh-highlight .slides::-webkit-scrollbar {
  display: none; }

.nh-date-picker-container {
  display: flex; }
  .nh-date-picker-container .datepicker-arrow {
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: 0.1rem; }
    .nh-date-picker-container .datepicker-arrow svg {
      width: 14px;
      height: 14px; }

.datepicker-widget {
  position: relative;
  margin-bottom: 3rem; }
  .datepicker-widget input[type="text"] {
    vertical-align: middle; }
  .datepicker-widget .datepicker-toggle {
    vertical-align: middle;
    margin-top: 0.1rem; }
  .datepicker-widget input[type="text"] {
    border: none;
    border-bottom: solid 1px #999;
    width: 8rem;
    padding: 0.1rem 0.5rem;
    font-size: .9rem;
    font-family: inherit;
    margin-right: 1px;
    margin-bottom: 0.25rem; }
    @media screen and (max-width: 359px) {
      .datepicker-widget input[type="text"] {
        width: 7rem; } }
  .datepicker-widget .nh-datepicker-status {
    font-size: .875rem;
    max-width: 9.7rem; }
    @media screen and (max-width: 359px) {
      .datepicker-widget .nh-datepicker-status {
        max-width: 8.7rem; } }

.datepicker-toggle {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px; }
  .datepicker-toggle button {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    background-color: transparent;
    border: solid 1px transparent; }
  .datepicker-toggle input[type="date"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box; }
    .datepicker-toggle input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      margin: 0;
      padding: 0;
      cursor: pointer; }

#askContainer {
  position: fixed;
  right: 42px;
  top: 40vh;
  transform: rotate(270deg);
  transform-origin: top right;
  z-index: 14; }
  #askContainer .checkbox-embed {
    border: none;
    width: 100%;
    height: 100%; }
  #askContainer.open {
    height: 710px;
    width: 400px;
    position: fixed;
    right: 0.5rem;
    top: 1rem;
    z-index: 10;
    background-color: #F6F5F2;
    transform: none;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex; }
    @media screen and (max-width: 720px) {
      #askContainer.open {
        padding: 1rem;
        padding-top: 0.5rem;
        height: 100%;
        border-radius: 0; } }
    #askContainer.open #askContent {
      display: flex;
      flex-direction: column;
      flex: 1; }
      #askContainer.open #askContent h3 {
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: .5rem;
        margin-right: 1rem; }
      #askContainer.open #askContent .loading-dots {
        color: #1D252D;
        font-size: 1rem; }
      #askContainer.open #askContent #askInnerContent {
        display: flex;
        flex-direction: column;
        flex: 1; }
      #askContainer.open #askContent #msg-loading {
        font-size: 1rem;
        color: black;
        background-color: white;
        padding: 1rem;
        height: 443px;
        box-sizing: border-box;
        margin: 0; }
      #askContainer.open #askContent .survey-msg {
        font-size: .9rem;
        color: #333;
        line-height: 1.4;
        max-width: 15rem;
        text-align: center;
        margin: 1rem auto 0; }
      #askContainer.open #askContent .survey-msg-right {
        text-align: right; }
    #askContainer.open #btnClose {
      display: block;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23000' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E ");
      position: absolute;
      right: 0.5rem;
      top: 0.57rem;
      text-indent: -9999px;
      min-width: auto;
      border: none;
      padding: 0;
      width: 1.4rem;
      border-radius: 0;
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 1.4rem 1.4rem; }
    #askContainer.open #btnAsk {
      display: none; }
    #askContainer.open .loading-dots:before {
      content: none; }
    #askContainer.open .loading-dots span {
      animation-name: blink;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-fill-mode: both; }
    #askContainer.open .loading-dots span:nth-child(2) {
      animation-delay: .2s; }
    #askContainer.open .loading-dots span:nth-child(3) {
      animation-delay: .4s; }
@keyframes blink {
  0% {
    opacity: .1; }
  10% {
    opacity: .1; }
  20% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  #askContainer #btnAsk {
    background-color: #0072ce;
    color: #fff;
    border: solid 1px #cccccc33;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 0.75rem 1.5rem; }
  #askContainer #btnClose {
    display: none; }
  @media screen and (max-width: 720px) {
    #askContainer #btnAsk {
      padding: 0.75rem .9rem;
      font-size: .8rem; }
    #askContainer.open {
      width: 100% !important;
      right: 0 !important;
      top: 0 !important;
      position: fixed !important; } }
  #askContainer #msg-thanks#msg-thanks {
    color: black;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 1.5rem 4rem 0rem;
    line-height: 1.3;
    text-align: center; }
    #askContainer #msg-thanks#msg-thanks svg {
      display: block;
      margin: 1rem auto; }

#askContent {
  display: none; }

@media screen and (max-width: 720px) {
  #nh-banner #askContainer {
    top: 15px;
    position: absolute; } }

.survey-open #nh-filters {
  z-index: 0; }
.survey-open header[role="banner"] {
  z-index: 6; }

body.freezeScroll:not(.survey-open) #askContainer {
  display: none; }

.section-about #askContainer #btnAsk, .section-home #askContainer #btnAsk {
  display: none; }
.section-about #askContainer.open #btnAsk, .section-home #askContainer.open #btnAsk {
  display: none; }

#nh-container #nh-search-suggestions {
  border: solid 1px #ccc;
  position: absolute;
  width: 100%;
  background-color: white;
  top: 2.8rem;
  text-align: left;
  padding: 1rem;
  z-index: 3;
  border-radius: 5px;
  box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.2); }
  #nh-container #nh-search-suggestions ul {
    list-style-type: none; }
  #nh-container #nh-search-suggestions ul, #nh-container #nh-search-suggestions li {
    margin: 0;
    padding: 0; }
  #nh-container #nh-search-suggestions h3 {
    font-size: .9rem;
    margin: 0; }
    #nh-container #nh-search-suggestions h3:last-of-type {
      margin-top: 1rem; }
  #nh-container #nh-search-suggestions li {
    font-family: inherit;
    font-size: inherit;
    padding: .1rem .1rem .1rem 1.5rem;
    display: block;
    color: black;
    border: solid 1px transparent;
    border-radius: 3px;
    background-color: transparent;
    text-align: left; }
    #nh-container #nh-search-suggestions li:hover, #nh-container #nh-search-suggestions li:focus, #nh-container #nh-search-suggestions li.active {
      background-color: #eee;
      cursor: pointer; }
  #nh-container #nh-search-suggestions #btnSuggestionsClose {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23000' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E ");
    position: absolute;
    right: 0.5rem;
    top: 0.57rem;
    text-indent: -9999px;
    min-width: auto;
    border: none;
    padding: 0;
    width: 1.4rem;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem; }

#nh-notification {
  font-family: 'Poppins', Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  background-color: white;
  border: solid 1px #d5d4d4;
  position: fixed;
  top: 1rem;
  right: 1rem;
  border-radius: 8px;
  color: #1D252D;
  padding: 1.2rem 2rem 1rem;
  max-width: 400px;
  z-index: 99;
  opacity: 0;
  transform: translateX(420px);
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.2rem 0.5rem; }
  #nh-notification.show {
    opacity: 1;
    transform: translateX(0);
    transition: 400ms opacity, 300ms transform;
    transition-delay: .5s; }
  #nh-notification .notification-title {
    color: #0072ce;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0 0 .3rem; }
    #nh-notification .notification-title span {
      float: right;
      color: #1D252D;
      text-transform: initial;
      font-weight: 400;
      font-size: .75rem;
      margin-top: .05rem; }
  #nh-notification .notification-body {
    font-size: .875rem;
    line-height: 1.3;
    margin-bottom: 1rem; }
  #nh-notification .notification-close {
    position: absolute;
    top: -10px;
    left: -20px;
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: none; }
    #nh-notification .notification-close svg {
      width: 35px;
      height: 35px; }
  #nh-notification .nh-cta {
    background-color: #253746;
    border: solid 2px white;
    border-radius: 3rem;
    padding: 0.3rem 1rem;
    color: white;
    font-family: inherit;
    margin-right: 1rem;
    font-size: .9em; }
    #nh-notification .nh-cta:focus-visible {
      outline-color: black; }
  #nh-notification .link-style {
    font-size: 0.8em; }
  @media screen and (max-width: 767px) {
    #nh-notification {
      display: none; } }

html {
  scroll-behavior: initial; }
  html.freezeScroll {
    overscroll-behavior-y: contain; }

@media screen and (max-width: 767px) {
  .tools {
    display: none; } }
#main .site-outer {
  display: none; }
#main #nh-container + p {
  display: none; }
#main #nh-search-data {
  display: none; }

@media screen and (min-width: 768px) {
  header[role="banner"] {
    z-index: 14; } }
@media screen and (max-width: 720px) {
  body.freezeScroll {
    overflow: hidden;
    position: fixed; } }
.nh-ribbon {
  position: absolute;
  margin-left: 2rem;
  width: 70px;
  height: 34px;
  background-color: #7dc4eb;
  text-align: center;
  padding-top: 1rem;
  font-weight: 700;
  font-family: 'Poppins', Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  font-size: 1.1em; }
  .nh-ribbon.nh-ribbon-animation {
    top: -80px;
    animation: nh-drop forwards 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .nh-ribbon:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -24px;
    border-left: 35px solid #7dc4eb;
    border-right: 35px solid #7dc4eb;
    border-bottom: 25px solid transparent; }
    @media screen and (max-width: 767px) {
      .nh-ribbon:before {
        z-index: 2; } }
  @media screen and (min-width: 768px) {
    .nh-ribbon {
      z-index: 15; } }
  @media print {
    .nh-ribbon {
      display: none; }
      .nh-ribbon + p {
        display: none; } }

@keyframes nh-drop {
  0% {
    top: -80px; }
  100% {
    top: 0; } }
#nh-container {
  font-family: 'Poppins', Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif; }
  #nh-container h3, #nh-container h4, #nh-container p {
    color: #1D252D; }
  #nh-container h3 {
    font-size: 1.438em;
    font-weight: bold; }
  #nh-container img {
    height: auto; }
  #nh-container .accordion article > h1, #nh-container .accordion article > h2, #nh-container .accordion article > h3, #nh-container .accordion article > h4, #nh-container .accordion article > h5, #nh-container .accordion article > h6 {
    font-size: 1em; }
  #nh-container #nh-message {
    color: red;
    max-width: 1600px;
    margin: 2rem auto 0;
    padding-left: 10px; }
  #nh-container #nh-banner {
    background: linear-gradient(rgba(37, 55, 70, 0.7), #253746), url(https://download.asic.gov.au/media/xy1pe1wg/newsroom_banner.jpg);
    padding: 3rem 3rem;
    background-size: auto 495px;
    background-position-y: center; }
    #nh-container #nh-banner > div {
      max-width: 1600px;
      margin: 0 auto; }
    @media screen and (max-width: 779px) {
      #nh-container #nh-banner {
        padding: 2rem; } }
    #nh-container #nh-banner h1, #nh-container #nh-banner p {
      margin: 0;
      color: white; }
    #nh-container #nh-banner p {
      font-size: 1.750em;
      font-size: clamp(1em, 2vw, 1.75em); }
    #nh-container #nh-banner h1 {
      font-size: 2.5rem;
      font-size: clamp(2.25rem, 6vw, 2.5rem);
      display: flex;
      align-items: center;
      text-shadow: 0px 3px 6px #00000099;
      font-weight: 700;
      line-height: 1.25; }
      #nh-container #nh-banner h1 span {
        font-size: 36%;
        text-transform: uppercase;
        margin-top: 0.5em;
        margin-left: 1em;
        border-radius: 0.1em;
        background-color: #5cbee6;
        padding: 0.1em 0.75em;
        text-shadow: none;
        color: black; }
    @media print {
      #nh-container #nh-banner {
        display: none; } }
  #nh-container .nh-list-container {
    max-width: 1000px;
    margin: 5em auto;
    min-height: 150px;
    padding: 0 3rem;
    padding: 0 clamp(1rem, 5vw, 3rem);
    background-color: #fff; }
    #nh-container .nh-list-container.nh-list-less-padding {
      margin-top: 1.5rem; }
  #nh-container .nh-list {
    margin: 0;
    padding: 0; }
    #nh-container .nh-list h3 {
      font-size: 1.625rem;
      font-size: clamp(1.375rem, 4vw, 1.625rem);
      font-weight: 700;
      line-height: 1.25;
      margin-block-start: 1.33em;
      margin-block-end: 1.33em;
      overflow-wrap: anywhere; }
    #nh-container .nh-list li {
      list-style: none;
      position: relative;
      border: solid 1px #e5e5e5;
      border-radius: 3px;
      padding: 2rem 2.5rem;
      padding: clamp(2rem, 3vw, 2rem) clamp(1rem, 4vw, 2.5rem);
      margin-bottom: 1rem;
      background-color: #fbfbfb; }
      @media screen and (min-width: 600px) {
        #nh-container .nh-list li.nh-list-with-thumb {
          display: flex;
          padding: 1rem; }
          #nh-container .nh-list li.nh-list-with-thumb > :first-child {
            width: 160px;
            margin-right: 2rem;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border: solid 1px #ccc;
            border-radius: 5px; }
          #nh-container .nh-list li.nh-list-with-thumb > :last-child {
            flex: 1;
            padding: 1rem 0 0 0; } }
      #nh-container .nh-list li.nh-list-subscribe {
        background-color: #e6f1fa; }
        #nh-container .nh-list li.nh-list-subscribe h3 {
          margin-top: 0; }
        #nh-container .nh-list li.nh-list-subscribe p {
          max-width: 610px;
          display: inline-block; }
        #nh-container .nh-list li.nh-list-subscribe .nh-popup-subscribe {
          padding: .5em 4em;
          background-color: #0072CE;
          color: white;
          font-size: 1em;
          font-family: inherit;
          border: solid 1px transparent;
          text-decoration: none;
          font-weight: normal;
          display: inline-block;
          float: right;
          margin-top: -1em; }
        @media screen and (max-width: 1023px) {
          #nh-container .nh-list li.nh-list-subscribe p {
            display: block;
            max-width: 100%;
            margin-top: 1em; }
          #nh-container .nh-list li.nh-list-subscribe .nh-popup-subscribe {
            float: none;
            margin-top: 0; } }
  #nh-container .nh-list a, #nh-container .slides-item a {
    text-decoration: none; }
  #nh-container .nh-list li:hover h2 a, #nh-container .nh-list li:hover h3 a, #nh-container .nh-list li:focus-within h2 a, #nh-container .nh-list li:focus-within h3 a, #nh-container .slides-item li:hover h2 a, #nh-container .slides-item li:hover h3 a, #nh-container .slides-item li:focus-within h2 a, #nh-container .slides-item li:focus-within h3 a {
    color: #0072ce; }
  #nh-container .nh-list .nh-list-link, #nh-container .slides-item .nh-list-link {
    color: black;
    display: block;
    z-index: 1; }
    #nh-container .nh-list .nh-list-link::after, #nh-container .slides-item .nh-list-link::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: ' '; }
  #nh-container .nh-list p a, #nh-container .slides-item p a {
    z-index: 2;
    position: relative; }
    #nh-container .nh-list p a:hover, #nh-container .nh-list p a:focus, #nh-container .slides-item p a:hover, #nh-container .slides-item p a:focus {
      text-decoration: underline; }
  #nh-container .slides-item .slide-content > div {
    line-height: 1; }
  #nh-container .slides-item .nh-list-tag {
    display: none; }
  #nh-container .nh-list-date {
    font-size: 0.875rem;
    font-weight: 400;
    display: inline-block;
    line-height: 1.25;
    white-space: nowrap; }
  #nh-container .nh-list-tag {
    display: inline-block;
    color: black;
    background-color: #f0f0f0;
    border-radius: 20px;
    border: solid 1px transparent;
    font-size: 0.75em;
    font-family: inherit;
    padding: .5em 1.2em;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: 0.5em;
    z-index: 2;
    position: relative;
    line-height: 1.5; }
    @media (hover: hover) {
      #nh-container .nh-list-tag:hover {
        background-color: #cce3f5; } }
    #nh-container .nh-list-tag span {
      font-size: 75%;
      margin-left: .25em; }
    #nh-container .nh-list-tag[aria-pressed="true"] {
      background-color: #cce3f5; }
  #nh-container .nh-list-tag-clear {
    color: black;
    margin-left: 2rem; }
  #nh-container .nh-list-type {
    color: #0072ce;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 3rem; }
  #nh-container .nh-list-id {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1D252D; }
  #nh-container .hide {
    display: none !important; }

#nh-pagination-container {
  position: relative;
  margin: 3rem auto;
  padding: 1rem 0;
  display: table; }
  #nh-pagination-container a {
    margin-bottom: .5rem;
    text-align: center;
    box-sizing: border-box;
    min-width: 40px;
    padding: .5em;
    text-decoration: none;
    border: solid 1px transparent; }
    #nh-pagination-container a[aria-current="true"] {
      border: solid 1px;
      background: aliceblue; }
    #nh-pagination-container a:hover, #nh-pagination-container a:focus {
      background: aliceblue; }
  #nh-pagination-container > a {
    position: absolute; }
  #nh-pagination-container .nh-pagination-btn-first {
    left: -40px; }
  #nh-pagination-container .nh-pagination-btn-last {
    right: -40px; }
  #nh-pagination-container .nh-pagination-pages {
    margin: 0 auto;
    display: flex; }
    #nh-pagination-container .nh-pagination-pages section {
      display: flex;
      scroll-snap-align: start;
      scroll-snap-stop: always; }
    #nh-pagination-container .nh-pagination-pages::-webkit-scrollbar-track {
      background-color: #f0f0f0; }
    #nh-pagination-container .nh-pagination-pages::-webkit-scrollbar {
      height: 6px;
      background-color: #f0f0f0; }
    #nh-pagination-container .nh-pagination-pages::-webkit-scrollbar-thumb {
      background-color: #0072ce;
      border: 10px solid transparent; }
  #nh-pagination-container [aria-disabled="true"] {
    pointer-events: none;
    color: #f0f0f0; }
  #nh-pagination-container .nh-pagination-scroll {
    width: 400px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; }
    @media screen and (max-width: 499px) {
      #nh-pagination-container .nh-pagination-scroll {
        width: 200px; } }

#nh-filters {
  border: solid 1px #eaeaec;
  padding: 1.5rem 1.5rem;
  text-align: center;
  background-color: #fbfbfb;
  position: sticky;
  top: 0;
  z-index: 13;
  transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1); }
  @media screen and (min-width: 720px) and (max-height: 630px) {
    #nh-filters {
      position: relative;
      z-index: initial;
      top: initial; } }
  #nh-filters.stickyshadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0.2rem 0.5rem;
    border-bottom-color: #d5d4d4; }
  #nh-filters .nh-filters-tabs {
    display: inline-block;
    position: relative; }
  #nh-filters .nh-filters-tabs-search {
    position: relative; }
  #nh-filters .nh-filters-divider {
    display: inline-block;
    vertical-align: top; }
  #nh-filters.nh-filters-small {
    padding: 1.5rem; }
  #nh-filters #nh-tags-selected {
    margin-bottom: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .875em; }
  #nh-filters label[for="nh-search-input"], #nh-filters .filter-btn {
    background: #fafaf9;
    color: #1D252D;
    border: solid 1px #eaeaec;
    cursor: pointer;
    display: inline-block;
    padding: .5rem 1rem;
    margin: 0 .2rem 0 .2rem;
    text-transform: uppercase;
    font-size: 1.063em;
    font-family: inherit; }
    #nh-filters label[for="nh-search-input"]:hover, #nh-filters .filter-btn:hover {
      background-color: aliceblue; }
  #nh-filters .filter-btn[aria-current="true"], #nh-filters .filter-btn:active {
    background: #0072ce;
    color: #fff; }
  #nh-filters label[for="nh-search-input"], #nh-filters #nh-btn-search {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fdfdfd;
    padding: 0;
    box-sizing: border-box;
    width: 80px;
    height: 44px;
    margin: 0;
    position: relative; }
    #nh-filters label[for="nh-search-input"] svg, #nh-filters #nh-btn-search svg {
      width: 25px;
      height: 25px;
      position: absolute;
      left: 26px;
      top: 9px; }
  #nh-filters #nh-btn-search-mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.4' height='25.4' viewBox='0 0 25 25'%3E%3Cg fill='none' stroke='%23253746' stroke-width='2'%3E%3Ccircle cx='9.7' cy='9.7' r='9.7' stroke='none'/%3E%3Ccircle cx='9.7' cy='9.7' r='8.7'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23253746' stroke-width='2' d='m17 17 8 8'/%3E%3C/svg%3E");
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fdfdfd;
    padding: 0.5rem 2rem;
    box-sizing: border-box;
    width: 80px;
    margin-right: 0;
    margin-left: 0;
    color: #1D252D;
    border: solid 1px #cccccc;
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.2rem 0 0.2rem;
    text-transform: uppercase;
    font-size: 1.063em;
    font-family: inherit; }
    @media screen and (min-width: 721px) {
      #nh-filters #nh-btn-search-mobile {
        display: none; } }
  #nh-filters .filter-btn:first-child {
    margin-left: 0; }
  #nh-filters .search-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none; }
    #nh-filters .search-container > * {
      box-sizing: border-box; }
    #nh-filters .search-container #nh-search-input {
      position: absolute;
      left: 0;
      width: calc(100% - 80px);
      background-color: transparent;
      transition: clip-path 250ms;
      clip-path: inset(0% 0% 0% 100%);
      padding: .65rem 1rem 0.5rem;
      font-size: 1.063em;
      outline: none;
      border: none;
      line-height: 1;
      font-family: inherit; }
    #nh-filters .search-container #nh-btn-search {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
      #nh-filters .search-container #nh-btn-search:hover, #nh-filters .search-container #nh-btn-search:focus {
        background-color: aliceblue; }
    #nh-filters .search-container .border {
      border: 1px solid #CCCCCC;
      border-radius: 5px;
      transition: width 250ms;
      width: 80px;
      height: 44px;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      pointer-events: none; }
    #nh-filters .search-container .bg {
      background-color: white;
      position: absolute;
      top: 0;
      right: 80px;
      bottom: 0;
      width: 0;
      transition: width 250ms; }
    #nh-filters .search-container #nh-btn-show-advanced-search {
      position: absolute;
      top: .5em;
      right: -11.1em;
      padding: .2rem .9rem;
      opacity: 0;
      transition: opacity 250ms;
      pointer-events: all; }
      @media screen and (max-width: 990px) {
        #nh-filters .search-container #nh-btn-show-advanced-search {
          top: -1.7rem;
          right: 0rem;
          background: transparent;
          padding: .2rem; } }
  #nh-filters .search-container:focus-within, #nh-filters.nh-advanced-search-visible .search-container {
    pointer-events: initial; }
    #nh-filters .search-container:focus-within .border, #nh-filters.nh-advanced-search-visible .search-container .border {
      width: 100%; }
    #nh-filters .search-container:focus-within .bg, #nh-filters.nh-advanced-search-visible .search-container .bg {
      width: calc(100% - 80px); }
    #nh-filters .search-container:focus-within #nh-btn-search, #nh-filters.nh-advanced-search-visible .search-container #nh-btn-search {
      opacity: 1; }
    #nh-filters .search-container:focus-within #nh-search-input, #nh-filters.nh-advanced-search-visible .search-container #nh-search-input {
      clip-path: inset(0%); }
    #nh-filters .search-container:focus-within #nh-btn-show-advanced-search, #nh-filters.nh-advanced-search-visible .search-container #nh-btn-show-advanced-search {
      opacity: 1; }
  @media screen and (min-width: 721px) {
    #nh-filters #nh-filters-search.hide {
      display: inline-block !important; }
    #nh-filters #nh-btn-show-suggestions {
      display: none; } }
  @media screen and (max-width: 720px) {
    #nh-filters {
      /*padding-top: 1.5rem;
      padding-bottom: 1.5rem;*/
      padding-bottom: 0.5rem; } }
  @media screen and (max-width: 720px) and (pointer: coarse) {
    #nh-filters {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 720px) {
      #nh-filters #nh-tags-selected {
        margin-top: 0;
        margin-left: 1rem;
        overflow-x: scroll;
        padding-bottom: .5rem; } }
    @media screen and (max-width: 720px) and (pointer: fine) {
      #nh-filters #nh-tags-selected::-webkit-scrollbar {
        height: 6px;
        background-color: #f0f0f0; }
      #nh-filters #nh-tags-selected::-webkit-scrollbar-thumb {
        background-color: #bcbdbc;
        border: 10px solid transparent; }
      #nh-filters #nh-tags-selected::-webkit-scrollbar-track {
        background-color: #f0f0f0; } }
  @media screen and (max-width: 720px) {
      #nh-filters .search-container {
        pointer-events: initial; }
        #nh-filters .search-container .border {
          width: 100%; }
        #nh-filters .search-container .bg {
          width: 0 !important; }
        #nh-filters .search-container #nh-btn-search {
          opacity: 1; }
        #nh-filters .search-container #nh-search-input {
          clip-path: inset(0%); }
        #nh-filters .search-container #nh-btn-show-advanced-search {
          opacity: 1;
          right: initial;
          bottom: -1.5rem;
          top: initial;
          left: -2px; } }
  #nh-filters #nh-btn-show-suggestions {
    position: absolute;
    opacity: 1;
    right: initial;
    bottom: -1.5rem;
    top: initial;
    left: .5rem; }
  #nh-filters .nh-advanced-search {
    display: none; }
  #nh-filters.nh-advanced-search-visible #nh-btn-show-advanced-search {
    display: none; }
  #nh-filters.nh-advanced-search-visible .nh-advanced-search {
    display: block;
    position: absolute;
    top: -1rem;
    left: -1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border: solid 1px transparent;
    width: 100%;
    text-align: left;
    padding: 3.7rem 1rem 1rem;
    z-index: 5;
    background: white; }
    #nh-filters.nh-advanced-search-visible .nh-advanced-search .nh-loading-dots {
      margin-left: 0.5rem;
      font-size: .8rem; }
    #nh-filters.nh-advanced-search-visible .nh-advanced-search #nh-search-search-type {
      display: none; }
    #nh-filters.nh-advanced-search-visible .nh-advanced-search .twocol {
      display: flex;
      margin: 2rem 0;
      /*.limit-height {
        height: 4.6em;
        padding-right: 1.9em;
        position: relative;
        overflow: hidden;
        &.no-limit {
          height: auto;
          padding-right: 0;
        }
      }
      #nh-btn-show-all-topics {
        position: absolute;
        right: 0;
        bottom: 0.6rem;
        
      }*/ }
      #nh-filters.nh-advanced-search-visible .nh-advanced-search .twocol h3 {
        font-weight: bold;
        width: 5rem;
        margin: 0;
        font-size: 1rem; }
      #nh-filters.nh-advanced-search-visible .nh-advanced-search .twocol > div {
        flex: 1; }
      #nh-filters.nh-advanced-search-visible .nh-advanced-search .twocol label {
        margin-right: 1rem; }
      #nh-filters.nh-advanced-search-visible .nh-advanced-search .twocol .nh-list-tag {
        font-family: inherit;
        font-size: .8rem; }
      @media screen and (max-width: 420px) {
        #nh-filters.nh-advanced-search-visible .nh-advanced-search .twocol {
          display: block; }
          #nh-filters.nh-advanced-search-visible .nh-advanced-search .twocol h3 {
            margin: 0 0 1rem; } }
    #nh-filters.nh-advanced-search-visible .nh-advanced-search .nh-advanced-search-buttons {
      margin: 3rem 1rem 1rem 5rem; }
      @media screen and (max-width: 420px) {
        #nh-filters.nh-advanced-search-visible .nh-advanced-search .nh-advanced-search-buttons {
          margin-left: 0; } }
    #nh-filters.nh-advanced-search-visible .nh-advanced-search #nh-btn-go {
      background-color: #253746;
      border: solid 2px white;
      border-radius: 3rem;
      padding: 0.3rem 2rem;
      color: white;
      font-family: inherit;
      margin-right: 1rem; }
      #nh-filters.nh-advanced-search-visible .nh-advanced-search #nh-btn-go:focus-visible {
        outline-color: black; }
  #nh-filters.nh-advanced-search-visible .nh-filters-tabs {
    z-index: 3;
    max-width: 966px;
    width: 100%;
    margin: 0 auto; }
  #nh-filters.nh-advanced-search-visible .nh-filters-tabs-search {
    z-index: 6; }
  @media screen and (max-width: 720px) {
    #nh-filters.nh-advanced-search-visible .nh-filters-tabs {
      position: initial; }
    #nh-filters.nh-advanced-search-visible .nh-advanced-search {
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      box-shadow: none;
      z-index: 10;
      overflow-y: scroll;
      padding-top: 5rem;
      padding-right: .5rem; }
      #nh-filters.nh-advanced-search-visible .nh-advanced-search::after {
        content: '';
        background: #f0f0f0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 5.8rem;
        z-index: 11;
        border-bottom: solid 1px #d7d7d7;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); }
      #nh-filters.nh-advanced-search-visible .nh-advanced-search.nh-advanced-search-suggestions-empty::after {
        height: 4.8rem; }
    #nh-filters.nh-advanced-search-visible #nh-filters-search {
      position: fixed;
      top: 1rem;
      left: 1rem;
      z-index: 11;
      width: calc(100% - 2rem); }
    #nh-filters.nh-advanced-search-visible .nh-filters-tabs-search {
      position: initial; }
    #nh-filters.nh-advanced-search-visible #nh-filters.nh-advanced-search-visible .nh-advanced-search .nh-advanced-search-buttons {
      margin-top: 0; } }
  @media screen and (max-width: 720px) {
    #nh-filters .nh-filters-divider {
      display: block;
      position: relative;
      max-width: 560px; }
    #nh-filters .nh-filters-divider:first-child {
      overflow: auto;
      white-space: nowrap;
      width: calc(100vw - 3rem);
      max-width: 100%;
      padding-bottom: 0.5em; } }
  @media screen and (max-width: 720px) and (pointer: coarse) {
    #nh-filters .nh-filters-divider:first-child {
      width: calc(100vw - 1rem); } }
  @media screen and (max-width: 720px) and (pointer: fine) {
    #nh-filters .nh-filters-divider:first-child::-webkit-scrollbar {
      height: 6px;
      background-color: #f0f0f0; }
    #nh-filters .nh-filters-divider:first-child::-webkit-scrollbar-thumb {
      background-color: #bcbdbc;
      border: 10px solid transparent; }
    #nh-filters .nh-filters-divider:first-child::-webkit-scrollbar-track {
      background-color: #f0f0f0; } }
  @media screen and (max-width: 720px) {
    #nh-filters .search-container #nh-search-input {
      background-color: white;
      clip-path: initial; } }
  #nh-filters .nh-simple-search #nh-filters-search {
    display: block !important; }
  #nh-filters .nh-simple-search label[for="nh-search-input"], #nh-filters .nh-simple-search #nh-btn-show-advanced-search, #nh-filters .nh-simple-search #nh-btn-search-mobile {
    display: none; }
  #nh-filters .nh-simple-search .search-container {
    position: static;
    margin-top: 1em;
    pointer-events: auto; }
    #nh-filters .nh-simple-search .search-container .bg {
      display: none; }
    #nh-filters .nh-simple-search .search-container .border {
      display: none; }
    #nh-filters .nh-simple-search .search-container #nh-search-input {
      position: static;
      transition: none;
      clip-path: none;
      outline: none;
      border: solid 1px #e5e5e5;
      vertical-align: middle; }
    #nh-filters .nh-simple-search .search-container #nh-btn-search {
      position: relative;
      opacity: 1;
      border: solid 1px #e5e5e5;
      vertical-align: middle;
      border-left-color: transparent;
      border-radius: 0 5px 5px 0;
      height: 46px; }
  @media print {
    #nh-filters {
      display: none; } }

button.link-style {
  background-color: transparent;
  border: solid 1px transparent;
  font-family: inherit;
  text-decoration: underline;
  font-size: .9em; }

#nh-mr-link-back-container {
  max-width: 1600px;
  margin: 3rem auto;
  margin: clamp(1rem, 5vw, 3rem) auto; }
  #nh-mr-link-back-container a {
    color: #1D252D;
    text-decoration: none;
    font-size: 1.063em;
    display: inline-block;
    padding-right: 1rem; }
    #nh-mr-link-back-container a > * {
      vertical-align: middle; }
    #nh-mr-link-back-container a:hover, #nh-mr-link-back-container a:focus {
      text-decoration: underline; }
  #nh-mr-link-back-container svg {
    margin-right: .8em;
    transform: scale(1.2);
    margin-bottom: 2px; }

#nh-tags-selected .nh-list-tag[aria-pressed="true"] {
  position: relative;
  border-radius: 5px;
  font-size: 1em;
  padding: .2em  1.8rem .2em 0.5em;
  background-color: #ffffff;
  border-color: #cce3f5;
  margin-bottom: .1em; }
  #nh-tags-selected .nh-list-tag[aria-pressed="true"] span {
    display: inline-block;
    margin-left: 0.4rem;
    border-radius: 50%;
    border: solid 2px #cce3f5;
    background: #fff;
    width: 1rem;
    height: 1rem;
    position: absolute;
    font-size: 0.9rem;
    line-height: 1.2; }
  #nh-tags-selected .nh-list-tag[aria-pressed="true"]:hover span {
    background-color: #cce3f5; }

#nh-no-items {
  text-align: center; }

.nh-loading-dots:before {
  content: none; }
.nh-loading-dots span {
  animation-name: nh-blink;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both; }
.nh-loading-dots span:nth-child(2) {
  animation-delay: .2s; }
.nh-loading-dots span:nth-child(3) {
  animation-delay: .4s; }

@keyframes nh-blink {
  0% {
    opacity: .1; }
  10% {
    opacity: .1; }
  20% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@media screen and (max-width: 1023px) {
  .slide-content p,
  #nh-all-items p {
    display: none; }

  #nh-container .nh-list li {
    box-shadow: 0px 1px 4px #00000029; }

  #nh-container .nh-list h3 {
    max-width: 100%;
    margin-bottom: 0.5em;
    line-height: 1.3; }

  /*#nh-highlight .slides-item h2 {
    font-size: 2rem;
    font-size: clamp(1.0rem, 3vw, 2rem)
  }
  #nh-highlight .slide-content {
    padding-right: 1rem;
  }*/ }
@media screen and (max-width: 720px) {
  #nh-container .nh-list-container {
    padding-left: .5rem;
    padding-right: .5rem; }
    #nh-container .nh-list-container #nh-tags-selected {
      padding-left: 2.5rem;
      padding-left: clamp(1rem, 4vw, 2.5rem); }
    #nh-container .nh-list-container #nh-loading-container {
      padding-left: 2.5rem;
      padding-left: clamp(1rem, 4vw, 2.5rem); }

  #nh-container .nh-list li:not(:first-child) {
    border-top: none; }
  #nh-container .nh-list h3 {
    margin-block-start: .5em;
    margin-block-end: 0;
    margin-bottom: 0; } }
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

h2.line-clamp {
  -webkit-line-clamp: 2; }

h3.line-clamp {
  -webkit-line-clamp: 2; }

p.line-clamp {
  -webkit-line-clamp: 2; }

@media screen and (max-width: 1023px) {
  h2.line-clamp {
    -webkit-line-clamp: 2; } }
.nh-select {
  margin-left: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  font: normal normal normal 1rem/100% 'Poppins',sans-serif;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-size: 0.65rem auto, 100%;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  appearance: none;
  border: 0.05rem solid #d0d0d0;
  background-position-x: 95%;
  background-position-y: 50%; }

#nh-mr-container .nh-article-actions {
  padding: 0 0 .5em 0;
  margin-right: 1rem;
  overflow: initial;
  text-align: right; }
  #nh-mr-container .nh-article-actions button {
    background-color: transparent;
    border: solid 1px transparent;
    font-family: inherit; }
  #nh-mr-container .nh-article-actions > button {
    padding: .5rem;
    color: #253746; }
    #nh-mr-container .nh-article-actions > button svg {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      margin-right: .5rem; }
    #nh-mr-container .nh-article-actions > button span {
      vertical-align: middle;
      color: black; }
#nh-mr-container #nh-article-share {
  margin-left: 1.2rem; }
@media all and (-ms-high-contrast: none) {
  #nh-mr-container #nh-article-print {
    padding-left: 5.5em; } }
#nh-mr-container #nh-share-options {
  text-align: left;
  width: fit-content;
  position: absolute;
  right: 0;
  background: #fbfbfb;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: .5em 0;
  margin-top: .5em;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); }
  #nh-mr-container #nh-share-options ul {
    list-style: none;
    margin-right: initial;
    padding: 0;
    margin: 0; }
  #nh-mr-container #nh-share-options li {
    margin: 0;
    padding: 0; }
  #nh-mr-container #nh-share-options a {
    display: block;
    text-decoration: none;
    padding: .5em 1.2em;
    vertical-align: middle;
    font-size: 80%;
    color: #253746;
    /*&.share-twitter .share-icon  {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23253746' d='m459 152 1 13c0 139-106 299-299 299-59 0-115-17-161-47a217 217 0 0 0 156-44c-47-1-85-31-98-72l19 1c10 0 19-1 28-3-48-10-84-52-84-103v-2c14 8 30 13 47 14A105 105 0 0 1 36 67c51 64 129 106 216 110-2-8-2-16-2-24a105 105 0 0 1 181-72c24-4 47-13 67-25-8 24-25 45-46 58 21-3 41-8 60-17-14 21-32 40-53 55z'/%3E%3C/svg%3E");
    }
    &.share-facebook .share-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23253746' d='M504 256a248 248 0 1 0-287 245V328h-63v-72h63v-55c0-62 37-96 94-96 27 0 55 5 55 5v61h-31c-31 0-40 19-40 38v47h69l-11 72h-58v173a248 248 0 0 0 209-245z'/%3E%3C/svg%3E");
    }
    &.share-linkedin .share-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23253746' d='M416 32H32C14 32 0 47 0 64v384c0 18 14 32 32 32h384c18 0 32-14 32-32V64c0-17-14-32-32-32zM135 416H69V202h67v214zm-33-243a39 39 0 1 1 0-77 39 39 0 0 1 0 77zm282 243h-66V312c0-25-1-57-35-57s-40 27-40 55v106h-66V202h64v29h1c9-16 30-34 63-34 67 0 79 44 79 102v117z'/%3E%3C/svg%3E");
    }
    &.share-email .share-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23253746' d='M48 64a48 48 0 0 0-29 86l218 164c11 8 27 8 38 0l218-164a48 48 0 0 0-29-86H48zM0 176v208c0 35 29 64 64 64h384c35 0 64-29 64-64V176L294 339a64 64 0 0 1-76 0L0 176z'/%3E%3C/svg%3E");
    }*/ }
    #nh-mr-container #nh-share-options a:hover {
      background-color: rgba(37, 55, 70, 0.11); }
    #nh-mr-container #nh-share-options a .share-icon {
      width: 1.5em;
      height: 1.5em;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.8em;
      color: #253746; }
      #nh-mr-container #nh-share-options a .share-icon svg {
        max-height: 18px;
        width: 20px;
        display: inline-block; }

.nh-contact {
  position: relative;
  color: #fff; }
  .nh-contact a {
    color: #fff; }
    .nh-contact a.space {
      margin: 0 1em; }
  .nh-contact:after {
    content: "";
    display: block;
    width: 1px;
    height: 2.5em;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: -0.5em; }
  @media screen and (max-width: 920px) {
    .nh-contact {
      text-align: center;
      width: 100%;
      margin-bottom: 1.5em; }
      .nh-contact span {
        display: block;
        line-height: 2;
        font-size: 1.5em; }
      .nh-contact:after {
        width: 8em;
        height: 1px;
        left: calc(50% - 4em);
        bottom: -1.5em;
        top: auto; } }

.nh-social-media {
  left: 0;
  bottom: -6rem;
  width: 100%;
  position: fixed;
  z-index: 3;
  transition: bottom .5s linear; }
  .nh-social-media > div {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 0;
    padding-left: 2.5rem;
    padding-left: clamp(1rem, 4vw, 2.5rem);
    background-color: #fafaf8;
    border: solid 1px #e3e3e2;
    border-radius: 3px; }
  .nh-social-media.show {
    bottom: 0; }
  .nh-social-media h2 {
    margin: 0;
    font-weight: bold;
    flex-basis: 30%; }
  .nh-social-media div {
    flex: 1 1 0px; }
  .nh-social-media a {
    display: block;
    text-decoration: none;
    padding: .5em 1.2em;
    vertical-align: middle;
    font-weight: bold;
    color: #253746; }
    .nh-social-media a:hover {
      color: #0072ce; }
    .nh-social-media a .share-icon {
      width: 1.5em;
      height: 1.5em;
      display: inline-block;
      vertical-align: middle;
      background: no-repeat;
      margin-right: 0.8em;
      background-position: center center; }
    .nh-social-media a.share-twitter .share-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23619aeb' d='m459 152 1 13c0 139-106 299-299 299-59 0-115-17-161-47a217 217 0 0 0 156-44c-47-1-85-31-98-72l19 1c10 0 19-1 28-3-48-10-84-52-84-103v-2c14 8 30 13 47 14A105 105 0 0 1 36 67c51 64 129 106 216 110-2-8-2-16-2-24a105 105 0 0 1 181-72c24-4 47-13 67-25-8 24-25 45-46 58 21-3 41-8 60-17-14 21-32 40-53 55z'/%3E%3C/svg%3E"); }
    .nh-social-media a.share-facebook .share-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23637ab9' d='M504 256a248 248 0 1 0-287 245V328h-63v-72h63v-55c0-62 37-96 94-96 27 0 55 5 55 5v61h-31c-31 0-40 19-40 38v47h69l-11 72h-58v173a248 248 0 0 0 209-245z'/%3E%3C/svg%3E"); }
    .nh-social-media a.share-linkedin .share-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%235283c4' d='M416 32H32C14 32 0 47 0 64v384c0 18 14 32 32 32h384c18 0 32-14 32-32V64c0-17-14-32-32-32zM135 416H69V202h67v214zm-33-243a39 39 0 1 1 0-77 39 39 0 0 1 0 77zm282 243h-66V312c0-25-1-57-35-57s-40 27-40 55v106h-66V202h64v29h1c9-16 30-34 63-34 67 0 79 44 79 102v117z'/%3E%3C/svg%3E"); }
    .nh-social-media a.share-email .share-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23253746' d='M48 64a48 48 0 0 0-29 86l218 164c11 8 27 8 38 0l218-164a48 48 0 0 0-29-86H48zM0 176v208c0 35 29 64 64 64h384c35 0 64-29 64-64V176L294 339a64 64 0 0 1-76 0L0 176z'/%3E%3C/svg%3E"); }
  @media screen and (max-width: 750px) {
    .nh-social-media div div {
      flex: none; } }
  @media screen and (max-width: 720px) {
    .nh-social-media > div {
      display: block;
      overflow: hidden; }
    .nh-social-media div > * {
      display: inline-block; }
    .nh-social-media .share-name {
      visibility: hidden;
      position: absolute;
      width: 1px;
      height: 1px; }
    .nh-social-media a .share-icon {
      margin-right: 0; }
    .nh-social-media h2 {
      margin-right: 1rem;
      vertical-align: middle; } }
  @media screen and (max-width: 450px) {
    .nh-social-media h2 {
      font-size: 1.1rem; } }
  @media screen and (max-width: 390px) {
    .nh-social-media a {
      padding: 0.5em 0.5em; } }
  @media print {
    .nh-social-media {
      display: none; } }

#nh-container .nh-social-media-list {
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-left: clamp(1rem, 4vw, 2.5rem);
  padding-right: clamp(1rem, 4vw, 2.5rem);
  overflow: auto;
  box-sizing: border-box; }
  #nh-container .nh-social-media-list.nh-social-media-list-loading {
    min-height: 750px; }
  #nh-container .nh-social-media-list h2 {
    font-weight: bold; }
  #nh-container .nh-social-media-list > div:not(.skip-link-container) {
    display: inline-block;
    width: 32%;
    float: left;
    margin-right: 2%; }
    #nh-container .nh-social-media-list > div:not(.skip-link-container):last-child {
      margin-right: 0; }
    #nh-container .nh-social-media-list > div:not(.skip-link-container) h3 {
      font-size: 1.2em;
      margin-bottom: .5rem;
      margin-top: 2rem; }
    @media screen and (max-width: 990px) {
      #nh-container .nh-social-media-list > div:not(.skip-link-container) {
        display: block;
        width: auto;
        float: none;
        margin-right: 0;
        max-width: 550px; } }
  #nh-container .nh-social-media-list .linkedin-embed iframe {
    border: 1px solid #dddfe2; }
  #nh-container .nh-social-media-list img {
    margin: 0 1rem;
    max-width: calc(100% - 2rem); }
  @media print {
    #nh-container .nh-social-media-list {
      display: none; } }

.nh-contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #172c36;
  padding: 2em 1em; }
  @media screen and (max-width: 920px) {
    .nh-contact-container {
      flex-wrap: wrap; } }

.nh-newsletter {
  color: #fff !important;
  margin-left: 1em; }
  @media screen and (max-width: 920px) {
    .nh-newsletter {
      text-align: center;
      margin-left: 0;
      width: 100%;
      margin-top: 1.75em; }
      .nh-newsletter span {
        display: block;
        margin-bottom: 1em;
        font-size: 1.5em; } }
  .nh-newsletter > div {
    margin: 0 auto;
    max-width: 1093px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 920px) {
      .nh-newsletter > div {
        flex-direction: column; } }
  .nh-newsletter p {
    margin-right: 1rem !important;
    color: #fff !important; }
    @media screen and (max-width: 920px) {
      .nh-newsletter p {
        margin-right: 0; } }
  .nh-newsletter input[type="email"] {
    flex: 1;
    border: solid 1px #ccc;
    padding: .5em 1.5em; }
    @media screen and (max-width: 920px) {
      .nh-newsletter input[type="email"] {
        padding: 1em 1.5em;
        margin-bottom: 1rem; } }
  .nh-newsletter button, .nh-newsletter .nh-button {
    padding: .5em 2.5em;
    background-color: #0072CE;
    color: white;
    font-family: inherit;
    border: solid 1px transparent;
    text-decoration: none;
    margin-left: 1em; }
    @media screen and (max-width: 920px) {
      .nh-newsletter button, .nh-newsletter .nh-button {
        margin-left: 0; } }
  .nh-newsletter p {
    max-width: 1000px;
    text-align: right;
    margin: 1rem auto; }
    @media screen and (max-width: 920px) {
      .nh-newsletter p {
        text-align: center; } }
    .nh-newsletter p a {
      color: #1d2566; }

.nh-popup {
  max-width: 520px;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 2.8rem;
  background: #E7F5F5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #29374566;
  border-radius: 5px 5px 0 0;
  bottom: -26rem;
  position: fixed;
  z-index: 13;
  right: 3rem;
  transition: bottom .8s linear; }
  @media screen and (max-width: 615px) {
    .nh-popup {
      right: 2rem;
      left: 2rem;
      max-width: none;
      width: auto; } }
  @media screen and (max-width: 430px) {
    .nh-popup {
      padding: 2rem;
      right: 1rem;
      left: 1rem; }
      .nh-popup.nh-popup h2 {
        font-size: 1.35rem; } }
  @media print {
    .nh-popup {
      display: none !important; } }
  .nh-popup.show {
    bottom: -1px; }
  .nh-popup.hide {
    display: none !important; }
  .nh-popup h2 {
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: -0.7px;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1D252D; }
  .nh-popup input {
    border: solid 1px #ccc;
    padding: 1em 1.5em;
    width: calc(100% - 3em);
    margin: 1rem 0; }
  .nh-popup .nh-popup-subscribe {
    padding: .5em 4em;
    background-color: #0072CE;
    color: white;
    font-size: 1em;
    font-family: inherit;
    border: transparent;
    text-decoration: none;
    font-weight: normal;
    display: inline-block; }
  .nh-popup a {
    color: #1d2566;
    display: block;
    font-weight: bold;
    font-size: 80%;
    margin-top: 0.8rem; }
  .nh-popup .nh-popup-close {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    padding: 5px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    right: -21px;
    top: -24px; }
    .nh-popup .nh-popup-close .icon {
      border: solid 1px #ccc;
      background: white;
      display: block;
      width: 38px;
      border-radius: 50%;
      height: 38px;
      box-sizing: border-box; }
      .nh-popup .nh-popup-close .icon::before, .nh-popup .nh-popup-close .icon::after {
        content: '';
        display: block;
        width: 17px;
        height: 2px;
        background-color: #242424;
        position: absolute; }
      .nh-popup .nh-popup-close .icon::before {
        top: 24px;
        left: 16px;
        transform: rotate(45deg); }
      .nh-popup .nh-popup-close .icon::after {
        top: 24px;
        left: 16px;
        transform: rotate(135deg); }
    .nh-popup .nh-popup-close:hover .icon, .nh-popup .nh-popup-close:focus .icon {
      background: aliceblue;
      border: solid 1px #29374566; }

.visuallyhidden {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#nh-container .nh-list-info {
  display: flex;
  align-items: center;
  column-gap: 1rem; }
  #nh-container .nh-list-info .nh-list-type {
    display: block;
    margin-right: 0;
    white-space: nowrap; }
  @media screen and (max-width: 720px) {
    #nh-container .nh-list-info {
      flex-wrap: wrap;
      /*align-items: flex-start;
      flex-direction: column;
      row-gap: 0.7rem;*/ }
      #nh-container .nh-list-info div:last-child {
        overflow: auto;
        width: 100%;
        padding-bottom: 0.5em;
        z-index: 2;
        margin-left: -.5rem;
        margin-top: .5rem; } }
    @media screen and (max-width: 720px) and (pointer: fine) {
      #nh-container .nh-list-info div:last-child::-webkit-scrollbar {
        height: 6px;
        background-color: #f0f0f0; }
      #nh-container .nh-list-info div:last-child::-webkit-scrollbar-thumb {
        background-color: #bcbdbc;
        border: 10px solid transparent; }
      #nh-container .nh-list-info div:last-child::-webkit-scrollbar-track {
        background-color: #f0f0f0; } }
  @media screen and (max-width: 720px) {
        #nh-container .nh-list-info div:last-child .nh-list-tag:last-child {
          margin-right: 0; } }

#nh-container .swiper-pagination {
  z-index: 1; }

/* bring in blockquote style which still hasn't been added to global asic css */
.blue-quote {
  border-left: 8px solid #253746;
  color: #0072ce;
  font-size: 1.5em !important;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1em;
  margin: 1.5em 0; }

.blue-quote p {
  padding: .5em 0; }

#main .site-outer {
  display: none; }

#nh-article-body .hide-newsroom {
  display: none; }

#nh-mr-container {
  max-width: 890px;
  margin: 5rem auto;
  margin: clamp(1rem, 6vw, 4.5rem) auto; }
  #nh-mr-container h1 {
    color: #1D252D;
    font-size: 2.5rem;
    font-size: clamp(1.375rem, 7vw, 2.5rem);
    letter-spacing: -1px;
    line-height: 1.25;
    font-weight: 700;
    max-width: 90%;
    overflow-wrap: anywhere; }
  #nh-mr-container h2, #nh-mr-container p, #nh-mr-container li {
    color: #222; }
  #nh-mr-container h2 {
    font-size: 1.438rem;
    margin-top: 2rem;
    font-weight: bold; }
  #nh-mr-container p, #nh-mr-container li {
    font-size: 1rem; }
  #nh-mr-container li {
    margin-bottom: .8rem;
    margin-left: 2rem;
    padding-left: .8rem; }
  #nh-mr-container ul {
    margin-right: 2rem; }
  #nh-mr-container thead p {
    color: #fff; }
  @media screen and (max-width: 499px) {
    #nh-mr-container ul, #nh-mr-container ol {
      padding-left: 0;
      margin-right: 0; } }
  #nh-mr-container .nh-mr-type {
    color: #0072ce;
    text-transform: uppercase;
    font-size: 1rem;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 500;
    margin-right: 1rem; }
  #nh-mr-container .nh-mr-id {
    color: #1D252D;
    font-size: 1rem;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 500; }
  #nh-mr-container header {
    background-color: #daf4f5;
    padding: 2rem 2rem 2rem 3rem;
    padding: 2rem clamp(1rem, 3vw, 2rem) 2rem clamp(1rem, 5vw, 3rem);
    display: flex;
    align-items: flex-start; }
    #nh-mr-container header > div {
      flex-grow: 1; }
    #nh-mr-container header .nh-mr-date {
      font-weight: bold; }
    #nh-mr-container header p {
      margin-bottom: 0;
      font-size: 1rem;
      font-size: clamp(0.875rem, 2vw, 1rem); }
    #nh-mr-container header img {
      width: 30%;
      max-width: 220px;
      height: auto;
      border: solid 1px #ccc;
      border-radius: 5px; }
    #nh-mr-container header.speech {
      background-color: #EFEFEF; }
      #nh-mr-container header.speech + #nh-article-body .nh-key-points {
        border-color: #EFEFEF; }
    #nh-mr-container header.article {
      background-color: unset;
      padding-bottom: 3rem; }
      #nh-mr-container header.article + #nh-article-body .nh-key-points {
        border-color: transparent; }
  #nh-mr-container > div {
    padding: 3rem;
    padding: clamp(1rem, 5vw, 3rem);
    position: relative; }
    #nh-mr-container > div.nh-hide-first :first-child {
      display: none; }
    @media screen and (max-width: 915px) {
      #nh-mr-container > div {
        overflow: hidden; } }
  #nh-mr-container .nh-article-banner {
    padding-top: 36%;
    background-position: center center;
    background-size: cover;
    border-radius: 5px; }
  #nh-mr-container .nh-key-action {
    background-color: #84DADE1A;
    border: solid 1px #84DADE80;
    border-radius: 3px;
    margin: 2rem -5rem;
    padding: 2rem 3rem;
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1rem, 4vw, 3rem); }
    @media screen and (max-width: 970px) {
      #nh-mr-container .nh-key-action {
        margin: 2rem -3rem; } }
    @media screen and (max-width: 920px) {
      #nh-mr-container .nh-key-action {
        margin: 2rem 0; } }
    #nh-mr-container .nh-key-action h2 {
      font-size: 1em;
      text-transform: uppercase;
      margin-top: 0;
      color: #0072ce; }
    #nh-mr-container .nh-key-action ul, #nh-mr-container .nh-key-action li {
      margin: 0;
      padding: 0; }
    #nh-mr-container .nh-key-action li {
      margin: 1rem 1rem 1rem 1.6rem;
      padding-left: .3rem; }
    #nh-mr-container .nh-key-action li:last-child {
      margin-bottom: 0; }
  #nh-mr-container .nh-timeline, #nh-mr-container .nh-timeline li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #nh-mr-container .nh-timeline li {
    margin: 1rem 1rem 1rem 1.5rem;
    padding-left: 1.5rem;
    position: relative; }
    #nh-mr-container .nh-timeline li:last-child {
      margin-bottom: 0; }
    #nh-mr-container .nh-timeline li::before {
      background-color: #DEDEDE;
      position: absolute;
      left: -1.2rem;
      top: 4px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      content: ""; }
    #nh-mr-container .nh-timeline li:not(:last-child)::after {
      content: "";
      background-color: #DEDEDE;
      position: absolute;
      top: 8px;
      left: calc(-1.2rem + 7px);
      bottom: calc(-1.5rem - 8px);
      width: 1px; }
  #nh-mr-container .nh-key-points {
    background-color: #D1CCBD1A;
    padding: 1.5rem;
    padding: clamp(0.5rem, 3vw, 1.5rem);
    border: solid 3rem #daf4f5;
    border-top: none;
    border-bottom: solid 2rem #daf4f5;
    margin: -3rem;
    margin-bottom: 3rem; }
    #nh-mr-container .nh-key-points.nh-key-points-column {
      border: solid 1px transparent;
      border-top: unset;
      border-bottom: unset;
      margin: 0; }
      @media screen and (max-width: 1599px) {
        #nh-mr-container .nh-key-points.nh-key-points-column {
          border: solid 3rem #daf4f5;
          border-top: none;
          border-bottom: solid 2rem #daf4f5;
          margin: -3rem;
          margin-bottom: 3rem; } }
      @media screen and (min-width: 1600px) {
        #nh-mr-container .nh-key-points.nh-key-points-column {
          position: absolute;
          top: 4rem;
          width: 300px;
          left: calc(0px - 3rem - 300px); } }
    @media screen and (max-width: 890px) {
      #nh-mr-container .nh-key-points {
        border-top: solid 1rem #daf4f5 !important; } }
    @media screen and (max-width: 600px) {
      #nh-mr-container .nh-key-points {
        margin-top: -2rem !important; } }
    #nh-mr-container .nh-key-points h2 {
      text-transform: uppercase;
      font-size: 1em;
      color: #0772CE;
      margin-top: 0; }
    #nh-mr-container .nh-key-points ul, #nh-mr-container .nh-key-points li {
      margin: 0;
      padding: 0; }
    #nh-mr-container .nh-key-points li {
      margin: 1rem 1rem 1rem 1.5rem; }
      #nh-mr-container .nh-key-points li:last-child {
        margin-bottom: 0; }
      #nh-mr-container .nh-key-points li::marker {
        color: #0072ce; }
  #nh-mr-container .nh-mr-disclaimer {
    font-size: 1.063em;
    border: 2px solid #CE3B3B80;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin: 3rem 0; }
  #nh-mr-container .nh-download, #nh-mr-container .nh-download-inline {
    float: right;
    margin: 0.5rem 0 1rem 1.5rem; }
    @media print {
      #nh-mr-container .nh-download, #nh-mr-container .nh-download-inline {
        margin-left: 0; } }
  @media screen and (min-width: 1600px) {
    #nh-mr-container .nh-download {
      position: absolute;
      top: 4rem;
      width: 330px;
      right: -330px;
      max-width: 330px !important; } }
  #nh-mr-container .nh-download, #nh-mr-container .nh-download-inline {
    background-color: #f8fdfd;
    border: solid 1px #99d8dd;
    padding: 1.5rem;
    box-sizing: border-box;
    max-width: 300px;
    /*
    [href$=".pdf"]::after {
      content: '(PDF)';
      color: initial;
      font-size: .7em;
      margin-left: .3rem;
      text-decoration: none;
      display: inline-block;
    }
    */ }
    @media screen and (max-width: 775px) {
      #nh-mr-container .nh-download, #nh-mr-container .nh-download-inline {
        float: none;
        margin: 0;
        max-width: 100%; } }
    #nh-mr-container .nh-download h2, #nh-mr-container .nh-download-inline h2 {
      text-transform: uppercase;
      font-size: 1em;
      color: #253746;
      margin-top: 0;
      padding-left: 1.7em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m452 100-72-72c-15-15-46-28-68-28H72C50 0 32 18 32 40v432c0 22 18 40 40 40h368c22 0 40-18 40-40V168c0-22-13-53-28-68z'/%3E%3Cpath fill='%23fff' d='M448 472c0 4-4 8-8 8H72c-4 0-8-4-8-8V40c0-4 4-8 8-8h240l8 1v127h127l1 8v304z'/%3E%3Cpath d='m415 317-12 2c-13 0-28-6-49-15l22-1c13 0 16 0 28 3s13 10 11 11zm-216 2a880 880 0 0 0 41-83 187 187 0 0 0 49 58c-34 7-64 15-90 25zm40-219c7 0 11 17 11 33s-3 27-8 36c-4-13-6-32-6-45 0 0 0-24 3-24zM106 407c4-10 19-31 41-50l8-7c-23 37-39 52-49 57zm315-112c-7-7-22-11-45-11-16 0-34 1-54 4-9-5-18-11-25-17-19-18-35-43-45-71l1-7s11-61 8-82l-1-6-1-2c-3-7-9-14-18-14h-5c-10 0-19 5-21 13-6 24 0 60 13 107l-4 8c-8 21-19 43-29 62l-1 2-28 52-9 4-19 11c-30 17-49 37-52 53-1 5-1 12 5 15l8 4c4 2 7 3 11 3 21 0 46-26 80-85 39-13 83-23 122-29 30 16 66 28 89 28l11-1c4-1 8-4 10-7 4-7 5-16 4-26 0-2-3-6-5-8z'/%3E%3Cpath fill='%23fff' d='m429 122 5 6h-82V46l6 5 71 71z'/%3E%3C/svg%3E");
      background-position: left center;
      background-repeat: no-repeat; }
      @media all and (-ms-high-contrast: none) {
        #nh-mr-container .nh-download h2, #nh-mr-container .nh-download-inline h2 {
          background: none;
          padding-left: 0; } }
    #nh-mr-container .nh-download ul, #nh-mr-container .nh-download li, #nh-mr-container .nh-download-inline ul, #nh-mr-container .nh-download-inline li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #nh-mr-container .nh-download li, #nh-mr-container .nh-download-inline li {
      margin: 0.3rem 0; }
    #nh-mr-container .nh-download a .nh-download-info, #nh-mr-container .nh-download-inline a .nh-download-info {
      font-size: .7em;
      color: initial;
      margin-left: .3rem;
      text-decoration: none;
      display: inline-block; }
  #nh-mr-container .nh-callout, #nh-mr-container .callout {
    border-left: 8px solid #263746;
    color: #222;
    font-size: 1.5em !important;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 1em;
    margin: 1.5em 0; }
    #nh-mr-container .nh-callout p, #nh-mr-container .callout p {
      padding: .5em 0; }
  #nh-mr-container .nh-disclaimer-container {
    background-color: #f8f7f5;
    padding: 1rem;
    font-size: 0.9rem;
    margin-top: 4rem; }
  #nh-mr-container .nh-article-tags {
    margin: 2rem 0 4rem 0; }
    #nh-mr-container .nh-article-tags h2 {
      display: inline-block;
      margin: 0;
      margin-right: 1.5rem;
      vertical-align: middle;
      font-size: 1rem; }
    #nh-mr-container .nh-article-tags .nh-list-tag {
      text-decoration: none;
      vertical-align: middle;
      margin: 0.5rem 0.5rem 0.5rem 0;
      font-size: 1rem; }
  #nh-mr-container .nh-article-description {
    font-size: 1.325rem;
    font-size: clamp(1rem, 2vw, 1.325rem); }
  #nh-mr-container #nh-related-information {
    border-top: solid 1px #ccc;
    margin-top: 3rem;
    padding-top: 3rem; }
    #nh-mr-container #nh-related-information ul {
      list-style-type: none;
      display: flex;
      column-gap: .5rem; }
      @media screen and (max-width: 590px) {
        #nh-mr-container #nh-related-information ul {
          flex-direction: column;
          row-gap: 1rem; }
          #nh-mr-container #nh-related-information ul li {
            width: 100%; }
          #nh-mr-container #nh-related-information ul .nh-ri-title {
            margin-top: 1rem; } }
      @media print {
        #nh-mr-container #nh-related-information ul {
          flex-direction: column;
          row-gap: 1rem; }
          #nh-mr-container #nh-related-information ul li {
            width: 100%; }
            #nh-mr-container #nh-related-information ul li a {
              background-image: none; }
          #nh-mr-container #nh-related-information ul .nh-ri-title {
            margin-top: 1rem; } }
    #nh-mr-container #nh-related-information li {
      width: 33%; }
    #nh-mr-container #nh-related-information ul, #nh-mr-container #nh-related-information li {
      margin: 0;
      padding: 0; }
    #nh-mr-container #nh-related-information a {
      text-decoration: none;
      display: block;
      border: solid 1px #ebebeb;
      padding: 2rem 1.5rem;
      color: #253746;
      height: calc(100% - 3rem);
      line-height: 1.3;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23253746' d='m8 18 1 1 7-7-7-7-1 1 5 6-5 6z'/%3E%3C/svg%3E");
      background-position: bottom .5rem right .8rem;
      background-repeat: no-repeat; }
      #nh-mr-container #nh-related-information a span {
        display: block; }
      #nh-mr-container #nh-related-information a:hover, #nh-mr-container #nh-related-information a:focus {
        background-color: #253746;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2384dade' d='m8 18 1 1 7-7-7-7-1 1 5 6-5 6z'/%3E%3C/svg%3E"); }
        #nh-mr-container #nh-related-information a:hover .nh-ri-type, #nh-mr-container #nh-related-information a:focus .nh-ri-type {
          color: #84dade; }
        #nh-mr-container #nh-related-information a:hover .nh-ri-date, #nh-mr-container #nh-related-information a:hover .nh-ri-title, #nh-mr-container #nh-related-information a:focus .nh-ri-date, #nh-mr-container #nh-related-information a:focus .nh-ri-title {
          color: white; }
    #nh-mr-container #nh-related-information .nh-ri-type {
      color: #0072ce;
      font-weight: bold; }
    #nh-mr-container #nh-related-information .nh-ri-type, #nh-mr-container #nh-related-information .nh-ri-date {
      text-transform: uppercase;
      font-size: 0.75rem; }
    #nh-mr-container #nh-related-information .nh-ri-title {
      font-weight: bold;
      font-size: 1.2rem;
      margin: 3rem 0 0; }

@media print {
  @page {
    margin: 1.5cm; }
  #nh-mr-container {
    margin: 0;
    /* Prevent table rows from breaking across pages */
    /* Typography */ }
    #nh-mr-container header {
      background-color: transparent !important;
      padding: 0;
      padding-bottom: 1cm; }
    #nh-mr-container > div {
      padding: 0; }
    #nh-mr-container .nh-key-action {
      margin: 10pt 0; }
    #nh-mr-container table {
      page-break-inside: auto; }
    #nh-mr-container tr {
      page-break-inside: avoid;
      page-break-after: auto; }
    #nh-mr-container thead {
      display: table-header-group; }
    #nh-mr-container tfoot {
      display: table-footer-group; }
    #nh-mr-container h1, #nh-mr-container h2, #nh-mr-container h3, #nh-mr-container h4, #nh-mr-container h5, #nh-mr-container h6 {
      color: black !important; }
    #nh-mr-container h1 {
      font-size: 18pt !important;
      margin: 10pt 0 6pt;
      display: block !important;
      letter-spacing: 0; }
    #nh-mr-container h2 {
      font-size: 14pt !important;
      font-weight: 600;
      margin: 14pt 0 7pt;
      letter-spacing: 0;
      border-left: none;
      padding-left: 0; }
    #nh-mr-container h3 {
      font-size: 11pt !important;
      margin: 10pt 0 5pt; }
    #nh-mr-container h4 {
      font-size: 10pt !important;
      font-style: italic; }
    #nh-mr-container h5 {
      font-size: 9pt !important; }
    #nh-mr-container h6 {
      font-size: 8pt !important;
      font-style: italic; }
    #nh-mr-container p, #nh-mr-container a,
    #nh-mr-container .nh-mr-type, #nh-mr-container .nh-mr-id,
    #nh-mr-container blockquote,
    #nh-mr-container label,
    #nh-mr-container ol,
    #nh-mr-container ul, #nh-mr-container li,
    #nh-mr-container td p, #nh-mr-container td blockquote, #nh-mr-container td label, #nh-mr-container td ol, #nh-mr-container td ul, #nh-mr-container td li, #nh-mr-container th p, #nh-mr-container th blockquote, #nh-mr-container th label, #nh-mr-container th ol, #nh-mr-container th ul, #nh-mr-container th li {
      font-size: 10pt !important;
      line-height: 1.4;
      color: black; }
    #nh-mr-container ul, #nh-mr-container ol {
      padding-left: 0; }
    #nh-mr-container li {
      margin-bottom: 5pt; }
    #nh-mr-container p,
    #nh-mr-container blockquote,
    #nh-mr-container label {
      margin: 6pt 0; }
    #nh-mr-container a {
      color: blue;
      text-decoration: none;
      border-bottom: solid 1px #ccc; }
    #nh-mr-container a[target='_blank'] {
      padding-right: 0;
      background-image: none; }
    #nh-mr-container a[href*='//']::after {
      content: " <" attr(href) ">";
      font-size: 8pt;
      font-weight: normal;
      text-decoration: none !important;
      border: none;
      border-bottom: solid 3px white;
      color: #666;
      display: inline;
      text-transform: none;
      padding: 0;
      margin: 0;
      margin-bottom: -1px;
      /* Try to wrap long URLs */
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      /* Adds a hyphen where the word breaks, if supported (No Blink) */
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto; }

  /* Hide unnecessary navigation */
  .nh-contact-container,
  .nh-article-actions,
  #nh-mr-link-back-container,
  .nh-contact,
  .nh-article-tags,
  #nh-related-information {
    display: none !important; }

  /* Typography */
  body {
    font-size: 10pt !important;
    line-height: 1.3;
    background-color: white !important;
    background-image: none;
    color: black !important; } }
.skip:not(.skip-link) {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
  .skip:not(.skip-link):focus {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 20px;
    height: auto;
    opacity: 1;
    width: 100%;
    z-index: 1;
    text-align: center;
    margin-top: -2rem; }

.skip-link-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto; }

#nh-highlight .skip:focus {
  margin-top: -1rem; }

#skip-news-filters:focus {
  margin-top: 0; }

#nh-social-media-list .skip:focus {
  margin-top: -1rem; }

#skip-link-container-news .skip:focus {
  margin-top: 0;
  z-index: 15; }

a:focus {
  outline: auto !important; }

:focus-visible {
  outline: auto;
  outline-offset: 2px; }

#nh-highlight .slides-item:focus-within {
  border: solid 1px #0072ce; }
#nh-highlight .slides-item a:focus {
  outline: none !important; }

.filter-btn[aria-current="true"]:focus-visible {
  outline: solid 2px black; }

.search-container:focus-within .border {
  border-color: #0072ce !important; }

.nh-popup-subscribe:focus-visible {
  outline: solid 2px black !important; }

/***
 * Windows High Contrast Mode (WHCM)
 */
@media screen and (-ms-high-contrast: active), screen and (forced-colors: active) {
  #nh-container .nh-list-tag[aria-pressed="true"], #nh-filters .filter-btn[aria-current="true"] {
    border-width: 3px;
    font-weight: bold; }

  #nh-highlight .slides-item:focus-within {
    outline: auto;
    outline-offset: 2px; }

  #nh-mr-container .nh-key-points {
    border: solid 1px transparent !important;
    margin: 0 0 1rem; } }
.tools {
  display: none; }


