@media (min-width: 768px) {
  .lg-blue-left-bottom-line::before,
  .lg-blue-left-bottom-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--nahq-blue);
  }

  .lg-blue-left-bottom-line::before {
    width: 35px;
    height: 265px;
  }

  .lg-blue-left-bottom-line::after {
    width: 265px;
    height: 35px;
  }
}

.blue-right-top-line::before,
.blue-right-top-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: var(--nahq-blue);
}

.blue-right-top-line::before {
  width: 35px;
  height: 265px;
}

.blue-right-top-line::after {
  width: 265px;
  height: 35px;
}

@media (max-width: 767px) {
  .sm-blue-right-bottom-line::before,
  .sm-blue-right-bottom-line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--nahq-blue);
  }

  .sm-blue-right-bottom-line::before {
    width: 24px;
    height: 203px;
  }

  .sm-blue-right-bottom-line::after {
    width: 176px;
    height: 24px;
  }

  .blue-right-top-line::before {
    width: 18px;
    height: 210px;
  }

  .blue-right-top-line::after {
    width: 118px;
    height: 18px;
  }
}

.et_pb_button_module_wrapper {
  margin-top: auto;
}

.border-gradient {
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(
      to right,
      var(--nahq-yellow) 80%,
      var(--nahq-blue) 20%
    )
    1;
}

.nahq-card-item {
  display: flex;
  flex-direction: column;
  min-width: 100% !important;
  margin-right: 0 !important;
  background: var(--white);
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(
      to bottom,
      var(--nahq-blue) 58%,
      var(--nahq-grey) 42%
    )
    1;
  box-sizing: border-box;
}
.nahq-card-item.gold {
  border-image: linear-gradient(to bottom, #bb953c 58%, var(--nahq-grey) 42%) 1;
}
.nahq-card-wrapper::after {
  display: none !important;
}

.nahq-card-wrapper p {
  font-weight: 400;
}

.nahq-card-wrapper {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  /* Default to 1 item per row on small screens */
  gap: 20px;
  /* Adjust the gap between grid items as needed */
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  /* Default to 1 item per row on small screens */
  gap: 20px;
  /* Adjust the gap between grid items as needed */
}

@media (min-width: 980px) {
  .expand-trigger {
    display: none;
  }
  .nahq-card-wrapper {
    display: grid !important;
  }

  .nahq-card-wrapper > div {
    width: 100% !important;
  }

  .newsletter-row > div:nth-child(1) {
    width: 50% !important;
    max-width: 400px;
  }

  .newsletter-row > div:nth-child(2) {
    width: 66.5% !important;
  }

  .training_section {
    overflow: hidden;
  }

  .training_section .text-component {
    width: 55% !important;
  }

  .training_section .text-component.left {
    margin-right: clamp(30px, 7%, 130px) !important;
    margin-left: 0;
  }

  .training_section .text-component.right {
    margin-right: 0;
    margin-left: clamp(30px, 7%, 130px) !important;
  }

  .training_section .img-component {
    position: relative;
    width: 45% !important;
    margin-right: 0 !important;
  }

  .training_section .img-component.right:after {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -150%;
    background: var(--nahq-blue);
  }

  .training_section .img-component.left:after {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -150%;
    background: var(--nahq-blue);
  }
}

.bg-grey {
  background: var(--nahq-grey) !important;
}

.training_section .img-component.left {
  background: linear-gradient(
    to right,
    var(--nahq-blue) 0%,
    var(--nahq-blue) 50%,
    transparent 50%,
    transparent 100%
  );
  max-width: none !important;
}

.training_section .img-component.right {
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 50%,
    var(--nahq-blue) 50%,
    var(--nahq-blue) 100%
  );
}

.professional-stap-wrap.dpdfg_filtergrid_1 .entry-title {
  font-size: 18px !important;
  line-height: 30px !important;
}

.professional-stap-wrap .dp-dfg-custom-field-value {
  font-size: 14px !important;
  line-height: 19px !important;
}

.bg-grey-a a {
  color: var(--nahq-white);
}

.bg-grey-a a:hover {
  color: var(--nahq-blue);
}

@media (max-width: 600px) {
  .professional-stap-wrap.dpdfg_filtergrid_1 .entry-title {
    font-size: 16px !important;
  }
}

.bg-grey .btn-link {
  color: var(--white);
}

.btn-link {
  color: #231f20;
  transition: 0.3s all ease-in-out;
  text-decoration: underline;
}

.btn-link:hover {
  color: var(--nahq-blue);
}

.btn-link:hover::after {
  color: var(--nahq-blue);
  margin-left: 8px;
}

.btn-link::after {
  font-size: 1.5rem !important;
  line-height: 1;
  font-family: "icomoon" !important;
  content: "\e903";
  position: absolute;
  font-weight: 500 !important;
  transition: 0.3s all ease-in-out;
  margin-left: 16px;
}

.nahq-card-item .et_pb_module_header {
  letter-spacing: 0px;
}

.nahq-card-item .et_pb_blurb_content {
  word-wrap: normal;
}

.news-letter-link a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.subscribe-container {
  display: block;
  width: 80%;
  padding: 15px 0 0px 0;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.subscribe-container .actions {
  margin: 0;
  padding: 0;
}

.subscribe-container input[type="email"] {
  width: 100%;
  padding: 10px 10px 10px 0px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  font-size: 16px;
}

.subscribe-container input[type="email"]::placeholder {
  color: var(--white);
  font-size: 16px;
}
.subscribe-container {
  .hs-form-field {
    input {
      font-size: 14px !important;
      color: var(--nahq-dark-grey) !important;
    }
  }
}
.subscribe-container button {
  padding: 10px 24px;
  background-color: var(--nahq-yellow);
  color: var(--nahq-dark-grey);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .nahq-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .subscribe-container input[type="email"] {
    min-width: 296px;
    width: auto;
    width: 100%;
    padding: 10px 10px 26px 0px;
  }

  .subscribe-container button {
    margin-left: 24px;
    margin-top: 0px;
  }
}

@media (min-width: 980px) {
  .nahq-card-wrapper {
    display: flex !important;
    justify-content: center;
  }

  .nahq-card-wrapper > div {
    width: 100% !important;
  }

  .newsletter-row > div:nth-child(1) {
    width: 50% !important;
    max-width: 400px;
  }

  .newsletter-row > div:nth-child(2) {
    width: 66.5% !important;
  }

  .training_section {
    overflow: hidden;
  }

  .training_section > .et_pb_row > div:nth-child(1) {
    width: 40%;
    margin-left: 0;
  }

  .training_section > .et_pb_row > div:nth-child(2) {
    width: 60%;
    background: linear-gradient(
      to right,
      var(--white) 0%,
      var(--white) 50%,
      var(--nahq-blue) 50%,
      var(--nahq-blue) 100%
    );
    position: relative;
  }

  .training_section > .et_pb_row > div:nth-child(2):after {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -150%;
    background: var(--nahq-blue);
  }

  .training_section > .et_pb_row .text-component.right:after {
    background: var(--nahq-grey);
  }

  .right-bg-extension {
    &::after {
      content: "";
      width: 150%;
      height: 100%;
      position: absolute;
      top: 0;
      right: -150%;
    }

    &.blue {
      &::after {
        background: var(--nahq-blue);
      }
    }

    &.grey {
      &::after {
        background: var(--nahq-grey);
      }
    }
  }

  .left-bg-extension {
    &::after {
      content: "";
      width: 150%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -150%;
    }

    &.blue {
      &::after {
        background: var(--nahq-blue);
      }
    }

    &.grey {
      &::after {
        background: var(--nahq-grey);
      }
    }
  }
}

.training_section > .et_pb_row > div:nth-child(2) {
  background: linear-gradient(
    to right,
    var(--white) 0%,
    var(--white) 50%,
    var(--nahq-blue) 50%,
    var(--nahq-blue) 100%
  );
}

.training_section > .et_pb_row .text-component.right {
  background: var(--nahq-grey);
}

.btn-text {
  padding: 13px 0 13px 37px;
  color: #231f20;
  position: relative;
  font-family: var(--articulat-cf);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s all ease-in-out;
}

.btn-text:hover {
  color: var(--nahq-blue);
}

.btn-text:hover::after {
  color: var(--nahq-blue);
  margin-left: 8px;
}

.btn-text::after {
  font-size: 1.5rem !important;
  line-height: 1;
  font-family: "icomoon" !important;
  content: "\e903";
  transform: translateY(20%);
  font-weight: 500 !important;
  transition: 0.3s all ease-in-out;
  margin-left: 16px;
}

.btn-text:before {
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--nahq-blue);
  position: absolute;
}

.nahq-card-item .et_pb_module_header {
  letter-spacing: 0px;
}

.nahq-card-item .et_pb_blurb_content {
  word-wrap: normal;
}

.news-letter-link a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 980px) {
  .nahq-card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .new-intel-content-wrap {
    padding-right: 0px !important;
  }

  .bg-yellow::before {
    content: "";
    position: absolute;
    height: 136px;
    width: 100%;
    background: var(--nahq-yellow);
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .nahq-card-wrapper {
    grid-template-columns: repeat(4, 1fr);
    /* 4 items per row on large screens (desktop) */
  }
}

@media (max-width: 768px) {
  .border-gradient {
    border-width: 6px;
    border-image: linear-gradient(
        to bottom,
        var(--nahq-yellow) 65%,
        var(--nahq-blue) 35%
      )
      1;
  }

  .nahq-subscribe-form-wrapper::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 36px;
    background: #ffffff;
    left: 24px;
    top: 0;
  }

  .bottom-line h2 {
    padding-bottom: 32px !important;
  }
}

@media (max-width: 980px) {
  .bg-yellow::before {
    content: "";
    position: absolute;
    width: 99px;
    height: 100%;
    background: var(--nahq-yellow);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .news-intel-heading-wrap:after {
    width: 173px !important;
    height: 81px !important;
    left: 24px !important;
    transform: translateX(0) !important;
  }

  .news-intel-heading-wrap .et_pb_button_module_wrapper {
    max-width: none;
  }

  .event-left-line:before,
  .event-right-line:before {
    width: 100% !important;
  }

  .max-width-350 {
    max-width: 350px !important;
  }
}

.bottom-line {
  display: flex;
  justify-content: center;
}

.bottom-line h2 {
  position: relative;
  padding-bottom: 19px !important;
}

.bottom-line h2:after {
  position: absolute;
  background: var(--nahq-yellow);
  height: 3px;
  bottom: 0;
  left: -6%;
  width: 112%;
  content: "";
}

@media (min-width: 981px) {
  .wheel-component-row {
    display: flex;
    align-items: center;
  }

  .wheel-section.bg_white .wheel-component-row > div:nth-child(1) {
    width: 65% !important;
    margin-right: 0 !important;
  }

  .wheel-section.bg_white .wheel-component-row > div:nth-child(2) {
    width: 35% !important;
  }

  .news-section-row > div:first-child {
    width: 30%;
    margin-right: 8px;
  }

  .news-section-row > div:last-child {
    width: 68%;
  }

  .event-row > div {
    width: 50% !important;
    margin-right: 0 !important;
  }
}

.membership-blurb-card .et_pb_blurb_container {
  padding: 32px !important;
  vertical-align: middle;
}

.membership-blurb-card {
  height: 100%;

  .et_pb_blurb_content {
    height: 100%;
  }
}

.membership-blurb-card .et_pb_blurb_container .et_pb_module_header span {
  font-weight: 700 !important;
}

.membership-blurb-card
  .et_pb_blurb_container
  .et_pb_blurb_description
  p:first-child {
  padding-bottom: 0;
  margin-bottom: 22px;
}

.membership-blurb-card.bg-white
  .et_pb_blurb_container
  .et_pb_blurb_description
  a.membership-btn {
  color: var(--black);
  background: var(--nahq-yellow);
}

.membership-blurb-card.bg-white
  .et_pb_blurb_container
  .et_pb_blurb_description
  a.membership-btn:after {
  background: url(../../../../uploads/2024/09/Group-1000006161.png) no-repeat;
}

.membership-blurb-card
  .et_pb_blurb_container
  .et_pb_blurb_description
  a.membership-btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  padding: 12.5px 48px 12.5px 17px;
  border: 1px solid var(--nahq-yellow);
  border-radius: 40px;
  position: relative;
  display: inline-flex;
}

.membership-blurb-card
  .et_pb_blurb_container
  .et_pb_blurb_description
  a.membership-btn:after {
  font-family: "articulat-cf", sans-serif !important;
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../../../uploads/2024/09/arrow-up-right-1.png) no-repeat;
  background-size: 24px;
}

@media (min-width: 600px) and (max-width: 980px) {
  .bottom-line {
    display: flex;
    justify-content: center;
  }

  .bottom-line h2 {
    position: relative;
  }

  .bottom-line h2:after {
    position: absolute;
    background: var(--nahq-yellow);
    height: 3px;
    bottom: 0;
    left: -6%;
    width: 112%;
    content: "";
  }

  .event-left-line:after {
    height: 33% !important;
  }
}

.news-intel-blurb-card {
  height: 288px;

  @media (max-width: 980px) {
    height: auto;
  }

  .et_pb_blurb_content {
    display: flex;
    height: auto;

    @media (max-width: 600px) {
      flex-direction: column;
    }

    .et_pb_blurb_container {
      padding: 20px;

      .et_pb_blurb_description {
        display: flex;
        flex-direction: column;
        justify-content: center;

        h5 {
          padding-bottom: 24px;
          margin-bottom: 24px;
          position: relative;

          &:after {
            position: absolute;
            content: "";
            width: 59px;
            height: 5px;
            background: var(--nahq-blue);
            left: 0;
            bottom: 0;
          }
        }
      }
    }

    .et_pb_main_blurb_image {
      width: auto;
      height: 288px;
      flex: 0 0 40%;

      @media (max-width: 600px) {
        height: auto;
      }

      .et_pb_image_wrap {
        height: 100%;
        display: flex;
        width: 100%;

        img {
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
      }
    }
  }
}

@media screen and (max-width: 600px) {
  .membership-blurb-card .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
  }

  .membership-blurb-card .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 100%;
  }

  .membership-blurb-card
    .et_pb_blurb_container
    .et_pb_blurb_description
    p:last-child {
    margin-bottom: 40px;
  }

  .membership-blurb-card .et_pb_blurb_container {
    padding: 24px !important;
  }

  .membership-blurb-card
    .et_pb_blurb_container
    .et_pb_blurb_description
    p:last-child {
    margin-bottom: 0;
  }

  .membership-blurb-card
    .et_pb_blurb_container
    .et_pb_blurb_description
    a.membership-btn {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .membership-blurb-card .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 0;
    margin-bottom: 14px;
  }

  .membership-blurb-card .et_pb_main_blurb_image img {
    width: 100%;
    object-fit: cover;
  }

  .news-blurb-card .et_pb_blurb_container .et_pb_blurb_description a.news-btn {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .news-blurb-card .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
  }

  .news-post-column {
    padding: 0 !important;
  }

  .news-post-column .news-card-content {
    padding: 8px 24px 32px 24px;
  }
}

.video-module .et_pb_main_blurb_image {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  position: relative;
}

.video-module .et_pb_main_blurb_image::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #424242;
  left: 50%;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-module .et_pb_main_blurb_image:hover::before {
  color: var(--nahq-blue);
}

.video-module .et_pb_main_blurb_image::before {
  font-family: ETmodules;
  content: "I";
  position: absolute;
  left: 49%;
  z-index: 3;
  top: 49%;
  transform: translate(-47%, -48%);
  z-index: 999;
  transition: 0.5s all ease-in-out;
}

#et-boc .area-outer-wrap[data-da-type="popup"] .da-close-wrap {
  transform: none !important;
}

#et-boc .area-outer-wrap[data-da-type="popup"] .et_pb_video_play {
  text-decoration: none;
}

