.resources-banner {
    text-align: center;
    background-color: #fef7f6;
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
}
.resources-banner:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  background-repeat: no-repeat;
  width: 160px;
  height: 292px;
  background-image: url(https://pahpdev.wpengine.com/wp-content/uploads/2023/09/pah-resources.svg);
}
.resources-banner h1{
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  color: #293241;
}
.resources-banner p{
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #3E5B7F;
  max-width: 671px;
  margin: 20px auto 40px auto;
}
.resources-banner .tab-button {
  max-width: 572px;
  margin: auto;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
}
.resources-banner .tab-button ul {
  max-width:530px;
}
.resources-banner .tab-button a {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  padding:12px 12.44px 13.8px 10px;

}
.resources-banner .tab-button a:hover {
  background-color: #3E5B7F;
  color: #fff;
}


.pah-blog{
  padding-top: 94px;
}
.pah-blog .main-block {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 60px;
}
.pah-blog .content {
  width: 42%;
}

.pah-blog .search-block {
  width: 58%;
  display: flex;
  gap: 23px;
  align-items: end;
    justify-content: end;
}
.search {
  width: 42.4%;
  position: relative;
}
.Categorys {
  width: 42.4%;
}
.pah-blog .search-block .searchTerm {
  width: 100%;
  padding: 16px 16px 17px 49px;
  color: #3E5B7F;
  background-color: #F8F8F8;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 160.1%; /* 24.015px */
  border: none;
}
.pah-blog .search-block .searchTerm ::-ms-input-placeholder { /* Edge 12-18 */
  color: #3E5B7F;
  font-weight: 500;
}

.pah-blog .search-block .searchTerm::placeholder {
  color: #3E5B7F;
}
.pah-blog .search-block .searchTerm::-ms-input-placeholder { /* Edge 12-18 */
  color: #3E5B7F;
}

.pah-blog .search-block .searchTerm::placeholder {
  color: #3E5B7F;
}
.pah-blog .search-block svg {
  position: absolute;
  left: 13px;
  top: 14px;
}
.pah-blog .search-block select#categories {
  width: 100%;
  padding: 16px 16px 20px;
  color: #3E5B7F;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160.1%;
  background-color: #F8F8F8;
  border: none;
}
.blog-card-block {
  padding-top: 20px;
  padding-bottom: 150px;
}
.blog-card-block .card-image img {
  border-radius: 10px;
}
.blog-card-block .card-content {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 30px 45px 0px rgba(0, 0, 0, 0.10);
  padding: 21px;
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.blog-card-block h3 {
  color: #293241;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 149.4%;
  padding-bottom: 19px;
  padding-top: 22px;
  min-height:105px;
}
.blog-card-block p{
  color: #3E5B7F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 19px;
  line-height: 160.1%; /* 32.02px */
}
.blog-card-block a{
  color: #3E5B7F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160.1%; /* 28.818px */
}
.blog-card-block .card-inner-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 

}

