.resource-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 22px;
}

.section-padding-tp-bt {
  margin: 70px 0px 20px 0px;
  overflow: hidden;
}

.section-padding-tp-bt-member {
  margin: 60px 0px 80px 0px;
  overflow: hidden;
}

.section-padding-tp-bt-resource-box {
  margin: 40px 0px 20px 0px;
  overflow: hidden;
}

.resource-content-container p {
  font-size: 15px;
  line-height: 26px;
  width: 80%;
}

.resource-content-container h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: center;
}

.resource-list-image-temp {
  align-self: stretch;
  position: relative;
  flex-shrink: 0;
}

.resource-list-temp a {
  display: block;
  width: 100%;
}

.resource-list-image-temp {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 275px;
}

.resource-list-content-temp p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 163.5%;
  color: #5a5a5a;
}

.resource-list-content-temp h3, .resource-list-content-temp h3 a {
  font-weight: 600;
  font-size: 21px;
  color: #3C465A;
}

.resource-list-content-temp,
.resource-list-temp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.resource-list-content-temp {
  align-self: stretch;
  padding: 0 0 12px;
  gap: 16px;
}

.resource-list-temp {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px;
  gap: 20px;
  height: 100%;
}

.resources-list-description-wrap p em, .resources-details-content-Description p em {
  font-style: italic;
}
.resources-list-description-wrap p strong, .resources-details-content-Description p strong {
  font-weight: 600;
}
.resources-list-description-wrap p a, .resources-details-content-Description p a {
  color: #114A90;
  text-decoration: underline;
}
.resources-list-description-wrap p a:hover, .resources-details-content-Description p a:hover {
  color: #E81123;
}
.resources-list-description-wrap ul, .resources-list-description-wrap ol, .resources-details-content-Description ul, .resources-details-content-Description ol {
  font-size: 13px;
  color: #313131;
  line-height: 24px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.resources-list-description-wrap ul, .resources-details-content-Description ul {
  list-style: disc;
}
.resources-list-description-wrap ol, .resources-details-content-Description ol {
  list-style: decimal;
}

.section-padding-tp-bt-blog-resource {
  background: #F0F0F0;
  padding: 70px 0px 70px 0px;
  overflow: hidden;
}

.recent-blog-resource-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.recent-blog-resource-wrap h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: left;
}

.recent-blog-resource-wrap a {
  font-size: 14px;
  border: 1px solid #114A90;
  padding: 7px 20px 7px 20px;
  border-radius: 4px;
  color: #13499F;
  transition: all ease-in-out 0.2s;
}
.recent-blog-resource-wrap a:hover {
  color: #fff;
  background-color: #114A90;
}

.resources-blog-list-content-temp h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: left;
  height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.resources-blog-list-desscription-temp p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #606060;
  padding-top: 12px;
}

.resources-blog-list-temp {
  align-self: stretch;
  position: relative;
  border-radius: 4px;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.resources-blog-list-desscription-temp {
  align-self: stretch;
  letter-spacing: 0.02em;
  line-height: 140%;
}

.resources-blog-list-content-temp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.resources-blog-list-content-temp {
  align-self: stretch;
  gap: 10px;
}

.resources-member-wrap h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3C465A;
}

.resources-sign-up-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
  color: #114a90;
  flex-wrap: nowrap;
}
.resources-sign-up-wrap img {
  transition: all ease-in-out 0.2s;
  margin-left: 0;
}
.resources-sign-up-wrap:hover img {
  margin-left: 5px;
}

.resources-not-member {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.resources-not-member p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  width: 95%;
}

.resources-member-wrap {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 20px;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
  height: 100%;
}

.resources-blog-articles-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.resources-blog-articles-wrap a {
  display: block;
  width: 100%;
}

h3.school-admissions-events {
  color: #3c465a;
}
h3.school-admissions-events:hover {
  color: #114A90;
}

.resources-blog-articles-wrap img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.resources-sign-up-wrap a {
  color: #114a90;
}

.schoolsExplore-wrap p {
  color: #fff;
  max-width: 420px;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 10px;
}

.expolre-review-review-our-school {
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-align: left;
}

.expolre-parents-league-wrap p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 10px;
}