#et-boc .area-outer-wrap[data-da-type="popup"] .da-close {
  background: none;
  opacity: 1;
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
  top: 8px;
  right: 16px;
  position: fixed;
}

#et-boc .area-outer-wrap[data-da-type="popup"] .da-close:hover {
  color: var(--nahq-blue);
  transform: scale(1) !important;
}

.news-blurb-card {
  .et_pb_blurb_content {
    .et_pb_main_blurb_image {
      @media screen and (min-width: 768px) {
        width: 288px;
        height: 288px;
      }

      .et_pb_image_wrap {
        height: 100%;
        display: flex;

        img {
          object-fit: cover;
        }
      }
    }
  }

  &:nth-child(even) {
    background: #f4f8fb;
  }
}

.news-blurb-card .et_pb_blurb_container {
  padding: 40px 32px !important;
  /* border-top: 1px solid var(--black); */
}

.news-blurb-card .et_pb_blurb_container .et_pb_blurb_description a.news-btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--nahq-dark-grey);
  padding: 5.5px 45px 5.5px 14px;
  border: 1px solid var(--nahq-dark-grey);
  border-radius: 40px;
  position: relative;
  display: inline-flex;
}

.news-blurb-card
  .et_pb_blurb_container
  .et_pb_blurb_description
  a.news-btn:after {
  font-family: "articulat-cf", sans-serif !important;
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../../../uploads/2024/09/Group-1000006161.png) no-repeat;
  background-size: 24px;
}

.news-blurb-card .et_pb_blurb_container .et_pb_blurb_description h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.188;
  color: var(--nahq-dark-grey);
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;

  @media screen and (max-width: 768px) {
    font-size: 1.375rem;
    line-height: 1.364;
  }
}

.news-blurb-card .et_pb_blurb_container .et_pb_blurb_description h3:after {
  position: absolute;
  content: "";
  width: 59px;
  height: 5px;
  background: var(--nahq-blue);
  left: 0;
  bottom: 0;
}

.event-blurb-card .et_pb_blurb_container .et_pb_blurb_description a.event-btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--nahq-dark-grey);
  padding: 5.5px 45px 5.5px 14px;
  border: 1px solid var(--nahq-dark-grey);
  border-radius: 40px;
  position: relative;
  display: inline-flex;
}

.event-blurb-card
  .et_pb_blurb_container
  .et_pb_blurb_description
  a.event-btn:after {
  font-family: "articulat-cf", sans-serif !important;
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../../../uploads/2024/09/Group-1000006161.png) no-repeat;
  background-size: 24px;
}

.event-blurb-card
  .et_pb_blurb_container
  .et_pb_blurb_description
  p:first-child {
  padding-bottom: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .vertically-align {
    align-items: center;
  }
}

@media (max-width: 980px) and (min-width: 600px) {
  .cphq-row-section .et_pb_row {
    width: 100%;
  }

  .cphq-row-section .et_pb_row > div:nth-child(1) {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .cphq-row-section .et_pb_row > div:nth-child(2) {
    width: 50%;
    margin-right: 0;
    background: var(--nahq-grey);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }

  .cphq-row-section .et_pb_row > div:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }

  .cphq-row-section .cphq-row > div:nth-child(1) {
    /* width: 50% !important;
      margin-right: 0 !important; */
  }

  .cphq-row-section .cphq-row > div:nth-child(2) {
    width: 50% !important;
  }

  .event-right-line:after {
    height: 70% !important;
  }
}

@media screen and (max-width: 600px) {
  .cphq-row-section .et_pb_row {
    width: 100%;
  }

  .cphq-row-section .et_pb_row > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .cphq-row-section .et_pb_row > div:nth-child(2) {
    width: 100%;
    margin-right: 0;
    background: var(--nahq-grey);
    padding: 32px 24px;
    margin-bottom: 0;
  }

  .cphq-row-section .et_pb_row > div:nth-child(2) .cphq-heading {
    margin-top: -17vw !important;
  }

  .cphq-row-section .et_pb_row > div:nth-child(3) .et_pb_image_wrap img {
    margin-top: -85%;
  }

  .cphq-row-section .et_pb_row > div:nth-child(3) .et-last-child {
    margin-top: 80px;
  }

  .cphq-row-section .et_pb_row > div:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }

  .cphq-row-section .cphq-row > div:nth-child(1) {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .cphq-row-section .cphq-row > div:nth-child(2) {
    width: 100% !important;
  }
}

@media screen and (min-width: 981px) {
  .cphq-row-section .et_pb_row {
    width: 100%;
    max-width: 1440px;
  }

  .cphq-row-section .et_pb_row > div:nth-child(1) {
    width: 35%;
    margin-right: 0;
  }

  .cphq-row-section .et_pb_row > div:nth-child(2) {
    width: 15%;
    margin-right: 0;
    background: var(--nahq-grey);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .cphq-row-section .et_pb_row > div:nth-child(3) {
    width: 50%;
    margin-right: 0;
  }

  .cphq-row-section .cphq-row > div:nth-child(1) {
    width: 40% !important;
    margin-right: 0 !important;
  }

  .cphq-row-section .cphq-row > div:nth-child(2) {
    width: 60% !important;
  }

  .cphq-heading {
    width: 280px !important;
    left: -40%;
    right: auto;
    position: relative;
  }
}

@media (min-width: 1450px) and (max-width: 1660px) {
  .cphq-heading {
    left: -100px;
  }
}

@media (min-width: 1216px) and (max-width: 1450px) {
  .cphq-heading {
    left: -140px;
  }
}

@media (min-width: 980px) and (max-width: 1216px) {
  .cphq-heading {
    left: -155px;
  }
}

.cphq-heading {
  * {
    font-family: "Anton", sans-serif !important;
    line-height: 1.07;
  }
}

.lh-1 p {
  line-height: 1;
}

.event-left-line {
  position: relative;
}

.event-left-line:after {
  position: absolute;
  content: "";
  width: 99px;
  height: var(--left-after-height, 0);
  top: 0;
  left: 0;
  background: var(--nahq-blue);
}
.event-left-line.gold:after {
  background: #bb953c;
}

.event-left-line:before {
  position: absolute;
  content: "";
  width: var(--left-before-width, 0);
  height: 99px;
  top: 30%;
  left: 0;
  background: var(--nahq-blue);
}
.event-left-line.gold:before {
  background: #bb953c;
}
.event-right-line {
  position: relative;
}

.event-right-line:after {
  position: absolute;
  content: "";
  width: 99px;
  height: var(--right-after-height, 0);
  top: 30%;
  right: 0;
  background: var(--nahq-blue);
}
.event-right-line.gold:after {
  background: #bb953c;
}
.event-right-line:before {
  position: absolute;
  content: "";
  width: var(--right-before-width, 0);
  height: 99px;
  top: 30%;
  left: 0;
  background: var(--nahq-blue);
}
.event-right-line.gold:before {
  background: #bb953c;
}

@media screen and (max-width: 600px) {
  .event-left-line:after {
    width: 64px;
    height: 27%;
  }

  .event-right-line:after {
    width: 64px;
    height: 70%;
  }

  .event-left-line:before,
  .event-right-line:before {
    height: 64px;
    top: 25%;
  }
}

@media screen and (min-width: 600px) {
  .membership-blurb-card .et_pb_blurb_content {
    display: flex;
  }

  .membership-blurb-card .et_pb_blurb_content .et_pb_main_blurb_image {
    flex: 0 0 40%;
  }

  .membership-blurb-card
    .et_pb_blurb_content
    .et_pb_main_blurb_image
    .et_pb_image_wrap {
    height: 100%;
  }

  .membership-blurb-card
    .et_pb_blurb_content
    .et_pb_main_blurb_image
    .et_pb_image_wrap
    img {
    height: 100%;
    object-fit: cover;
  }

  .cphq-img > div {
    height: 100%;
  }

  .cphq-img > div > span {
    height: 100%;
  }

  .cphq-img img {
    height: 100%;
    object-fit: cover;
  }
}

.background-animation-section {
  position: relative;
}

@media screen and (max-width: 767px) {
  .background-animation-section:before {
    content: none;
  }

  .news-intel-heading-wrap {
    background-position: left bottom !important;
  }
}

/* Componets page css */

.et_pb_button_module_wrapper {
  margin-top: auto;
}

.border-gradient {
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(
      to right,
      var(--nahq-yellow) 80%,
      var(--nahq-blue) 20%
    )
    1;
}

.border-gradient.black {
  border-image: linear-gradient(
      to right,
      var(--nahq-blue) 80%,
      var(--nahq-grey) 20%
    )
    1;
}
.border-gradient.gold {
  border-image: linear-gradient(to right, #ceb063 80%, var(--nahq-grey) 20%) 1;
}
@media (max-width: 767px) {
  .border-gradient.gold {
    border-width: 6px;
    border-image: linear-gradient(to bottom, #ceb063 65%, var(--nahq-grey) 35%)
      1;
  }
}

.nahq-card-item {
  display: flex;
  flex-direction: column;
  min-width: 100% !important;
  margin-right: 0 !important;
  background: var(--white);
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(
      to bottom,
      var(--nahq-blue) 66%,
      var(--nahq-grey) 34%
    )
    1;
  box-sizing: border-box;
}

.nahq-card-wrapper::after {
  display: none !important;
}

.nahq-card-wrapper {
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
}

.nahq-card-item .et_pb_blurb .et_pb_module_header {
  letter-spacing: 0px;
  font-family: var(--articulat-cf);
  text-transform: lowercase;
  margin-bottom: 24px !important;
  font-weight: 600 !important;
}

.nahq-card-item .et_pb_blurb_content {
  word-wrap: normal;
}

.news-letter-link a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
  line-height: 36px !important;
}

.bg-yellow::before {
  background: var(--nahq-yellow);
}

.bg-blue::before {
  background: var(--nahq-blue);
}
.bg-blue.bg-gold::before {
  background: linear-gradient(
    172.61deg,
    #b48b2d 0%,
    #ffface 25%,
    #f6eebc 30%,
    #e2cf8f 38%,
    #c09d48 50%,
    #b48b2d 54%,
    #cbaa53 69%,
    #ecd587 86%,
    #ffface 100%
  );
}

.nahq-accordion-wrapper {
  .et_pb_accordion_item {
    border-radius: 0px !important;
    .et_pb_toggle_content {
      p {
        @media (max-width: 768px) {
          font-size: 14px;
          line-height: 19px;
        }
      }
    }
  }

  .et_pb_toggle_open .et_pb_toggle_title::before,
  .et_pb_toggle_open h5.et_pb_toggle_title::before {
    display: block;
    content: "\4b" !important;
  }

  .et_pb_toggle_title::before {
    font-size: 26px !important;
    color: var(--nahq-dark-grey) !important;
  }
}

.home-hero-wrapper::before {
  content: "";
  width: 99px;
  background: var(--nahq-blue);
  height: 100%;
  position: absolute;
  right: 0;
}

@media (max-width: 979px) {
  .home-hero-wrapper::before {
    width: 48px;
    height: 80%;
    bottom: 0;
    z-index: 2;
  }
}

.home-btn-wrap {
  width: max-content;

  .et_pb_code_inner {
    background: var(--nahq-yellow);
    border: 2px solid var(--black);
    border-radius: 24px;
  }
}

@media (min-width: 768px) {
  .nahq-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 981px) {
  .background-animation-section:before {
    background-image: url(https://nahqdev.exemplifi.io/wp-content/uploads/2024/09/Vector.png) !important;
    background-repeat: no-repeat;
    -webkit-mask: linear-gradient(#000 0 0),
      linear-gradient(0deg, #000 50%, #0000 0) content-box var(--background-img)
        var(--background-img) / 200% 200% no-repeat;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
    background-size: cover;
    background-position: top center;
  }

  .nahq-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .bg-yellow::before,
  .bg-blue::before {
    content: "";
    position: absolute;
    height: 99px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .membership-blurb-card .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .nahq-card-item {
    min-width: 276px !important;
    max-width: 276px;
  }
}

@media (min-width: 1280px) {
  .nahq-card-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .border-gradient {
    border-width: 6px;
    border-image: linear-gradient(
        to bottom,
        var(--nahq-yellow) 65%,
        var(--nahq-blue) 35%
      )
      1;
  }

  .border-gradient.black {
    border-image: linear-gradient(
        to bottom,
        var(--nahq-blue) 65%,
        var(--nahq-grey) 35%
      )
      1;
  }
  .nahq-card-wrapper {
    gap: 30px;
  }
}

@media (max-width: 980px) {
  .bg-yellow::before,
  .bg-blue::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .bg-yellow::before {
    width: 136px;
  }

  .bg-blue::before {
    width: 136px;
  }

  .news-blurb-card .et_pb_blurb_container {
    padding: 32px 24px !important;
  }
}

body #page-container .et_pb_section .et_pb_row .btn-primary {
  display: inline-block !important;
  font-family: "articulat-cf", sans-serif;
  position: relative;
  background: var(--nahq-yellow);
  padding: 9px 54px 6px 17px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--nahq-dark-grey);
  line-height: 1.5 !important;
  border-radius: 50px;
  border: 1px solid var(--nahq-yellow);
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
}

body #page-container .et_pb_section .et_pb_row .btn-primary:after {
  position: absolute;
  font-size: 1.5rem !important;
  line-height: 1;
  font-family: "icomoon" !important;
  content: "\e903";
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-weight: 500 !important;
  transition: 0.2s all ease-in-out;
}
body #page-container .et_pb_section .et_pb_row .btn-primary.bg-white {
  background: var(--white) !important;
  border-color: var(--white) !important;
  letter-spacing: 0 !important;
}

body #page-container .et_pb_section .et_pb_row .btn-primary.bg-white:hover {
  background: var(--nahq-yellow) !important;
  border-color: var(--nahq-yellow) !important;
}
body #page-container .et_pb_section .et_pb_row .btn-primary.v1 {
  line-height: 28px !important;
}

body #page-container .et_pb_section .et_pb_row .btn-primary:hover {
  background: var(--nahq-blue);
  padding: 9px 50px 6px 21px;
  border: 1px solid var(--nahq-blue);
}

body #page-container .et_pb_section .et_pb_row .btn-primary:hover:after {
  right: 20px;
}

body #page-container .et_pb_section .et_pb_row .btn-primary.grey {
  background: var(--nahq-grey);
  border: 1px solid var(--nahq-grey);
  color: var(--white);
}

body #page-container .et_pb_section .et_pb_row .btn-primary.grey::after {
  transform: all 0.1s ease-in-out;
}

body #page-container .et_pb_section .et_pb_row .btn-primary.grey:hover {
  background: var(--nahq-blue);
  padding: 9px 50px 6px 21px;
  border: 1px solid var(--nahq-blue);
  color: var(--nahq-dark-grey);
}

body #page-container .et_pb_section .et_pb_row .btn-primary.dark {
  background: var(--nahq-grey);
  border: 1px solid var(--nahq-grey);
  color: var(--nahq-yellow);
}

body #page-container .et_pb_section .et_pb_row .btn-primary.dark:hover {
  background: var(--nahq-blue);
  padding: 9px 50px 6px 21px;
  border: 1px solid var(--nahq-blue);
}

body #page-container .et_pb_section .et_pb_row .btn-secondary {
  display: inline-block !important;
  font-family: "articulat-cf", sans-serif;
  position: relative;
  background: transparent;
  padding: 9px 48px 6px 17px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--nahq-dark-grey);
  line-height: 1.5 !important;
  border-radius: 50px;
  border: 1px solid var(--nahq-dark-grey);
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
}

body #page-container .et_pb_section .et_pb_row .btn-secondary:after {
  position: absolute;
  font-size: 1.5rem !important;
  line-height: 1.5;
  font-family: "icomoon" !important;
  content: "\e903";
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: 0.1s all ease-in-out;
  font-weight: 500;
}

body #page-container .et_pb_section .et_pb_row .btn-secondary:hover {
  background: var(--nahq-yellow);
  border: 1px solid var(--nahq-yellow);
  padding: 9px 46px 6px 19px;
}

