/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* =========== BLOG LISTING CSS =========== */

.blog-head-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 100%;
  gap: 25px;
}

article.blog-head__post-wrapper {
  grid-column: 1/ span 2;
}

.blog-head__post-image {
  max-height: 420px;
}

.blog-head__post-image img {
  width: 100%;
  max-height: inherit;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

section.blog-head {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 200px;
}

.aside-heading {
  background: #7EDDD3;
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.aside-heading > h3 {
  margin: 0;
  color: white;
}

.recent-post-item {
  display: block;
  border: 2px solid #F1F2F2;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  margin-bottom: 15px;
  text-decoration: none !important;
  color: unset;
}

.recent-post-item * {
  margin: 0;
  font-size: 16px !important;
}

.recent-post-item span {
  font-size: 12px !important;
}

.recent-post-item p {
  font-size: 12px !important;
}

.aside-categories {
  padding: 10px 10px 10px 20px;
  background: #1B1F2C;
  border-radius: 10px;
  margin-bottom: 15px;
}

.aside-categories > h3 {
  color: white;
  margin: 0;
  padding: 2px 0px;
  font-weight: 600;
}

.blog-head__post-content > div > h3 > a {
  color: #494e65;
  font-size: 24px;
  font-weight: 600;
}

.blog-head__post-content {
  background: #f1f2f2;
  padding: 20px 20px 30px 20px;
  border-radius: 0px 0px 10px 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-post-copy {
  display: none;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(60px, 1fr));
  gap: 25px;
}

.cat-grid-item {
  display: block;
  border: 2px solid #f1f2f2;
  padding: 16px 20px 16px 20px;
  border-radius: 10px;
  color: unset;
  text-decoration: none !important;
}

.cat-grid-item>p {
  font-size: 16px;
  margin: 0;
}

.cat-grid-item>p>span {
  font-weight: 600;
}

.article-search {
  margin-top: 15px;
}

.article-search form input {
  border: 2px solid #7eddd3;
  border-radius: 10px !important;
  padding: 16px !important;
}

.article-search form input[type=text]:focus {
  border: 2px solid #7eddd3 !important;
}

.blog-listing-pag {
  margin-top: 70px;
}

.blog-listing-pag > div {
  justify-content: center;
}

.blog-listing-pag .blog-pagination__link {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ========= Blog Section II ============  */

.blog-list__post-image img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.blog-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px, 1fr));
  gap: 25px;
}

.blog-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 25px;
  max-width: 1240px;
  margin: 25px auto;
}

.blog-list__post-image {
  height: 350px;
}

.blog-list__post-content {
  min-height: 250px;
  max-height: 250px;
  background: #f1f2f2;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-head-container.third  article {
  grid-column: 2/span 2;
}

.blog-head-container.third .blog-head-aside {
  background: #7eddd3;
  border-radius: 10px;
  height: 100%;
}
}

section.blog-head.third {
  margin-top: 0;
}

.third .blog-head-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.apply-btn > a {
  background: white;
  padding: 20px 85px;
  border-radius: 10px;
  color: #494e65;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.blog-head-container.third div .aside-heading {
  padding: 30px 64px;
}

.blog-head-container.third div  .aside-heading > h3 {
  font-size: 32px;
  font-weight: 500;
}

.blog-list__post-content > div > h3 > a {
  color: #494e65;
}

section.blog-head.third {
  margin-top: 0;
}

footer.kl-footer {
  margin-top: 0px;
}

.read-duration p {
  margin: 0;
  font-size: 12px;
}

.blog-list__post-content .read-duration {
  margin-top: 0;
}

span.blog-head__post-preheader {
  font-size: 12px;
  font-weight: bold;
}


/* ========== POST STYLING ===========  */
.body-container.body-container--blog-post.rm {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 200px;
}

