/** Shopify CDN: Minification failed

Line 239:0 Unexpected "{"
Line 274:2 Comments in CSS use "/* ... */" instead of "//"

**/


/* CSS from section stylesheet tags */
.no-page-404-wrap{
    margin-top:40px;
  }
.breadcrumb {
  padding-top: 30px;
}
.article_title{
  /* margin-top: 20px; */
}
.sub-title {
  margin: 20px 0 20px 0;
  width: 100%;
}
.blog_meta span:after{
  display:none;
}
.download-link-wrap .arrow_button{
  margin: 10px 0;
  display: block;
}
.download-link-wrap{
  margin-bottom: 20px ;
} 
.date{
  margin-top: 30px;
  margin-bottom: 10px;
}
figure.hero-image{
  width: calc(100% - 20px);
}
figure.hero-image figcaption {
  margin: 10px 0;
  font-size: 14px;
  color: #75787B;
}
.article_content{
  margin-top: 0;
}
blockquote {
    background: #0e103e;
    color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 10px solid #919191 !important;
    font-style: italic;
}
blockquote p{
    font-style: normal !important;
    margin: 15px !important;
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
.blog-article__main .image-element__wrap{
  max-width: 900px;
  max-height: 500px;
  overflow:hidden;
  margin-bottom:30px;
}
.article_content p span:has(>img),
.article_content p:has(>img),
.article_content div:has(>img) {
    display: block;
    max-width: 600px;
    max-height: 450px;
    overflow: hidden;
    margin: 30px auto 30px auto;
 }
.sub-title{
  font-size:20px;
  margin: 00px 0 30px 0;
}
.blog-article__main figure.hero-image{
  margin-top: 30px;
}
.icon-slash{

}
a.arrow_button:after{
  right: 3px;
}
a.arrow_button:hover:after{
  right: 0px;
}
.cta-below{
  margin: 30px 0 20px 0;
}
.temp-language{
  text-align:right;
}
.breadcrumb {
  padding-top: 0;
}
.article-hub-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}
.article-hub-wrap .articles{
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0 -15px;
  width: 100%;
}
.article-hub-wrap .articles .article {
  border: 2px solid #f2f2f2;
  /* margin: 15px; */
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.article-hub-wrap .articles .article h3.sub_title{
  margin: 10px 0 0px 0;
}
.article-hub-wrap .article:nth-child(even) {
    background-color: #f2f2f2;
}
.article-hub-wrap .blog_metas{
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 5px;
}
.article-hub-wrap .blog_meta.date{
    margin: 15px 0 0px 0; 
}

.paginate {
  width: 100%;
}

.article-hub-wrap .article.one-third{
  width: calc(33.3333333333% - 30px);
  min-width: calc(33.3333333333% - 30px);
}
.blog-article__main figure.hero-image{
  width: 100%; 
}
.article-hub-wrap .excerpt{
  margin-bottom: 0;
  color: #000;  
}
.article-hub-wrap a.thumbnail-img .image-element__wrap{
  height: 140px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.article-hub-wrap a.thumbnail-img .image-element__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fills and crops */
  object-position: center; /* keeps it centered */
}
@media only screen and (max-width: 1024px) {
    .article-hub-wrap .article.one-third {
       width:  calc(50% - 30px)
    }
}
@media only screen and (max-width: 798px) {
    .article-hub-wrap .article.one-third {
        width: 100%;
    }
}
.article-hub-wrap:last-child  .container.articles{
    background: #f2f2f2;
    padding: 20px;
}
.article-hub-wrap:last-child  .container.articles .article{
    background-color: #fff;
    padding-top: 10px;
}
div.featured-gp .article-hub-wrap:last-child .blog_metas{
  display: none;
}
.article-hub-wrap:last-child .articles .article h3.sub_title{
  min-height: 65px;
}
.article-hub-wrap:last-child .resource-card-download-icon{
  display:none;
} 
 .article-hub-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog_row_header {
    margin-bottom: 10px;
}
.article-hub-wrap .articles{
  display: flex;
  flex-wrap: wrap;
  margin: 0px 1px 0 2px;
  width: 100%;
}
.article-hub-wrap .articles .article {
  border: 2px solid #f2f2f2;
  /* margin: 15px; */
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.article-hub-wrap .articles .article h3.sub_title{
  margin: 10px 0 0px 0;
}
.article-hub-wrap .article:nth-child(even) {
    background-color: #f2f2f2;
}
.article-hub-wrap .blog_metas{
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 5px;
}
.article-hub-wrap .blog_meta.date{
    margin: 15px 0 0px 0; 
}

.article-hub-wrap .article.one-third{
  width: calc(33.3333333333% - 30px);
}
.blog-article__main figure.hero-image{
  width: 100%; 
}
.article-hub-wrap .excerpt{
  margin-bottom: 0;
  color: #000;  
}
.article-hub-wrap .thumbnail-img .image-element__wrap,
{
  height: 140px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.article-hub-wrap .thumbnail-img .image-element__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fills and crops */
  object-position: center; /* keeps it centered */
}
@media only screen and (max-width: 1024px) {
    .article-hub-wrap .article.one-third {
        width: calc(50% - 30px)
    }
}
@media only screen and (max-width: 798px) {
    .article-hub-wrap .article.one-third {
        width: 100%;
    }
}
.article-hub-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}
.article-hub-wrap .articles{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 1px 0 2px;
  width: 100%;
}
.article-hub-wrap .articles .article {
  border: 2px solid #f2f2f2;
  // margin: 15px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.article-hub-wrap .articles .article h3.sub_title{
  margin: 10px 0 0px 0;
}
.article-hub-wrap .article:nth-child(even) {
    background-color: #f2f2f2;
}
.article-hub-wrap .blog_metas{
  margin-top: auto;
  padding-bottom: 5px;
}
.article-hub-wrap .blog_meta.date{
    margin: 15px 0 0px 0; 
}

.article-hub-wrap .article.one-third{
  width: calc(33.3333333333% - 30px);
}
.blog-article__main figure.hero-image{
  width: 100%; 
}
.article-hub-wrap .excerpt{
  margin-bottom: 0;
  color: #000;  
}
.article-hub-wrap .thumbnail-img .image-element__wrap{
  height: 140px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.article-hub-wrap .thumbnail-img .image-element__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fills and crops */
  object-position: center; /* keeps it centered */
}

.reset {
  background:transparent;
  width: 50px;
}
.reset:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 45px;
  line-height: 45px;
  display: block;
  width: 35px;
  color: #cccccc;
  content: "\00d7";
  text-align: center;
}
 .head-blue{
    background: #0e103e;
    color: #ffffff;
    padding: 90px 20px;
  }
  .head-blue .section_select {
    padding:10px 0;
  }
  .head-blue h1.headline_large{
    color: #ffffff !important;
  }