body #page-container .et_pb_section .et_pb_row .btn-secondary:hover:after {
  right: 18px;
}

body #page-container .et_pb_section .et_pb_row .no-animation.btn-primary:after {
  transition: 0.1s all ease;
}

body
  #page-container
  .et_pb_section
  .et_pb_row
  .no-animation.btn-secondary:after {
  transition: 0.1s all ease;
}

body
  #page-container
  .et_pb_section
  .et_pb_row
  .no-animation.btn-tertiary:after {
  transition: 0.1s all ease;
}

body #page-container .et_pb_section .et_pb_row .btn-secondary.v1 {
  color: var(--white);
  border: 1px solid var(--nahq-yellow);
}

body #page-container .et_pb_section .et_pb_row .btn-secondary.v1:hover {
  background: var(--nahq-yellow);
  border: 1px solid var(--nahq-yellow);
  color: var(--nahq-dark-grey);
}

body #page-container .et_pb_section .et_pb_row .btn-secondary.v2 {
  padding: 9px 43px 6px 17px;
  background-clip: padding-box;
  background: var(--white);
  border: 1px solid #b58b2e;
}

body #page-container .et_pb_section .et_pb_row .btn-secondary.v2:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(
    27.6deg,
    #b58b2e 13.85%,
    #dfc987 39.38%,
    #ceb063 48.66%,
    #bb953c 59.49%,
    #b58b2e 64.91%
  );
  content: "";
  z-index: -1;
  border-radius: 50px;
}

body #page-container .et_pb_section .et_pb_row .btn-secondary.v2:hover {
  background: linear-gradient(90deg, #b58b2e 0%, #f1dc9f 53.03%, #b58b2e 100%);
  border: 1px solid #b58b2e;
  padding: 9px 41px 6px 19px;
}

body #page-container .et_pb_section .et_pb_row .btn-secondary.v3 {
  border: 1px solid var(--nahq-blue);
}

body #page-container .et_pb_section .et_pb_row .btn-secondary.v3:hover {
  background: var(--nahq-blue);
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary {
  display: inline-block !important;
  font-family: "articulat-cf", sans-serif;
  position: relative;
  background: transparent;
  padding: 9px 34px 6px 0 !important;
  font-weight: 700;
  font-size: 1rem;
  color: var(--nahq-dark-grey);
  line-height: 1.5 !important;
  border-radius: 50px;
  border: none;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary:after {
  position: absolute;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  font-family: "icomoon" !important;
  content: "\e903";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.2s all ease-in-out;
  font-weight: 500 !important;
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 9px 32px 6px 2px !important;
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary:hover:after {
  color: var(--nahq-blue);
  right: 2px;
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary.v1 {
  color: var(--white);
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary.v1:hover {
  text-decoration: none;
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary.footer-btn {
  padding: 0 43px 24px 0;
  /* font-family: "Inter", Helvetica, Arial, Lucida, sans-serif; */
  display: inline-block !important;
  width: 100%;
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary.footer-btn:after {
  color: var(--nahq-yellow);
  transform: translateY(0%);
}

body
  #page-container
  .et_pb_section
  .et_pb_row
  .btn-tertiary.footer-btn:after:hover {
  color: var(--nahq-yellow);
  right: 0px;
}

.btn-download::after {
  content: "" !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2024/10/download-bg.png");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}

@media screen and (max-width: 980px) {
  body
    #page-container
    .et_pb_section
    .et_pb_row
    .btn-tertiary.footer-btn:after {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 600px) {
  body
    #page-container
    .et_pb_section
    .et_pb_row
    .btn-tertiary.footer-btn:after {
    transform: translateY(-50%);
  }
}

body #page-container .et_pb_section .et_pb_row .membership-btn {
  position: relative;
  padding-right: 56px !important;
  text-decoration: none;
}

body #page-container .et_pb_section .et_pb_row .membership-btn::after {
  position: absolute;
  font-size: 36px !important;
  line-height: 1 !important;
  font-family: "icomoon" !important;
  content: "\e900";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  /* transition: 0.3s all ease-in-out; */
  font-weight: 500;
  margin-left: 0 !important;
  background: #ffffff;
  color: var(--nahq-dark-grey);
  border-radius: 50%;
}

body #page-container .et_pb_section .et_pb_row .membership-btn:hover {
  color: var(--nahq-blue) !important;
  padding-left: 4px !important;
}

body #page-container .et_pb_section .et_pb_row .membership-btn:hover:after {
  color: var(--nahq-blue) !important;
  right: 4px;
}

@media screen and (max-width: 600px) {
  body #page-container .et_pb_section .et_pb_row .membership-btn {
    padding-right: 40px !important;
  }

  body #page-container .et_pb_section .et_pb_row .membership-btn::after {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  body #page-container .et_pb_section .et_pb_row .membership-btn:hover {
    padding-left: 2px !important;
  }

  body #page-container .et_pb_section .et_pb_row .membership-btn:hover:after {
    right: 2px;
  }
}

.news-post-column {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px;
}

.news-intel-heading-wrap:after {
  content: "";
  position: absolute;
  width: 250px;
  background: var(--nahq-blue);
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.5s all ease-in-out;
  height: var(--block-height);
}

.news-post-column:nth-child(even) {
  background: rgba(211, 227, 237, 0.25);
}

.news-image-wrap {
  flex: 0 0 100%;
  height: auto;

  & img {
    /* object-fit: cover;
      width: 100%;
      height: 100%; */
  }
}

.news-card-content {
  padding: 24px;
}

.news-card-content h5 {
  font: 600 32px "articulat-cf";
  color: var(--nahq-dark-grey);
  line-height: 32px;
  position: relative;
  padding-bottom: 22px !important;
  margin-bottom: 21px !important;
  font-weight: 700 !important;
  width: 90% !important;
}

.news-card-content h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 59px;
  height: 5px;
  background: var(--nahq-blue);
}

.news-card-content .primary-btn {
  display: inline-block !important;
  font-family: "articulat-cf", sans-serif;
  position: relative;
  background: transparent;
  padding: 7.5px 48px 7.5px 17px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--nahq-dark-grey);
  line-height: 1.5 !important;
  border-radius: 50px;
  border: 1px solid var(--nahq-dark-grey);
  transition: 0.3s all ease-in-out;
}

.news-card-content .primary-btn:after {
  position: absolute;
  font-size: 1.5 !important;
  line-height: 1;
  font-family: "icomoon" !important;
  content: "\e903";
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: 0.2s all ease-in-out;
  font-weight: 500;
}

.news-card-content .primary-btn:hover {
  background: var(--nahq-yellow);
  border: 1px solid var(--nahq-yellow);
}

.new-intel-content-wrap::-webkit-scrollbar {
  width: 10px;
  /* Scrollbar width */
  position: absolute;
  right: 40px;
}

.new-intel-content-wrap::-webkit-scrollbar-track {
  background: linear-gradient(
    to right,
    var(--white) 0%,
    var(--white) 30%,
    #9abddb 30%,
    #9abddb 70%,
    var(--white) 70%,
    var(--white) 100%
  );
  /* Background color of the scrollbar track */
  border-radius: 10px;
  margin-right: 16px;
}

.new-intel-content-wrap::-webkit-scrollbar-thumb {
  background-color: #007db8;
  /* Scrollbar thumb color */
  border-radius: 10px;
}

.new-intel-content-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color when hovered */
}

.new-intel-content-wrap {
  max-height: 575px;
  overflow-y: auto;
}

.news-intel-heading-wrap .btn-primary {
  background: var(--white) !important;
  border-color: var(--white) !important;
  letter-spacing: 0 !important;
}

.news-intel-heading-wrap .btn-primary:hover {
  background: var(--nahq-yellow) !important;
  border-color: var(--nahq-yellow) !important;
}

@media screen and (min-width: 1620px) {
  .news-section-row > div:first-child {
    width: 34%;
  }

  .news-section-row > div:last-child {
    width: 66%;
  }
}

@media screen and (min-width: 768px) {
  .news-post-column {
    flex-direction: row;
    padding: 0;
    gap: 40px;
    align-items: center;
  }

  .news-image-wrap {
    flex: 0 0 288px;
    height: 288px;
  }

  .news-card-content h3 {
    font-size: 2rem;
    line-height: 1.188;
  }

  .news-intel-heading-wrap .et_pb_button_module_wrapper {
    max-width: 77%;
  }

  .leadership-team-wrap .dp-dfg-items > article {
    width: 30% !important;
  }

  .leadership-team-wrap .dp-dfg-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.leadership-team-wrap.dpdfg_filtergrid_0 .dp-dfg-layout-grid .dp-dfg-items,
.professional-stap-wrap.dpdfg_filtergrid_0 .dp-dfg-layout-grid .dp-dfg-items {
  column-gap: 4em;
  row-gap: 4em;
}

.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title {
  margin-bottom: 0 !important;
  color: var(--nahq-dark-grey) !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d" !important;
}

.et_mobile_menu {
  border-top: 0;
}

.et_mobile_menu {
  min-width: 100vw;
  margin-left: -10vw;
}

.et_mobile_menu {
  min-height: 100vh !important;
  min-height: -webkit-fill-available;
  padding-top: 50px !important;
}

html {
  height: -webkit-fill-available;
}

.mobile_nav.opened .et_mobile_menu {
  display: block !important;
}

/* Footer Styles */
.a-link {
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  &:hover {
    color: var(--nahq-yellow);
  }
}

footer {
  .a-link {
    color: var(--white) !important;

    &:hover {
      color: var(--nahq-yellow) !important;
    }
  }
}

.social-icons {
  display: flex;
  gap: 25px;
}

.social-icons span {
  font-size: 1.5rem;
  color: var(--nahq-yellow);
  line-height: 1;
}

.social-icons a {
  text-decoration: none;

  &:hover {
    text-decoration: none;
  }
}

.social-icons span:hover {
  color: var(--nahq-white);
  text-decoration: none;
}

.f-icon-list-wrap .et_pb_blurb_container {
  padding-left: 6px;
}

.copy-right-wrap .et_pb_blurb_content {
  align-items: center !important;
  justify-content: center;
}

@media (min-width: 980px) {
  .desktop-footer-menu {
    display: flex;
  }

  .desktop-footer-menu > div:nth-child(1) {
    width: 25% !important;
    margin-right: 4% !important;
  }

  .desktop-footer-menu > div:nth-child(2) {
    width: 25% !important;
    margin-right: 4% !important;
  }

  .desktop-footer-menu > div:nth-child(3) {
    width: 7% !important;
    margin-right: 4% !important;
  }

  .desktop-footer-menu > div:nth-child(4) {
    width: 22% !important;
    margin-right: 4% !important;
  }

  .desktop-footer-menu > div:nth-child(5) {
    width: 24% !important;
  }

  .desktop-footer-menu ul > li > a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .desktop-footer-menu nav > ul {
    flex-direction: column;
  }

  .copy-right-wrap .et_pb_blurb_container {
    padding-left: 8px;
  }

  .news-intel-heading-wrap.left:after {
    left: 50px;
    transform: none;
  }
}

@media (max-width: 1380px) and (min-width: 980px) {
  .news-intel-heading .et_pb_module_heading {
    font-size: clamp(1.75rem, -1.3125rem + 5vw, 3rem) !important;
  }
}

@media screen and (max-width: 980px) {
  .desktop-footer-menu .et_pb_menu .et_pb_menu__menu {
    display: block;
  }

  .desktop-footer-menu .et_mobile_menu ul {
    background-color: var(--nahq-grey) !important;
  }

  .desktop-footer-menu .mobile_menu_bar {
    display: none;
  }

  .desktop-footer-menu .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .desktop-footer-menu > div:nth-child(1) {
    width: 100% !important;
    border-bottom: 1px solid #ffffff4d;
  }

  .desktop-footer-menu > div:nth-child(2) {
    width: 100% !important;
    border-bottom: 1px solid #ffffff4d;
  }

  .desktop-footer-menu > div:nth-child(3) {
    width: 100% !important;
    border-bottom: 1px solid #ffffff4d;
  }
  .et-db #et-boc .et-l .desktop-footer-menu .et_pb_column:nth-child(4) {
    width: 49% !important;
    margin-right: 2%;
  }
  .et-db #et-boc .et-l .desktop-footer-menu .et_pb_column:nth-child(5) {
    width: 49% !important;
  }

  .copy-right-wrap .et_pb_blurb_content {
    align-items: baseline !important;
  }

  .copy-right-wrap .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .desktop-footer-menu .et_pb_menu .et_pb_menu__menu {
    display: block !important;
  }

  .desktop-footer-menu .et_mobile_menu ul {
    background-color: var(--nahq-grey) !important;
  }

  .desktop-footer-menu .mobile_menu_bar {
    display: none !important;
  }

  .desktop-footer-menu .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start !important;
  }

  #menu-tertiary-footer {
    gap: 0;
    margin-bottom: 24px;
  }
}

.desktop-footer-menu .et_pb_menu .et_pb_menu__menu > nav > ul {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .desktop-footer-menu .et_pb_menu .et_pb_menu__menu {
    display: block;
  }

  .desktop-footer-menu .et_pb_menu .et_pb_menu__menu > nav > ul {
    flex-direction: column;
    gap: 10px;
  }
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary.footer-btn {
  padding: 0 43px 24px 0 !important;
  /* font-family: "Inter", Helvetica, Arial, Lucida, sans-serif; */
  display: inline-block !important;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.2 !important;
  font-weight: 500;
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary.footer-btn:hover {
  color: var(--nahq-yellow);
}

body
  #page-container
  .et_pb_section
  .et_pb_row
  .btn-tertiary.footer-btn:hover:after {
  color: var(--nahq-yellow);
}

body #page-container .et_pb_section .et_pb_row .btn-tertiary.footer-btn:after {
  color: var(--nahq-yellow);
  transform: translateY(0%);
}

body
  #page-container
  .et_pb_section
  .et_pb_row
  .btn-tertiary.footer-btn:after:hover {
  color: var(--nahq-yellow);
}

@media screen and (max-width: 980px) {
  body
    #page-container
    .et_pb_section
    .et_pb_row
    .btn-tertiary.footer-btn:after {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 600px) {
  body
    #page-container
    .et_pb_section
    .et_pb_row
    .btn-tertiary.footer-btn:after {
    transform: translateY(-50%);
  }

  .new-intel-content-wrap {
    max-height: 1150px;
    overflow-y: auto;
  }

  .leadership-team-wrap .dp-dfg-items > article {
    margin-bottom: 4em;
  }
}

.desktop-footer-menu .et-menu a:hover {
  opacity: 1;
  color: var(--nahq-yellow) !important;
}

a.footer-link {
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  color: var(--white) !important;
  font-weight: 500 !important;
}

a.footer-link:hover {
  color: var(--nahq-yellow) !important;
  text-decoration: underline;
}

.nahq-blue-top-wrapper::before,
.nahq-yellow-top-wrapper::before {
  content: "";
  width: 385px;
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.nahq-blue-top-wrapper::before {
  background: #009fe8;
}

.nahq-yellow-top-wrapper::before {
  background-image: linear-gradient(to right, #b48b2d, #d9c27e);
}

.hero-content-wrapper .et_pb_text h1 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1280px) {
  .nahq-blue-top-wrapper::before,
  .nahq-yellow-top-wrapper::before {
    left: 24px;
    z-index: 3;
  }
}

@media screen and (max-width: 768px) {
  .nahq-blue-top-wrapper::before,
  .nahq-yellow-top-wrapper::before {
    width: 173px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .column-reverse-sm {
    flex-direction: column-reverse;
    display: flex;
  }

  .nahq-blue-top-wrapper::before,
  .nahq-yellow-top-wrapper::before {
    width: 173px;
    height: 45px;
    left: 24px;
  }

  .hero-content-wrapper .et_pb_text h1 {
    line-height: 65px !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-content-wrapper .et_pb_image {
    max-width: 65%;
  }

  .hero-content-wrapper .et_pb_text h1 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
}

@media screen and (min-width: 1620px) {
  .full-width-wrapper {
    padding-left: 0px !important;
  }

  .full-width-wrapper .et_pb_row {
    max-width: 1280px !important;
  }

  #full-width-row {
    margin-right: auto !important;
  }
}

.membership-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(
      to bottom,
      var(--nahq-blue) calc(55%),
      var(--nahq-grey) calc(45%)
    )
    1;
  box-sizing: border-box;
}
.membership-card.gold {
  border-image: linear-gradient(
      to bottom,
      #ceb063 calc(55%),
      var(--nahq-grey) calc(45%)
    )
    1;
}

.membership-card {
  h3 {
    font-size: 110px !important;
    font-weight: 400 !important;
    line-height: 90px !important;
  }
}

@media (min-width: 981px) {
  .membership-card {
    width: 49% !important;
    margin-right: 2% !important;
  }
}

@media (max-width: 768px) {
  .membership-card {
    h3 {
      font-size: 38px !important;
      font-weight: 700 !important;
      line-height: 48px !important;
    }
  }

  .membership-card {
    h6 {
      font-size: 22px !important;
      line-height: 30px !important;
    }
  }
}

.top-blue-bar::before {
  content: "";
  width: 100%;
  height: 104px;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
}

.vertically-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .top-blue-bar::before {
    height: 64px;
  }
}

.custom-video .et_pb_video_play {
  margin-top: 0px;
  margin-left: 0px;
  top: 75%;
  left: 20px;
  text-decoration: none;
  font-size: 55px;
  line-height: 55px;
}

.custom-video .et_pb_video_play::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #424242;
  left: 3px;
  z-index: -1;
  top: 3px;
}

@media screen and (max-width: 600px) {
  .custom-video .et_pb_video_play {
    font-size: 45px;
    line-height: 45px;
    bottom: 0%;
    top: auto;
  }

  .custom-video .et_pb_video_play::after {
    width: 40px;
    height: 40px;
  }
}

.right-image-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.gold_line_left_bottom {
  position: relative;
  overflow: hidden;
}
.gold_line_left_bottom::before {
  content: "";
  width: 35px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    25.79deg,
    #b58b2e 0%,
    #dfc987 29.55%,
    #ceb063 40.29%,
    #bb953c 52.83%,
    #b58b2e 59.1%
  );

  @media (max-width: 980px) {
    display: none;
  }
}
.gold_line_left_bottom::after {
  content: "";
  width: 476px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    25.79deg,
    #b58b2e 0%,
    #dfc987 29.55%,
    #ceb063 40.29%,
    #bb953c 52.83%,
    #b58b2e 59.1%
  );

  @media (max-width: 980px) {
    display: none;
  }
}
.blue_line_left_bottom {
  position: relative;
}

