/* font-family: 'Outfit', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/* @font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/AvantGarde-Book.eot');
    src: url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/AvantGarde-Book.eot#iefix') format('embedded-opentype'),
        url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/AvantGarde-Book.woff2') format('woff2'),
        url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/AvantGarde-Book.woff') format('woff'),
        url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/AvantGarde-Book.ttf') format('truetype'),
        url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/AvantGarde-Book.svg#AvantGarde-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
} */


/* @font-face {
    font-family: 'itc_avant_garde_gothicbold';
    src: url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/itc_avant_garde_gothic_bold-webfont.woff2') format('woff2'),
         url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/itc_avant_garde_gothic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'itc_avant_garde_gothicmedium';
    src: url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/itc_avant_garde_gothic_medium-webfont.woff2') format('woff2'),
         url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/fonts/itc_avant_garde_gothic_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

body .hs-blog-post  {
  overflow-x: hidden;
}

/* Blog post */
article.blog-post {
  display: flex;
  padding-top: 64px;
}
.blog-post {
  margin: 0 auto;
  max-width: 1088px;
}

article.blog-post .wrapper-col-left {
  max-width: 640px;
}

article.blog-post .wrapper-col-right {
  max-width: 304px;
  margin-left: auto;
  margin-right: 0;
}


/* Custom key takeaways section styling */
.blog-post__body .key-takeaways {
  background-color: #F6F6F6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}

.blog-post__body .key-takeaways ul {
  list-style: none;
  margin-bottom: 0;
}

.blog-post__body .key-takeaways ul + * {
  margin-top: 16px;
}

.blog-post__body .key-takeaways ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.5;
}

.blog-post__body .key-takeaways ul li:before {
  content: "";
  background: url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/default-images/check.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 6px;
}



.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}


.blog-post .block-form-post {
  background-color: #0B242D;
  border-radius: 8px;
  color: #fff;
  padding: 16px;  
}


.blog-post .block-form-post h5 {
  color: #ffffff;
}

.blog-post .block-form-post p {
  color: #ffffff;
}

.blog-post .block-form-post form .hs-email .input input {
  background: #F6F6F6;
  border-radius: 8px;
  height: 48px;
}


.blog-post .block-form-post form .actions input[type="submit"] {
  background-color: #316EC2;
  border: 1px solid #316ec2;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.35px;
  outline: none;
  padding: 15px 16px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}

.blog-post .block-form-post form .actions input[type="submit"]:focus,
.blog-post .block-form-post form .actions input[type="submit"]:hover {
  background-color: #FFFFFF;
  color: #316ec2;
  border: 1px solid #316ec2;
}

.header-article {
  margin-top: 64px;
}

.header-article figure img {
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
}

.header-article h1 {
  color: #0B242D;
  /* font-family: 'ITC Avant Garde Gothic'; */
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

.blog-post h2 {
  color: #5376A7;
  /* font-family: 'ITC Avant Garde Gothic'; */
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 32px;
}

.blog-post h3 {
  color: #3C5057;
  /* font-family: 'ITC Avant Garde Gothic'; */
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 32px;
}

.blog-post h4 {
  color: #0B242D;
  /* font-family: 'ITC Avant Garde Gothic'; */
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 24px;
}

.blog-post h5 {
  color: #3C5057;
  /* font-family: 'ITC Avant Garde Gothic'; */
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
}

.blog-post hr {
  border-bottom: 1px solid #9DA7AB;
}

.blog-post .hs_cos_wrapper_type_rich_text,
.blog-post p,
.blog-post .hs_cos_wrapper_type_rich_text li,
.blog-post li {
  color: #3C5057;
  font-family: 'Outfit', sans-serif; 
  font-style: normal;
  font-weight: 400;
/* font-size: 16px; */
/* line-height: 22px; */
  letter-spacing: 0.5px;
}

.blog-post .blog-post__tags a,
.blog-post .hs_cos_wrapper_type_rich_text a,
.blog-post p a {
  color: #316ec2;
  text-decoration: none;
}

.blog-post .blog-post__tags a:hover,
.blog-post .hs_cos_wrapper_type_rich_text a:hover,
.blog-post p a:hover {
  color: #5376a7;
  text-decoration: underline;
}

.blog-post .hero-source {
  display: flex;
  flex-flow: wrap;
  margin: 32px 0;
  width: 100%;
}

.blog-post .hero-source span {
  margin-right: 5px;
}

.blog-post .blog-social-share span > a {
  display: inline-block;
  margin-right: 16px;
}

/* .blog-post .blog-social-share span > a,
.blog-post .blog-social-share span > a img {
  min-height: 48px !important;
  height: 48px !important;
  width: auto !important;
  max-width: none !important;
} */

/* Blog related posts */

.blog-related-posts {
  background-color: #FFFFFF;
  padding-bottom: 16px;
  padding-top: 16px;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
/*   display: flex;
  flex-wrap: wrap; */
}

.blog-related-posts__post {
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
/*   flex: 0 0 100%; */
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  
  .blog-related-posts__post {
/*     flex: 0 0 calc(100% / 2); */
  }
  
}

@media screen and (min-width: 1300px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 4) !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3) !important;
  }
  
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}


