*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* font-style: normal; */   
}

body {
  font-family: "Source Sans Pro", "Poppins", sans-serif;
}

ul,
ol {
 /* list-style-type: none; */
  margin: 0;
  padding: 0;
}

/*Code for classic editor styling fix start */

li.nav-help-links__cov {
    list-style-type: none;
}

ul.social-links__icons-con {
    list-style-type: none;
}

li.committee__card-cover {
    list-style-type: none;
}

/*Code for classic editor styling fix end */

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

.con {
  max-width: 1392px;
  margin: 0 auto;
}

.header {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 6;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.43rem 0 1.278rem 0;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-links__helpline-email {
  color: #062265;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.313rem;
}

.social-links__icons-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
          column-gap: 6px;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #062265;
  border-radius: 2px;
}

.separator {
  border-top: 0.5px solid #000000;
}

.header__img-logo {
  padding: 1.375rem 0 1.375rem;
  min-width: 6.5rem;
  max-width: 15rem;
}

.menu-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: visible;
}
.nav-con {
  display: flex;
  align-items: center;
}
.search-con {
  background-color: unset;
  border: 0;
  outline: 0;
  border-left: 1px solid #1e1e23;
  padding-left: 1.434rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.search-txt {
  text-transform: capitalize;
  line-height: 1.375rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #062265;
  margin-left: 3px;
  font-size: 1.125rem;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 10.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0.4);
  z-index: 2;
}

.inner-con {
  z-index: 3;
  width: 100%;
  position: fixed;
  display: none;
  top: 10.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #ffffff;
}

.inner-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}

.closeimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-input {
  background-color: #f5f4f4;
  padding: 0.563rem 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #1e1e23;
  line-height: 2.5rem;
  font-size: 1.375rem;
  width: 53.507rem;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 4px;
}

.search-bar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-bar-btn {
  margin-left: -0.2rem;
  background-color: #062265;
  border-radius: 4px;
  padding: 0.563rem 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  border: 0;
  white-space: nowrap;
}

.search-input__mod {
  width: 100%;
  border-right: 0px;
  padding-left: 4rem;
}

.search-input__wrap {
  position: relative;
  width: 100%;
}

.search-bar-btn--mod {
  width: 16.153rem;
}