.blue_line_left_bottom::before {
  content: "";
  width: 35px;
  height: 307px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--nahq-blue);

  @media (max-width: 768px) {
    display: none;
  }
}

.blue_line_left_bottom::after {
  content: "";
  width: 265px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--nahq-blue);

  @media (max-width: 768px) {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .blue_line_left_bottom::before {
    width: 24px;
    height: 204px;
  }

  .blue_line_left_bottom::after {
    width: 176px;
    height: 24px;
  }
}

@media (min-width: 981px) {
  .about-nahq-hero > div:nth-child(1) {
    width: 65%;
  }

  .about-nahq-hero > div:nth-child(2) {
    width: 35%;
  }
}

.heading-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2.8px;
  color: var(--nahq-yellow);
  padding: 4px 11px 0px 11px;
  background: var(--nahq-grey);
  text-transform: uppercase;
  display: inline-block;
  max-width: fit-content;

  &.date {
    text-transform: capitalize;
  }

  &.bg-dark-grey {
    background: var(--nahq-dark-grey);
  }

  * {
    font-size: 1em;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2.8px;
  }
}

.left_blue_line,
.right_yellow_line {
  position: relative;
  overflow: hidden;
}

.left_blue_line:after,
.right_yellow_line:after {
  position: absolute;
  content: "";
  top: 140px;
  left: 3%;
  height: 35px;
  width: 100%;
  transform: translatey(-50%);
}

.left_blue_line:before,
.right_yellow_line:before {
  position: absolute;
  content: "";
  top: 140px;
  right: 0;
  height: 100%;
  width: 35px;
}

.right_yellow_line:after,
.right_yellow_line:before {
  background: var(--nahq-yellow);
}

.right_yellow_line.gold:after,
.right_yellow_line.gold:before,
.left_blue_line.gold:after,
.left_blue_line.gold:before {
  background: #bb953c;
}
.left_blue_line:after,
.left_blue_line:before {
  background: var(--nahq-blue);
}

.bg-new-grey {
  background: #f2f2f2 !important;
}

.top_left_blue_line {
  position: relative;
  overflow: hidden;
}

.top_left_blue_line:before,
.top_left_blue_line:after {
  content: "";
  background: var(--nahq-blue);
  left: 0;
  top: 0;
  position: absolute;
}

.top_left_blue_line:before {
  width: 161px;
  height: 35px;
}

.top_left_blue_line:after {
  width: 35px;
  height: 100%;
}

.left_bottom_grey_line {
  position: relative;
  overflow: hidden;
}

.left_bottom_grey_line:before,
.left_bottom_grey_line:after {
  content: "";
  background: var(--nahq-dark-grey);
  left: 0;
  bottom: 0;
  position: absolute;
}
.left_bottom_grey_line.gold:before,
.left_bottom_grey_line.gold:after {
  background: #bb953c;
}
.left_bottom_grey_line:before {
  width: 35px;
  height: 100%;
}

.left_bottom_grey_line:after {
  width: 476px;
  height: 35px;
}

.about_btn_wrap {
  height: 100%;
}

.about_btn_wrap .et_pb_code_inner {
  display: flex;
  column-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  flex-wrap: wrap;
}

.get-started-btn {
  height: 100%;

  .et_pb_code_inner {
    display: flex;
    column-gap: 32px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;

    @media (max-width: 768px) {
      justify-content: flex-start;
    }
  }
}

@media (max-width: 980px) {
  .about_btn_wrap .et_pb_code_inner {
    row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.membership-blurb-card .et_pb_blurb_description {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.membership-blurb-card .et_pb_blurb_description p:last-child {
  margin-top: auto;
}

@media screen and (min-width: 980px) {
  .left_grey {
    position: relative;

    & > .et_pb_column {
      display: flex;
      flex-direction: column;

      .et_pb_button_module_wrapper {
        margin-top: auto;
      }
    }
  }

  .left_grey:before {
    content: "";
    width: 100%;
    background: #f2f2f2;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
  }

  .news-intel-heading-wrap .btn-primary {
    transform: translateY(-20px);
  }

  .nahq_number_card h6 {
    margin-bottom: 16px !important;
  }
}

.bottom_right_blue_line {
  position: relative;
  overflow: hidden;
}

.bottom_right_blue_line:before,
.bottom_right_blue_line:after {
  content: "";
  background: var(--nahq-blue);
  right: 0;
  bottom: 0;
  position: absolute;
}

.bottom_right_blue_line:before {
  width: 265px;
  height: 35px;
}

.bottom_right_blue_line:after {
  width: 35px;
  height: 100%;
}
.bottom_right_blue_line.gold:before,
.bottom_right_blue_line.gold:after {
  background: linear-gradient(
    25.79deg,
    #b58b2e 0%,
    #dfc987 29.55%,
    #ceb063 40.29%,
    #bb953c 52.83%,
    #b58b2e 59.1%
  );
}
@media screen and (max-width: 600px) {
  .left_blue_line:before,
  .right_yellow_line:before {
    top: 75px;
    width: 28px;
  }

  .left_blue_line:after,
  .right_yellow_line:after {
    top: 75px;
    height: 28px;
  }

  .top_left_blue_line:before {
    width: 136px;
    height: 24px;
  }

  .top_left_blue_line:before {
    width: 136px;
  }

  .left_bottom_grey_line:before {
    width: 24px;
    display: none;
  }

  .top_left_blue_line:after {
    width: 24px;
  }

  .left_bottom_grey_line:after {
    width: 24px;
    display: none;
  }

  .left_bottom_grey_line:after {
    width: 50%;
    height: 24px;
  }

  .bottom_right_blue_line:before {
    width: 136px;
    height: 24px;
  }

  .bottom_right_blue_line:after {
    width: 24px;
    height: 50%;
  }

  .membership-blurb-card .et_pb_blurb_description a.btn-primary {
    width: 100%;
  }
}

div.et_pb_text_inner ul {
  ul {
    padding-bottom: 0;
  }
}

.tab-btn-wrapper > .et_pb_column {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper {
  margin-top: 0;
  width: 36%;
  margin-bottom: 0;
}

.tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper a.tab-btn {
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: none;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  align-items: center;
  line-height: 34px !important;
  position: relative;

  @media (max-width: 980px) {
    padding: 15px 25px !important;
  }
}

.tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper a.tab-btn::after {
  content: "";
  width: 137px;
  height: 12px;
  background: #009fe8;
  position: absolute;
  top: 0;
  margin-left: 0 !important;

  @media (max-width: 768px) {
    height: 8px;
  }
}

@media (max-width: 980px) {
  .tab-btn-wrapper
    > .et_pb_column
    .et_pb_button_module_wrapper:nth-child(3)
    a.tab-btn {
    padding-left: 64px !important;
  }
}

.tab-btn-wrapper
  > .et_pb_column
  .et_pb_button_module_wrapper
  a.tab-btn.active::after {
  opacity: 1 !important;
}

.tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper a.active,
.tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper .tab-btn:hover {
  background: #414042 !important;
  border-radius: 100px;
  color: #ffffff;
  z-index: 4 !important;
}

.tab-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tab-content-wrapper .et_pb_column {
  margin-bottom: 36px;
  margin-right: 0;

  @media (max-width: 980px) {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.tab-content-section {
  &.three-col {
    & > .tab-content-wrapper {
      /* width: 33%; */
      .et_pb_column {
        width: 33%;
      }
    }
  }
}

.tab-btn-wrapper {
  > .et_pb_column {
    .et_pb_button_module_wrapper {
      a.tab-btn {
        &.yellow::after {
          background: var(--nahq-yellow) !important;
        }

        &.grey::after {
          background: var(--nahq-dark-grey) !important;
        }
        &.gold::after {
          background: linear-gradient(
            100.15deg,
            #b58b2e -406.41%,
            #dfc987 -38.47%,
            #ceb063 95.33%,
            #bb953c 251.43%,
            #b58b2e 329.48%
          ) !important;
        }
      }
    }
  }

  .border-radius-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}

@media (max-width: 768px) {
  .tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper {
    min-width: 300px;
  }

  .tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper a.tab-btn {
    padding-top: 18px !important;
    padding-bottom: 14px !important;
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper {
    min-width: 246px;
  }

  .tab-btn-wrapper > .et_pb_column .et_pb_button_module_wrapper a.tab-btn {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    justify-content: center;
  }
}

.tab-btn-wrapper > .et_pb_column {
  scrollbar-width: none;
}

.next-btn,
.prev-btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
}

.next-btn {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(231, 231, 231, 0) 0%,
    rgba(231, 231, 231, 0.9) 36%,
    #e7e7e7 81.5%,
    #e7e7e7 100%
  );
  justify-content: flex-end;
}

.prev-btn {
  left: 0;
  background: linear-gradient(
    90deg,
    #e7e7e7 0%,
    #e7e7e7 18.5%,
    rgba(231, 231, 231, 0.9) 64%,
    rgba(231, 231, 231, 0) 100%
  );
  justify-content: flex-start;
}

.prev-btn img {
  transform: rotate(181deg);
}

.testimonial-slider {
  height: 100%;
}

.testimonial-slider.et_pb_slider
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  h6.et_pb_slide_title {
  font-size: 24px !important;
  line-height: 36px !important;

  @media (max-width: 600px) {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

/*.testimonial-slider .et_pb_slide_description .et_pb_slide_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }*/
.testimonial-slider {
  .et-pb-slider-arrows {
    padding-top: 64px;
    @media (max-width: 768px) {
      padding-top: 24px;
    }
  }
}
.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next,
.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
  opacity: 1;
  text-decoration: none;
  top: 80.5%;

  &.disabled {
    opacity: 0.5 !important;
    pointer-events: none;

    &::before {
      cursor: not-allowed;
    }
  }
}

.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next {
  right: 40%;
  margin-top: -24px;
}

.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
  left: 43%;
}

.testimonial-slider .et-pb-controllers {
  display: none;
}

.testimonial-slider .et-pb-arrow-next {
  transform: rotate(45deg);
}

.testimonial-slider .et-pb-arrow-prev {
  transform: rotate(-135deg);
}

.testimonial-slider .et-pb-arrow-next:before,
.testimonial-slider .et-pb-arrow-prev:before {
  font-family: "icomoon" !important;
  content: "\e903";
  font-size: 27px;
  font-weight: 700;
}

.testimonial-slider .et_pb_slide_title {
  font-weight: 400 !important;
  margin-bottom: 28px !important;
}

.testimonial-slider .et_pb_slide_title img {
  width: 39px;
  height: auto;
  display: block;
  margin: 0 auto 12px auto;
}

.testimonial-slider * {
  color: var(--nahq-dark-grey);
}

.testimonial-slider table,
.testimonial-slider td {
  border-width: 0px !important;
}

.testimonial-slider table td {
  padding: 0;
  width: auto !important;
}

.testimonial-slider table {
  text-align: center !important;
  tr {
    display: flex;
    align-items: center;
    gap: 24px;
    td:nth-child(2) {
      flex: 1;
    }
    @media (max-width: 768px) {
      gap: 0;
    }
  }
}

.testimonial-slider table td img {
  width: 64px;
}

.testimonial-slider {
  .et_pb_slide_description {
    padding: 22px 0 16px 0;
    @media (max-width: 768px) {
      padding: 22px 0 32px 0;
    }
  }
}

.n2-ss-text {
  line-height: 20px;
}

.n2-ss-item-content strong {
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
  line-height: 22px;
}

.et_pb_slide {
  padding: 0;
}
.testimonial-slider {
  .et_pb_slides {
    &.pb-54 {
      padding-bottom: 54px;
      @media (max-width: 768px) {
        padding-bottom: 20px;
      }
    }
  }
}
.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next:focus,
.testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev:focus {
  outline: none;
}
@media (max-width: 768px) {
  .n2-ss-text {
    padding-right: 0px;
  }

  .testimonial-slider table td img {
    width: 112px;
  }

  .testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: 37%;
    margin-top: -24px;
  }

  .testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 36%;
  }

  .testimonial-slider .et-pb-slider-arrows .et-pb-arrow-next,
  .testimonial-slider .et-pb-slider-arrows .et-pb-arrow-prev {
    top: 90.5%;
  }
}

.et_pb_text_align_center {
  .btns-wrap {
    justify-content: center;
  }
}

.gold_border_left {
  border-image: linear-gradient(
      25.79deg,
      #b58b2e 0%,
      #dfc987 29.55%,
      #ceb063 40.29%,
      #bb953c 52.83%,
      #b58b2e 59.1%
    )
    1;
}

.table-btn-wrapper .et_pb_code_inner {
  display: flex;
  justify-content: center;
  column-gap: 80px;
}

.top_right_blue_line,
.bottom_left_blue_line {
  position: relative;
  overflow: hidden;
}

.top_right_blue_line:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: transparent;
}

.bottom_left_blue_line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: transparent;
}

.top_right_blue_line:before {
  width: 265px;
  height: 265px;
  border-right: 35px solid var(--nahq-blue);
  border-top: 35px solid var(--nahq-blue);
  box-sizing: border-box;
}
.top_right_blue_line.gold:before,
.bottom_left_blue_line.gold:after {
  border-color: #bb953c !important;
}
.bottom_left_blue_line:after {
  width: 265px;
  height: 265px;
  border-left: 35px solid var(--nahq-blue);
  border-bottom: 35px solid var(--nahq-blue);
  box-sizing: border-box;
}
.top-left-blue-line,
.bottom-right-blue-line {
  position: relative;
  overflow: hidden;
}

.top-left-blue-line:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: transparent;
}