@media screen and (max-width: 1200px) {
  .body-container--blog-post .header-article.container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  article.blog-post {
    padding-top: 40px;
  }
  
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  article.blog-post .wrapper-col-left {
    padding-right: 20px;
  }
}

@media screen and (min-width: 801px) {
  article.blog-post .wrapper-col-right {
    min-width: 280px;
  }
  
  .body-wrapper.hs-blog-listing #hero-lcu.container-hero-section {
    margin-top: 4em !important;
  }
    
}

@media screen and (max-width: 800.98px) {
  article.blog-post {
    padding-top: 40px;
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }
  
  article.blog-post .wrapper-col-left {
    max-width: 100%;
    min-width: 100%;
  }
  
  article.blog-post .wrapper-col-right {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  
  .header-article h1 {
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.25px;
  }
  
  .body-wrapper.hs-blog-listing #hero-lcu.container-hero-section {
    margin-top: 4em !important;
  }
  
}

@media screen and (max-width: 639.98px) {
 
  .header-article h1 {
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.25px;
  }
  
  
  .hs-blog-post .body-container--blog-post .header-article figure {
    height: 288px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 288px;
    width: 110%;
/*     background: red; */
    left: -16px;
  }
  
  .hs-blog-post .body-container--blog-post .header-article figure img {
    border-radius: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    width: auto;
  }
  
}







/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}