.head-blue  .container {
    align-content: center;
    justify-content: center;
}
.wrap-full-width-bg:has(.head-blue) {
    background: #0e103e;
}

.resource-set-list-wrap{
  max-width: 850px;
  margin: 60px auto 50px auto ;
}
.accordion-resource-content{
  background: #ffffff;
}
.accordion-resource-content .accordion-resource-content .accordion-resource-content{
  background: #ffffff;
  padding: 15px 15px 15px 10px;
}
.accordion-resource-header{
  /* background: #f2f2f2; */
  border-bottom: 1px solid #000;
}
.resource-intro{
  padding: 20px 10px 00px 10px;
}
.article-hub-wrap.resource-hub-wrap  .container.articles{
    background: #f2f2f2;
    padding: 20px;
}
.article-hub-wrap.resource-hub-wrap  .container.articles .article{
    background-color: #fff;
    padding-top: 10px;
}
.article-hub-wrap.resource-hub-wrap  .blog_metas{
  display: none;
}
.article-hub-wrap.resource-hub-wrap .articles .article h3.sub_title{
  min-height: 65px;
}
.article-hub-wrap.resource-hub-wrap .resource-card-download-icon{
  display:none;
} 

@media only screen and (max-width: 1024px) {
    .article-hub-wrap .article.one-third {
        width: calc(50% - 30px)
    }
}
@media only screen and (max-width: 798px) {
    .article-hub-wrap .article.one-third {
        width: 100%;
    }
}
@media only screen and (max-width: 798px) {
    .reset-wrap{
        text-align: right;
        margin-top: 0;
        padding-top: 0;
    }
    .head-blue {
        padding: 20px;  
    }
    .reset {
      margin-top:-15px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 798px) {    
    .support-learning-resources .container .four.columns                    { width: 45%;margin-left: 10px;margin-right: 10px;} 
    .support-learning-resources .container .five.columns                    { width: 30%; } 
    .support-learning-resources .container .eleven.columns                  { width: 70%; }
	.support-learning-resources .video-item.index-2 { display:block }
} 

@media only screen and (max-width: 480px) {     
    .support-learning-resources .container .eleven.columns                  { margin-bottom: 20px; }  
}

/* CSS from snippet stylesheet tags */
div.excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  transition: max-height 0.3s ease;
}

div.article.resource-cards {
  padding-bottom: 30px!important;
}

a:hover h3.sub_title {
  text-decoration: underline;
}

h2.link a:hover {
  text-decoration: underline;
}
.article-hub-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}
.article-hub-wrap .articles{
  display: flex;
  flex-wrap: wrap;
  /* margin: 20px -15px 0 -15px; */
  width: 100%;
  text-align: left;
}
.article-hub-wrap .articles .article {
  border: 2px solid #f2f2f2;
  /* margin: 15px; */
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.article-hub-wrap .articles .article h3.sub_title{
  margin: 10px 0 0px 0;
  min-height: 80px;
  font-size: 20px;
}
.article-hub-wrap .article:nth-child(even) {
    background-color: #f2f2f2;
}
.article-hub-wrap .blog_metas{
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 5px;
}
.article-hub-wrap .blog_meta.date{
    margin: 15px 0 0px 0;
}article article-hub-template

.article-hub-wrap .article.one-third{
  width: calc(33.3333333333% - 30px);
}
.blog-article__main figure.hero-image{
  width: 100%; 
}
.article-hub-wrap .excerpt{
  margin-bottom: 0;
  color: #000;  
}
.article-hub-wrap .thumbnail-img .image-element__wrap{
  height: 140px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.article-hub-wrap .thumbnail-img .image-element__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fills and crops */
  object-position: center; /* keeps it centered */
}
@media only screen and (max-width: 1024px) {
    .article-hub-wrap .article.one-third {
        width: calc(50% - 30px)
    }
}
@media only screen and (max-width: 798px) {
    .article-hub-wrap .article.one-third {
        width: 100%;
    }
}