.bottom-right-blue-line:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: transparent;
}

.top-left-blue-line:before {
  width: 265px;
  height: 265px;
  border-left: 35px solid var(--nahq-blue);
  border-top: 35px solid var(--nahq-blue);
  box-sizing: border-box;
}

.bottom-right-blue-line:after {
  width: 265px;
  height: 265px;
  border-right: 35px solid var(--nahq-blue);
  border-bottom: 35px solid var(--nahq-blue);
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .top_right_blue_line:before,
  .bottom_left_blue_line:before,
  .bottom_left_blue_line:after,
  .bottom_right_blue_line:after,
  .top-left-blue-line:before,
  .bottom-right-blue-line:after {
    display: none;
  }
}

#credentials_table_component tbody > tr:first-child td p a {
  text-align: center;
}

#credentials_table_component tbody > tr:first-child td img {
  margin-bottom: 20px;
}

#credentials_table_component tbody > tr:first-child td p a {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #231f20;
}

#credentials_table_component tbody > tr:first-child td p a:hover {
  color: var(--nahq-blue);
}

#credentials_table_component tbody tr:nth-child(odd) {
  background: var(--nahq-white);
}

#credentials_table_component tbody tr:nth-child(even) {
  background: var(--nahq-light-grey);
}

#credentials_table_component tbody > tr:first-child td {
  padding: 20px;
}

#credentials_table_component tbody tr td {
  width: auto;
  box-sizing: border-box;
  text-align: center;
}
.table-text-left {
  tbody {
    tr {
      td {
        text-align: left !important;
      }
    }
  }
}

#credentials_table_component tbody tr:first-child td:first-child {
  width: 350px;
  padding: 24px;
  box-sizing: border-box;
  text-align: left;
}

#credentials_table_component tbody tr td p span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #231f20;
  text-align: left;
}

#credentials_table_component table {
  width: 100% !important;
  max-width: inherit !important;
}

#credentials_table_component.group-membership-table {
  tbody {
    tr {
      td {
        .wptb-text-container {
          font-size: 18px !important;
          color: var(--nahq-dark-grey) !important;

          p {
            line-height: 30px !important;
          }

          @media (max-width: 768px) {
            font-size: 16px !important;
            line-height: 26px !important;

            p {
              line-height: 26px !important;
            }
          }

          &.wptb-element-text-597 {
            margin-bottom: 16px;
            font-size: 32px !important;
            line-height: 38px !important;

            p {
              font-size: 32px !important;
              font-weight: 600 !important;
              line-height: 38px !important;
            }

            @media (max-width: 768px) {
              font-size: 22px !important;
              line-height: 30px !important;

              p {
                font-size: 22px !important;
                line-height: 30px !important;
              }
            }
          }
        }
      }
    }
  }
}

#credentials_table_component.group-membership-table tbody tr td:first-child {
  width: 80%;
  height: auto;
  padding: 42px 16px;
}

.group-membership-table tbody tr:last-child {
  background: #f9ec00 !important;
}

.group-membership-table tbody tr:last-child td {
  @media (min-width: 768px) {
    text-align: right !important;
  }
}
.group-membership-table tr:last-child td:first-child {
  border-right-color: var(--nahq-yellow) !important;
}
.group-membership-table tr:first-child td:first-child {
  border-right-color: #ffffff !important;
}
.group-membership-table .btn-primary {
  background: #414042 !important;
  color: #f9ec00 !important;
}

.individual-memership-table {
  table {
    tr {
      td {
        .wptb-text-container {
          color: var(--nahq-dark-grey) !important;

          p {
            color: var(--nahq-dark-grey) !important;
            font-size: 16px !important;

            strong {
              font-weight: 600 !important;
            }
          }
        }

        .wptb-element-text-597,
        .wptb-element-text-610 {
          margin-bottom: 16px;
          font-size: 32px !important;
          line-height: 38px !important;

          p {
            font-size: 32px !important;
            font-weight: 600 !important;
            line-height: 38px !important;
          }

          @media (max-width: 768px) {
            font-size: 20px !important;
            line-height: 28px !important;

            p {
              font-size: 20px !important;
              line-height: 28px !important;
            }
          }
        }
      }
    }
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .hero_text_module {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 981px) {
  .equal_width_row > div:nth-child(1) {
    width: 50% !important;
    max-width: none !important;
  }

  .equal_width_row > div:nth-child(2) {
    width: 50% !important;
  }

  .wheel-section.bg_white {
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 10%,
      #f9ec00 10%,
      #f9ec00 90%,
      #ffffff 90%,
      #ffffff 100%
    );
  }
}

@media screen and (max-width: 980px) {
  .wheel-section {
    background: #f9ec00;
  }

  .table-btn-wrapper .et_pb_code_inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .top_right_blue_line:before {
    content: none;
  }

  .bottom_left_blue_line:after {
    width: 249px;
    height: 249px;
    border-left: 24px solid var(--nahq-blue);
    border-bottom: 24px solid var(--nahq-blue);
  }
}

@media screen and (max-width: 600px) {
  #credentials_table_component tbody > tr:first-child td p a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #231f20;
    text-decoration: none !important;
  }

  #credentials_table_component tbody tr td:first-child,
  #credentials_table_component tbody tr td {
    width: 214px;
    height: 140px;
    box-sizing: border-box;
  }

  #credentials_table_component.group-membership-table tbody tr td:first-child {
    width: 80% !important;
    height: auto;
    padding: 16px;
  }

  #credentials_table_component.group-membership-table tbody tr td:nth-child(2) {
    width: auto !important;
  }

  #credentials_table_component.group-membership-table
    tbody
    tr
    td
    .wptb-link-target {
    width: 100% !important;
  }
}

.nahq-form {
  .gform_wrapper.gravity-theme {
    .gfield_required {
      display: none;
    }
  }

  .gfield-choice-input {
    width: 17px;
    height: 17px;
    margin-top: 4px !important;
  }

  .gform-body {
    width: 100%;
  }

  &.hero-subscribe {
    width: 100%;

    form {
      display: flex;
      align-items: start;
      gap: 40px;

      @media (max-width: 767px) {
        flex-direction: column;
        gap: 0px;
      }
    }

    .gform_body {
      width: 100%;
    }

    .gform_footer {
      width: 100%;
      justify-content: flex-end !important;
    }
  }

  &.membership-subscribe {
    form {
      display: flex;
      align-items: flex-end;
      gap: 40px;

      @media (max-width: 767px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
      }

      .gfield_radio {
        .gchoice {
          flex: auto;
        }
      }
    }

    input[type="submit"] {
      min-width: 139px;
      text-align: left;
    }

    .gform_footer {
      padding: 0px 0 4px 0px !important;
    }

    .gfield_radio {
      display: flex;
      gap: 24px;

      @media (max-width: 540px) {
        gap: 6px !important;
      }
    }
  }

  .gform_wrapper.gravity-theme .gfield-choice-input + label {
    margin-bottom: 4px;
    font-size: 16px !important;
    font-weight: 400 !important;
    flex: 1;

    @media (max-width: 768px) {
      font-size: 14px !important;
    }
  }
}

.nahq-form {
  &.nahq-form-wrap {
    .gfield {
      .gform-field-label {
        position: relative;
        font-weight: 600;
        background: transparent;
      }
    }
    .gform-footer {
      margin-top: 16px;
    }

    .gfield_checkbox {
      .gchoice {
        input[type="checkbox"] {
          border: none !important;
          background: url("/wp-content/uploads/2024/10/checkbox-bg.png") 0 50%
            no-repeat !important;
          background-size: 23px 23px !important;
        }
        input[type="checkbox"]:checked {
          background: url("/wp-content/uploads/2024/10/checked-bg.png") 0 50%
            no-repeat !important;
          background-size: 23px 23px !important;
        }
      }
    }
  }
}

.nahq-form * {
  font-family: var(--articulat-cf);
}

.nahq-form {
  .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 32px;
  }
  &.newsletter-form {
    .gform_wrapper.gravity-theme .gform_fields {
      column-gap: 0px;
    }
    h6 {
      margin-bottom: 16px;
    }
    .body-small {
      line-height: 19px;
    }
  }
}

.nahq-form .ginput_container select {
  margin-top: 6px;
}

.nahq-form .gfield input,
.nahq-form select,
.hbspt-form input,
textarea {
  border: none !important;
  background: transparent !important;
  border-bottom: 1px solid var(--nahq-dark-grey) !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
  font-weight: 400;
  font-size: 16px !important;
  color: var(--nahq-dark-grey) !important;
  line-height: 1.5 !important;

  &:focus {
    font-weight: 600;
  }
}

.nahq-form {
  &.newsletter-form {
    .gfield input {
      font-weight: 400;
      font-size: 14px !important;
      margin-top: 8px;

      &:focus {
        font-weight: 400;
        font-size: 14px !important;
      }
    }

    .form-link {
      min-height: 0;
      margin-top: -10px;
      p {
        font-size: 12px;
        line-height: 17px;
      }
    }
  }
}

.nahq-form .gfield .gform-field-label {
  font-size: 14px !important;
  font-weight: 400 !important;
  position: absolute;
  transition: all 0.3s ease;
  margin-top: 6px;
  line-height: 24px;
}

.nahq-form .gfield--type-choice .gform-field-label {
  position: relative;
  margin-top: 0;
  font-size: 16px !important;
}

.nahq-form.membership-subscribe .gfield--type-choice .gform-field-label {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 26px;
  margin-bottom: 18px;

  @media (max-width: 768px) {
    font-size: 18px !important;
  }
}

.nahq-form .gform-field-label.active,
.nahq-form label.active {
  transform: translateY(-20px);
}

.nahq-form #field_8_5 .gfield_label {
  display: none;
}

.nahq-form .ginput_container input:focus,
.nahq-form select:focus {
  border-bottom: 2px solid #009fe8 !important;
  font-size: 16px !important;
}

.nahq-form .gfield_label {
  font-weight: 400 !important;
}

.nahq-form input[type="submit"] {
  display: inline-block !important;
  font-family: "articulat-cf", sans-serif;
  position: relative;
  padding: 9px 46px 6px 17px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  color: var(--nahq-dark-grey);
  line-height: 1.5 !important;
  border-radius: 50px;
  border: 1px solid var(--nahq-yellow);
  transition: 0.3s all ease-in-out;
  background: var(--nahq-yellow)
    url("/wp-content/uploads/2024/09/arrow-up-right-2.png") no-repeat;
  background-size: 24px;
  background-position: right 12px center;
}

.nahq-form input[type="submit"]:hover {
  background: var(--nahq-blue)
    url("/wp-content/uploads/2024/09/arrow-up-right-2.png") no-repeat;
  padding: 9px 42px 6px 13px;
  border: 1px solid var(--nahq-blue);
  background-position: right 16px center;
  background-size: 24px;
}

.nahq-form .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, 50%);
  margin-top: 16px;
  row-gap: 16px;
}

.nahq-form.member-form .gfield_checkbox {
  grid-template-columns: repeat(auto-fit, 100%);
}

.nahq-form.download-form .gfield_checkbox {
  grid-template-columns: repeat(auto-fit, 100%);
}

.nahq-form.download-form.two-column-checkbox .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, 50%);
}

.gfield_checkbox .gchoice {
  width: 100%;
}

.nahq-form .gfield_checkbox .gchoice .gform-field-label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #414042;
}

.nahq-form .gfield--input-type-select label {
  background: #f2f2f2;
  width: 200px;
  margin-bottom: 0;
}

.nahq-form .ginput_container {
  gap: 32px;
}

.member-form .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}

.nahq-form .gfield_checkbox .gchoice {
  display: flex;
  gap: 8px;
  cursor: pointer;
  align-items: flex-start;
}

.nahq-form .gfield_radio .gchoice {
  margin-left: -4px;
}

.wptb-element-text-598 p strong,
.wptb-element-text-599 p strong,
.wptb-element-text-600 p strong,
.wptb-element-text-602 p strong {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;

  @media (max-width: 768px) {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

#credentials_table_component.individual-memership-table
  tbody
  tr:first-child
  td {
  text-align: left !important;
  vertical-align: top;
}

.nahq-form .gfield {
  min-height: 54px;
}

.download-form legend.gfield_label,
.member-form legend.gfield_label {
  display: none !important;
}

@media (max-width: 540px) {
  .gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
    flex-direction: column;
  }

  .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-start;
  }

  .gfield_checkbox {
    flex-direction: column;
  }

  .nahq-form .ginput_container {
    gap: 0px;
  }

  .member-form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-start;
  }
}

/* Default styles */
.grey_line_left_top::before,
.grey_line_left_top::after,
.blue_line_right_bottom::before,
.blue_line_right_bottom::after {
  content: "";
  position: absolute;
}

.grey_line_left_top::before,
.blue_line_right_bottom::before {
  width: 35px;
  height: 265px;
}

.grey_line_left_top::after,
.blue_line_right_bottom::after {
  width: 265px;
  height: 35px;
}

.grey_line_left_top::before,
.grey_line_left_top::after {
  left: 0;
  top: 0;
  background: var(--nahq-grey);
}
.grey_line_left_top.gold::before,
.grey_line_left_top.gold::after {
  background: #bb953c;
}
.blue_line_right_bottom::before,
.blue_line_right_bottom::after {
  right: 0;
  bottom: 0;
  background: var(--nahq-blue);
}

/* Styles for screens smaller than 768px */
@media (max-width: 768px) {
  .blue_line_right_bottom::before {
    width: 24px;
    height: 203px;
    display: none;
  }

  .blue_line_right_bottom::after {
    width: 203px;
    height: 24px;
    display: none;
  }

  .grey_line_left_top::before {
    width: 24px;
    height: 142px;
  }

  .grey_line_left_top::after {
    width: 142px;
    height: 24px;
  }
}

.number_card_heading p {
  font-size: 64px;
  line-height: 74px;
  font-weight: 600;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .number_card_heading p {
    font-size: clamp(3.1875rem, -0.5991rem + 6.1321vw, 4rem);
    line-height: clamp(2.5rem, -0.9953rem + 5.6604vw, 3.25rem);
  }
}

@media (max-width: 980px) {
  .number_card_heading p {
    font-size: 61px;
    line-height: 50px;
    font-weight: 400;
  }
}