/* ********* BLOCK resources */
.block-resources{
  max-width: 1328px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
.header-resources{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 8px;
}
.rectangular{
 border: 1px solid #B1D6D8;
  width: 595px;
}

.block-resources .featured-image{
  border-radius: 8px;
}


.title-block-resources h4 {
  /* font-family: 'itc_avant_garde_gothicmedium'; */
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: #0B242D;
}

.title-see-all a {
  text-decoration: none;
  margin-left: 24px;
  color: #316ec2;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
}

.title-see-all a:after, 
.content-p a:after{
  content: "";
  background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/arrow-right.svg");
  width: 6.25px;
  height: 10.49px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 8px;;
  transition: all 0.5s ease-out;
}

.item h5 {
  color: #0B242D;
  margin-bottom: 0px !important;
  margin-top: 16px !important;
}

.content-p {
  width: 272px;
}

.content-p p {
  margin-top: 8px;
  color: #3C5057;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.content-p .summary-post h2,
.content-p .summary-post h3,
.content-p .summary-post h4,
.content-p .summary-post h5,
.content-p .summary-post h6,
.content-p .summary-post p {
  margin-top: 8px;
  color: #3C5057;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 17px !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 16px !important;
  text-align: left !important;
}

.content-p .summary-post p span,
.content-p .summary-post p a {
  color: #3C5057 !important;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 17px !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  text-align: left !important;
  text-transform: none !important;
}

.content-p a {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #316EC2;
  text-decoration: none;
}



 .block-resources  .swiper-slide {
  margin-right: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px;
  }
  .title-see-all a:hover:after, .content-p a:hover:after{
    margin-left: 15px;
   /*-webkit-transition: all 250ms;
    transition: all 250ms;*/
    transition: all 0.5s ease-out;
  }
.block-resources .header-resources .title-block-resources h4 {
    margin-bottom: 0px;
    margin-right: 24px;
   }
.block-resources .swiper-slide .item .featured-image {
  border-radius: 8px;
}

@media screen and (min-width:1399.98px){
  
  .block-resources .swiper-slide:nth-child(4n){
    margin-right: 0px;
  }
  .block-resources .swiper-container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .block-resources  .swiper-slide{
    flex: 23.17%;
    max-width:23.17%;
    margin-bottom: 0px;
    /*margin:10px 0;*/
  }
 .block-resources .swiper-container {
    max-width: 1328px;
    padding: 8px;
    overflow: revert !important;
  }
  .show-only-mobile{
    display: none;
  }
}
@media screen and (min-width:767.99px) and (max-width: 991.98px){
 .block-resources  .swiper-slide{
     margin-right: 0px;
     margin-left: 2px;
  }
  .content-p {
    width: 100%;
  }
  .item .featured-image{
    width: 100%;
  }
  .block-resources .swiper-container{
    overflow: hidden;
  }
    .show-only-mobile{
    display: none;
  }
  .title-block-resources{
    width: 38%;
  }
  .title-block-resources h4 {
    font-size: 19px;
  }
  .rectangular {
    width: 33%;
  } 
  .descripcion h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .title-see-all a {
    margin-left: 25px;
  }
  .block-resources .item h5{
    font-size: 20px;
    line-height: 30px;
  }
}
/* Tablet */
@media (min-width: 801px) and (max-width: 991px) {
  .title-block-resources {
    width: 40% !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .title-block-resources {
    width: 41% !important;
  }
  .rectangular {
    width: 30% !important;
  }
}
@media screen and (min-width:992px) and (max-width: 1115px){
  .title-block-resources h4{
    font-size: 29px;
  }
  .rectangular {
    width: 34%;
  }
    .show-only-mobile{
    display: none;
  }
   .content-p {
  width: 100%;
  }
  .block-resources .item .featured-image{
    width: 100%;
  }
  .block-resources .swiper-slide{
     margin-left: 2px;
  }
}

@media screen and (min-width:1116px) and (max-width: 1279px){
  .rectangular {
    width: 37.5%;
  }
  .title-block-resources h4{
    font-size: 32px;
  }
    .show-only-mobile{
    display: none;
  }
   .content-p {
  width: 100%;
  }
  .block-resources .item .featured-image{
    width: 100%;
  }
  .block-resources .swiper-slide{
     margin-left: 2px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1399px){
  .rectangular {
    width: 42.3%;
  }
    .show-only-mobile{
    display: none;
  }
  .block-resources .swiper-slide{
     margin-left: 2px;
  }
  .item .featured-image{
    width: 100%;
  }

}

@media screen and (max-width: 767.98px){
  .item h5{
    font-size: 16px;
  }
  .content-p p {
    font-size: 14px;
  }
  .content-p .summary-post h2,
  .content-p .summary-post h3,
  .content-p .summary-post h4,
  .content-p .summary-post h5,
  .content-p .summary-post h6,
  .content-p .summary-post p {
    font-size: 14px !important;
    margin-top: 16px;
  }
  .show-only-desk{
    display: none;
  }
  .rectangular{
      display: none;
   }
  .title-see-all a {
    margin-left: 0px;
  }
  .header-resources {
    display: inherit;
  }
  .title-block-resources h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
  }
  .show-only-mobile{
    margin-top: 16px;
    padding: 8px;
  }
  .block-resources .swiper-slide{
     margin-left: 2px;
     margin-top: 24px;
  }
  .content-p {
  width: 100%;
  }
  .item .featured-image{
    width: 100%;
  }
 .block-resources  .swiper-container{
    overflow: hidden;
  }
  .item h5 {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.15px;
   }
  .content-p p {
    margin-top: 16px;
   }
}
@media screen and (min-width: 320px){
  .block-resources .featured-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 160px;
  }
}


/* **********************************************
 * START STYLE: EDUCATION FOUNDATION THEME CHILD 
 * **********************************************/

/* Add here new style css */
.education-foundation-theme .blog-post h2 {
  color: #0B242D;

}

.education-foundation-theme .blog-post .blog-post__tags a, 
.education-foundation-theme .blog-post .hs_cos_wrapper_type_rich_text a, 
.education-foundation-theme .blog-post p a {
  color: #0B242D;
}

.education-foundation-theme .share-social-link-bot .body-1{
  color: #3C5057;
}
.education-foundation-theme .blog-post .block-form-post h5, 
.education-foundation-theme .blog-post .block-form-post p {
  color: #CAE3CA;
}
.education-foundation-theme .blog-post .block-form-post form .actions input[type="submit"] {
  background: #CAE3CA;
  border-radius: 8px;
  border: 1px solid #CAE3CA;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #0B242D;
}
.education-foundation-theme .blog-post .block-form-post form .actions input[type="submit"]:hover {
   background: white;
    color: #0B242D;
    border: 1px solid #0B242D;
}
.education-foundation-theme .blog-post .hs-image-social-sharing-24 {
  object-fit: contain;
  min-height: 24px;
}
.education-foundation-theme .blog-post .blog-social-share span > a {
  max-height: 26px;
  min-height: 26px;
}
/* END STYLE: EDUCATION FOUNDATION THEME CHILD */