.pah-Podcast {
  background-color: #E2EBF3;
  padding-top: 95px;
  padding-bottom: 94px;
  position: relative;
}
.pah-Podcast:after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  background-repeat: no-repeat;
  width: 380px;
  height: 330px;
  background-image: url(https://pahpdev.wpengine.com/wp-content/uploads/2023/09/podcast.svg);
}
.pah-Podcast .content-heading {
  text-align: center;
  margin-bottom: 32px;
}
.pah-Podcast h3{
  color: #293241;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pah-Podcast .name-data {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pah-Podcast p{
  color: #3E5B7F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160.1%; /* 32.02px */
  max-width: 799px;
  margin: auto;
}
.Podcast-image {
  position: relative;
  display: flex;
  justify-content: center;
}
.pah-Podcast .play-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.pah-Podcast .content {
  width: 27.7%;
  margin-bottom: 55px;
}
.pah-Podcast h5{
 margin-top: 22px;
  margin-bottom: 22px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.1%; /* 28.818px */
}
.pah-Podcast h3{
  color: #293241;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 19px;
  line-height: 149.4%; /* 29.88px */
}
.redirect {
  text-align: center;
}
.redirect a {
  padding: 15px 16px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: 166px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3px;
background: linear-gradient(0deg, #EE6C4D 0%, #EE6C4D 100%), rgba(238, 108, 77, 0.00);
}
.video-main-block {
  padding-top: 80px;
  padding-bottom: 60px;
}
.gmail-block .redirect a{
  width: 124px;
}
.video-main-block h4 {
  color: #3E5B7F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.6%;
  padding-right: 22px;
}
.video-main-block .videos-block{
  margin-bottom: 58px;
}
.video-main-block .videos {
  width: 30.6%;  
}
.video-main-block .videos h3{
  color: #293241;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 149.4%; /* 29.88px */
max-width: 399px;
margin: 22px 0 0;
}
.video-main-block .youtube {
  margin-bottom: 50px;
  align-items: center;
}
.video-main-block .content {
  width: 46.7%;
}
.video-main-block .gmail-block {
  align-items: center;
}
.video-main-block .gmail-block .pah-icon {
  padding-right: 11px;
}
.video-main-block iframe {
  width: 640px;
  height: 350px;
}
.pages {
  margin-top: 100px;
  text-align: center;
  margin: 100px auto 0px;
}
.video-main-block .video-image {
  position: relative;
  display:flex;
}
.video-main-block .youtube-logo {
  display: flex;
  align-items: center;
}
.video-main-block .youtube-logo h2 {
  margin-left: 9px;
}
.video-main-block .youtube-play {
  position: absolute;
  top: 45%;
  right: 43%;
}
.articles-block {
  background-color: #FEF8F6;
  position: relative;
  margin-bottom: 0px;
}
.articles-block:after {
  content: "";
  position: absolute;
  top: -137px;
  right: 0px;
  background-image: url(https://pahpdev.wpengine.com/wp-content/uploads/2023/09/line.svg);
  background-repeat: no-repeat;
  width: 11%;
  height: 100%;
}
.articles-block .main-heading {
  text-align: center;
  margin-bottom: 0px;
}
.articles-block h2{
  color: #293241;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.articles-block p{
  color: #3E5B7F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160.1%; /* 32.02px */
  margin: auto;
    max-width: 1440px;
    padding-bottom: 0;
    min-height:140px;

}
.articles-block .content {
  margin-bottom: 38px;
}


.articles-block a{
  color: #FFF;
  padding: 15px 28px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3px;
background: linear-gradient(0deg, #3E5B7F 0%, #3E5B7F 100%), rgba(238, 108, 77, 0.00);
}
.articles-block .card-content {
  border-radius: inherit; 
  background: unset; 
  box-shadow: unset; 
  padding: inherit; 
  width: 27.5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.subscribe-block {
  background-color: #fef8f6;
  position:relative;
}
.subscribe-block h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  max-width: 984px;
  margin: auto;
}
.subscribe-block p{
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  max-width: 882px;
  margin: 22px auto 32px auto;
  line-height: 160.1%; /* 24.015px */
}
.subscribe-block .content {
  background-color: #EE6C4D;
  text-align: center;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 86px;
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 1440px;
  right: 0;
  margin: 0 auto;
  top: -180px;
 
}

footer.public {
    padding-top: 262px;
}

.subscribe-block .email-subscribe {
  max-width: 683px;
  margin: auto;
}
.subscribe-block .email-search {
  width: 68%;
}
.subscribe-block .email-search input.searchTerm {
  width: 100%;
  padding: 20px 24px;
  color: #FEF0ED;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #fff;
  background-color: transparent;
}
.subscribe-block .read-more a {
  background-color: #fff;
  padding: 20px 30px;
  color: #EE6C4D;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 12px;
}
.subscribe-block .searchTerm ::-ms-input-placeholder { /* Edge 12-18 */
  color: #FEF0ED;
  font-weight: 500;
}

.subscribe-block .searchTerm::placeholder {
  color: #FEF0ED;
}
.subscribe-block .searchTerm::-ms-input-placeholder { /* Edge 12-18 */
  color: #FEF0ED;
}

.subscribe-block .searchTerm::placeholder {
  color: #FEF0ED;
}



@media (max-width: 1366px) {
  
  .blog-card-block .card-content{
    width: 32%;
  }
  .video-main-block .videos {
    width: 32%;
  }
  .pah-Podcast .content {
    width: 32%;
    margin-bottom: 55px;
    max-width: 393px;
  }
  .pah-Podcast h5{
    font-size: 15px;
  }
  /*.pah-Podcast .name-data{*/
  /*  gap: 5px;*/
  /*}*/
}
@media (max-width: 1199px) {
  .subscribe-block h2 {
    font-size: 32px;
  }
  .subscribe-block p{
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .blog-card-block .card-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-card-block .card-block {
      width: 60%;
      margin: auto;
  }
  .blog-card-block .Podcast-block {
    width: 60%;
    margin: auto;
  }
  .pah-Podcast .Podcast-block {
    display: block;
  }
  .pah-Podcast .content {
    width: 100%;
    margin: auto;
    max-width: 395px;
    margin-bottom: 30px;

  }
  .pah-Podcast p{
    max-width: 700px;
  }
  .pah-Podcast h5{
    font-size: 15px;
  }
  .video-main-block .pah-icon {
    width: 100%;
  }
  .video-main-block h4{
    width: 100%;
    margin-bottom: 14px;
  }
  .gmail-block .redirect a{
    width: 100%;
  }
  .video-main-block .redirect {
    text-align: center;
    width: 100%;
}
  .video-main-block .videos {
    width: 100%;
    margin-bottom: 30px;
  } 
  .video-main-block .videos-block {
    width: 100%;
    margin: auto auto 50px auto;
    margin: auto;
    max-width: 395px;
    margin-bottom: 30px;
  }
  .video-main-block .gmail-block {
    width: 41%;
  }
  .subscribe-block h2{
    max-width: 700px;
  }
  .subscribe-block h2 {
    font-size: 28px;
  }
  .blog-card-block .card-image img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .subscribe-block .email-subscribe{
    justify-content: center;
  }
  .subscribe-block .email-search {
    width: 70%;
    margin-bottom: 20px;
  }
  .subscribe-block p {
    max-width: 85%;
  } 
  .subscribe-block h2 {
    max-width: 94%;
  }
  .subscribe-block .email-search input.searchTerm{
    font-size: 12px;
  }
  
}
@media (max-width: 576px) {
  .resources-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .resources-banner h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .resources-banner p{
    margin: 20px auto 40px auto;
    font-size: 18px;
  }
  .resources-banner li {
    width: 50%;
    margin-bottom: 10px;
  }
  .pah-blog {
    padding-top: 50px;
  }
  .pah-blog .content {
    width: 100%;
    margin-bottom: 25px;
  }
  .pah-blog .search-block {
    width: 100%;
    flex-wrap: wrap;
  }
  .pah-blog .search {
    width: 100%;
    position: relative;
  }
  .pah-blog .Categorys {
    width: 100%;
  }
  .blog-card-block {
    padding-top: 0px;
    padding-bottom: 150px;
}
  .blog-card-block .card-block {
    width: 100%;
  }
  .pah-Podcast .Podcast-block {
    width: 100%;
  }
  .pah-Podcast:after{
    width: 190px;
  }
  .pah-Podcast {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-main-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-main-block .videos-block {
    width: 100%;
  }
  .video-main-block .content {
    width: 100%;
    margin-bottom: 20px;
  }
  .video-main-block .gmail-block {
    width: 100%;
  }
 .video-main-block .pah-icon {
    width: 100%;
  }
  .video-main-block .redirect {
    text-align: center;
    width: 100%;
  }
  .video-main-block .gmail-block .redirect a {
    width: 100%;
  }
  .video-main-block h4 {
    margin: 10px 0 20px;
  }
  .articles-block .main-heading {
    margin-bottom: 0px;
  }
}