/* Accordion's bottom Design */
.accordions-wrap {
  background-image: url(../../../../../wp-content/uploads/2024/10/q_black_front_shadow_rgb_sm-1.png),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff calc(100% - 99px),
      #099ae5 calc(100% - 99px),
      #009fe8 100%
    ) !important;
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 340px !important;
  &.large {
    padding-bottom: 380px !important;
    @media (max-width: 768px) {
      padding-bottom: 240px !important;
    }
  }
  &.cards-wrap {
    padding-bottom: 220px !important;
    @media (max-width: 768px) {
      padding-bottom: 254px !important;
    }
  }
  @media (max-width: 768px) {
    background-image: url(../../../../../wp-content/uploads/2024/11/mobile-bg-accordion.png),
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff calc(100% - 99px),
        #099ae5 calc(100% - 99px),
        #009fe8 100%
      ) !important;
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 200px !important;
  }
}
.accordions-wrap.black {
  background-image: url(../../../../../wp-content/uploads/2024/10/q_black_front_shadow_rgb_sm-1.png),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff calc(100% - 99px),
      var(--nahq-grey) calc(100% - 99px),
      var(--nahq-grey) 100%
    ) !important;
  @media (max-width: 768px) {
    background-size: 300px, 100%;
  }
}
@media (min-width: 981px) {
  .five-equal-columns > div {
    width: 20% !important;
    margin-right: 0 !important;
  }
  .register-row > div:nth-child(1) {
    width: 20%;
    margin-right: 0;
  }
}
.cphq-video-blurb-card .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.cphq-video-blurb-card .et_pb_blurb_container {
  background: var(--nahq-white);
  padding: 32px;
  margin-top: -10px;
}
.gform_wrapper.gravity-theme {
  input,
  select,
  textarea {
    color: var(--nahq-dark-grey);

    &::placeholder {
      color: var(--nahq-dark-grey);
    }
  }

  textarea {
    height: 130px !important;
  }

  .gfield_validation_message,
  .validation_message {
    background: rgba(235, 57, 46, 0.2);
    color: var(--nahq-dark-grey);
    border-color: transparent;
  }

  .gform_validation_errors {
    display: none;
  }

  .validation_message {
    position: relative;
    padding: 11px 24px 11px 48px;

    &::before {
      content: "p";
      font-family: ETmodules !important;
      position: absolute;
      left: 1rem;
      font-size: 1.5rem;
      color: var(--nahq-error);
    }
  }

  .gform_footer {
    padding-top: 8px;
  }

  .gform_confirmation_message {
    background: rgba(34, 175, 92, 0.2);
    padding: 12px 16px;
    display: inline-flex;
    font-weight: 600;
    position: relative;

    &::before {
      content: "";
      background: url(../../../../uploads/2024/10/mail-check.png) no-repeat
        center;
      width: 24px;
      height: 24px;
    }
  }
}

.two-col-curve-component {
  .et_pb_column {
    &:first-child {
      &:before {
        transform: translateY(-50%) scale(1.15);
      }
    }
    &:nth-child(2) {
      @media (min-width: 981px) {
        .et_pb_image {
          height: 100%;
          .et_pb_image_wrap {
            height: 100%;
            img {
              height: 100%;
              width: auto;
              object-fit: cover;
            }
          }
        }
      }
    }
  }
}
.heading-m-0 .et_pb_module_heading {
  margin-bottom: 0 !important;
}
.micro-credentials-blurb {
  width: 100%;
}
.micro-credentials-blurb .et_pb_main_blurb_image {
  width: 225px;
  margin-bottom: 0 !important;
}
.micro-credentials-blurb .et_pb_blurb_content {
  display: flex;
}
.micro-credentials-blurb .et_pb_blurb_container {
  display: flex;
  align-items: center;
  padding-left: 32px;
  width: 60%;
}
.micro-credentials-blurb .et_pb_blurb_container .et_pb_module_header {
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .micro-credentials-blurb .et_pb_blurb_container {
    width: 100%;
  }
}
.fw-700-heading .et_pb_module_heading {
  font-weight: 700 !important;
}

.fw-600 p {
  font-weight: 600;
}

.fw-500 p {
  font-weight: 500;
}

.img-text-2-line {
  position: relative;
  overflow: hidden;
}

.img-text-2-line:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42% !important;
  height: calc(100% - 240px);
  border-right: 99px solid var(--nahq-blue);
  border-bottom: 99px solid var(--nahq-blue);
  @media (min-width: 1700px) {
    width: 45%;
  }
}
.img-text-2-line.gold:before {
  border-color: #bb953c !important;
}
.img-text-2-line.uneven-column::before {
  width: 50%;
}
.img-text-2-half-line {
  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 44% !important;
    height: 65%;
    border-right: 99px solid var(--nahq-blue);
    border-bottom: 99px solid var(--nahq-blue);
    @media (max-width: 980px) {
      border-right: none;
      border-bottom-width: 91px;
      width: 100%;
      height: 80%;
      top: auto;
      bottom: 24px;
    }
  }
}
@media (min-width: 981px) {
  .two-column-component.rt-large > div:nth-child(1) {
    width: 35%;
    margin-right: 0 !important;
  }

  .two-column-component.rt-large > div:nth-child(2) {
    width: 65%;
  }
}

@media (max-width: 980px) {
  .img-text-2-line:before {
    border-right: none;
    border-bottom-width: 91px;
    width: 100%;
    height: calc(100% - 185px);
  }
  .img-text-2-line.uneven-column::before {
    width: 100%;
  }
}

.community-block {
  .et_pb_module_header {
    margin-bottom: 16px !important;

    * {
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;

      @media (max-width: 600px) {
        font-size: 18px;
        line-height: 26px;
      }
    }
  }
}

.credentials-table {
  table {
    > tbody {
      > tr {
        &:first-child {
          > td {
            font-weight: bold;

            * {
              font-weight: bold;
            }

            &:first-child {
              font-size: 1.625rem;
              font-weight: 700;
              text-decoration: none;

              * {
                font-size: 1.625rem;
                font-weight: 700;
                text-decoration: none;
              }
            }
          }
        }

        > td {
          &:first-child {
            font-size: 1.5rem;
            font-weight: 700;

            * {
              font-size: 1.5rem;
              font-weight: 600;
            }
          }
        }
      }
    }
  }
}

.questionaire-form .gform_required_legend {
  display: none;
}

.questionaire-form .gform_wrapper.gravity-theme .gf_step_number {
  background: var(--nahq-grey);
  color: var(--nahq-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 1000px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.questionaire-form .gform_wrapper.gravity-theme .gf_step_label {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: var(--nahq-dark-grey);
}

.questionaire-form .gform_wrapper.gravity-theme .gf_step {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
}

.questionaire-form .gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: 1px solid #231f2033;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
}

.questionaire-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: var(--nahq-grey);
  margin-left: 16px;
  display: inline;
}

.questionaire-form .gfield-choice-input {
  width: 20px;
  height: 20px;
  margin: 0;
}

.questionaire-form .ginput_container > div > div {
  margin-bottom: 20px;
}

.questionaire-form .ginput_container > div > div:last-child {
  margin-bottom: 32px;
}

.questionaire-form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 32px;
}

.questionaire-form input[type="radio"] {
  accent-color: var(--nahq-blue);
}

.questionaire-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}

.questionaire-form input[type="button"] {
  display: inline-block !important;
  font-family: "articulat-cf", sans-serif;
  position: relative;
  padding: 9px 46px 6px 17px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  color: var(--nahq-dark-grey);
  line-height: 1.5 !important;
  border-radius: 50px;
  border: 1px solid var(--nahq-yellow);
  transition: 0.3s all ease-in-out;
  background: var(--nahq-yellow)
    url("/wp-content/uploads/2024/09/arrow-up-right-2.png") no-repeat;
  background-size: 24px;
  background-position: right 12px center;
}

.questionaire-form input[type="button"]:hover {
  background: var(--nahq-blue)
    url("/wp-content/uploads/2024/09/arrow-up-right-2.png") no-repeat;
  padding: 9px 42px 6px 21px;
  border: 1px solid var(--nahq-blue);
  background-position: right 16px center;
  background-size: 24px;
}

.gform_wrapper.gravity-theme .gf_step_hidden {
  display: inline-block;
  opacity: 0.25;
}

.blurb_v2_component .et_pb_blurb_description p:first-child {
  margin-bottom: 32px;
}
@media (min-width: 981px) {
  .blurb_v2_component .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .blurb_v2_component .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .blurb_v2_component .et_pb_blurb_description {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .blurb_v2_component .et_pb_blurb_description p:last-of-type {
    margin-top: auto;
  }
}
.bg-new-grey {
  background: #e7e7e7;
}

@media (max-width: 600px) {
  .questionaire-form .gform_wrapper.gravity-theme .gf_page_steps {
    align-items: start;
    flex-direction: column;
    row-gap: 16px;
  }
}

@media (min-width: 981px) {
  .two-equal-column-row {
    &.no-margin {
      & > div {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }
    & > div {
      width: 50% !important;
      margin-right: 0 !important;

      &:nth-child(2) {
        margin-left: 48px;
      }
    }
  }
}

.blurb_v2_component .et_pb_module_header {
  font-weight: 700 !important;
}

.blurb_v2_component .et_pb_blurb_description p + ul {
  margin-top: -32px;
  padding-bottom: 32px;
}
.blurb_v2_component {
  .et_pb_blurb_content {
    @media (max-width: 768px) {
      padding: 0px !important;
      width: 100% !important;
    }
  }
}
/* Style for News List Component  */
.form-row {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  border-bottom: 1px solid var(--nahq-grey);
  padding-bottom: 4px;

  .input-wrap {
    flex: 1;

    input {
      width: 100%;
      border: none;
    }
  }

  .btn-wrap {
    button {
      background-color: transparent;
      border: none;
      cursor: pointer;

      img {
        width: 18px;
        height: 18px;
      }
    }
  }
}

.event-heading {
  margin-bottom: 12px !important;
}

.heading-description {
  margin-bottom: 32px !important;
}

.news-wrap {
  row-gap: 40px;

  .btn-primary {
    margin-top: 20px;
  }

  @media (max-width768px) {
    row-gap: 24px;
  }
}

.news-list-wrap {
  display: flex;
  flex-direction: column;

  @media (max-width: 768px) {
    gap: 16px;
  }

  &.small {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 40px;

    .news-wrap {
      border: none !important;

      @media (min-width: 1080px) {
        flex: 0 0 48%;
        max-width: 48%;
      }

      .news-heading {
        margin-bottom: 16px !important;
      }
    }

    @media (min-width: 980px) {
      .news-image-wrap {
        flex: 0 0 250px;
        max-width: 250px;
        height: 250px;

        img {
          /* max-height: 250px;
            object-fit: cover; */
        }
      }

      .tags-more-btn-wrap {
        gap: 0px;
      }

      .date-time-list,
      .author-name {
        display: none;
      }
    }
  }
}

.news-wrap,
.nahq-news-list-wrapper {
  display: flex;
  flex-direction: column;
}

.news-list-wrap .news-wrap {
  padding-top: 32px;
  padding-bottom: 28px;
}

.news-list-wrap .news-wrap:not(:first-child) {
  border-top: 1px solid #4140424d;
}

.top-border-none {
  .news-list-wrap {
    .news-wrap {
      &:not(:first-child) {
        border-top: none !important;
      }
    }
  }
}

.news-image-wrap {
  flex: 0 0 40%;
  position: relative;

  @media (max-width: 768px) {
    flex: 1;
  }
}

.label {
  background-color: #ffe600;
  color: black;
  padding: 5px 10px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.news-image-wrap img {
  width: 100%;
}

.news-content-wrap-column {
  flex: 0 0 60%;
}
.news-content-wrap {
  .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.tags-more-btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  flex: 1;
}

.tag {
  background: var(--nahq-light-greyish-blue);
  font-weight: 700;
  line-height: 22px;
  font-size: 13px;
  border-radius: 150px;
  color: var(--nahq-dark-grey);
  display: inline-flex;
  align-items: center;
  padding: 8px 16px 4px;
}

.date-time-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 8px !important;
}

.date-time-list,
.author-name {
  color: var(--nahq-grey);
}

.news-heading {
  margin-bottom: 16px !important;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.date-time-list li:first-child {
  list-style-type: none;
}

.more-btn {
  text-decoration: none !important;
  background-image: url("/wp-content/uploads/2024/10/more-btn-plus-img.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 0;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 600;
  padding-top: 0;
  min-width: 66px;
  text-align: right;
  transition: all 0.3s ease;
  line-height: 1.668;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 24px;
  &:hover {
    background-image: url("/wp-content/uploads/2024/11/btn-plus-blue-img.png");
  }
}

.more-btn.show {
  background-image: url("/wp-content/uploads/2024/10/more-btn-minus-img.png");
  transition: all 0.3s ease;
  &:hover {
    background-image: url("/wp-content/uploads/2024/11/btn-minus-blue-img.png");
  }
}

@media (min-width: 768px) {
  .news-wrap {
    flex-direction: row;
    gap: 24px;
  }

  .news-content-wrap {
    flex: 1;
  }

  .filter-sidebar {
    flex: 0 0 25%;
  }

  .tags-more-btn-wrap {
    gap: 24px;
  }

  .new-list-wrap .tags-more-btn-wrap {
    gap: 48px;
  }
}

@media (min-width: 980px) {
  .nahq-news-list-wrapper {
    flex-direction: row;
  }

  .featured-news-list-wrap .news-wrap {
    gap: 48px;
  }

  .news-wrap {
    gap: 32px;
  }

  .tags-more-btn-wrap {
    gap: 40px;
  }

  .news-list-wrap {
    .news-image-wrap {
      flex: 0 0 300px;
      height: 300px;

      img {
        /* max-height: 300px;
          object-fit: cover; */
      }

      /*&.featured {
          flex: 0 0 600px;
          max-width: 600px;
          height: 400px;

          img {
            max-height: 400px;
            object-fit: cover;
          }
        }*/
    }
  }
  .news-list-wrap.related .news-wrap .news-content-wrap {
    flex: 0 0 50%;
  }
}

.blue-line-left-full::before,
.blue-line-left-full::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--nahq-blue);
}

.blue-line-left-full::before {
  width: 35px;
  height: 100%;
}

.blue-line-left-full::after {
  width: 476px;
  height: 35px;
}

@media (max-width: 767px) {
  .blue-line-left-full::before {
    width: 24px;
  }

  .blue-line-left-full::after {
    width: 60%;
    height: 24px;
    display: none;
  }
}

/* // Style for News List Component End // */

/* Leadership component styles */
.leadership-team-wrap {
  .dp-dfg-item {
    &.people {
      padding: 0 24px 24px;
      border: none;
      background: var(--nahq-light-grey);

      .dp-dfg-image {
        aspect-ratio: 1/1;
        padding: 24px !important;
        margin: 0 -24px 24px;
        background: var(--nahq-grey);
        transition: all 0.25s ease-in-out;

        a {
          display: flex;
          border-radius: 1000px;
          aspect-ratio: 1/1;
          overflow: hidden;

          img {
            object-fit: cover;
            object-position: top center;
          }
        }
      }

      .dp-dfg-header {
        padding: 0;

        .entry-title {
          margin-bottom: 4px;
        }
      }

      .dp-dfg-custom-content {
        padding: 0;
        margin-bottom: 18px;
      }

      .read-more-wrapper {
        padding: 0;
        text-align: left;

        .dp-dfg-more-button {
          display: inline-block !important;
          font-family: var(--articulat-cf);
          position: relative;
          background: var(--nahq-yellow);
          padding: 9px 54px 6px 17px;
          font-weight: 700;
          font-size: 1rem;
          color: var(--nahq-dark-grey);
          line-height: 1.5 !important;
          border-radius: 50px;
          border: 1px solid var(--nahq-yellow);
          transition: 0.3s all ease-in-out;
          text-decoration: none;

          &:after {
            opacity: 1;
            position: absolute;
            font-size: 1.5rem !important;
            line-height: 1;
            font-family: "icomoon" !important;
            content: "\e903";
            top: 50%;
            transform: translateY(-50%);
            right: 16px;
            font-weight: 500 !important;
            transition: 0.2s all ease-in-out;
          }

          &:hover {
            background: var(--nahq-blue);
            padding: 9px 50px 6px 21px;
            border: 1px solid var(--nahq-blue);

            &:after {
              right: 20px;
            }
          }
        }
      }

      &:hover {
        .dp-dfg-image {
          background: var(--nahq-blue);
        }
      }

      @media screen and (max-width: 767px) {
        padding: 0 24px 16px;

        .dp-dfg-image {
          padding: 32px !important;
        }

        .dp-dfg-header {
          .entry-title {
            margin-bottom: 12px;
          }
        }

        .dp-dfg-custom-content {
          margin-bottom: 12px;
        }
      }
    }
  }
}

.professional-stap-wrap {
  .dp-dfg-items {
    gap: 1.5rem !important;
  }

  .dp-dfg-item {
    &.people {
      border: none;
      padding: 0;

      .dp-dfg-image {
        aspect-ratio: 1/1;
        margin: 0 0 18px;

        a {
          display: flex;
          aspect-ratio: 1/1;
          overflow: hidden;

          img {
            object-fit: cover;
          }
        }
      }

      .dp-dfg-header {
        padding: 0;

        .entry-title {
          margin-bottom: 4px;
        }
      }

      .dp-dfg-custom-content {
        padding: 0;
        margin-bottom: 10px;
      }
    }
  }
}

.member-contact-meta {
  .sub-text {
    margin-bottom: 0 !important;
  }

  ul {
    padding: 8px 0 0 0 !important;
    list-style-type: none;

    li {
      margin-bottom: 14px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    ul {
      padding-top: 16px;
    }
  }
}

.credentials-table,
.community-table {
  position: relative;

  @media screen and (max-width: 980px) {
    max-height: 75vh;

    &::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 100%;
      background-image: linear-gradient(
        90deg,
        rgba(1, 20, 105, 0) 0%,
        rgba(255, 255, 255, 1) 80%
      );
    }
  }
}

.social-share-wrap {
  .et_pb_text_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;

    p {
      margin-bottom: 0;
    }

    .heading-text + span {
      font-size: 18px;
    }
  }

  .expert-social-share {
    ul {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding-left: 0 !important;

      li {
        margin-bottom: 0;

        a {
          display: flex;
          cursor: pointer;
        }

        img {
          max-width: 24px;
        }
      }
    }
  }
}

.news-detail-social {
  .et_pb_code_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;

    > p {
      span.heading-text {
        margin-right: 32px;
        font-weight: 600;
      }
    }
  }
}

