.resources-page {
  margin: 10px 0 100px;
}

.latest-blog-section {
  padding-top: 30px;
}

.latest-blog-section .latest-blog-image {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
}

.latest-blog-section .latest-blog-image .blog-mask {
  border-radius: inherit;
}

.latest-blog-section .latest-blog-title {
  font-size: 40px;
  color: #1f1f1f;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 30px;
}

.latest-blog-section .latest-blog-summary {
  font-size: 17px;
  color: #505050;
  line-height: 1.55;
}

.latest-blog-section .latest-blog-date {
  font-size: 15px;
  color: #505050;
}

.latest-blog-section .news-source {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.latest-blog-section .news-source .dot-separator {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 5px;
  background: #505050;
  border-radius: 100%;
}

.latest-blog-section .latest-blog-url {
  text-decoration: none !important;
  margin-top: 30px;
  display: block;
  width: max-content;
}

.latest-blog-section .latest-blog-url button {
  display: block;
  padding: 10px 0px;
  width: 150px;
  text-align: center;
  font-size: 18px;
  border: none;
  background: #0c5d90;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 33px;
  outline: none !important;
}

.latest-blog-section .latest-blog-url button:hover {
  transition: all 250ms cubic-bezier(.55,0,.1,1);
  transform: translate3d(0,-1px,0);
  background: #034D83;
}

.resources-categories-section {
  margin-top: 100px;
}

.resource-category-block {
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  margin-bottom: 30px;
}

.resource-category-block .resource-category-block-image {
  height: 250px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.resource-category-block button {
  display: block;
  width: 100%;
  border: none;
  padding: 20px 0;
  font-size: 20px;
  background: #0c5d90;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none !important;
}

.resource-category-block a {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  width: 100%;
}

.resource-category-block:hover button {
  transition: all 250ms cubic-bezier(.55,0,.1,1);
  background: #034D83;
}

.blog-header-section h1 {
  font-size: 48px;
  font-weight: 600;
  margin-top: 20px;
}

.all-blogs-section {
  margin-top: 80px;
}

.post-categories-section + .all-blogs-section {
  margin-top: 30px;
}

.post-categories-section {
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
}

.post-categories-section .post-categories-container {
  display: flex;
  font-size: 18px;
}

.post-categories-section .post-categories-container .post-categories-container-label {
  display: inline-block;
  font-size: 20px;
  color: #4e4e4e;
  font-weight: 600;
  padding-bottom: 20px;
}

.post-categories-section .post-categories-container .post-categories-list {
  display: inline-flex;
  margin: 0;
  align-items: center;
}

.post-categories-section .post-categories-container .post-categories-list .post-category-item {
  margin-left: 15px;
  color: #4e4e4e;
  position: relative;
  padding-bottom: 20px;
}

.post-categories-section .post-categories-container .post-categories-list .post-category-item:not(.active) {
  cursor: pointer;
}

.post-categories-section .post-categories-container .post-categories-list .post-category-item.active {
  color: #034D83;
}

.post-categories-section .post-categories-container .post-categories-list .post-category-item:after {
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #034D83;
  transition: all 0.3s;
}

.post-categories-section .post-categories-container .post-categories-list .post-category-item:not(.active):hover:after, .post-categories-section .post-categories-container .post-categories-list .post-category-item.active:after {
  width: 100%;
}

.post-categories-section .post-categories-container .post-categories-list .post-category-item:not(.active):hover {
  color: #1f1f1f;
}

.post-categories-section .post-categories-container .post-categories-list .post-category-item a, .post-categories-section .post-categories-container .post-categories-list .post-category-item span{
  color: inherit;
  text-decoration: none !important;
  outline: none !important;
  padding-bottom: 20px;
}

.blog-detail-page {
  margin: 10px 0 50px;
}

.blog-detail-section {
  margin-top: 30px;
}

.blog-detail-image {
  height: 500px;
  border-radius: 5px;
}

.mobile-cover-image {
  display: none;
}

.blog-detail-title {
  font-size: 40px;
  font-weight: 600;
  margin: 30px 0;
}

.blog-detail-meta-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-detail-author-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-detail-author-info p {
  margin-bottom: 0;
  font-size: 16px;
  color: #505050;
}

.blog-detail-author-img {
  width: 50px;
  border-radius: 100%;
  background: #ccc;
  margin-right: 15px;
}

.dot-seperator {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #777778;
  margin: 0 10px;
}

.blog-detail-author-info .author-url {
  color: #505050;
  text-decoration: underline;
}

.blog-detail-author-info .author-url:hover {
  color: #034D83;
}

.blog-details-content-container {
  margin-top: 50px;
  padding-bottom: 50px;
}

.blog-details-content-container .news-article-link {
  word-break: break-all;
}

.blog-details-content-container .blog-content-footer-text {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.blog-details-content-container .contact-us-btn {
  background: #46C1D4;
  color: #ffffff;
  font-size: 20px;
  border-radius: 4px;
  padding: 0.5rem 2rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin-top: 0px;
  text-decoration: none !important;
}

.blog-details-content-container .contact-us-btn a {
  color: inherit !important;
  text-decoration: none !important;
}

.blog-details-content-container .contact-us-btn:hover {
  background: #034D83;
  transition: all 500ms cubic-bezier(.55,0,.1,1);
}

.blog-share-container {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog-share-container .share-blog-title {
  color: #505050;
  font-size: 16px;
}

.blog-share-container .social-list {
    flex-direction: row;
    padding: 0;
    margin-top: 30px;
    gap: 10px;
    margin-left: 10px;
}

.blog-share-container .social-list li {
  margin-right: 0;
  margin-bottom: 30px;
}

.blog-share-container .social-list li a {
  width: 30px;
  height: 30px;
}

.blog-details-content {
  font-size: 18px;
  line-height: 1.7;
}

.blog-details-content h2 {
  margin: 30px 0;
  font-size: 32px;
}

.blog-details-content h3 {
  margin: 20px 0;
  font-size: 24px;
}

.blog-details-content img {
  max-width: 100%;
  height: auto;
}

.related-posts-section {
  padding: 50px 0 0;
  border-top: 1px solid #ccc;
  background: white;
  z-index: 5;
  position: relative;
  padding-bottom: 100px;
}

.related-posts-section h2 {
  margin-bottom: 25px;
  font-size: 24px;
}

.related-posts-section .blog-card-container {
  margin-bottom: 0;
}

.blog-author-data {
  padding: 50px 0;
  border-top: 1px solid #ccc;
  background: white;
  z-index: 5;
  position: relative;
}

.blog-author-data h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.blog-author-data .blog-author-image-container img{
  max-width: 100px;
  width: 100%;
  border-radius: 100%;
  background: #ccc; 
}

.blog-author-data .blog-author-summary h3 {
  font-size: 24px;
  font-weight: 600;
}

.blog-author-data .blog-author-summary p {
  color: #505050;
  font-size: 16px;
}

.blog-author-data .blog-author-summary a {
  text-decoration: underline;
  color: #0c5d90;
}

.blog-author-data .blog-author-summary a:hover {
  color: #034D83;
}

.author-page .author-info-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}

.author-page .author-info-image {
  width: 100%;
  max-width: 200px;
  display: block;
  border-radius: 100%;
  background: #ccc;
}

.author-page .author-info-left .social-list {
  justify-content: space-evenly;
  max-width: 200px;
  margin-top: 20px;
}

.author-page .author-info-left .social-list li {
  margin-right: 0;
}

.author-page h1 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}

.author-page .author-info-summary {
  font-size: 18px;
  color: #505050;
}

#latest-blog-video-load {
  display: none;
}

.blog-details-content .wp-block-uagb-table-of-contents ul.uagb-toc__list li, .blog-details-content .wp-block-uagb-table-of-contents ol.uagb-toc__list li {
  font-size: 16px;
  margin: 5px 0;
  font-weight: 600;
}

.blog-details-content .wp-block-uagb-table-of-contents ul.uagb-toc__list li a, .blog-details-content .wp-block-uagb-table-of-contents ol.uagb-toc__list li a {
  color: #034d83;
  text-decoration: none;
}
@media (max-width: 991px) {
  .resources-page {
    margin: 0 0 50px;
  }
  .latest-blog-section {
    padding-top: 10px;
  }
  .latest-blog-section .latest-blog-image {
    height: 350px;
  }
  .latest-blog-section .latest-blog-title {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .latest-blog-section .latest-blog-url {
    margin-top: 15px;
  }
  .resources-categories-section {
    margin-top: 50px;
  }
  .resource-category-block .resource-category-block-image {
    height: 200px;
  }
  .blog-header-section h1 {
    margin-top: 0;
  }
  .all-blogs-section {
    margin-top: 50px;
  }
  .blog-detail-page {
    margin: 0 0 30px;
  }
  .blog-detail-section {
    margin-top: 15px;
  }
  .blog-detail-image {
    height: 300px;
  }
  .blog-detail-title {
    font-size: 26px;
    margin: 15px 0;
  }
  .blog-details-content-container {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .blog-share-container .social-list {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  .blog-author-data {
    padding: 30px 0;
  }
  .related-posts-section {
    padding: 30px 0 0;
  }
  .author-page .author-info-title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .author-page .author-info-image {
    margin: 0 auto;
  }
  .author-page .author-info-left .social-list {
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .latest-blog-section .latest-blog-title {
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .latest-blog-section .latest-blog-image {
    height: 300px;
  }
  .latest-blog-section .latest-blog-url {
    margin-top: 20px;
  }
  .resource-category-block {
    margin-bottom: 30px;
  }
  .blog-header-section h1 {
    font-size: 44px;
  }
  .blog-detail-title {
    font-size: 22px;
  }
  .blog-detail-image {
    height: 250px;
  }
  .related-posts-section .blog-card-container {
    margin-bottom: 30px;
  }
  .author-page .author-info-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .author-page h1 {
    text-align: center;
    margin-top: 20px;
  }
  .author-page .author-info-summary {
    text-align: justify;
  }
  .blog-details-content h2 {
    margin: 25px 0;
    font-size: 30px;
  }
  .blog-details-content h3 {
    margin: 15px 0;
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .latest-blog-section {
    padding-top: 0;
  }
  .latest-blog-section .latest-blog-image {
    height: 250px;
  }
  .latest-blog-section .latest-blog-title {
    font-size: 24px;
  }
  .latest-blog-section .latest-blog-summary {
    font-size: 16px;
  }
  .blog-header-section h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .desktop-cover-image {
    display: none !important;
  }
  .mobile-cover-image {
    display: block !important;
  }
  .blog-detail-title {
    font-size: 22px;
  }
  .blog-share-container .social-list li {
    margin-bottom: 10px;
  }
  .author-page .author-info-title {
    font-size: 30px;
  }
  .all-blogs-section {
    margin-top: 30px;
  }
  .post-categories-section {
    margin-top: 30px;
  }
  .post-categories-section .post-categories-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .post-categories-section .post-categories-container .post-categories-container-label {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .post-categories-section .post-categories-container .post-categories-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-categories-section .post-categories-container .post-categories-list .post-category-item {
    margin-left: 0;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .post-categories-section .post-categories-container .post-categories-list .post-category-item a, .post-categories-section .post-categories-container .post-categories-list .post-category-item span{
    padding-bottom: 10px;
  }
  .post-categories-section .post-categories-container .post-categories-list .post-category-item:after {
    display: none;
  }
  .blog-details-content h2 {
    margin: 20px 0;
    font-size: 26px;
  }
}