.expolre-schools-directory-button-wrap {
  border-radius: 5px;
  background-color: #114a90;
  height: 45px;
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
}
.expolre-schools-directory-button-wrap:hover {
  background-color: #E81123;
}

.expolre-schools-not-a-member-wrap {
  line-height: 137.5%;
  font-weight: 500;
  text-align: left;
}

.expolre-schools-not-a-member-wrap a {
  color: #114a90;
}
.expolre-schools-not-a-member-wrap a:hover {
  color: #E81123;
}

.expolre-schools-review-button-wrap,
.expolre-review-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 37px;
  text-align: center;
  color: #fff;
}

.expolre-review-wrap {
  flex-direction: column;
  gap: 20px;
  text-align: left;
  font-size: 14px;
  color: #3c465a;
  align-items: flex-start;
  margin-top: 25px;
}

.expolre-schools-directory-button-wrap a {
  color: #fff;
}

.expolre-review-access {
  align-self: stretch;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.02em;
}

.expolre-review-access-detailed {
  align-self: stretch;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
}

.expolre-review-access-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.expolre-review-become-button-wrap,
.expolre-review-m-wrap {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}

.expolre-review-become-button-wrap {
  border-radius: 5px;
  background-color: #e81123;
  border: 2px solid #e81123;
  height: 46px;
  flex-direction: row;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.expolre-review-become-button-wrap a {
  color: #fff;
}

.expolre-review-m-wrap {
  flex-direction: column;
  align-items: flex-start;
  gap: 31px;
  text-align: left;
  font-size: 24px;
  color: #fff;
}

.section-Members {
  background-color: #114a90;
}

.expolre-schools-tools-tips-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.expolre-schools-tools-tips-img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 190px;
}

.expolre-schools-tools-tips-description p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.02em;
  min-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.expolre-schools-tools-tips-title-box {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.expolre-schools-tools-tips-title-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.02em;
  min-height: 29px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.expolre-schools-tools-tips-learn {
  text-decoration: underline;
  letter-spacing: 0.02em;
  line-height: 160%;
  font-weight: 500;
}

.expolre-schools-tools-tips-container,
.expolre-schools-tools-tips-learn-wrap {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
}

.expolre-schools-tools-tips-learn-wrap {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4c5a76;
}

.expolre-schools-tools-tips-container {
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  flex-direction: column;
  padding: 20px;
  align-items: flex-start;
  gap: 12px;
  height: 400px;
}

.expolre-schools-tools-tips {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 44px;
  text-align: left;
  font-size: 18px;
  color: #3c465a;
}

.expolre-schools-tools-tips {
  align-items: center;
  gap: 66px;
  text-align: center;
  font-size: 32px;
  color: #1d1d1d;
}

.section-tools-tips {
  background-color: #F0F0F0;
  padding: 70px 0px 60px 0px;
  margin-top: -20px;
}

.section-tools-tips .row {
  --bs-gutter-x: 40px;
  gap: 44px 0;
}

.expolre-schools-tools-tips-title-wrap h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
}

.get-advice {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 160%;
  display: inline-block;
  height: 70px;
  flex-shrink: 0;
}

.expolre-schools-services-wrap a, .expolre-schools-tools-tips-learn-wrap a {
  color: #114a90;
  display: flex;
  align-items: center;
  gap: 9px;
  transition: all ease-in-out 0.2s;
}
.expolre-schools-services-wrap a:hover, .expolre-schools-tools-tips-learn-wrap a:hover {
  gap: 15px;
}

.expolre-schools-tools-tips-learn-wrap img {
  display: block;
  margin-top: 3px;
}

.expolre-schools-icon-arrow {
  width: 24px;
  height: 24px;
}

.expolre-schools-services-wrap-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  font-size: 16px;
  color: #114a90;
}

.expolre-schools-icon-box-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 45px;
}

.expolre-schools-icon-box-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.expolre-schools-icon-box-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 0;
}

.explore-school-icon-section .row {
  justify-content: center;
  gap: 30px 0;
}

.expolre-schools-icon-box-wrap {
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px;
  gap: 38px;
  height: 100%;
}

.searchFilterInputField input {
  height: 42px;
  padding-left: 30px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  background: #FFF;
  background-image: url("../../plny/images/searchIcon.svg");
  background-position: left 6px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.resourceList-wrap {
  padding: 40px 0px;
}

.resourceTitleWrap {
  margin-top: 35px;
}

.resourceTitleWrap h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: left;
}