.blog-header--post-rm {
  display: grid;
  grid-template-columns: repeat(3,minmax(300px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.blog-header-image {
  grid-column: 2 / span 2;
}

.blog-header-image img {
  width: 100%;
  border-radius: unset;
}

.blog-header--post-rm .post-information h1 {
  font-size: 32px;
  font-weight: bold;
}

.blog-post__body h2 {
  font-size: 24px;
  font-weight: 500;
}

.blog-post__body h3 {
  font-size: 20px;
  font-weight: 500;
}

span.blog-list__post-preheader {
  font-size: 16px;
  font-weight: bold;
}

.read-duration {
  margin-top: 50px;
}

.read-duration p span {
  font-weight: bold;
}

.main-post-content {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}

.pagination-wrapper > .post-pagination .prev-post {
  background: #f1f2f2;
  padding: 20px;
  border-radius: 10px;
}

.pagination-wrapper > .post-pagination .next-post {
  background: #f1f2f2;
  padding: 20px;
  border-radius: 10px;
}

.nav-text a {
  display: flex;
  justify-content: center;
  align-items: center;
/*   gap: 70px; */
}

.next-d, .prev-d {
  width: 200px;
}

.prev-d p {
  text-align: right;
}
.next-d p, .prev-d p {
  font-size: 12px;
  margin-bottom: 8px;
}

.prev-d h5 {
  text-align: right;
}

.apply-for-funding {
  background: #1b1f2c;
  padding: 35px;
  border-radius: 10px;
  flex: 1 auto;
}

.apply-for-funding p {
  font-size: 25px;
  color: white;
  font-weight: 600;
  line-height: 1;
}

.apply-for-funding>.apply-btn a {
  padding: 15px 20px;
  display: block;
  text-align: center;
  background: #fed925;
}

.post-pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.post-pagination .prev-post,.post-pagination .next-post {
  display: flex;
  align-items: center;
  flex: 1;
}

.pref-post,
.next-post {
  flex: 0 0 25%;
}

.next-d h5, .prev-d h5 {
  font-size: 24px;
  font-weight: bold;
}

.pagination-section-rm {
  margin-top: 75px;
}

.arrow span {
  font-size: 32px;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-size: 12px;
}

/* =============== HEADER CSS ============== */

@media Screen and (min-width: 921px) {
  li.kl-navbar__item.kl-navbar__parent a span {
    padding-bottom: 0;
  }

  .kl-navbar__item.kl-navbar__parent .kl-navbar__button>span:after {
    content: unset !important;
  }

  .kl-navbar__parent>a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-left: unset;
    border-right: 2px solid #fed925;
    border-bottom: 2px solid #fed925;
    transform: rotate(45deg);
    transform-origin: 3px 5px;
    transition: transform .25s ease-in-out;
  }

  .kl-navbar__parent>a {
    position: relative;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  ul.kl-navbar-submenu::after {
    content: "";
    width: 30px;
    height: 18px;
    background: #7eddd3;
    position: absolute;
    top: 0px;
    left: -0.5px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  }

  .kl-navbar-submenu {
    background-color: #1b1f2c;
    list-style: none;
    padding: 0px 0 15px 0;
    border-radius: 0px 10px 10px 10px;
    margin: 10px 0 0;
    width: 160px;
    background: #7eddd3;
    box-shadow: 1px 1px 10px -2px;
  }

  .kl-navbar-submenu-wrapper {
    margin-left: 46%;
    left: 0;
  }

  .kl-navbar-submenu__item a {
    padding: 12px 24px;
    font-weight: 100;
    color: #1b1f2c;
/* 		transition: 0.3s; */
  }

.kl-navbar-submenu__item a:hover {
    font-weight: 700;
    color: #1b1f2c;
    font-size: 18px;
}

  header.kl-header {
    transition: 0.2s;
    background-color: #1b1f2c;
    padding: 60px 30px;
  }

  header.kl-header.inverted {
    padding: 15px 30px;
  }

  .kl-header.inverted {
    background-color: #1b1f2c;
  }

  .kl-header-placeholder, .kl-navbar {
    height: 0; 
    transition: 0.2s;
  }

  .kl-header.inverted .kl-navbar {
    height: 70px !important;
  }

  .kl-header.inverted .kl-navbar__logo {
    width: 130px;
  }
}

@media screen and (min-width: 921px) and (max-width: 1280px) {
  a.button.Navbar__button {
    padding: 15px 10px;
  }

  .kl-navbar {
    padding: 0 20px!important;
  }

  header.kl-header {
    padding: 30px 20px;
  }

  .kl-navbar__logo {
    width: 130px;
  }
}



@media screen and (max-width: 1280px) {
  .blog-list-container {
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 20px;
  }

  main.body-container-wrapper > section {
    padding: 0 20px;
  }

  .blog-subscribe-form form input[type=text],.blog-subscribe-form form input[type=email] {
    min-width: 100% !important;
  }

  .body-container.body-container--blog-post.rm {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 860px) {
  article.blog-head__post-wrapper {
    grid-column: 1/ span 1;
  }

  .blog-head-container.third article {
    grid-column: unset;
  }

  .blog-list-container {
    grid-template-columns: repeat(auto-fit,minmax(280px,100%));
    gap: 20px;
  }

  .blog-subscribe-form {
    width: 90%;
  }

  .blog-head__post-content {
    background: #f1f2f2;
    padding: 20px 20px 30px 20px;
    border-radius: 0px 0px 10px 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .blog-header--post-rm {
    display: grid;
    grid-template-columns: repeat(2,minmax(300px,1fr));
    gap: 25px;
    margin-top: 50px;
  }

  .blog-header-image {
    grid-column: unset;
  }

  .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .post-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

}

.legal-consent-container .hs-richtext p {
    color: #000;
  margin-bottom: 20px;


}


span#hs_cos_wrapper_widget_1664869122563_ img {
    border-radius: 0;
}

@media screen and (max-width: 767px) {
  .blog-head-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,100%));
    width: 100%;
    gap: 20px;
    grid-template-rows: minmax(580px, 1fr);
  }

  .blog-list-container {
    grid-template-columns: repeat(auto-fit,minmax(240px,100%));
    gap: 20px;
  }

  .blog-head-container.third div .aside-heading {
    padding: 30px 20px;
  }

  .apply-btn>a {
    padding: 20px 50px;
  }

  .blog-head-container.third div .aside-heading>h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }

  .blog-header--post-rm {
    display: grid;
    grid-template-columns: repeat(1,minmax(200px,1fr));
    gap: 25px;
    margin-top: 50px;
  }

  .content-wrapper {
    padding: 0 0px;
  }

  .kl-navbar__logo {
    width: 150px;
  }

  .kl-footer__wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  span img {
    width: 100% !important;
}


}

@media screen and (max-width: 320px) {
  body > div.body-wrapper.hs-content-id-82256991399.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-background-color.dnd-section.dnd_area-row-1-force-full-width-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.lp-col1-img {
  width: 100% !important;
}

.kl-navbar__end .button {
  white-space: nowrap;
}