.icon-lable {
  .et_pb_text_inner {
    display: flex;
    align-items: center;
    gap: 32px;

    img {
      max-width: 24px;
    }
  }
}

/* Desktop Nav Styles */
.desktop-menu {
  nav {
    ul {
      /* position: relative; */
      li {
        a {
          font-weight: 500;
          transition-duration: 0.25s;
          color: var(--nahq-dark-grey) !important;
          &:hover {
            color: var(--black) !important;
          }
        }

        &:hover,
        &.hover,
        &.current_page_item,
        &.current-page-ancestor {
          > a {
            color: var(--black) !important;
          }
        }
        &.current_page_item,
        &.current-page-ancestor {
          > a {
            font-weight: 700;
          }
        }

        &.menu-item-has-children {
          a {
            border-bottom: none !important;

            &::after {
              content: none !important;
            }
          }
        }
      }

      ul {
        &.sub-menu {
          opacity: 1;
        }
        li {
          li {
            a {
              border-top: 1px solid rgba(65, 64, 66, 0.2) !important;
            }
            &:first-child {
              > a {
                border-top: none !important;
              }
            }
          }
        }
      }

      ul {
        border: none !important;
        /* border-top: 1px solid rgba(65, 64, 66, 0.2) !important; */
        top: 100% !important;

        li {
          position: relative;
          width: 100%;

          a {
            padding: 10px 0 10px !important;
            border-top: 1px solid rgba(65, 64, 66, 0.2);
            background: none !important;
            font-size: 14px !important;
            line-height: 1.6 !important;
            border-bottom: none;
            width: auto !important;
          }

          &:first-child {
            > a {
              border-top: none;
              border-bottom: none !important;
            }
          }
        }

        ul {
          top: 0 !important;
        }
      }
    }
    > ul {
      > li.mega-menu {
        > ul {
          display: flex;
          flex-wrap: wrap;
          column-gap: 80px;
          align-items: flex-start;
          padding: 30px 20px !important;
          > li {
            flex: 0 0 43%;
            max-width: 43%;
            position: relative;

            &:nth-child(odd):after {
              content: "";
              background: rgba(65, 64, 66, 0.2);

              position: absolute;
              top: 0;
              right: -41px;
              width: 1px;
              height: 100%;
            }
            > a {
              border-top: none !important;
            }
            li {
              a {
                border-top: 1px solid rgba(65, 64, 66, 0.2);
              }
            }
          }
        }
      }
      > li {
        &:last-child {
          > ul {
            left: auto;
            right: 0;
          }
        }
      }
    }
  }
}

/*      wheel interaction section  */
.wheel-interaction-section .frame-link {
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.wheel-interaction-section .filter {
  filter: grayscale(0.3) opacity(0.5);
}

.wheel-interaction-section .frame-link.active,
.frame-link:hover {
  filter: none !important;
}

.wheel-interaction-section .moretext {
  display: none;
}

.wheel-interaction-section .frame-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.wheel-interaction-section .frame-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.wheel-interaction-section .wheel-subtext {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.wheel-interaction-section .moretext {
  background: var(--nahq-light-grey);
  padding: 32px 24px;
}

.wheel-interaction-section .moreless-button {
  text-decoration: none;
  padding: 6px 40px 6px 8px;
  background: var(--nahq-light-grey);
  display: inline-block;
  position: relative;
  width: 126px;
}

.wheel-interaction-section .moreless-button:after {
  position: absolute;
  content: "";
  right: 13px;
  top: 10px;
  transition: all 0.3s ease-in-out;
  background: url(../../../../uploads/2024/10/Vector-3.png);
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}

.wheel-interaction-section .readless-sign:after {
  rotate: 45deg;
  transition: all 0.3s ease-in-out;
}

.wheel-interaction-section .moreless-button:hover {
  text-decoration: none;
  color: var(--nahq-grey);
}

.wheel-interaction-section svg:hover {
  .frame-link {
    filter: grayscale(0.3) opacity(0.5);

    &:hover {
      filter: none;
    }
  }
}

.news-single-thumb {
  img {
    display: block;
  }
}

.form-row {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  border-bottom: 1px solid var(--nahq-grey);
  padding-bottom: 8px;

  .input-wrap {
    flex: 1;

    input {
      width: 100%;
      border: none;
      font-size: 16px;
      color: var(--nahq-grey);
    }
  }

  .btn-wrap {
    button {
      background-color: transparent;
      border: none;
      cursor: pointer;
    }

    img {
      width: 18px;
      height: 18px;
      filter: brightness(0) saturate(100%) invert(22%) sepia(9%) saturate(114%)
        hue-rotate(227deg) brightness(95%) contrast(88%);
    }
  }
}

.right-bottom-line {
  @media (min-width: 768px) {
    &::after {
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      width: 35px;
      height: 244px;
      background: var(--nahq-blue);
      display: block;
    }
  }
}

.nahq-events-calendar {
  .tribe-filter-bar-c-filter__container {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .tribe-filter-bar-c-filter__toggle[aria-expanded="true"]
    .tribe-filter-bar-c-filter__toggle-icon--plus {
    display: none;
  }

  .tribe-filter-bar-c-filter__toggle[aria-expanded="true"]
    .tribe-filter-bar-c-filter__toggle-icon--minus {
    display: inline;
  }

  .tribe-filter-bar-c-filter__toggle-icon--plus {
    display: none;
  }

  .tribe-filter-bar-c-filter__toggle-icon--minus {
    display: inline;
  }
  .tribe-events-calendar-day {
    .tribe-events-calendar-day__event-title {
      font-size: 26px;
      line-height: 1.3em;
      color: var(--nahq-dark-grey);
      @media (max-width: 768px) {
        font-size: 20px !important;
        line-height: 28px;
      }
      a {
        font-size: 26px;
        line-height: 1.3em;
        color: var(--nahq-dark-grey);
        @media (max-width: 768px) {
          font-size: 20px !important;
          line-height: 28px;
        }
      }
    }
  }
  .tribe-events-calendar-list__event {
    .tribe-events-calendar-list__event-details {
      width: 100% !important;
      flex: 1 !important;
      @media (max-width: 768px) {
        width: 100% !important;
      }
    }
  }
  .tribe-events-calendar-list,
  .tribe-events-calendar-day {
    flex: 1 !important;
    order: 0;
  }
  .tribe-common--breakpoint-medium {
    &.tribe-common {
      .tribe-common-l-container {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }
  .tribe-common--breakpoint-medium.tribe-events {
    .tribe-events-l-container {
      padding-bottom: 0;
      padding-top: 0;
      column-gap: 32px;
      @media (max-width: 768px) {
        padding: 0;
        column-gap: 0;
      }
    }
    .tribe-filter-bar__form,
    .tribe-events-calendar-latest-past,
    .tribe-events-calendar-list__event-row {
      h2,
      .tribe-events-calendar-latest-past__heading {
        font-size: 26px;
        line-height: 1.125em;
        @media (max-width: 768px) {
          font-size: 22px !important;
          line-height: 30px;
        }
      }
      h3 {
        font-size: 26px;
        line-height: 1.3em;
        color: var(--nahq-dark-grey);
        @media (max-width: 768px) {
          font-size: 20px !important;
          line-height: 28px;
        }
        a {
          font-size: 26px;
          line-height: 1.3em;
          color: var(--nahq-dark-grey);
          @media (max-width: 768px) {
            font-size: 20px !important;
            line-height: 28px;
          }
        }
      }
      .tribe-events-calendar-list__event-header {
        .tribe-events-calendar-list__event-datetime {
          font-weight: 400;
          font-size: 16px;
          line-height: 1.5;
          color: var(--nahq-grey);
        }
      }
      .tribe-events-calendar-list__event-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: var(--nahq-dark-grey);
      }
      .tribe-events-calendar-latest-past__event-header {
        display: flex;
        flex-direction: column;
        h3 {
          @media (max-width: 768px) {
            font-size: 20px !important;
            line-height: 28px !important;
          }
        }
        .tribe-events-calendar-latest-past__event-title-link {
          font-weight: 600;
          font-size: 26px;
          line-height: 34px;
          color: var(--nahq-dark-grey);
          @media (max-width: 768px) {
            font-size: 20px !important;
            line-height: 28px !important;
          }
        }
        .tribe-events-calendar-latest-past__event-datetime-wrapper {
          order: 2;
          margin-top: 12px;
          margin-bottom: 0px !important;
          .tribe-events-calendar-latest-past__event-datetime {
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5;
            color: var(--nahq-grey);
          }
        }
      }
      .tribe-events-calendar-latest-past__event-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: var(--nahq-dark-grey);
      }
    }
    .tribe-events-calendar-list__month-separator {
      font-size: 26px;
      line-height: 2.125em;
      @media (max-width: 768px) {
        font-size: 22px !important;
        line-height: 30px;
      }
    }
    .tribe-events-calendar-latest-past {
      padding-top: 8px;
      flex: 1;
      @media (max-width: 768px) {
        padding-top: 16px;
      }
      .tribe-events-calendar-latest-past__event-row {
        margin-top: 0px !important;
      }
      .tribe-events-calendar-latest-past__event-row {
        border-bottom: 1px solid #4140424d;
        padding-bottom: 24px;
        margin-bottom: 24px;
        padding-left: 0px;
      }
      h2 {
        margin-bottom: 8px !important;
      }
    }
    .tribe-events-calendar-day-nav {
      /* flex: 1 !important; */
    }
  }
  .tribe-events-c-view-selector__list {
    li {
      margin-bottom: 0px !important;
      .tribe-events-c-view-selector__list-item-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        color: var(--nahq-dark-grey);
        @media (min-width: 980px) {
          padding: 0 56px;
        }
      }
      &.tribe-events-c-view-selector__list-item--active {
        .tribe-events-c-view-selector__list-item-text {
          color: var(--nahq-blue);
        }
        .tribe-events-c-view-selector__list-item-link:after {
          background-color: var(--nahq-blue) !important;
          height: 4px !important;
        }
      }
    }
  }
  .tribe-events-calendar-month {
    flex: 1 !important;
    margin-top: 32px !important;
    width: 67% !important;
    @media (max-width: 768px) {
      width: 100% !important;
    }
  }
  .tribe-common-l-container,
  .tribe-events-l-container {
    @media (max-width: 768px) {
      padding: 0px !important;
    }
  }
  .tribe-events {
    .tribe-events-calendar-month__header-column-title {
      color: var(--nahq-grey) !important;
      text-align: center;
      font-size: 14px !important;
      line-height: 19px !important;
      font-weight: 400 !important;
      margin-bottom: 0px !important;
    }
    .tribe-events-calendar-month__day-date {
      color: var(--nahq-grey) !important;
      font-size: 20px !important;
      line-height: 26px !important;
      font-weight: 600 !important;
    }
  }
  .tribe-events-c-search__button {
    line-height: 24px !important;
    font-weight: 600 !important;
    background: rgb(211, 227, 237);
    border-radius: 20px;
    padding: 9px 17px 7px 17px !important;
  }
  .tribe-events-calendar-list__month-separator
    ~ .tribe-events-calendar-list__event-row {
    border-bottom: none;
  }
  .tribe-common .tribe-common-c-btn-border,
  .tribe-common a.tribe-common-c-btn-border {
    border: 1px solid var(--nahq-dark-grey) !important;
    padding: 8px 16px !important;
    border-radius: 100px;
    font-size: 16px;
    line-height: 26px;
    color: var(--nahq-dark-grey);
    font-weight: 600;
    &:hover {
      color: var(--nahq-dark-grey);
      background-color: var(--nahq-yellow) !important;
    }
  }
  .tribe-events {
    .tribe-events-calendar-month__multiday-event-wrapper
      + .tribe-events-calendar-month__calendar-event {
      margin-top: 30px;
    }
    .tribe-events-calendar-month__calendar-event {
      padding: 0 8px !important;
    }
    .tribe-events-calendar-month__calendar-event-datetime {
      font-size: 11px !important;
      font-weight: 400 !important;
      line-height: 14px !important;
      color: var(--nahq-grey) !important;
      margin-bottom: 14px;
    }
    .tribe-events-calendar-month__day-date {
      margin-bottom: 0px !important;
      .tribe-events-calendar-month__day-date-link {
        color: var(--nahq-grey) !important;
        line-height: 1.3;
      }
    }
    .tribe-events-calendar-month__multiday-event-wrapper:nth-child(odd) {
      .tribe-events-calendar-month__multiday-event-bar-inner {
        background-color: #009fe8 !important;
        padding: 6px 4px !important;
        h3 {
          color: #ffffff;
        }
      }
    }
    .tribe-events-calendar-month__multiday-event-wrapper:nth-child(even) {
      .tribe-events-calendar-month__multiday-event-bar {
        margin-top: 10px;
      }
      .tribe-events-calendar-month__multiday-event-bar-inner {
        background-color: #d3e3ed !important;
        padding: 5px 4px !important;
        h3 {
          color: var(--nahq-grey);
        }
      }
    }
    .tribe-events-calendar-month__multiday-event-bar-inner {
      background-color: #009fe8 !important;
      padding: 8px 10px !important;
      h3 {
        font-size: 13px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 0 !important;
      }
    }
  }
  .tribe-common--breakpoint-medium.tribe-events {
    .tribe-events-calendar-month__day {
      min-height: 1px !important;
    }
    tribe-events-calendar-list__event {
      flex-direction: row !important;
    }
  }
  .tribe-events-calendar-month__calendar-event-details {
    h3 {
      font-size: 13px !important;
      font-weight: 400 !important;
      line-height: 15px !important;
      color: var(--nahq-grey) !important;
      * {
        font-weight: 400 !important;
      }
      a {
        text-decoration: underline !important;
      }
    }
  }
  .tribe-filter-bar {
    .tribe-filter-bar-c-filter__toggle-icon {
      display: none;
    }
    .filter__toggle-icon--minus {
      display: none !important;
    }
    .tribe-filter-bar-c-filter__toggle {
      pointer-events: none;
    }
  }
  .tribe-events-calendar-list__event-row:not(:last-child) {
    border-bottom: 1px solid #4140424d;
    padding: 24px 0 !important;
    margin: 0 !important;
    padding-left: 0px;
  }
}
input[type="checkbox"],
.tribe-common .tribe-common-form-control-checkbox__input {
  appearance: none;
  border: 1px solid var(--nahq-grey) !important;
  height: 23px !important;
  width: 23px !important;
}
.tribe-filter-bar {
  flex: 0 0 27% !important;
  .tribe-filter-bar-c-checkbox {
    margin: 16px 0 !important;
  }
  .tribe-filter-bar-c-filter__toggle-label {
    color: var(--nahq-dark-grey);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .tribe-filter-bar-c-filter__toggle-wrapper {
    button {
      padding-bottom: 16px !important;
    }
  }
  .tribe-common-form-control-checkbox__label {
    color: var(--nahq-grey) !important;
    font-size: 16px !important;
    line-height: 1.5;
  }
}
.history-card {
  .et_pb_blurb_container {
    padding-top: 44px !important;
    .et_pb_blurb_description {
      display: block;
    }
    .et_pb_module_header {
      margin-bottom: 18px;
    }
  }
}

.header-search-wrap {
  position: absolute !important;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0;
  height: 60px;
  top: 24px;
  transition: opacity 0.5s ease;
  z-index: 999;
  @media (max-width: 980px) {
    top: 100%;
  }
  .form-row {
    max-width: 100%;
    border-bottom: 0px;
    background: #ffffff;
    height: 100%;
    margin-top: 16px;
  }
  .et_pb_code_inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.search-button {
  display: flex;
  margin: 0;
  min-width: 50px;
  height: 36px;
  justify-content: center;
  background: #d3e3ed url(/wp-content/uploads/2024/10/search.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 16px 9px;
  border-radius: 20px;
  border: none;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s ease;
  &:hover {
    background: var(--nahq-yellow) url(/wp-content/uploads/2024/10/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 16px 9px;
    border-radius: 20px;
    border: none;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
}

.search-container {
  background: #ffffff;
  padding-right: 24px;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  @media (max-width: 980px) {
    border-top: 1px solid var(--nahq-grey);
    padding-left: 24px;
  }
  form {
    width: 100%;
  }
  .btn-search-close {
    width: 18px;
    cursor: pointer;
  }
}
.join-btn a:hover {
  background: var(--nahq-yellow);
}
@media (max-width: 980px) {
  .et_pb_menu .et_pb_menu__wrap--hidden {
    opacity: 1 !important;
    padding-top: 0px !important;
    animation: none;
  }
  .et_pb_menu__search-container {
    display: none !important;
  }
  .et_pb_menu__search-button::after {
    content: "" !important;
    background-image: url(/wp-content/uploads/2024/10/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 16px 9px;
    border-radius: 20px;
    border: none;
    background-position: center;
    cursor: pointer;
    transform: none !important;
  }
  .et_pb_menu__search-button.btn-search-close::after {
    background-image: url(/wp-content/uploads/2024/10/close-image.png);
  }
}
.et_pb_slide .et_pb_container {
  height: auto !important;
}

.w-xl-65 {
  @media (min-width: 1040px) {
    max-width: 75%;
  }
  @media (min-width: 1281px) {
    max-width: 65%;
  }
  @media (min-width: 1620px) {
    max-width: 72.5%;
  }
}
body .uwy.userway_p1 .userway_buttons_wrapper {
  top: 60px !important;
  @media (max-width: 980px) {
    top: 80px !important;
  }
}
#et-boc .area-outer-wrap[data-da-type="popup"] .da-close:focus,
#et-boc .area-outer-wrap[data-da-type="popup"] .da-close:hover {
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.cta-column.active {
  background-color: #f2f2f2;
  border-bottom-color: #ceb063;
}
.facetwp-search::placeholder {
  color: var(--nahq-grey);
}
.popup-section {
  padding: 24px !important;
  .et_pb_row {
    @media (max-width: 768px) {
      width: 100%;
    }
  }
}
#popmake-26935 {
  .pum-content + .pum-close,
  .pum-theme-default-theme .pum-content + .pum-close {
    @media (min-width: 768px) {
      right: -50px;
      font-size: 32px;
      color: #f2f2f2;
      transition: all 0.3s ease;
      &:hover {
        color: var(--nahq-blue);
      }
    }
  }
}
/*  mobile menu css styles     */

@media (min-width: 981px) {
  .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-wrapper > div {
    width: auto !important;
  }
  .header-wrapper > .et_pb_column:last-child {
    margin-left: auto;
  }
  #menu-header-secondary-menu > li {
    margin-top: 0;
    padding: 0 20px !important;
  }
  #menu-header-secondary-menu > li:first-child {
    padding-left: 0;
  }
  #menu-header-secondary-menu > li:last-child {
    padding-right: 0;
  }
  #header-primary-menu .et_pb_menu_inner_container .et_pb_menu__wrap {
    justify-content: flex-end !important;
  }
  #menu-header-primary-menu > li {
    //margin-top: 0;
    padding: 0 20px !important;
    height: 100%;
    align-items: center !important;
  }
  #menu-header-primary-menu > li > a {
    display: flex !important;
    height: 100%;
    align-items: center;
    margin-bottom: 14px;
  }
  .mega-menu-parent a:after {
    display: none;
  }

  .et-db
    #et-boc
    .et-l
    .et-menu-nav
    #menu-header-primary-menu
    li.mega-menu
    > ul {
    padding: 30px 20px !important;
    display: flex;
    align-items: flex-start;
    column-gap: 48px;
    width: 50%;
    left: 30% !important;
    top: calc(100% + 1px) !important;
    border-top: none !important;
    z-index: 999999;
  }
  #header-primary-menu {
    margin-bottom: 0px !important;
  }
  .menu-item-24930 > a::before {
    display: none;
  }
  #menu-header-primary-menu > li > .sub-menu li a {
    font-size: 14px !important;
    color: var(--black) !important;
    line-height: 1.6;
    padding: 10px 0 10px !important;
    background: none !important;
    width: auto !important;
    border-top: 1px solid rgba(65, 64, 66, 0.2) !important;
  }
  #menu-header-primary-menu > li > .sub-menu > li > a {
    border-top: none !important;
  }
  #menu-header-primary-menu > li:first-child {
    padding-left: 0;
  }
  #menu-header-primary-menu > li:last-child {
    padding-right: 0;
  }
  .join-btn a {
    padding: 9px 46px 7px 17px !important;
    background: #d3e3ed;
    border-radius: 20px;
    position: relative;
    line-height: 24px !important;
    font-weight: 600 !important;
    margin-bottom: auto !important;
    height: auto !important;
  }
  .join-btn a:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    transform: translatey(-50%);
    width: 24px;
    height: 24px;
    background: url("https://nahqdev.exemplifi.io/wp-content/uploads/2024/09/Group-1000006161.png")
      no-repeat;
  }
  .desktop-search-btn a:before,
  .join-btn a:before {
    display: none;
  }
  #menu-header-primary-menu {
    align-items: center;
  }
  .header-wrapper.et_pb_row:after {
    content: none;
  }
  #menu-header-primary-menu .et-hover a,
  #menu-header-primary-menu .et-menu a:hover {
    opacity: 1 !important;
    text-decoration: none;
  }

  #menu-header-secondary-menu .et-hover a {
    opacity: 1;
    text-decoration: none;
  }
  #menu-header-secondary-menu .et-hover a {
    position: relative;
  }
  #menu-header-secondary-menu > .current-menu-parent > a {
    color: var(--nahq-blue);
  }
  #menu-header-primary-menu > .et-hover > a:before,
  #menu-header-secondary-menu > .et-hover > a:before,
  #menu-header-secondary-menu > .current-menu-item > a:before,
  #menu-header-secondary-menu > .current-menu-parent > a:before,
  #menu-header-secondary-menu > .current-menu-ancestor > a:before,
  #menu-header-secondary-menu > .current-page-ancestor > a:before {
    content: "";
    background: #009fe8;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0;
    z-index: 99999;
  }
  button.et_pb_menu__icon.et_pb_menu__search-button {
    display: none !important;
  }
  #menu-header-primary-menu button.et_pb_menu__icon.et_pb_menu__search-button {
    display: flex;
    margin: 0;
    width: 50px;
    height: 36px;
    justify-content: center;
  }
  .search-icon {
    padding: 0 !important;
    display: none !important;
  }
  .search-icon button.et_pb_menu__icon:after {
    transform: rotate(270deg);
    color: #231f20;
    padding: 16px 9px;
    background: #d3e3ed;
    border-radius: 20px;
    font-size: 18px;
  }
}