.resourceTitleWrap p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
}

.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-image {
  width: 31px;
}

.item-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #114A90;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.resources-menu-list-title span {
  color: #919AAB;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
}

.resources-menu-list-title-fnt span {
  font-size: 12px;
}

.resources-menu-list-page-name span {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-align: left;
}

.resources-menu-list-page-name {
  margin-top: 4px;
}

/* Resources Details and list */
.resources-list-title {
  align-self: stretch;
  letter-spacing: 0.02em;
  line-height: 160%;
  font-weight: 600;
  overflow: hidden;
  word-break: break-word;
  font-style: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}
.resources-list-title a {
  color: inherit;
}

.image-Wp-resource-cover {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 288px;
  -o-object-fit: cover;
     object-fit: cover;
}

.resources-list-cover-wrap span {
  font-weight: 500;
}

.resources-list-cover-wrap {
  border-radius: 3px;
  background-color: #d6deee;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 10px;
}

.resources-details-content-wrap h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
}

.resources-details-membership-container img {
  width: 20px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.resources-details-membership-container h3 {
  text-decoration: underline;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.resources-details-membership-container,
.resources-details-price-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-size: 20px;
  color: #da5b00;
}

.resources-details-price-wrap {
  gap: 4px;
  font-size: 32px;
  color: #0e0e0e;
}

.resources-details-cart-button-wrap {
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #fff;
}

.resources-details-cart-button-wrap,
.button-wrapper,
.resources-details-cart-button-wrap {
  display: flex;
  flex-direction: row;
}

.resources-details-cart-button-wrap {
  border-radius: 6px;
  background-color: #0060af;
  width: 248px;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.resources-details-content-Description {
  margin: 0;
  color: #4C5A76;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
}

.resources-details-price-wrap span {
  font-size: 25px;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: 0.02em;
  text-align: left;
}

.resources-details-content-wrap {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
}

.resources-details-content-wrap {
  flex-direction: column;
  gap: 20px;
}

/* END Resources Details */
.text-overlay-donate p {
  font-size: 34px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}

.image-container {
  position: relative;
}

.text-overlay-donate {
  position: absolute;
  color: white;
  text-align: center;
  top: 65%;
  margin: 0px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.text-overlay-donate span {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 15px;
}

.donate-description h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-align: left;
}

.donate-description p {
  margin: 20px 0px;
  font-size: 15px;
  line-height: 29px;
}

.donate-page {
  margin-bottom: 100px;
  margin-top: 50px;
}

.donate-mountCL p {
  margin: 0px;
}

ul em {
  font-style: italic;
}

@media (max-width: 575.98px) {
  .section-padding-tp-bt {
    margin: 20px 0px 20px 0px;
  }
  .resources-blog-list-content-temp h3 {
    height: auto;
  }
  .resources-not-member p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }
  .section-padding-tp-bt-blog-resource {
    padding: 40px 0px 40px 0px;
  }
  .recent-blog-resource-wrap h3 {
    font-size: 25px;
  }
  .resource-content-container {
    gap: 10px;
  }
  .resource-content-container h3, .expolre-schools-tools-tips-title-wrap h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .section-tools-tips {
    padding: 30px 0;
  }
  .section-tools-tips .g-5 {
    --bs-gutter-y:20px;
  }
  .expolre-schools-icon-box-content, .expolre-schools-icon-box-wrap {
    gap: 10px;
  }
  .schoolsExplore-wrap p {
    width: 100%;
  }
  .donate-page {
    margin: 20px 0 40px 0 !important;
  }
  .section-padding-tp-bt-resource-box {
    margin: 10px 0px 20px 0px;
  }
  .resource-list-image-temp {
    height: 140px;
  }
  .resources-blog-articles-wrap img {
    width: 100%;
    height: 200px;
  }
  .resources-member-wrap {
    display: block !important;
  }
  .resources-member-wrap img {
    width: 50px;
  }
  .resources-member-wrap a img {
    width: auto;
  }
  .section-padding-tp-bt-member {
    margin: 20px 0px 40px 0px;
  }
  .resource-content-container p {
    width: 100%;
  }
  .section-padding-tp-bt-resource-box .g-5, .section-padding-tp-bt-member .g-5 {
    --bs-gutter-y: 20px;
  }
  .section-padding-tp-bt {
    margin: 20px 0px 20px 0px;
  }
  .resources-member-wrap h3 {
    font-size: 20px;
  }
  .resource-list-content-temp h3 {
    font-size: 20px;
  }
  .section-tools-tips {
    margin-top: 0;
    padding: 40px 0;
  }
  .member.become-lifetime-member {
    margin-bottom: 0;
  }
  .expolre-schools-tools-tips-title-wrap h3 {
    margin-bottom: 0;
  }
  .expolre-schools-icon-box-wrap {
    gap: 20px;
  }
  .expolre-schools-icon-box-content h3 {
    margin: 0;
    min-height: auto;
    font-size: 18px;
    line-height: 26px;
  }
  .expolre-schools-icon-box-content {
    gap: 0;
  }
  .section-padding-tp-bt-member.section-padding-tp-bt {
    margin: 20px 0 40px 0;
  }
  .section-tools-tips .row {
    --bs-gutter-x: initial;
    gap: 20px 0;
  }
  .expolre-schools-icon-box-wrap img {
    width: 60px;
  }
  .explore-school-icon-section .row {
    gap: 20px 0;
  }
  .expolre-schools-services-wrap-parent img {
    height: auto;
    width: auto;
  }
  .expolre-schools-services-wrap-parent {
    font-size: 14px;
    margin-top: 10px;
  }
  .expolre-schools-review-button-wrap {
    display: block;
  }
  .expolre-schools-review-button-wrap .expolre-schools-directory-button-wrap {
    margin-bottom: 20px;
  }
  .expolre-review-wrap {
    margin-top: 0;
  }
  .resources-list-title {
    min-height: auto;
  }
  .expolre-review-review-our-school {
    font-size: 20px;
    line-height: 26px;
  }
  .donate-description h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .donate-description p {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .text-overlay-donate p {
    font-size: 19px;
    line-height: 24px;
  }
}
@media ((min-width: 768px) and (max-width: 1024px)) {
  .text-overlay-donate {
    top: 58%;
  }
  .donate-description p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-align: left;
    width: 100%;
  }
  .text-overlay-donate p {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: left;
    width: 100%;
  }
  .text-overlay-donate span {
    font-size: 13px;
    margin-top: 0px;
  }
  .expolre-review-image-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .expolre-review-wrap {
    margin-top: 0px;
  }
  .section-padding-tp-bt {
    margin: 30px 0px 20px 0px;
  }
  .expolre-schools-icon-box-content h3 {
    min-height: 70px;
  }
  .expolre-schools-icon-box-content h3, .schoolsExplore-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
  .schoolsExplore-wrap p {
    font-size: 14px;
  }
  .expolre-schools-services-wrap {
    font-size: 14px;
    line-height: 18px;
  }
  .resource-list-content-temp h3 {
    font-size: 20px;
  }
  .section-tools-tips {
    margin-top: 0;
    padding: 40px 0;
  }
  .member.become-lifetime-member {
    margin-bottom: 0;
  }
  .expolre-schools-tools-tips-title-wrap h3 {
    margin-bottom: 0;
  }
  .expolre-schools-icon-box-wrap img {
    height: 60px;
  }
  .expolre-schools-icon-box-wrap {
    gap: 20px;
  }
  .expolre-schools-icon-box-content h3 {
    margin: 0;
  }
  .expolre-schools-icon-box-content {
    gap: 0;
  }
  .section-padding-tp-bt-member.section-padding-tp-bt {
    margin: 20px 0 40px 0;
  }
  .expolre-schools-services-wrap-parent img {
    height: auto;
  }
  .section-padding-tp-bt-member {
    margin: 30px 0 50px 0;
  }
  .section-padding-tp-bt-member .resources-member-wrap img {
    width: 60px;
  }
  .section-padding-tp-bt-member .resources-member-wrap h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .section-padding-tp-bt-member .resources-member-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-padding-tp-bt-member .resources-member-wrap a img {
    width: auto;
  }
}/*# sourceMappingURL=custom-page-style.css.map */