.search-icon-con {
  display: none;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

#mega-menu-wrap-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge {
  position: static;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    display: block;
    padding: 0.969rem 0.989rem 2.219rem 0.841rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: center;
    text-transform: capitalize;
    color: #1e1e23;
    border: 0;
    height: 100%;
    border-radius: 0;
    background: none;
}
#mega-menu-wrap-max_mega_menu_1 {
  padding-right: 1rem;
  background: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  display: flex;
  gap: 1.125rem;
  position: static;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
  display: block;
  padding: 0.969rem 0.989rem 2.219rem 0.841rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  text-transform: capitalize;
  color: #1e1e23;
  border: 0;
  height: 100%;
  border-radius: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover {
  display: block;
  padding: 0.969rem 0.989rem 2.219rem 0.841rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  text-transform: capitalize;
  color: #1e1e23;
  border: 0;
  height: 100%;
  border-radius: 0;
  background: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  border: 0;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2L10 10L2 2' stroke='%231E1E23' stroke-width='3'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 12.73px;
  height: 7.78px;
  vertical-align: 0.1em;
  margin-left: 0.5rem;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2L10 10L2 2' stroke='%23062265' stroke-width='3'/%3E%3C/svg%3E");
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  border-bottom: 0;
  color: #062265;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link>span.mega-indicator:after {
  content: '';
  background-image: none;
  background-size: none;
  width: none;
  height: none;
  vertical-align: none;
  margin-left: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item {
  padding-top: 1.25rem;
  position: static;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu {
  width: 100%;
  min-width: unset;
  min-height: 252px;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0;
  gap: 3.125rem;
  padding: 2rem 2rem 2.5rem;
  left: 0;
}
/* #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item-640 ul.mega-sub-menu {
  padding-left: 25%;
} */

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 180%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1e1e23;
  background: none;
  padding: 0;
  white-space: nowrap;
  word-wrap: unset;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: none;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1e1e23;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 180%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1e1e23;
  background: none;
  padding: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item>ul.mega-sub-menu {
  display: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
  display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: static;
  top: unset;
  left: unset;
  padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.125rem;
    padding-left: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item>ul.mega-sub-menu {
  visibility: visible;
  opacity: 1;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  min-height: unset;
  display: block !important;
}
.mobile-menu {
  display: none;
}

.banner-sec {
  position: relative;
  width: 1921px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  height: 31.25rem;
}

.banner-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 31.25rem;
}

.banner-img-mb {
  display: none;
}

.banner-sec__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 auto;
  margin-left: 30%;
  max-width: 36.438rem;
}

.banner-sec__head {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  color: #1e1e23;
  line-height: 5rem;
}

.banner-sec__head {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .banner-sec__head {
    font-size: calc(
 20px + 44 *
 ((100vw - 320px) / 1072));
  }
}

@media screen and (min-width: 1392px) {
  .banner-sec__head {
    font-size: 64px;
  }
}

.banner-sec__head {
  line-height: 28px;
}

@media screen and (min-width: 320px) {
  .banner-sec__head {
    line-height: calc(
 28px + 52 * ((100vw - 320px) / 1072));
  }
}

@media screen and (min-width: 1392px) {
  .banner-sec__head {
    line-height: 80px;
  }
}

.banner-sec__block {
  position: absolute;
  background: linear-gradient(81.62deg, #ffb1d5 20.07%, #ffe3f0 108.22%);
  -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
  left: 39%;
  width: 61%;
  height: 100%;
  z-index: 1;
}

.banner-sec__get-involve {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1e1e23;
  display: inline-block;
  padding: 1.375rem 3.821rem;
  border: 1.5px solid #1e1e23;
  background-color: transparent;
}

.banner-sec__get-involve {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .banner-sec__get-involve {
    font-size: calc(
 14px + 10 *
 ((100vw - 320px) / 1072));
  }
}

@media screen and (min-width: 1392px) {
  .banner-sec__get-involve {
    font-size: 24px;
  }
}

.banner-sec__get-involve {
  line-height: 27px;
}

@media screen and (min-width: 320px) {
  .banner-sec__get-involve {
    line-height: calc(
 27px + 9 * ((100vw - 320px) / 1072));
  }
}

@media screen and (min-width: 1392px) {
  .banner-sec__get-involve {
    line-height: 36px;
  }
}

.primary-btn {
  color: #1e1e23;
  border-radius: 4px;
  border: 1px solid #1e1e23;
  background-color: #ffb1d5;
}

.primary-btn:hover {
  color: #1e1e23;
  border-radius: 4px;
  background-color: #ff81bb;
}

.icon-secondary-btn,
.No-icon-secondary-btn {
  color: #196a72;
  background-color: #ffffff;
  border-radius: 4px;
}

.icon-secondary-btn:hover,
.No-icon-secondary-btn:hover {
  background-color: #072a7c;
  color: #ffffff;
  border-radius: 4px;
}

.carousel-indicators {
  position: relative;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #1a1a1a;
  border-width: unset;
}

.carousel-indicators .active {
  background-color: #062265;
}

.carousel-btn-con {
  position: relative;
  margin-top: -4.188rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-control-prev:disabled .carousel-control-prev-icon::after {
  content: "";
  background: url("../img/disabledLeftChevron.svg") no-repeat;
  background-size: 100% 100%;
}

.carousel-control-next:disabled .carousel-control-next-icon::after {
  content: "";
  background: url("../img/disabledRightChevron.svg") no-repeat;
  background-size: 100% 100%;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  width: 35%;
  height: 35%;
  position: absolute;
  display: block;
  background-size: 100% 100%;
}

.carousel-control-prev-icon::after {
  content: "";
  background: url("../img/whiteLeftChevron.svg") no-repeat;
  background-size: 100% 100%;
}

.carousel-control-next-icon::after {
  content: "";
  background: url("../img/whiteRightChevron.svg") no-repeat;
  background-size: 100% 100%;
}

.carousel-control-prev:disabled {
  border: 2px solid #b3b3b3;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 4px;
  background-color: unset;
}

.carousel-control-next:disabled {
  border: 2px solid #b3b3b3;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 4px;
  background-color: unset;
}

.carousel-control-next,
.carousel-control-prev {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  width: 56px;
  height: 56px;
  background-color: #062265;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 4px;
  opacity: unset;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: unset;
  color: unset;
}

.our-mission-con {
  padding-top: 5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.our-mission-con__head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #1e1e23;
  line-height: 110%;
  max-width: 30.358rem;
  margin-bottom: 0;
}

.our-mission-con__para {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  color: #1e1e23;
  line-height: 1.875rem;
  margin-bottom: 0;
}

.our-leadership-con {
  margin-top: 0;
  padding-top: 0;
}

.our-mission-con__head--mod {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 0;
}

.ft-con {
  background-color: #ebebeb;
}

.footer-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.656rem;
  padding-bottom: 0.906rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ft-copyright {
  text-align: center;
  padding: 1.375rem 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.313rem;
  color: #1e1e23;
}

.ft-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.188rem 0 1.25rem;
  gap: 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ft-img-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-sep {
  display: inline-block;
  border-left: 1px solid #000000;
  height: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0.75rem;
}

.img-logo {
  min-width: 6.5rem;
  max-width: 15rem;
}

.nav-help-links__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

.nav-help-links__link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  text-transform: capitalize;
  color: #1e1e23;
}

.box-con {
  padding-top: 2.5rem;
}

.dt-pt-con {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1.51rem;
}

.dt-pt-con__blk {
  padding-top: 2.625rem;
  padding-bottom: 1.644rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #012169;
  color: #ffffff;
  border-radius: 8px;
}

.dt-pt-con__num {
  font-family: "Poppins", sans-serif;
  font-size: 5.1rem;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}

.dt-pt-con__line {
  margin-top: 2.137rem;
  width: 86px;
  border-top: 1px solid #ffffff;
}

.dt-pt-con__text {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  padding: 1.937rem 1rem 1.644rem;
  line-height: 110%;
  text-align: center;
}

.about-con {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 5rem;
}

.about-con__wrapper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border: 1px solid #d5d5e0;
  border-radius: 8px;
  padding: 2rem 0.768rem 2rem 1.5rem;
}

.about-con__head {
  color: #1e1e23;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 110%;
}

.about-con__para {
  margin: 1rem 0rem 1.5rem;
  color: #545468;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25rem;
}

.about-con__link {
  width: 22px;
}

.rt-con {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47.125rem;
}

.rt-con__info {
  max-width: 696px;
  margin-left: auto;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rt-con__cover {
  padding-left: 4rem;
  margin-left: unset;
}

.rt-con__ch {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: linear-gradient(77.68deg, #ffb1d5 0.5%, rgba(255, 177, 213, 0) 122.68%);
  height: 80%;
}

.rt-con__head {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  color: #1e1e23;
  line-height: 120%;
  margin-bottom: 0;
}

.rt-con__para {
  margin-top: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #1e1e23;
  line-height: 110%;
}

.rt-con__lm {
  margin-top: 3rem;
}

.rt-con__sec, .rt-con__ele {
  max-width: 40.75rem;
  width: 100%;
}

.rt-con__lm-ch {
  color: #1e1e23;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  line-height: 1.5rem;
  padding: 0.563rem 1.5rem;
}

.rt-con__img-con {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100%;
}

.rt-con__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.rt-con__img-con--mod {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}

.rt-con__ch--mod {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
}

.blockquote-text {
  color: #1e1e23;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  position: relative;
  margin-top: 5rem;
}

.blockquote-text::before {
  content: "";
  background: url("../img/openingQuote.svg") no-repeat;
  display: block;
  width: 8.563rem;
  position: absolute;
  height: 5.75rem;
  top: -6rem;
  background-size: 8.563rem 5.75rem;
}

.blockquote-text::after {
  content: "";
  background: url("../img/closingQuote.svg") no-repeat;
  display: block;
  width: 8.563rem;
  position: absolute;
  height: 5.75rem;
  right: 0;
  background-size: 8.563rem 5.75rem;
}

.rt-con--mod {
  position: relative;
}

.rt-con--mod::after {
  content: "";
  background-color: #f6f6f6;
  position: absolute;
  width: 100%;
  top: 50%;
  height: 50%;
  z-index: -5;
}

.rt-con__info--mod {
  max-width: 854px;
  margin-left: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.cite-txt, .cite-txt-dep {
  color: #1e1e23;
  font-weight: 700;
  font-size: 4rem;
  line-height: 110%;
  font-family: "Poppins", sans-serif;
  font-style: unset;
}

.cite-txt-dep {
  font-size: 2rem;
}

.cite-con {
  margin-top: 5.625rem;
}

.rt-con__ele {
  margin-left: 0;
  margin-right: auto;
}

.rt-con__sec-link {
  color: #1e1e23;
  text-decoration: underline;
}

.rt-con__sec-link:hover {
  color: #1e1e23;
}

.rt-con__sec-link-con {
  margin-top: 1rem;
}

.rt-con__sec-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.438rem;
}

.sponsors-head {
  margin: 0rem 0 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  color: #1e1e23;
}

.sponsors-con {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sponsors-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.sponsors-logos__con {
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
  height: 10.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 254px;
          flex: 0 1 254px;
}

.sponsors-logos__con--mod {
  margin-left: 1rem;
  margin-right: 1rem;
}

.home-slider .slick-list {
  max-width: 1392px;
  width: calc(100% - 112px);
  margin: 0 auto;
}

.home-slider .slick-arrow {
  background-color: #d7e3ff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  z-index: 2;
}

.home-slider .slick-prev {
  left: 0;
}

.home-slider .slick-next {
  right: 0;
}

.home-slider .slick-prev::before {
  position: absolute;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14C6.72917 14 6.48958 13.9062 6.28125 13.7188L0.28125 7.71875C0.09375 7.51042 0 7.27083 0 7C0 6.72917 0.09375 6.48958 0.28125 6.28125L6.28125 0.28125C6.48958 0.09375 6.72917 0 7 0C7.27083 0 7.51042 0.09375 7.71875 0.28125C7.90625 0.489583 8 0.729167 8 1C8 1.27083 7.90625 1.51042 7.71875 1.71875L2.40625 7L7.71875 12.2812C7.90625 12.4896 8 12.7292 8 13C8 13.2708 7.90625 13.5104 7.71875 13.7188C7.51042 13.9062 7.27083 14 7 14Z' fill='%23062265'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
  top: 30%;
  left: 35%;
}

.home-slider .slick-next::before {
  position: absolute;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14C0.729167 14 0.489583 13.9062 0.28125 13.7188C0.09375 13.5104 0 13.2708 0 13C0 12.7292 0.09375 12.4896 0.28125 12.2812L5.59375 7L0.28125 1.71875C0.09375 1.51042 0 1.27083 0 1C0 0.729167 0.09375 0.489583 0.28125 0.28125C0.489583 0.09375 0.729167 0 1 0C1.27083 0 1.51042 0.09375 1.71875 0.28125L7.71875 6.28125C7.90625 6.48958 8 6.72917 8 7C8 7.27083 7.90625 7.51042 7.71875 7.71875L1.71875 13.7188C1.51042 13.9062 1.27083 14 1 14Z' fill='%23062265'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
  top: 30%;
  left: 42.5%;
}

.home-slider .slick-next.slick-disabled:before,
.home-slider .slick-prev.slick-disabled:before {
  opacity: 0.15;
}

.home-slider .slick-next.slick-disabled,
.home-slider .slick-prev.slick-disabled {
  pointer-events: none;
}

.sponsors-con__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sponsors-logos__wrap {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.breadcrumb--mod {
  padding-bottom: 0px;
}

.breadcrumb__element {
  color: #1e1e23;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  line-height: 1.5rem;
  display: inline-block;
}

.breadcrumb__arrow {
  font-weight: 400;
  display: inline-block;
  margin-right: 0.5rem;
  color: #1e1e23;
  fill: #ffffff;
}

.breadcrumb__element--md-ele {
  color: #062265;
  font-weight: 600;
}

.breadcrumb__element--mod {
  color: #ffffff;
}

.breadcrumb__element--md {
  color: #ffffff;
}

.committee-con {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.committee-wrap {
  background-color: #f6f6f6;
}

.committee-con--wrap {
  padding-top: 5rem;
}

.committee-con__head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1e1e23;
  font-size: 2.625rem;
  line-height: 3.938rem;
  width: 100%;
}

.committee__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.committee__card-cover {
  max-width: 19rem;
}

.committee__card-img-con {
  overflow: hidden;
  height: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.875rem 0 0.938rem;
}

.committee__card-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.committee__cards-con {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin-top: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 2rem;
  -webkit-column-gap: 3.75rem;
          column-gap: 3.75rem;
}

.committee__card-name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.886rem;
  text-align: center;
  margin-top: 1.5rem;
  color: #1e1e23;
}

.committee__card-des {
  color: #1a1a1a;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 0.5px;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.committee-cover {
  padding-bottom: 5rem;
}

.form-con {
  padding: 5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-con__head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 120%;
}

.form-con__para {
  margin-top: 2rem;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 120%;
}

.form-con__wrap {
  background: #012169;
  padding: 3.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.form-con__cov {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.form-con__info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 598px;
  width: 100%;
}

.form-con__form {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.form-con__label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 0.875rem;
}

.form-con__input {
  margin-top: 13px;
  line-height: 2;
  font-size: 1.5rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccbc9;
  padding: 0.5rem 1rem;
}

.form-con__ft-label {
  font-size: 1.125rem;
}

.form-con__checkbox-label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.5rem;
}

.sign-up-btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0.563rem 1.5rem;
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
}

.form-con__ftlt-name {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.563rem;
}

.form-con__checkbox {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-con__checkbox-input {
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

.form-con__cb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type="checkbox"] {
  position: absolute;
}

input[type="checkbox"] + label {
  display: block;
  position: relative;
}

input[type="checkbox"] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

input[type="checkbox"]:checked + label::before {
  background: transparent;
}

input[type="checkbox"]:focus + label::before {
  outline: 3px solid #545468;
  outline-offset: 2px;
}

input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  height: 8px;
  width: 15px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.acs-rt-wrapper {
  padding: 5rem 0;
}

.acs-rt-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
}

.acs-rt-con__link {
  margin-top: 2rem;
}

.acs-rt-con__wrap {
  padding: 1.5rem;
}

.acs-rt-con__head {
  color: #1e1e23;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 110%;
}

.acs-rt-con__para {
  max-width: 45.4rem;
  width: 100%;
  margin-top: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 110%;
}

.acs-rt-con__img {
  width: 105px;
}

.can-con {
  margin-top: 1.5rem;
}

.health-con {
  padding-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

.health-con__card {
  border: 0.5px solid #898991;
  border-radius: 8px;
  padding: 7px 6px 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #f6f6f6;
}

.health-con__card--ele {
  background-color: #ffffff;
}

.health-con__head {
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 110%;
}

.health-con__para {
  color: #545468;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.25rem;
}

.health-con__des-con {
  padding: 2rem 2.375rem;
}

.health-con__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.health-con__head-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.health-con--mod {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.health-con--pb-0 {
  padding-bottom: 0;
}

.health-con__img--mod {
  height: 259px;
  -o-object-fit: cover;
     object-fit: cover;
}

.initiative-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #062265;
  padding: 2rem 2.844rem;
  gap: 1rem;
  border-radius: 8px;
}

.initiative-con__txt {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
}

.initiative-cov {
  padding-bottom: 5rem;
}

.contact-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-top: 1rem;
  padding-bottom: 2.625rem;
}

.contact-wrap__head {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 5rem;
  color: #1e1e23;
}

.contact-con__para {
  margin-top: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545468;
}

.contact-con__link {
  margin-top: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #ffffff;
  background-color: #062265;
  padding: 0.938rem 3.125rem;
  display: inline-block;
  border-radius: 4px;
}

.contact-con__email {
  color: #062265;
  font-weight: 600;
}

.contact-con__para--des {
  margin-top: 2.5rem;
}

.contact-wrap {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.contact-con__cov {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.contact-con__img-con {
  max-width: 635px;
}

.contact-con__img {
  width: 100%;
  border-radius: 8px;
}

.gt-in-head {
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1e1e23;
}

.gt-in-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  padding-top: 1.5rem;
}

.gt-in__para-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 43.75rem;
  max-width: 100%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  gap: 2rem;
}

.gt-in__img-con {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.gt__in-img {
  width: 100%;
}

.gt-in__ele {
  line-height: 2rem;
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #545468;
}

.who-we-are-con {
  background: linear-gradient(83.29deg, #ffb1d5 -0.63%, #ffffff 117.79%);
  padding: 5rem 0;
}

.who-we-are-con__video {
  width: 100%;
  border-radius: 8px;
}

.who-we-are-con__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.who-we-are-cov {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
   justify-content: unset;   
}

.who-we-are-con__head {
  color: #1e1e23;
}

.who-we-are-con__para {
  color: #1e1e23;
  margin-bottom: 0;
}

.who-we-are-con__cta {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.563rem 1.5rem;
  border-radius: 4px;
  text-transform: capitalize;
  line-height: 2.5rem;
  max-width: 300px;
  display: inline-block;
  text-align: center;
}

.search-lib-con {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  gap: 8.186rem;
}

.search-lib-con__res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-lib-con__head, .search-lib-con__quick-links-head {
  color: #1e1e23;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}

.search-lib-con__filter {
  padding-top: 32px;
  margin-bottom: 32px;
}

.search-lib-con__filter h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 13px;
}

.search-lib-con__optional {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 31px 24px 27px 24px;
  line-height: 14px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  color: #545468;
  width: 100%;
  border-radius: 4px;
}

.search-lib-con__srch-btn {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  background-color: #062265;
  border: none;
  padding: 15px 63px 13px 50px;
  text-align: center;
  border-radius: 4px;
}

.search-lib-con__quick-link {
  color: #0a2d82;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.search-lib-con__quick-links-con {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.search-lib-con__quick-link-cov {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-lib-con__form {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.more-abt-mem {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 5rem;
  color: #1e1e23;
  padding-top: 5rem;
}

.mem-cards-wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mem-cards-con__oth-cards {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.mem-cards-con {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
}

.mem-cards-con__item {
  max-width: 27.625rem;
  padding: 1.5rem;
  border: 0.5px solid #898991;
  border-radius: 8px;
}

.mem-cards-con__img-con {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 1.5rem;
}

.mem-cards-con__img {
  min-height: 5.75rem;
  max-height: 6.438rem;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mem-cards-con__head {
  padding: 2.5rem 1.5rem 1rem 0rem;
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
}

.overlay-content {
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.closebtn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  background-color: unset;
}

.closebtn:focus {
  outline: 2px solid #000000;
}

.noscroll {
  overflow: hidden;
}

.leadership__heading {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1e1e23;
}

.leadership__paragraph {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #545468;
}

.leadership__paragraph--mod {
  margin-top: 2rem;
}

.leadership__container {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.leadership {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.leadership__img-con {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 635px;
}

.leadership__img {
  border-radius: 8px;
  max-width: 100%;
}

.leadership__wrapper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.become-member__wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.become-member__head {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
  color: #1e1e23;
}

.become-member__para {
  margin-top: 1rem;
  color: #545468;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}

.become-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.become-member__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.become-member__video-con {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.become-member__cta {
  display: inline-block;
  margin-top: 2.5rem;
  color: #ffffff;
  background-color: #062265;
  padding: 0.875rem 2.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
}

.default-btn {
  color: #ffffff;
  background-color: #062265;
  border-radius: 4px;
}

.default-btn:hover {
  background-color: #0a2d82;
  color: #ffffff;
}

.membership-benefits {
  background: linear-gradient(76.83deg, #ffb1d5 8.53%, #ffffff 119.35%);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.membership-benefits__head {
  color: #1e1e23;
}

.membership-benefits__para {
  color: #1e1e23;
}

.membership-benefits-con {
  padding-top: 0;
  padding-bottom: 3.125rem;
}

.membership-benefits__cards-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.membership-benefits__cards-con .slick-track {
  height: 100%;
}
.membership-benefits__card {
  background-color: #ffffff;
  padding: 0.375rem;
  border: 0.5px solid #c4c4c7;
  border-radius: 8px;
}

.membership-benefits__content {
  padding: 1.5rem;
}

.membership-benefits__card-img-con {
  height: 23rem;
}

.membership-benefits__card {
  max-width: 23.867rem;
  height: 100%;
}

.membership-benefits__card-img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.membership-benefits__card-head {
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
}

.membership-benefits__card-para {
  margin-top: 0.5rem;
  color: #1a1a1a;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

.membership-benefits__cards-con .slick-dots {
  bottom: -44px;
}

.membership-benefits__cards-con .slick-dots li button {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
}

.membership-benefits__cards-con .slick-dots .slick-active button {
  background-color: #062265;
}

.membership-benefits__cards-con .slick-dots li button:before {
  content: "";
}

.membership-benefits__cards-con .slick-slide {
  padding: 0rem 0.35rem;
}

.membership-benefits-con--mod {
  padding-top: 0;
  padding-bottom: 0;
}

.membership-process-con {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.membership-process-con__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.membership-process-con__details {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 0.5rem;
}

.membership-process-con__det-item {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #062265;
}

.membership-process-con__det-item:not(:first-child) {
  margin-top: 3.25rem;
}

.membership-process-con__det-item::before {
  content: " ";
  background-color: #062265;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: -0.58rem;
}

.membership-process-con__det-item:last-child::before {
  bottom: 0;
}

.membership-process-con__details-wrap {
  border-left: 3px solid #062265;
  padding-left: 1.625rem;
  position: relative;
}

.membership-process-con__img-con {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.membership-process-con__img {
  max-width: 100%;
  border-radius: 8px;
}

.if-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 122.875rem;
}

.if-con__iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.bc-con {
  background: linear-gradient(88.92deg, #ffb1d5 32.24%, #ffffff 172.01%);
  padding: 5rem 0;
}

.membership-info__para {
  color: #1e1e23;
}

.membership-info__head {
  color: #1e1e23;
}

.st-com-det {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.731rem;
}

.st-com-det__fh {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 110%;
  color: #1e1e23;
}

.st-com-det__fh {
  font-size: 32px;
}

@media screen and (min-width: 375px) {
  .st-com-det__fh {
    font-size: calc(
 32px + 8 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .st-com-det__fh {
    font-size: 40px;
  }
}

.st-com-det__sh {
  margin-top: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 110%;
  color: #1e1e23;
}

.st-com-det__sh {
  font-size: 24px;
}

@media screen and (min-width: 375px) {
  .st-com-det__sh {
    font-size: calc(
 24px + 8 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .st-com-det__sh {
    font-size: 32px;
  }
}

.st-com-det__para {
  color: #545468;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-top: 1.5rem;
}

.st-com-det__link {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #062265;
  padding-top: 2rem;
}

.st-com-det__card-cover {
  width: 23.081rem;
  max-width: unset;
}

.st-com-det__card-img-con {
  height: 17.625rem;
  padding: 0;
}

/* gravity form css start */
.gform_wrapper {
  background-color: #012169;
  padding: 3.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  width: calc(100% - 48px);
  max-width: 1392px;
  margin: 5rem auto;
  justify-content: space-between;
}

.gform_heading {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
  max-width: 598px;
  width: 100%;
}

.gform_title {
  margin-top: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 120%;
}

.gform_wrapper.gravity-theme .ginput_complex {
  margin-top: 1.5rem;
}

.gform_description {
  margin-top: 2rem;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 120%;
}

.form-con__cov label {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem !important;
  color: #ffffff;
  line-height: 0.875rem;
}

.form-con__form label {
  color: #ffffff !important;
}

.form-con_fullname_cov label {
  margin-bottom: 13px;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 13px;
}
.gform_wrapper.gravity-theme .gform_fields {
  gap: unset;
}
.gform_wrapper.gravity-theme .ginput_complex {
  gap: 1.563rem;
}
span#input_1_6_3_container {
  padding: 0;
}
span#input_1_6_6_container {
  padding: 0;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding: 0 !important;
}

.form-con__cov input {
  line-height: 2;
  font-size: 1.5rem !important;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccbc9;
  padding: 0.5rem 1rem !important;
}

.form-con_check_cov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem !important;
}

.form-con_check_cov .ginput_container_consent input[type="checkbox"] {
  position: absolute !important;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

.form-con_check_cov .ginput_container_consent input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.form-con__cb .gfield_consent_label {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.5rem;
    position: relative;
}

#field_submit {
  justify-content: end;
  margin-top: 1.5rem;
}

input#gform_submit_button_1 {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0.563rem 1.5rem;
  color: #082265;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.463rem;
}
input#gform_submit_button_1:hover {
cursor: pointer;
}

.form-con_check_cov .ginput_container_consent input[type="checkbox"] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
.gform_wrapper .gfield_error [aria-invalid=true] +label::before {
  border: 1.5px solid #CE0000 !important;
}
.form-con_check_cov .ginput_container_consent input[type="checkbox"]:checked + label::before {
  background: transparent;
}
.form-con_check_cov .ginput_container_consent input[type="checkbox"]:focus + label::before {
  outline: 2px solid #545468;;
  outline-offset: 2px;
}
.form-con_check_cov .ginput_container_consent input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  height: 8px;
  width: 15px;
  transition: opacity 0.2s ease-in-out;
  transform: rotate(-45deg);
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}

.gform_validation_errors, .gform_required_legend, .gfield_required {
  display: none !important;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background-color: #E3E3E3;
  border: 0;
  padding: 6px!important;
}
.gform_confirmation_wrapper {
  background-color: #012169;
  margin: 5rem auto;
}

.gform_confirmation_message {
   max-width: 50rem;
    margin: 0 auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.confirmation-head {
  font-size: 2.625rem;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}
.confirmation-para {
  margin-top: 2rem;
  font-size: 1rem;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

/* gravity form css end */
.view-all-btn {
  padding: 1.063rem 2.969rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  line-height: 110%;
  border: none;
  outline: none;
}

.view-all-btn:hover {
  cursor: pointer;
}

.mem-cards-con__head-link:hover {
  text-decoration: underline;
}

.white {
  color: #ffffff;
}
.srch-res-cnt-sort {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2.688rem;
  justify-content: space-between;
  border-bottom: 1px solid #CCCBC9;
  align-items: center;
}

.srch-res-cnt-sort .srch-res-cnt {
  color: #1e1e23;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  opacity: 0.6;
}

.srch-res-cnt-sort .srch-res-sort {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.srch-res-cnt-sort .srch-res-sort .srch-res-sort__title {
  color: #1e1e23;
}

.srch-res-cnt-sort .srch-res-sort .srch-res-sort__title p {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 110%;
  color: #1E1E23;
  opacity: 0.6;
}

.srch-res__filters-wrap {
  flex-basis: 30%;
  overflow-y: scroll;
  max-height: 100vh;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.srch-res__filters-wrap .modal-display {
  text-align: right;
}

.srch-res__filters-wrap .modal-display a {
  background-color: #062265;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0;
  border-radius: 4px;
  padding: 9px 24px 9px 24px;
}

.srch-res__filters-wrap .srch-res__filters-head {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 1.5rem;

}

.srch-res__filters-wrap .srch-res__filters-head h3 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 110%;
  color: #1E1E23;
}

.srch-res__filters-wrap .srch-res__filters-head h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.srch-res__filters-audiences {
  border-top: 1px solid #cccccc;
  padding: 1rem 0;
}

.srch-res__filters-audiences h4 {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-size: 1rem;
  line-height: 110%;
  color: #1E1E23;
}

.srch-res__filters-wrap .srch-res__filters-head a {
  color: #062265;
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
  line-height: 110%;
}

.srch-res__filters-filters {
  padding-top: 1rem;
}

.srch-res__filters-types {
  border-top: 1px solid #cccccc;
  padding: 1rem 0;
}

.srch-res__filters-types h4 {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-size: 1rem;
  line-height: 110%;
  color: #1E1E23;
}

.srch-res__filters-wrap .srch-res__filters-filters .filters-chkboxes__item {
  display: block;
  padding: 8px 12px;
  padding-left: 0;
  opacity: 1;
  transition-delay: 0.2s;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 110%;
  color: #1E1E23;
}

.srch-res__filters-wrap .srch-res__filters-filters .filters-chkboxes__item::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: -12px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #4d4d4d;
  border-radius: 2px;
  z-index: 2;
}

.srch-res__filters-wrap .srch-res__filters-filters [type=checkbox] {
  width: 25px;
  position: relative !important;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  right: 16px;
  top: 5px;
  z-index: 0;
  visibility: hidden;
}

.srch-res__filters-wrap .srch-res__filters-filters .selected {
  position: relative;
}

.srch-res__filters-wrap .srch-res__filters-filters .selected::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: -12px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-color: #062265;
  border: 1px solid #062265;
  border-radius: 2px;
  z-index: 2;
}

.srch-res__filters-wrap .srch-res__filters-filters .selected::after {
  content: "";
  position: absolute;
  left: 6px;
  margin-top: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  height: 8px;
  width: 15px;
  transition: opacity 0.2s ease-in-out;
  transform: rotate(-45deg);
  z-index: 2;
}

.srch-res-wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.375rem;
  padding-top: 1rem;
  padding-bottom: 3.733rem;
}

.srch-res-wrap .srch-res__content {
  padding-top: 5.528rem;
  flex-basis: 70%;
}

.srch-res__content-result-wrap {
  margin-bottom: 2rem;
}

.srch-res-wrap .srch-res__content .srch-res__content-result {
  background-color: #f8f8f8;
  padding: 32px 52px 54px 24px;
  border: 0.5px solid #BDBDBD;
  border-radius: 4px;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--head {
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 0.5rem;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--head:hover {
  text-decoration: underline;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--head a {
  color: #062265;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e23;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons {
  display: flex;
  padding-top: 1.625rem;
  gap: 6.9375rem;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons .srch-res__content-result--place,
.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons .srch-res__content-result--date {
  padding-left: 1.875rem;
  background-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4375rem;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e23;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons .srch-res__content-result--place {
  background: url("../img/business-bag.svg") no-repeat;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons .srch-res__content-result--date {
  background: url("../img/new-release.svg") no-repeat;
}

.srch-res-wrap .srch-res__content .srch-res__content-result--links {
  background-color: rgba(1, 125, 139, 0.0784313725);
  padding: 1.5rem 1rem 1.4375rem 2.125rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 0.5px solid #E3E3E3;
  border-radius: 0px 0px 4px 4px;
}

.srch-res-wrap .srch-res__content .srch-res__content-result--links .srch-res__content-result--pdf,
.srch-res-wrap .srch-res__content .srch-res__content-result--links .srch-res__content-result--word {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0em;
  text-align: left;

  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 35.79rem;
  gap: 1rem;
}

/* .srch-res-wrap .srch-res__content .srch-res__content-result--links .srch-res__content-result--word {
  padding-top: 0;
} */

.srch-res-wrap .srch-res__content .srch-res__content-result--links a {
  color: #175ed0;
  font-family: "Source Sans Pro", sans-serif;
}

.srch-res-wrap .srch-res__content .srch-res__content-result--links span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.srch-res-wrap .srch-res__content .hidden {
  display: none !important;
}

.srch-res__pagination-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 1.3125rem;
  padding-bottom: 4.5rem;
  border-top: 1px solid #CCCBC9;
}

.srch-res__pagination-wrap .pagination {
  margin: 20px 0 0;
  font-size: 0;
  text-align: center;
}

.srch-res__pagination-wrap .pagination a {
  text-decoration: none;
  border-radius: 0.5rem;
  color: #1e1e23;
  display: inline-block;
  background: white;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 700;
}

.srch-res__pagination-wrap .pagination a:hover {
  text-decoration: none;
}

.srch-res__pagination-wrap .pagination ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.srch-res__pagination-wrap .pagination li {
  display: inline-block;
  margin: 0 2.5px;
}

.srch-res__pagination-wrap .pagination li.active a {
  background-color: #062265;
  color: white;
}

.srch-res__pagination-wrap .pagination li.active a:hover {
  text-decoration: none;
  cursor: default;
}

.srch-res__pagination-wrap .pagination .prev.disabled {
  cursor: default;
  margin-right: 2.5px;
  content: url("../img/arrow-left-grey.svg");
  border-color: transparent;
  border-top-color: inherit;
  display: inline-block;
  height: 25px;
  position: relative;
  top: 18%;
  transform: rotate(0deg);
  padding-right: 1.625rem;
}

.srch-res__pagination-wrap .pagination .prev.disabled:hover {
  cursor: default;
  text-decoration: none;
}

.srch-res__pagination-wrap .pagination .next.disabled {
  cursor: default;
  margin-right: 2.5px;
  content: url("../img/arrow-left-grey.svg");
  border-color: transparent;
  border-top-color: inherit;
  display: inline-block;
  height: 25px;
  position: relative;
  top: 18%;
  transform: rotate(180deg);
  padding-right: 1.625rem;
}

.srch-res__pagination-wrap .pagination .next.disabled:hover {
  cursor: default;
  text-decoration: none;
}

.srch-res__pagination-wrap .pagination .prev {
  margin-right: 2.5px;
  content: url("../img/arrow-right-black.svg");
  border-color: transparent;
  border-top-color: inherit;
  display: inline-block;
  height: 25px;
  position: relative;
  top: 18%;
  transform: rotate(180deg);
  padding-right: 1.625rem;
}

.srch-res__pagination-wrap .pagination .next {
  margin-left: 2.5px;
  content: url("../img/arrow-right-black.svg");
  border-color: transparent;
  border-top-color: inherit;
  display: inline-block;
  height: 25px;
  position: relative;
  top: 18%;
  padding-right: 1.625rem;
}

@media (max-width: 767px) {

  .srch-res__pagination-wrap .pagination li:first-child,
  .srch-res__pagination-wrap .pagination li.active,
  .srch-res__pagination-wrap .pagination li.active-sibling:nth-last-child(2),
  .srch-res__pagination-wrap .pagination li:last-child {
    display: inline-block !important;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li:nth-last-child(-n+3) {
    display: inline-block;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li:nth-last-child(3):before {
    content: "\22EF";
    color: #0F0F0F;
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active:before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active:before {
    content: "\22EF";
    color: #0F0F0F;
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active:after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active:after {
    content: "\22EF";
    color: #0F0F0F;
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active:nth-child(-n+2):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active:nth-child(-n+2):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active:nth-last-child(-n+2):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active:nth-last-child(-n+2):after {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active~li:nth-last-child(-n+3),
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-last-child(-n+3) {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(-n+3),
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+3) {
    display: inline-block;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(-n+2):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+2):after {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(3):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(3):after {
    content: "\22EF";
    color: #0F0F0F;
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
  }
  .srch-res__filters-types {
    border-top: 0;
  }

  .modal-display {
    border-top: 1px solid #cccccc;
    padding: 8px 0 20px;
  }
}

@media (min-width: 768px) {

  .srch-res__pagination-wrap .pagination li:first-child,
  .srch-res__pagination-wrap .pagination li.active-sibling,
  .srch-res__pagination-wrap .pagination li.active,
  .srch-res__pagination-wrap .pagination li.active+li,
  .srch-res__pagination-wrap .pagination li:last-child {
    display: inline-block !important;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:before {
    content: "\22EF";
    color: #0F0F0F;
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active+li:after {
    content: "\22EF";
    color: #0F0F0F;
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+5) {
    display: inline-block;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(5):before {
    content: "\22EF";
    color: #0F0F0F;
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):after {
    display: none !important;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5),
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5) {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5):before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5):before {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(-n+5),
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+5) {
    display: inline-block;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(-n+4):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+4):after {
    display: none;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(5):after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(5):after {
    content: "\22EF";
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
    color: #0F0F0F;
  }

  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8).active:before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8).active:after,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active:before,
  .srch-res__pagination-wrap .pagination li:first-child:nth-last-child(n+8)~li.active:after {
    display: none;
  }
}

.srch-res__pagination-wrap .pageResultsCount {
  flex-direction: row;
  display: flex;
  gap: 14.76px;
  align-items: center;
}

.srch-res__pagination-wrap .pageResultsCount p {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 125%;
  color: #1e1e23;
  opacity: 0.6;
}

.srch-res__pagination-wrap .pageResultsCount .customDropdown3 .customDropdown-toggle {
  width: 6.8019rem;
  padding: 15px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0em;
  text-align: left;
}

.mobileModal {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}

.mobileModal .srch-res__filters-modalBtn {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-align: left;
  color: #062265;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9945 0.632324H0.935288C0.105483 0.632324 -0.313235 1.59247 0.274729 2.15317L7.47362 9.01925V16.6682C7.47362 16.9588 7.62235 17.2313 7.87209 17.398L10.9861 19.476C11.6005 19.8861 12.456 19.4705 12.456 18.7461V9.01925L19.6551 2.15317C20.2419 1.59358 19.826 0.632324 18.9945 0.632324Z' fill='%23062265'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 0% 70%;
}

.btn-modal .srch-res__filters-close {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.912102 2.27998L0.735384 2.10329L0.912006 1.9265L2.0605 0.77692L2.23728 0.599977L2.41414 0.776837L10.0883 8.45101L17.7614 0.776849L17.9379 0.600298L18.1147 0.776587L19.2654 1.924L19.4427 2.10076L19.2657 2.27779L11.5914 9.95306L19.2646 17.6262L19.4411 17.8027L19.2648 17.9795L18.1174 19.1301L17.9406 19.3074L17.7636 19.1304L10.0883 11.4551L2.41524 19.1293L2.23863 19.3059L2.06184 19.1295L0.912258 17.9821L0.735159 17.8053L0.912079 17.6283L8.58627 9.9531L0.912102 2.27998Z' fill='%23007481' stroke='%233B80EE' stroke-width='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  border: 0;
  background-color: unset;
}

.srch-res__filters-count-wrap {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.563rem;
  color: #1E1E23;
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.srch-res__filters-count-clr {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14259 1.82579L0.952929 1.64496L1.14249 1.46402L1.67791 0.952948L1.85044 0.788259L2.02306 0.952867L5.51056 4.27864L8.99757 0.952879L9.16986 0.788558L9.34239 0.952623L9.87882 1.46273L10.0691 1.64363L9.87909 1.82481L6.40874 5.13468L9.87857 8.4436L10.068 8.62427L9.87883 8.8052L9.34391 9.31676L9.17137 9.48176L8.99859 9.317L5.51058 5.99075L2.02357 9.31651L1.8512 9.4809L1.67867 9.31668L1.14274 8.80657L0.952687 8.62567L1.14256 8.44458L4.6129 5.13472L1.14259 1.82579Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: #062265;
  background-size: 50% 50%;
  width: 8px;
  height: 8px;
  background-position: center;
  border-radius: 50%;
  padding: 0.656rem;
}

.srch-res__filters-clr-con {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-res__list-item {
  background-color: #f8f8f8;
  padding: 2rem 2.5rem;
}

.search-res__head {
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 110%;
  max-width: 75.673rem;
}

.search-res__para {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 125%;
  color: #1e1e23;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 77.803rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-res__breadcrumb-con {
  margin-top: 1rem;
}

.search-res__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-res__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 0;
  border-top: 1px solid #cccbc9;
  border-bottom: 1px solid #cccbc9;
}

.search-res__link:hover {
  text-decoration: underline;
}

.search-res__breadcrumb-link {
  text-decoration: underline;
}

.search-bar-con {
  padding-top: 5rem;
}

.search-res__breadcrumb-ele--mod {
  margin: 0 0.5rem;
}

.search-res__breadcrumb-con .search-res__breadcrumb .search-res__breadcrumb-ele a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  color: #062265;
  opacity: 0.6;
  display: inline-block;
}

.pnf-con {
  padding-top: 5.563rem;
  min-height: 68vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pnf-con__head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1e1e23;
  font-size: 4rem;
  line-height: 5.25rem;
  text-align: center;
}

.pnf-con__para {
  text-align: center;
  max-width: 59.813rem;
  margin-top: 1.5rem;
  line-height: 2rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #545468;
}

.pnf-con__home {
  margin-top: 2.625rem;
  border: 1px solid #062265;
  padding: 1.75rem 2.625rem;
  border-radius: 4px;
  color: #ffffff;
  background-color: #062265;
}

.pnf-con__contact-us {
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: #062265;
}

.privacy-policy-con {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.privacy-policy-con__head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #1e1e23;
  margin-bottom: 0;
}

.privacy-policy-con__head {
  font-size: 36px;
}

@media screen and (min-width: 375px) {
  .privacy-policy-con__head {
    font-size: calc(
 36px + 28 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .privacy-policy-con__head {
    font-size: 64px;
  }
}

.privacy-policy-con__head {
  line-height: 43.2px;
}

@media screen and (min-width: 375px) {
  .privacy-policy-con__head {
    line-height: calc(
 43.2px + 27.2 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .privacy-policy-con__head {
    line-height: 70.4px;
  }
}

.privacy-policy-con__para-con {
  padding-top: 0.5rem;
}

.privacy-policy-con__para, .terms_and_conitions__items {
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #545468;
}

.privacy-policy-con__sub-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 130%;
  color: #1e1e23;
  margin-bottom: 0;
}

.privacy-policy-con__sub-head {
  font-size: 24px;
}

@media screen and (min-width: 375px) {
  .privacy-policy-con__sub-head {
    font-size: calc(
 24px + 8 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .privacy-policy-con__sub-head {
    font-size: 32px;
  }
}

.privacy-policy-con__sec {
  padding-top: 2rem;
}

.privacy-policy-con__sec-para {
  margin-top: 1.5rem;
}

.privacy-policy-con__link-txt {
  color: #062265;
  font-weight: 600;
}

.privacy-policy-con__link:hover {
  text-decoration: underline;
}

.committee__card-img img {
  margin-top: 8px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-res-count-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.search-res-count, .sort-by-txt {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 110%;
  color: #1e1e23;
  opacity: 0.6;
}

.sort-by-txt {
  margin-right: 0.5rem;
}

.sort-by-select {
  padding: 1.375rem 1.125rem;
}

.terms_and_conitions__items {
  position: relative;
  padding-left: 1.875rem;
  padding-bottom: 1rem;
}

.terms_and_conitions__items:last-child {
  padding-bottom: 0;
}

.terms_and_conitions__items::before {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #062265;
  border-radius: 50%;
  left: 1px;
  top: 3px;
}

.terms_and_conditions__con {
  padding: 2rem 0 0rem;
}

.margin-0 {
  margin: 0;
}

.news-and-events {
  padding-bottom: 0;
}

.news-events-card {
  background-color: unset;
}

.news-events-cards {
  gap: 2rem;
  padding: unset;
  padding-bottom: 2rem;
}

.news-events-cards-con {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.news-events-cards--mod {
  padding: 0 0 2rem;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.news-and-events-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  padding: 0.875rem 1.375rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.form-floating > .form-select {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.sort-by-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-select:focus {
  border-color: unset;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #f9feff;
  border: 1px solid #cccbc9;
  border-radius: 4px;
}

.form-select {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.313rem;
  line-height: 125%;
  color: #1e1e23;
  border: 1px solid #1e1e23;
  border-radius: 2px;
}

.magnify-glass {
  position: absolute;
  top: 1.125rem;
  left: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.srch-res__content .srch-res__content-result {
  background-color: #f8f8f8;
}

.srch-res__content .srch-res__content-result .srch-res__content-result--head {
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 8px;
}

.srch-res__content .srch-res__content-result .srch-res__content-result--details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #1e1e23;
}

.dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
}

.dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out 0.15s;
  transition: -webkit-transform 0.15s ease-in-out 0.15s;
  transition: transform 0.15s ease-in-out 0.15s;
  transition: transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
  z-index: 2;
}

.dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.dropdown .dropdown-label {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 31px 24px 27px 24px;
  line-height: 14px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  color: #545468;
  border-radius: 4px;
}

.dropdown .dropdown-label:before {
  content: url("../img/arrow-up.svg");
  float: right;
}

.dropdown .error {
  border: 1px solid red;
  color: red;
}

.dropdown.on .dropdown-list {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dropdown.on .dropdown-label:before {
  content: url("../img/arrow-down.svg");
}

.dropdown [type="checkbox"] {
  width: 25px;
  position: relative !important;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  right: 38px;
  top: 5px;
  z-index: 0;
}

.dropdown .dropdown-option::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #4d4d4d;
  border-radius: 2px;
  z-index: 2;
}

.dropdown .selected::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-color: #062265;
  border-radius: 2px;
  z-index: 2;
}

.dropdown .selected::after {
  content: "";
  position: absolute;
  left: 29px;
  margin-top: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  height: 8px;
  width: 15px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}

.faqs-head-con {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.faqs-head-con__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1e1e23;
}

.faqs-head-con__heading {
  font-size: 36px;
}

@media screen and (min-width: 375px) {
  .faqs-head-con__heading {
    font-size: calc(
 36px + 28 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .faqs-head-con__heading {
    font-size: 64px;
  }
}

.faqs-head-con__heading {
  line-height: 43.2px;
}

@media screen and (min-width: 375px) {
  .faqs-head-con__heading {
    line-height: calc(
 43.2px + 36.8 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .faqs-head-con__heading {
    line-height: 80px;
  }
}

.faqs-con {
  padding: 5rem 0;
}
.faqs-con ul,
.faqs-con ol {
  list-style-type: revert;
  padding: unset;
  margin: unset;
  padding-left: 1.5rem;
}
.tab-btn-con [role="tab"] {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #062265;
  padding: 0 0.5rem 1rem;
  border: 0;
  background-color: unset;
}

.tab-btn-con [role="tab"] {
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  .tab-btn-con [role="tab"] {
    font-size: calc(
 16px + 16 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .tab-btn-con [role="tab"] {
    font-size: 32px;
  }
}

.tab-btn-con [role="tab"] {
  line-height: 24px;
}

@media screen and (min-width: 375px) {
  .tab-btn-con [role="tab"] {
    line-height: calc(
 24px + 24 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .tab-btn-con [role="tab"] {
    line-height: 48px;
  }
}

.tab-btn-con [role="tab"]:focus {
  font-weight: 700;
}

.tab-btn-con [role="tab"][aria-selected="true"] {
  border-bottom: 5px solid #062265;
  font-weight: 700;
}

.tab-btn-con [role="tab"] span {
  display: inline-block;
  white-space: nowrap;
}

.tab-btn-con [role="tab"]:hover span.focus,
.tab-btn-con [role="tab"]:focus span.focus,
.tab-btn-con [role="tab"]:active span.focus {
  cursor: pointer;
}

.faqs-con [role="tabpanel"].is-hidden,
.blog-post__tab-panel.is-hidden {
  display: none;
}

.faqs-con [role="tabpanel"] {
  padding-top: 2.5rem;
}

.tab-btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.625rem;
  padding-bottom: 2.5rem;
}

.faq-accordion {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.accordion-btn > button {
  width: 100%;
}

.accordion-trigger {
  display: block;
  background-color: #062265;
  border-radius: 4px;
  padding: 1rem 2.5rem 1rem 6.125rem;
  width: 100%;
  outline: none;
  border: 0;
}

.accordion-trigger:hover {
  cursor: pointer;
}

.accordion-link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #062265;
}

.accordion-link {
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  .accordion-link {
    font-size: calc(
 16px + 2 *
 ((100vw - 375px) / -236));
  }
}

@media screen and (min-width: 139px) {
  .accordion-link {
    font-size: 18px;
  }
}

.accordion-link {
  line-height: 24px;
}

@media screen and (min-width: 375px) {
  .accordion-link {
    line-height: calc(
 24px + 3 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .accordion-link {
    line-height: 27px;
  }
}

.accordion-link:hover {
  color: #062265;
  text-decoration: underline;
}

.accordion-para {
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #545468;
}

.accordion-para {
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  .accordion-para {
    font-size: calc(
 16px + 8 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .accordion-para {
    font-size: 24px;
  }
}

.accordion-para {
  line-height: 22px;
}

@media screen and (min-width: 375px) {
  .accordion-para {
    line-height: calc(
 22px + 10 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .accordion-para {
    line-height: 32px;
  }
}

.faq-accordion button::-moz-focus-inner {
  border: 0;
}

.accordion-title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  position: relative;
}

.accordion-title {
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  .accordion-title {
    font-size: calc(
 16px + 14 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .accordion-title {
    font-size: 30px;
  }
}

.accordion-title {
  line-height: 24px;
}

@media screen and (min-width: 375px) {
  .accordion-title {
    line-height: calc(
 24px + 21 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .accordion-title {
    line-height: 45px;
  }
}

.accordion-title::before {
  content: url("../img/accordion-add.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  left: -58px;
  top: 2px;
}

[aria-expanded="true"] .accordion-title::before {
  content: url("../img/accordion-minus.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  left: -58px;
  top: 2px;
}

.accordion-panel {
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 6.125rem;
  padding-right: 2.5rem;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
  display: none;
}

.link-text {
  color: #062265;
}

.link-text:hover {
  color: #062265;
  text-decoration: underline;
}

.customDropdown,
.customDropdown3 {
  position: relative;
  cursor: pointer;
}

.customDropdown .customDropdown-toggle,
.customDropdown3 .customDropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #1e1e23;
  border: 1px solid #cccbc9;
  border: 1px solid #1e1e23;
  border-radius: 4px;
  padding: 1.5rem 1rem;
  text-align: left;
  position: relative;
  width: 156px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 0.875rem;
}

.customDropdown .customDropdown-toggle::after,
.customDropdown3 .customDropdown-toggle::after {
  content: url("../img/drop-down-down-arrow.svg");
  border-color: transparent;
  border-top-color: inherit;
  position: absolute;
  float: right;
  right: 22px;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.customDropdown .customDropdown-toggle.active::after,
.customDropdown3 .customDropdown-toggle.active::after {
  content: url("../img/drop-down-up-arrow.svg");
  border-color: transparent;
  border-bottom-color: inherit;
  top: calc(50% - 0px);
}

.customDropdown .customDropdown-toggle.active,
.customDropdown3 .customDropdown-toggle.active {
  background: #f9feff;
  border: 1px solid #cccbc9;
  border-radius: 4px;
}

.customDropdown .customDropdown-menu,
.customDropdown3 .customDropdown-menu {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(150, 150, 150, 0.65);
  box-shadow: 0 1px 4px rgba(150, 150, 150, 0.65);
  list-style: none;
  margin: 0;
  width: 100%;
  display: none;
  overflow: auto;
  max-height: 200px;
  border-radius: 3px;
}

.customDropdown .customDropdown-menu[aria-expanded="true"],
.customDropdown3 .customDropdown-menu[aria-expanded=true] {
  display: block;
}

.customDropdown .customDropdown-menu>li,
.customDropdown3 .customDropdown-menu>li {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e23;
}

.customDropdown .customDropdown-menu>li:hover,
.customDropdown .customDropdown-menu>li:focus,
.customDropdown3 .customDropdown-menu>li:hover,
.customDropdown3 .customDropdown-menu>li:focus {
  outline: none;
  background: #f2f2f2;
}
.customDropdown .srch-page-drp-down>li {
  padding: 0;
}

.customDropdown .srch-page-drp-down>li a {
  padding: 14px 24px;
  display: block;
  width: 100%;
}
.search-res .customDropdown2 .customDropdown-menu>li {
  padding: 0;
}

.search-res .customDropdown2 .customDropdown-menu>li a {
  padding: 14px 24px;
  display: block;
  width: 100%;
}
.pagination-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 5rem;
}

.footer-dropdown-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.customDropdown2 .customDropdown-toggle2 {
  padding: 14px 50px 16px 12px;
  width: 108.83px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 125%;
  color: #1e1e23;
  border-radius: 2px;
}

.customDropdown .customDropdown-toggle2::after {
  content: url("../img/drop-down-down-arrow.svg");
  border-color: transparent;
  border-top-color: inherit;
  position: absolute;
  float: right;
  right: 14.2px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.customDropdown .customDropdown-toggle2.active::after {
  content: url("../img/drop-down-up-arrow.svg");
  border-color: transparent;
  border-bottom-color: inherit;
  top: calc(50% - 0px);
}

.show-txt {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 125%;
  color: #1e1e23;
  opacity: 0.6;
}
.btn-modal__container {
  display: none;
}

.btn-modal__container .form-con__checkbox-label {
  color: #747474;
}

.btn-modal__container input[type="checkbox"]+label::before {
  border: 1px solid #4d4d4d;
}

.btn-modal__container input[type="checkbox"]:checked+label::before {
  background-color: #062265;
}

.open {
  background-color: #f2f2f2;
  width: 100%;
  top: 0;
  z-index: 10;
  left: 0;
  min-height: 100vh;
  height: calc(100vh + 50px);
  display: block;
  position: fixed;
  padding: 32px 16px 24px;
  overflow: auto;
  padding-bottom: 50px;
}

.hidden {
  display: none;
}
.blog-post {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.blog-post__head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1e1e23;
}

.blog-post__head {
  font-size: 36px;
}

@media screen and (min-width: 375px) {
  .blog-post__head {
    font-size: calc(
 36px + 28 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .blog-post__head {
    font-size: 64px;
  }
}

.blog-post__head {
  line-height: 43.2px;
}

@media screen and (min-width: 375px) {
  .blog-post__head {
    line-height: calc(
 43.2px + 27.2 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .blog-post__head {
    line-height: 70.4px;
  }
}

.blog-post__para-con {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.blog-post__para {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #545468;
}

.blog-post__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 25rem;
}

.blog-post__sec-con {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.blog-post__sec-head {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1e1e23;
}

.blog-post__sec-head {
  font-size: 24px;
}

@media screen and (min-width: 375px) {
  .blog-post__sec-head {
    font-size: calc(
 24px + 18 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .blog-post__sec-head {
    font-size: 42px;
  }
}

.blog-post__sec-head {
  line-height: 28.8px;
}

@media screen and (min-width: 375px) {
  .blog-post__sec-head {
    line-height: calc(
 28.8px + 25.8 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .blog-post__sec-head {
    line-height: 54.6px;
  }
}

.blog-post__sec-para-con {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.blog-post__sec-para {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #545468;
}

.blog-post__list {
  list-style: disc;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
}

.blog-post__link {
  font-weight: 600;
}

.blog-post__info {
  background-color: #f6f6f6;
  border-left: 5px solid #062265;
  padding: 1.5rem;
}

.blog-post__info-ch {
  max-width: 956px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.blog-post__info-head {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 110%;
  color: #545468;
}

.blog-post__info-head {
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  .blog-post__info-head {
    font-size: calc(
 16px + 8 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .blog-post__info-head {
    font-size: 24px;
  }
}

.blog-post__info-list {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.blog-post__info-para {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #545468;
}

.blog-post__sec-para--mod {
  margin-top: 3rem;
  max-width: 62.938rem;
}

.blog-post__tab-btn-con {
  border-bottom: 1px solid #1e1e23;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #1e1e23;
  padding: 1.5rem 2rem;
  border: 0;
  background: none;
}

.tab-btn {
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  .tab-btn {
    font-size: calc(
 16px + 8 *
 ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .tab-btn {
    font-size: 24px;
  }
}

.tab-btn {
  line-height: 17.6px;
}

@media screen and (min-width: 375px) {
  .tab-btn {
    line-height: calc(
 17.6px + 8.8 * ((100vw - 375px) / 1017));
  }
}

@media screen and (min-width: 1392px) {
  .tab-btn {
    line-height: 26.4px;
  }
}

.tab-btn[aria-selected="true"] {
  font-weight: 700;
  color: #062265;
  border-bottom: 8px solid #062265;
}

.blog-post__tab-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 1rem;
}

.blog-post__tab-pan-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  max-width: 64.375rem;
}

.blog-post__tab-img-con {
  width: 182px;
}

.blog-post__tab-para-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.blog-post__tab-para {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #545468;
}

.blog-post__tab-date {
  font-size: 0.875rem;
  line-height: 140%;
}

.nav-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.dropdown-item {
  padding: 0;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
}


.nav-dropdown-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  padding-right: 1rem;
}

.sponsors-logos-mod {
  gap: 0;
}

.who-we-are-con__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.who-we-are-con__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.border-btm {
  border-bottom: 0;
}

.wp-block-search__input {
  width: 100%;
  border-right: 0px;
  padding-left: 4rem;
  background-color: #f5f4f4;
  padding: 0.563rem 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #1e1e23;
  line-height: 2.5rem;
  font-size: 1.375rem;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 4px;
}

.wp-block-search__input:focus {
  outline: none;
}

.search-res-count-con>a {
  display: none;
}

.wp-block-search__button {
  width: 16.153rem;
  margin-left: -0.2rem;
  background-color: #062265;
  border-radius: 4px;
  padding: 0.563rem 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  border: 0;
}

.search-res .wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 0;
  border-top: 1px solid #cccbc9;
  border-bottom: 1px solid #cccbc9;
}

.wp-block-post-template li.wp-block-post {
  background-color: #f8f8f8;
  padding: 2rem 2.5rem;
}

.search-res>ul>li a {
  color: #062265;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 110%;
}

.search-res ul li p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 125%;
  color: #1e1e23;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 77.803rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-res .wp-container-42 {
  justify-content: unset;
  align-items: center;
}

.search-res .wp-container-22 {
  justify-content: unset;
}

.wp-block-query-pagination {
  justify-content: unset;
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
  margin: 0;
}

.wp-block-query-pagination>.wp-block-query-pagination-previous {
  visibility: hidden;
  position: relative;
  width: 8px;
  height: 16px;
  margin-right: 1.625rem;
  height: 16px;
  margin-left: 13px;
}

.wp-block-query-pagination>.wp-block-query-pagination-previous::before {
  visibility: visible;
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.99988L3 9.99988L11 17.9999' stroke='%231e1e23' stroke-width='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.wp-block-query-pagination>.wp-block-query-pagination-next {
  visibility: hidden;
  position: relative;
  width: 8px;
  height: 16px;
  height: 16px;
  margin-left: 1.625rem;
}
.wp-block-query-pagination>.wp-block-query-pagination-next::before {
  visibility: visible;
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.99988L10 9.99988L2 17.9999' stroke='%231E1E23' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.wp-block-query-pagination>.wp-block-query-pagination-numbers {
  display: flex;
  gap: 1.625rem;
  align-items: center;
  justify-content: center;
}

.wp-block-query-pagination-numbers .page-numbers {
  font-family: 'Noto Sans';
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #1E1E23;
}

.wp-block-query-pagination-numbers .page-numbers.current {
  background: #062265;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 7px 14px;
}
.wp-block-query-pagination-numbers .page-numbers.current:first-child {
  position: relative;
}
.wp-block-query-pagination-numbers .page-numbers.current:first-child::before{
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.99988L3 9.99988L11 17.9999' stroke='%23B2B2B2' stroke-width='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  left: -30px;
  top: 15px;
}
.wp-block-query-pagination-numbers .page-numbers.current:last-child {
  position: relative;
}
.wp-block-query-pagination-numbers .page-numbers.current:last-child::after {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.99988L10 9.99988L2 17.9999' stroke='%23B2B2B2' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  right: -30px;
  top: 15px;
}
.pagination-con .wp-block-query-pagination {
  gap: 1.625rem;
  padding-left: 3.5rem;
}
.pageNumbers:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1650px) {
  .rt-con {
    height: 38.625rem;
  }
  .rt-con__head {
    font-size: 3.5rem;
  }
  .rt-con__info--mod {
    margin-left: 2rem;
  }
  .cite-con {
    margin-top: 3.625rem;
  }
  .cite-txt, .cite-txt-dep {
    font-size: 2.5rem;
    line-height: 110%;
  }
  .cite-txt-dep {
    font-size: 1.5rem;
  }
  .blockquote-text {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 5rem;
  }
  .blockquote-text::before {
    background-size: 6.563rem 4.75rem;
  }
  .blockquote-text::after {
    background-size: 6.563rem 4.75rem;
  }
}

@media only screen and (max-width: 1380px) {
  .rt-con {
    height: 36.25rem;
  }
  .rt-con__head {
    font-size: 3rem;
  }
  .rt-con__para {
    font-size: 1.25rem;
  }
  .rt-con__lm {
    margin-top: 1.28rem;
  }
  .rt-con__lm-ch {
    font-size: 1.25rem;
  }
  .banner-sec__con {
    margin-right: 1rem;
  }
  .search-con {
    padding-left: 0.5rem;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    gap: 0rem;
    padding-right: 0.25rem;
  }
  #mega-menu-wrap-max_mega_menu_1 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1260px) {
  .rt-con {
    height: 32.25rem;
  }
  .nav-help-links__con {
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
  .nav-help-links__link {
    font-size: 1rem;
  }
  .membership-benefits__cards-con {
    gap: 2.5rem;
  }
}

@media only screen and (max-width: 1484px) and (min-width: 1160px) {
  html {
    font-size: 15px;
  }
  .if-con {
    height: 127.875rem;
  }
  .gform_confirmation_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1160px) and (min-width: 870px) {
  html {
    font-size: 13px;
  }
  .if-con {
    height: 144.875rem;
  }
  .footer-con {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .nav-help-links__con {
    -webkit-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
  .committee__cards-con {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  .inner-con {
    top: 12.75rem;
  }
  .search-lib-con__quick-links-con,
  .search-lib-con__form {
    width: 40%;
  }
  .gform_confirmation_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sponsors-logos {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 990px) {
  .rt-con__info {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
  }
  .rt-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  .rt-con__sec, .rt-con__ele,
  .rt-con__ele {
    max-width: unset;
  }
  .rt-con__img-con {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .rt-con__img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: unset;
    aspect-ratio: 1;
  }
  .rt-con__img-con {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rt-con__head {
    font-size: 2.25rem;
    margin-top: 2rem;
  }
  .rt-con__para {
    font-size: 1.25rem;
    height: unset;
    line-height: 1.5rem;
  }
  .rt-con__lm {
    margin-top: 1.5rem;
  }
  .rt-con__lm-ch {
    font-size: 1.125rem;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.688rem;
    padding: 1.142rem 3.105rem;
  }
  .rt-con__ch {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: unset;
    width: 100%;
    background: linear-gradient(77.68deg, #ffb1d5 0.5%, rgba(255, 177, 213, 0) 122.68%);
  }
  .rt-con__sec-link {
    margin-top: 1.5rem;
    display: block;
    text-align: center;
  }
  .menu-con {
    display: none
  }
  .footer-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ft-copyright {
    padding: 1rem 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ft-social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.875rem 0 0;
  }
  .nav-help-links__con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav-help-links {
    margin-top: 1.875rem;
  }
  .nav-help-links__cov:not(:first-child) {
    margin-top: 1rem;
  }
  .nav-help-links__link {
    font-weight: 600;
  }
  .box-con {
    padding-top: 1.5rem;
  }
  .dt-pt-con {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .about-con {
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
  }
  .sponsors-con {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .our-mission-con {
    padding-top: 1.875rem;
  }
  .our-leadership-con {
    gap: 1rem;
    padding-top: 0;
  }
  .form-con__head {
    font-size: 1.625rem;
    line-height: 2.063rem;
  }
  .form-con__para {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 0.983rem;
  }
  .form-con__label {
    line-height: 0.875rem;
  }
  .form-con__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
    gap: 2.063rem;
  }
  .form-con__checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sign-up-btn {
    margin-top: 1.5rem;
  }
  .form-con__ftlt-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-con__input {
    line-height: 1.75;
    font-size: 1.25rem;
  }
  .form-con {
    padding: 2rem 0;
  }
  .acs-rt-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .acs-rt-con__head {
    font-size: 1.25rem;
  }
  .acs-rt-con__para {
    font-size: 0.875rem;
    line-height: 120%;
  }
  .acs-rt-con__wrap {
    padding-top: 2rem;
    padding-bottom: 1.875rem;
  }
  .acs-rt-con__cover {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .acs-rt-con__link {
    margin-top: 1.875rem;
  }
  .acs-rt-wrapper {
    padding: 2rem 0;
  }
  .health-con__card {
    padding: 6px 6px 0px;
  }
  .health-con__head {
    font-size: 1.125rem;
  }
  .health-con__para {
    margin-top: 1rem;
    line-height: 1.5rem;
  }
  .health-con__des-con {
    padding: 1.5rem 1.375rem 1.5rem;
  }
  .health-con {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .contact-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 0;
  }
  .contact-con__cov {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-wrap {
    padding-bottom: 2rem;
  }
  .gt-in-con {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .mem-cards-con {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    padding-bottom: 1rem;
  }
  .become-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leadership__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ld-dk-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 327px;
    height: 210px;
    border-radius: 4px;
  }
  .ld-dk-con {
    padding-top: 3.25rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    padding-bottom: 3.688rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: transparent;
  }
  .cite-con {
    margin-top: 8.625rem;
  }
  .ld-dk-con__ch {
    margin: unset;
    padding-bottom: unset;
  }
  .ld-dk-wrap {
    padding-top: 2rem;
    background: linear-gradient(77.68deg, #ffb1d5 0.5%, rgba(255, 177, 213, 0) 122.68%);
  }
  .cite-txt, .cite-txt-dep {
    font-size: 2.5rem;
  }
  .cite-txt-dep {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .blockquote-text {
    padding-top: 1.25rem;
  }
  .blockquote-text::after {
    background-size: 8.563rem 5.75rem;
    bottom: -7rem;
  }
  .blockquote-text::before {
    background-size: 8.563rem 5.75rem;
  }
  .ld-dk-pic {
    border-radius: 4px;
    -webkit-filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.25));
  }
  .gform_title {
    margin-top: 0;
    font-size: 1.625rem;
    line-height: 2.063rem;
  }
  .gform_description {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 0.983rem;
  }
  .form-con__cov label {
    line-height: 0.875rem;
  }
  .gform_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem auto;
    padding: 2rem 1rem;
    gap: 2.063rem;
    background-color: #012169;
  }
  .form-con__checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .input#gform_submit_button_1 {
    margin-top: 1.5rem;
  }
  #field_submit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .form-con__ftlt-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-con__cov input {
    line-height: 1.75 !important;
    font-size: 1.25rem !important;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    grid-column: span 12;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12;
  }
  .gform_wrapper.gravity-theme .ginput_complex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  span#input_1_6_3_container {
    width: 100%;
  }
  span#input_1_6_6_container {
    width: 100%;
  }
  .form-con {
    padding: 2rem 0;
  }
  .confirmation-head {
    font-size: 2rem;
    line-height: 142%;
  }
  .confirmation-para {
    margin-top: 1.5rem;
  }
  .gform_confirmation_wrapper {
    background-color: #012169;
    margin: 2rem auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .form-con__form {
    margin-top: 1.5rem;
  }
  .gform_description {
    margin-top: 1rem;
  }
  .gform_wrapper {
    gap: unset;
  }
  .field_sublabel_above .ginput_complex {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .who-we-are-cov {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .who-we-are-cov--mod {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .health-con {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sponsors-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .srch-res-wrap .srch-res__content {
    flex-basis: 100%;
  }

  .srch-res__pagination-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .search-txt {
    display: none;
  }
  .srch-res__pagination-wrap .pageResultsCount {
    justify-content: center;
    gap: 10px;
    align-self: center;
  }
  .search-icon {
    width: 20px;
  }
  .search-con {
    padding-left: 0;
    border: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .nav-con #mega-menu-wrap-max_mega_menu_1 {
    display: none;
  }
  .ham-btn-con {
    display: flex;
    align-items: center;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background: none;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle+#mega-menu-max_mega_menu_1 {
    position: absolute;
    width: 100vw;
    background: #ffffff;
    left: 0;
    padding-top: 86px;
    top: 0;
    min-height: 100vh;
    padding-bottom: 50px;
    /* height: calc(100vh - 56px); */
    /* overflow: auto !important; */
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right {
    justify-content: flex-start;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-open {
    width: 100%;
    background-color: #ffffff;
    position: relative;

  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 12px;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 25px;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 2px;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: translate3d(0, -25px, 0) rotate(-90deg);
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
    width: 100%;
    text-align: left;
    position: relative;
    background-color: #f7f7f7;
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #1e1e23;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    height: unset;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    width: 100%;
    text-align: left;
    position: relative;
    background-color: #f7f7f7;
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #1e1e23;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    height: unset;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover {
    width: 100%;
    text-align: left;
    position: relative;
    background-color: #f7f7f7;
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #1e1e23;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    height: unset;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2L10 10L2 2' stroke='%23007481' stroke-width='3'/%3E%3C/svg%3E");
    right: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 7px;
    margin-left: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    content: '';
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item {
    padding-top: 0;
    border-bottom: 1px solid #d3d2d0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item:first-child{
    border-top: 1px solid #d3d2d0;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0rem 2rem;
    flex-direction: column;
    background-color: #ffffff;
    gap: 0;
    min-height: unset;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background-color: #f7f7f7;
    border: 0;
    color: #1e1e23;
    font-weight: 700;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    min-height: unset;
    padding-top: 0.5rem;
    padding-right: 0;
    gap: 0.5rem;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #545468;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;

  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item {
    padding: 1rem 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0;
    border: 0;
  }
  .mega-menu-open .mega-toggle-block {
    position: absolute;
    top: -76px;
    left: 0;
  }
  .srch-res__filters-wrap {
    overflow-y: unset;
    max-height: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 870px) {
  .about-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .rt-con__lm-ch {
    padding: 1.142rem 3.105rem;
  }
  .committee__cards-con {
    justify-items: center;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .tab-btn-con {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .ld-dk-con {
    padding-top: 6.25rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    padding-bottom: 3.688rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: linear-gradient(77.68deg, #ffb1d5 0.5%, rgba(255, 177, 213, 0) 122.68%);
  }
  .ld-dk-wrap {
    margin-top: 6.65rem;
    position: relative;
    background: unset;
  }
  .ld-dk-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    width: 320px;
    top: 5%;
    right: 50%;
    -webkit-transform: translate(50%, -80%);
            transform: translate(50%, -80%);
    border-radius: 4px;
  }
  .our-mission-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-mission-con__head {
    max-width: unset;
    font-size: 2.25rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 0;
  }
  .our-leadership-con {
    margin-top: unset;
  }
  .our-mission-con__para {
    font-size: 1rem;
    line-height: 1.25rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .our-mission-con__head--mod {
    line-height: 120%;
  }
  .our-mission-con__para--mod {
    line-height: 1.375rem;
  }
  .footer-con {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dt-pt-con {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  .about-con__para {
    line-height: 140%;
    margin: 0.625rem 0 1.5rem 0;
  }
  .about-con__wrapper {
    padding: 1.5rem;
  }
  .about-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .rt-con__info {
    max-width: unset;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .rt-con__cover {
    margin-left: unset;
  }
  .rt-con__lm-ch {
    padding: 0.563rem 1.5rem;
  }
  .sponsors-logos__con {
    width: 12.75rem;
    height: 8.75rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .committee-con {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: unset;
  }
  .committee-con__rc {
    margin-top: 0;
  }
  .committee-con__head {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  .committee__card-name {
    line-height: 1.886rem;
  }
  .committee-con--wrap {
    padding-top: 1rem;
  }
  .committee__cards-con {
    justify-items: center;
    row-gap: 2rem;
    margin-top: 2.5rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .can-con {
    margin: 1.5rem 0 0;
  }
  .health-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .initiative-cov {
    padding-bottom: 2rem;
  }
  .contact-con__para {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 0;
  }
  .contact-wrap__head {
    font-size: 2.25rem;
    line-height: 120%;
  }
  .contact-con__link {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 140%;
    padding: 0.5rem 4.125rem;
  }
  .gt-in-head {
    font-size: 2.25rem;
    line-height: 110%;
  }
  .gt-in__ele {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .who-we-are-con__cta {
    font-size: 1rem;
    line-height: 2.5rem;
    max-width: 255px;
  }
  .who-we-are-con {
    background: linear-gradient(18.18deg, #ffb1d5 16.81%, #ffffff 126.53%);
    padding: 1.5rem 0 2rem 0;
  }
  .banner-img {
    display: none;
  }
  .banner-img-mb {
    display: block;
    width: 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-sec__block {
    background: linear-gradient(46.87deg, #ffb1d5 15.03%, #ffe3f0 116.11%);
    -webkit-clip-path: polygon(38% 0, 100% 0, 100% 100%, 2% 100%);
            clip-path: polygon(38% 0, 100% 0, 100% 100%, 2% 100%);
    left: 30%;
    width: 70%;
  }
  .banner-sec__con {
    display: block;
    margin-top: 35%;
  }
  .banner-sec__get-involve {
    display: inline-block;
    margin-top: 10%;
    padding: 0.563rem 1.125rem;
  }
  .mem-cards-con__item {
    padding: 1rem;
    max-width: 21.438rem;
  }
  .mem-cards-con__head {
    padding-left: 0;
    padding-right: 0;
  }
  .search-lib-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
  .search-lib-con__quick-links-head {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .search-lib-con__quick-link-cov {
    padding-top: 1rem;
  }
  .search-bar-txt {
    display: none;
  }
  .search-icon-con {
    display: block;
  }
  .contact-con {
    gap: 1.5rem;
  }
  .become-member__head {
    font-size: 2rem;
    line-height: 110%;
  }
  .become-member__para {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .membership-process-con__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .membership-process-con__para {
    margin-top: 0;
  }
  .membership-process-con__details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .membership-benefits-con--mod {
    padding-top: 0;
  }
  .membership-info__para {
    margin-top: 0;
  }
  .st-com-det {
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .st-com-det__img-con {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .st-com-det__card-cover {
    width: unset;
  }
  .gform_wrapper {
    width: calc(100% - 32px);
  }
  .con {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bc-con {
    padding: 1.5rem 0 2rem 0;
  }
  .mem-cards-wrap {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .become-member__wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .search-bar-btn--mod {
    width: unset;
  }
  .pnf-con {
    padding-top: 2rem;
  }
  .pnf-con__head {
    font-size: 2.25rem;
    line-height: 110%;
    text-align: unset;
  }
  .pnf-con__para {
    margin-top: 1.5rem;
    line-height: 2rem;
  }
  .pnf-con__home {
    margin-top: 1.75rem;
    font-size: 1rem;
  }
  .pnf-con__contact-us {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
  .privacy-policy-con {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .privacy-policy-con__para-con {
    padding-top: 0;
  }
  .privacy-policy-con__para, .terms_and_conitions__items {
    margin-top: 1rem;
  }
  .privacy-policy-con__sec {
    padding-top: 1.5rem;
  }
  .terms_and_conitions__items {
    margin-top: 0;
  }
  .terms_and_conditions__con {
    padding-top: 1.5rem;
  }
  .privacy-policy-con__para--mod {
    margin: 0;
  }
  .news-events-cards-con {
    padding-top: unset;
    padding-bottom: 2rem;
  }
  .news-events-cards {
    padding-top: unset;
  }
  .search-input__mod {
    padding-left: 1.5rem;
  }
  .magnify-glass {
    display: none;
  }
  .search-lib-con__res {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-lib-con__quick-links-con {
    margin-top: 1.5rem;
  }
  .dropdown-label {
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .search-lib-con__optional {
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .tab-btn-con {
    gap: 1.5rem;
    overflow-x: scroll;
    padding-bottom: 1rem;
  }
  .faqs-con [role="tabpanel"] {
    padding-top: 1rem;
  }
  .tab-btn-con [role="tab"] {
    padding: 0 4px;
  }
  .tab-btn-con [role="tab"][aria-selected="true"] {
    border-bottom: 4px solid #062265;
  }
  .faqs-head-con {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .faqs-con {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .gform_confirmation_wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .blog-post__tab-img-con {
    width: 108px;
  }
  .blog-post__tab-img {
    width: 108px;
  }
  .blog-post__tab-panel {
    padding-left: 0;
    padding-top: 1.5rem;
  }
  .tab-btn {
    padding: 1.5rem 0.75rem;
  }
  .tab-btn[aria-selected="true"] {
    border-bottom: 8px solid #062265;
  }
  .blog-post {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .blog-post__para-con {
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1.5rem;
  }
  .blog-post__sec-con {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .blog-post__list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .blog-post__sec-para-con {
    padding-top: 1rem;
  }
  .blog-post__info {
    padding-right: 0;
  }
  .blog-post__sec-para--mod {
    margin-top: 1.5rem;
  }
  .sponsors-logos__con--mod {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
.srch-res-cnt-sort {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: unset;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.srch-res-cnt-sort .srch-res-sort {
  justify-content: space-between;
}

.srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons {
  flex-direction: column;
  gap: 1.625rem;
}

.search-bar-con {
  padding-top: 1.5rem;
}

.srch-res-wrap {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
}

.srch-res-wrap .srch-res__content {
  padding-top: 0;
}
  .mobile-menu {
    display: block;
  }
.srch-res-wrap .srch-res__content .srch-res__content-result p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  line-height: 125%;
  color: #1E1E23;
  opacity: 0.6;
}
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .con {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rt-con__info {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rt-con__sec, .rt-con__ele,
  .rt-con__ele {
    max-width: unset;
  }
  .rt-con__cover {
    margin-left: unset;
  }
  .rt-con__info--mod {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: unset;
  }
}

@media only screen and (max-width: 650px) {
  .dt-pt-con__blk {
    border-radius: 4px;
    padding-top: 1.316rem;
    padding-bottom: 0.769rem;
  }
  .dt-pt-con__num {
    font-size: 2.25rem;
  }
  .dt-pt-con__line {
    margin-top: 1.043rem;
    width: 41px;
  }
  .dt-pt-con__text {
    font-size: 0.875rem;
    padding: 0.951rem 1rem 0.807rem;
  }
  .about-con__link svg {
    fill: #1e1e23;
  }
  .committee__cards-con {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .committee__card {
    width: unset;
  }
  .committee__card-img-con {
    margin: unset;
    padding: unset;
  }
  .committee__card-des {
    margin-bottom: unset;
    margin-top: 0.5rem;
  }
  .more-abt-mem {
    padding-top: 2rem;
    font-size: 2rem;
    line-height: 110%;
  }
  .mem-cards-con {
    gap: 1rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .mem-cards-con__head {
    padding-top: 1.5rem;
    font-size: 1.5rem;
  }
  .banner-sec {
    height: 25.813rem;
  }
  .banner-img-mb {
    height: 25.813rem;
  }
  .contact-wrap {
    padding-top: 1.5rem;
  }
  .contact-con {
    margin-top: 1.875rem;
  }
  .leadership {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .leadership__heading {
    font-size: 2.25rem;
    line-height: 120%;
  }
  .leadership__container {
    margin-top: 1rem;
    gap: 1.5rem;
  }
  .leadership__paragraph {
    font-size: 1rem;
    line-height: 1.257rem;
  }
  .become-member {
    gap: 1.5rem;
  }
  .become-member__cta {
    margin-top: 1.5rem;
    width: 100%;
    font-size: 1.5rem;
    line-height: 140%;
    text-align: center;
    padding: 0.875rem 1.688rem;
  }
  .membership-benefits {
    padding: 2rem 0;
  }
  .membership-benefits__card {
    height: 100%;
  }
  .membership-benefits__card-img-con {
    height: 19.586rem;
  }
  .membership-process-con {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .if-con {
    height: 136rem;
  }
  .health-con--mod {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .health-con {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .view-all-btn {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
  }
  .search-res-count-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1.5rem;
  }
  .search-res__head {
    margin-bottom: 0;
  }
  .sort-by-con {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search-res__list {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .accordion-title::before {
    content: url("../img/accordion-add-mb.svg");
    width: 18px;
    height: 18px;
    position: absolute;
    left: -34px;
    top: 5px;
  }
  [aria-expanded="true"] .accordion-title::before {
    content: url("../img/accordion-minus-mb.svg");
    width: 18px;
    height: 18px;
    position: absolute;
    left: -34px;
    top: 5px;
  }
  .faq-accordion {
    gap: 1rem;
  }
  .accordion-trigger {
    padding: 1.5rem 1rem 1.5rem 3.375rem;
  }
  .accordion-panel {
    padding: 1.5rem 1rem 1.5rem 3.375rem;
  }
  .sponsors-head {
    font-size: 2rem;
  }
  .ld-dk-wrap {
    margin-top: 8.65rem;
  }
  .mem-cards-con__item {
    padding: 1rem;
    width: 21.438rem;
  }
  .srch-res__pagination-wrap .pagination .next {
    padding-right: 0;
    align-self: center;
  }

  .srch-res__pagination-wrap .pagination .next.disabled {
    align-self: center;
  }

  .srch-res__pagination-wrap .pagination .prev,
  .srch-res__pagination-wrap .pagination .prev.disabled {
    padding-left: 0;
  }

  .srch-res__pagination-wrap .pagination {
    margin-top: 0;
    align-items: center;
  }

  .srch-res__pagination-wrap {
    align-items: center;
  }

  .pagination-con {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}

@media only screen and (max-width: 450px) {
  .social-links {
    display: none;
  }
  .separator {
    display: none;
  }
  .header__img-logo {
    padding: 0.563rem 0;
  }
  .initiative-con {
    padding: 0.75rem 1rem;
  }
  .initiative-con__txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .banner-sec__con {
    margin-top: 40%;
  }
  .search-input {
    width: 100%;
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  .inner-cover {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .overlay-content {
    margin-top: 2rem;
  }
  .inner-con {
    top: 4.15rem;
  }
  .header__img-logo {
    max-width: 11.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .img-logo {
    max-width: 11.75rem;
  }
  .ld-dk-img {
    padding: 0 0.65rem;
  }
  .slick-slide {
    padding: 0rem 0.15rem;
  }
  .blockquote-text::after {
    left: 0;
  }
  .health-con__img--mod {
    max-height: 187px;
  }
  .search-res__list-item {
    padding: 1.5rem 1rem;
  }
  .search-res__para {
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-res__breadcrumb-con {
    margin-top: 1.5rem;
  }
  .search-res__breadcrumb {
    display: block;
  }
  .search-lib-con__srch-btn {
    width: 100%;
    padding: 15px 30px 13px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .faqs-con {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-btn-con {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .customDropdown .customDropdown-toggle,
  .customDropdown3 .customDropdown-toggle {
    width: 142px;
  }
  .customDropdown .customDropdown-toggle2 {
    padding: 3px 59px 3px 12px;
    font-size: 1rem;
    width: 90px;
  }
  .show-txt {
    font-size: 13px;
    line-height: 125%;
  }
  .footer-dropdown-con {
    gap: 10px;
    margin-left: unset;
  }
  .pagination-con {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .customDropdown2 .customDropdown-menu > li {
    padding: 3px 59px 3px 12px;
  }
  .customDropdown3 .customDropdown-menu>li {
    padding: 3px 59px 3px 12px;
  }
  .search-res .customDropdown2 .customDropdown-menu>li {
    padding: 0;
  }

  .search-res .customDropdown2 .customDropdown-menu>li a {
    padding: 3px 59px 3px 12px;
  }
  .blog-post__img-con {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-sec__get-involve {
    font-size: 0.875rem;
  }
  .home-slider .slick-arrow {
    width: 2rem;
    height: 2rem;
  }
  .home-slider .slick-list {
    width: calc(100% - 84px);
  }
  .mem-cards-con__item {
    width: 100%;
  }
  .banner-sec {
    height: 21.813rem;
  }
  .banner-img-mb {
    height: 21.813rem;
  }
  .mem-cards-con__item {
    width: 100%;
  }

  .mega-menu-open .mega-toggle-block {
    position: absolute;
    top: 0;
    left: 0;
  }

  .wp-block-search__button {
    position: relative;
    width: unset;
    padding: 0;
  }

  .wp-block-search__button::after {
    visibility: visible;
    position: absolute;
    content: ' ';
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0856 22.4068C21.1794 22.5007 21.3067 22.5534 21.4394 22.5534C21.5721 22.5534 21.6993 22.5007 21.7931 22.4068L22.3848 21.8145C22.5798 21.6193 22.5798 21.303 22.3848 21.1078L16.484 15.2008C17.6491 13.7515 18.3465 11.909 18.3465 9.90567C18.3465 5.23755 14.5604 1.44678 9.89592 1.44678C5.23139 1.44678 1.44531 5.23755 1.44531 9.90567C1.44531 14.5738 5.23139 18.3646 9.89592 18.3646C11.8973 18.3646 13.7377 17.6665 15.1855 16.5005L21.0856 22.4068ZM9.89592 3.28455C13.5452 3.28455 16.5096 6.2513 16.5096 9.90567C16.5096 13.56 13.5452 16.5268 9.89592 16.5268C6.24663 16.5268 3.28222 13.56 3.28222 9.90567C3.28222 6.2513 6.24663 3.28455 9.89592 3.28455Z' fill='white' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat #062265;
    top: 0;
    left: 0;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
  }

  .sort-by-txt {
    width: 50%;
  }

  .srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--head {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 110%;
    padding-bottom: 1rem;
  }

  .srch-res__content-result-wrap {
    margin-bottom: 1.5rem;
  }

  .srch-res-wrap .srch-res__content .srch-res__content-result {
    border: 1px solid #E5E5E5;
    padding: 2.125rem 1.443rem 1.799rem 1.77rem;
  }

  .srch-res__pagination-wrap {
    padding-top: 1rem;
    padding-bottom: 2.875rem;
  }

  .srch-res__pagination-wrap .pagination {
    margin-top: 0;
    align-items: center;
    align-self: center;
  }

  .srch-res__pagination-wrap .pageResultsCount p {
    font-size: 0.813rem;
    line-height: 125%;
  }

  .srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons .srch-res__content-result--place,
  .srch-res-wrap .srch-res__content .srch-res__content-result .srch-res__content-result--icons .srch-res__content-result--date {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 125%;
    color: #000000;
    opacity: 0.8;
  }

  .srch-res__pagination-wrap .pageResultsCount .customDropdown3 .customDropdown-toggle {
    padding: 3px 59px 3px 12px;
    font-size: 1rem;
    width: 90px;
    border-radius: unset;
  }

  .customDropdown .customDropdown-menu>li,
  .customDropdown3 .customDropdown-menu>li {
    text-overflow: unset;
  }

  .customDropdown .customDropdown-toggle::after,
  .customDropdown3 .customDropdown-toggle::after {
    right: 12px;
  }

  .srch-res-wrap .srch-res__content .srch-res__content-result--links {
    padding: 1rem 2.25rem 2.25rem 1.614rem;
    border: 0;
  }

  .srch-res-wrap .srch-res__content .srch-res__content-result--links .srch-res__content-result--pdf,
  .srch-res-wrap .srch-res__content .srch-res__content-result--links .srch-res__content-result--word {
    gap: 0.5rem;
  }

  .srch-res-wrap .srch-res__content .srch-res__content-result--links a {
    max-width: 231px;
  }

  .accordion-link {
    font-size: 16px;
  }

  .wp-block-query-no-results h2 {
    font-size: 1.5rem;
  }

  .wp-block-query-no-results .pnf-con {
    justify-content: center;
    align-items: center;
  }

  .membership-benefits-con {
    padding-bottom: 1.5rem;
  }
  .membership-benefits__head {
    font-size: 3rem;
  }
  .srch-res__content h1 {
    font-size: 1.5rem;
    padding: 5rem 2rem;
  }
  .search-lib-con__head {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }

  .search-lib-con__filter {
    padding-top: 1.875rem;
    margin-bottom: 0;
  }

  .search-lib-con__filter h4 {
    margin-bottom: 0.625rem;
  }

  .dropdown .dropdown-label {
    font-size: 1.125rem;
    line-height: 0.875rem;
    padding-top: 1.313rem;
    padding-bottom: 1.313rem;
  }

  .search-lib-con__filter:nth-of-type(3) {
    margin-bottom: 1.5rem;
  }

  .search-lib-con__quick-links-head {
    font-size: 1.5rem;
    line-height: 1.875rem;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .search-lib-con {
    padding-bottom: 2rem;
  }

  .search-lib-con__quick-link-cov {
    padding-top: 1rem;
  }

  .search-lib-con__quick-link:last-of-type {
    margin-bottom: 0;
  }
  .pagination-con .wp-block-query-pagination {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {

  .mobileModal,
  .modal-display {
    display: none;
  }

  .srch-res__filters-wrap {
    max-height: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 353px) {
  .membership-benefits__card {
    height: 100%;
  }
  .banner-sec {
    height: 19.813rem;
  }
  .banner-img-mb {
    height: 19.813rem;
  }
}

h1.st-com-det__fh.wp-block-post-title {
    display: block !important; 
}