.header-link {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.header-link:hover {
  color: #009fe8;
  text-decoration: underline;
}
.header-link:before,
.header-link:after {
  position: absolute;
  font-family: "icomoon" !important;
  font-size: 24px;
  top: 50%;
  transform: translatey(-50%);
}
.header-link:before {
  content: "\e904";
  left: -38px;
  right: auto;
}
.header-link:after {
  content: "\e903";
  right: -38px;
  left: auto;
}
.mobile-menu .et_pb_menu__logo img {
  height: 55px !important;
  width: auto;
}
.mobile-menu .et_pb_menu__wrap {
  justify-content: space-between !important;
  margin-top: -55px;
  height: 55px;
  align-items: center;
  flex-direction: row-reverse;
}
.mobile-menu .et_pb_menu__search-container {
  padding: 0 !important;
}
.mobile-menu .et_pb_menu__search {
  height: 55px;
  background: #d3e3ed;
  border-radius: 10px;
  padding: 16px;
}
.mobile-menu .et_pb_menu__search-form {
  position: relative;
  padding-left: 39px;
  display: inline-block;
}
.mobile-menu .et_pb_menu__search-input {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  color: #231f20;
}
.mobile-menu .et_pb_menu__search-form:after {
  position: absolute;
  font-family: ETmodules;
  content: "U";
  font-size: 24px;
  color: #231f20;
  line-height: 24px;
  top: 50%;
  transform: translatey(-50%) rotate(270deg);
  left: 0;
}
.mobile-menu .et_pb_menu__search-button:after {
  transform: rotate(270deg);
}
.mobile-menu .et_pb_menu__close-search-button:after {
  font-size: 24px !important;
  font-weight: 600;
}
.mobile-menu a {
  text-decoration: none;
}
.mobile-menu .et_mobile_menu {
  padding: 32px 24px !important;
  position: absolute;
  top: 69px;
  left: -200% !important;
  margin-left: 0;
  overflow-y: scroll;
  height: 100%;
  display: block !important;
  transition: all 0.5s ease-in-out;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  z-index: 99999;
  min-width: 100vw;
  width: 100%;
}
.mobile-menu .et_mobile_menu li a {
  padding: 16px 0 12px 0 !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 30px;
  color: #231f20 !important;
  border-bottom: 1px solid #41404233 !important;
  font-family: "articulat-cf", sans-serif !important;
}
.et-db #et-boc .et-l .mobile-menu .et_mobile_menu .menu-item-has-children > a {
  font-weight: 500;
}
.et-db #et-boc .et-l .mobile-menu .et_mobile_menu li a:hover {
  opacity: 1;
  background: transparent;
  text-decoration: none;
}
.expand-trigger {
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 999;
  right: 0;
  top: 20px;
}
.expand-trigger svg {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mobile-menu #mobile_menu3 .menu-item-has-children {
  position: relative;
}
.mobile-menu #mobile_menu3 li.current_page_parent > a {
  background: #d3e3ed !important;
  border-left: 5px solid var(--nahq-blue);
  font-weight: 600 !important;
  padding-left: 20px !important;
}
.mobile-menu #mobile_menu3 li.current_page_item > a {
  background: #d3e3ed;
  border-left: 5px solid var(--nahq-blue);
  font-weight: 600 !important;
  padding-left: 20px !important;
}
.mobile-menu #mobile_menu3 .menu-item-has-children > a {
  background-color: transparent !important;
}
.mobile-menu #mobile_menu3 ul.sub-menu {
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.5s ease-in-out;
  padding-left: 0 !important;
}
.mobile-menu #mobile_menu3 ul.sub-menu.expand {
  max-height: 1000px;
  transition: all 0.5s ease-in-out;
}
.expand + .expand-trigger svg {
  transform: rotate(270deg);
}
.header-fixed .mobile-menu .et_pb_menu__search-button {
  display: none !important;
}
.header-fixed .mobile-menu .et_pb_menu__logo-wrap {
  align-items: flex-start !important;
  transition: all 0.3s ease-in-out;
}
.header-fixed .mobile-menu {
  padding: 32px 24px !important;
  transition: all 0.3s ease-in-out;
}
.mobile-menu {
  transition: all 0.3s ease-in-out;
}
.header-fixed .mobile-menu .et_mobile_menu {
  top: 84px !important;
}
.mobile-menu .mobile_nav.opened .et_mobile_menu {
  left: -24px !important;
}
.mobile-menu .active-item {
  background: #d3e3ed;
  border-left: 5px solid #009fe8;
  padding-left: 20px;
  font-weight: 600;
}

.credits-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -14px 0 24px;
}

.filter-by-wrap {
  a {
    span {
      cursor: pointer;
    }
  }
}

.seopress-user-consent.seopress-user-message {
  background: var(--nahq-light-grey);
  padding: 24px 16px;
  border-top: 1px solid #00000033;
  gap: 32px;
  p {
    font-size: 1.125rem !important;
    line-height: 1.667 !important;
    font-weight: 400;
    color: var(--nahq-dark-grey) !important;
    &:first-child {
      margin-right: 0 !important;
    }
  }
  #seopress-user-consent-accept {
    display: inline-block !important;
    font-family: "articulat-cf", sans-serif;
    background: var(--nahq-grey);
    border: 1px solid var(--nahq-grey);
    color: var(--white);
    position: relative;
    padding: 8px 54px 8px 17px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5 !important;
    border-radius: 200px;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;

    &:after {
      position: absolute;
      font-size: 1.5rem !important;
      line-height: 1;
      font-family: "icomoon" !important;
      content: "\e903";
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      font-weight: 500 !important;
    }

    &:hover {
      background: var(--nahq-blue);
      border: 1px solid var(--nahq-blue);
      color: var(--nahq-dark-grey);
      &:after {
        color: var(--nahq-dark-grey);
      }
    }
  }

  #seopress-user-consent-close {
    border: none;
    position: relative;
    color: transparent;
    margin-left: 32px;
    &:after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(/wp-content/uploads/2024/10/close-image.png) no-repeat
        center;
      background-size: 100% auto;
      width: 24px;
      height: 24px;
    }
    &:hover {
      background: none;
      &:after {
        filter: brightness(0) saturate(100%) invert(53%) sepia(75%)
          saturate(2423%) hue-rotate(166deg) brightness(89%) contrast(106%);
      }
    }
    @media screen and (max-width: 1024px) {
      position: absolute;
      top: 10px;
      right: 10px;
    }
  }
}

body
  #page-container
  .et_pb_section
  .et_pb_button_0_tb_body.btn-more-details:after {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin-top: -2px;
}

#menu-header-primary-menu {
  li {
    &.current-menu-item {
      > a {
        font-weight: 700;
      }
    }
  }
}
.tab-btn {
  cursor: pointer;
}
.main-header-wrap.nav-up {
  width: 100%;
}
img.btn-close + a {
  cursor: pointer;
}

.d-none {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.related-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #4140424d;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    padding-bottom: 24px;

    h3 {
      margin-bottom: 12px;
    }
  }

  .btn-primary {
    @media screen and (min-width: 768px) {
      margin-top: 10px;
      gap: 16px;
    }
  }
}

.news-image-wrap.featured-item + .news-content-wrap .date-time-list {
  row-gap: 0;
  list-style-position: inside;
}
@media (min-width: 980px) {
  header {
    position: sticky;
    top: 0px;
    z-index: 99999;
    transition: all 0.8s ease-in-out;
    //box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  }
  header.header-fixed {
    position: sticky;
    min-height: 1px;
    min-width: 100%;
  }
  header.upwards {
    top: -264px !important;
  }
}
#main-content {
  margin-top: 0 !important;
}
.header-wrapper .et_pb_column_2_3 {
  margin-top: -32px !important;
}
.desktop-menu {
  margin-top: -14px !important;
}
