/** Shopify CDN: Minification failed

Line 626:0 Expected "}" to go with "{"

**/
/*******************/
/*** BLOG HEADER ***/
.banner-image {
  height: 75px;
  width: 100%;
  background-size: cover;
}

.section-header {
  padding: 0 15px;
}

.section-header .desktop,
.section-header .mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: baseline;
}

.section-header .mobile {
  display: none;
  padding: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section-header .mobile .title_row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

h1 {
  display: inline-block;
  margin: 0;
  font-size: 40px;
}

h1 .text-link {
  margin: 0;
}

h1 .text-link span {
  font-size: 40px;
  font-weight: 600;
  text-transform: none;
  border-bottom: none;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(80%,transparent),color-stop(10%,#ffd203));
  background-image: linear-gradient(
    180deg,transparent 80%,#ffd203 0);
}

.section-header a {
  border-bottom: none;
}

.blog-filter {
  width: auto;
  padding-left: 30px;
}

.blog-filter input,
.blog-filter select,
.blog-filter span {
  background-color: inherit;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

label.blog-filter__label.select-label {
  display: none;
}
.blog-filter {
  width: auto;
  padding-left: 30px;
}

.blog-filter span {
  font-family: 'Gotham SSm A','Gotham SSm B';
  text-transform : uppercase;
  text-decoration: underline;
}

.section-header .link_row {
  display: block;
  width: 100%;
  margin-top: 20px;
}

/****** MOBILE ******/
@media (max-width: 900px) {
  .section-header .desktop {
    display: none;
  }
  .section-header .mobile {
    display: flex;

  }
  .blog-filter {
    padding-left: 0 !important;
  }
  .blog-filter span {
    padding-right: 20px;
  }
  .blog-filter .icon-chevron-down {
    fill: black;
    width: calc(10em / 16);
    height: calc(10em / 16);
    right: 0;
    margin-right: 0;
  }
}
/****** END MOBILE ******/

/*****************/
/*** BLOG GRID ***/
.grid--blog {
  margin-bottom: 0;
}

.grid--blog > li {
  width: 33.333333%;
  float: left;
  padding: 0 15px 30px;
}


.grid--blog li.grid--article.grid--article--hero {    
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

.article-container {
  /*border: 1px solid #EDEDED;*/
  box-sizing: border-box;
  box-shadow: 0 4px 6px 0 rgb(42 38 35 / 8%);
}

.image-container {
  display: flex;
  background-color: black;
}

.grid--blog li img { 
  width: 100%;
  max-height: 224px!important;
  min-height: 224px!important;
  object-fit: cover;
  transition: all .25s ease;
}

.grid--blog li.grid--article--hero img {      
  object-fit: cover;
  min-height: 500px !important;
  max-height: 500px !important;
}

.grid--blog li.grid--article--hero .article__link {
  display: block;
  width: 70%;
  float: left;
}

.grid--blog li img:hover {
  /*background-color: black;*/
  opacity: 0.6;
}

.article__grid-meta {
  margin-bottom: 0;
  padding: 20px 30px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.grid--blog li.grid--article--hero .article__grid-meta {
  margin-bottom: 0;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  width: 30%;
  float: left;
  padding: 60px 30px;
  height: 500px;
}

.article__grid-excerpt {
  margin-bottom: 17.5px;
  display: none;
}

a.article__title {
  font-size: 20px;
  line-height: 26px;
  /*text-decoration: underline;*/

  margin: 0 0 17.5px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-style: normal;
  font-weight: 600;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #000;
}

.article__grid-meta img {
  display: none;
}

.grid--blog li.grid--article--hero .article__grid-excerpt {
  display: block;
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}

.grid--blog a.btn,
.filter-array a.btn,
.tag-name.btn{
  background-color: #E3E2E9;
  font-size: 10px;
  font-weight: bold;
  /* line-height: 18px; */
  min-height: 26px;
  padding: 5px 11px;
  color: #1E1756;
  margin: 0 4px 4px 0;
  /*letter-spacing: 0px;*/
}

.grid--blog a.btn:hover,
.filter-array a.btn:hover,
.tag-name.btn:hover {
  background-color: #1E1756;
}
ul.list--inline {
  margin-bottom: 0;
}
ul.list--inline.pagination {
  padding: 60px 0 !important;
}
.article__tags.rte {
  overflow: hidden;
}
/****** MOBILE ******/
@media only screen and (max-width: 800px){
  .section-header .link_row {
    display: none;
  }
  .grid--blog > li {
    width: 100%;
    float: none;
    padding: 0 15px 30px;
  }
  /*
  .grid--blog li.grid--article.grid--article--hero {
    display: none;
  }
  */
  .grid--blog li.grid--article--hero .article__grid-excerpt {
    display: none;
  }
  .grid--blog li.grid--article--hero .article__link {
    display: flex;
    width: 100%;
    float: none;
  }
  .grid--blog li.grid--article--hero img {
    object-fit: cover;
    min-height: 224px!important;
    max-height: 224px!important;
}
  .grid--blog li.grid--article--hero .article__grid-meta {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    float: none;
    padding: 20px 15px;
    height: 240px;
}
  .article__grid-meta {
    margin-bottom: 0;
    padding: 20px 15px;
    /*height: 150px;*/
  }
  .article__grid-meta--has-image {
    float: none;
  }
  .article__title--has-image {
    padding-left: 0px;
  }
  .tag .tag-count {
    margin-bottom: 15px;
    ;
  }
}
/****** END MOBILE ******/

/***********************/
/*** LEARNER STORIES ***/
.learner-stories {
  background-color: #F2F9F9;
}

.stories-header {
  position: relative;
}

.stories-header .jump-link {
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: 'Gotham SSm A','Gotham SSm B';
  text-decoration: underline;
}

.stories-header .jump-link svg {
  margin-left: 10px;
}

.learner-stories,
.ideou-resources {
  padding-top: 40px;
  padding-bottom: 80px;
}

.learner-stories {
  position: relative;
}

.stories-container {
  padding: 40px;
}

.learner-stories:before,
.learner-stories:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  background: #F2F9F9;
}

.learner-stories:before {
  left: -1000%;
  right: 100%;
}

.learner-stories:after {
  left: 100%;
  right: -1000%;
}

.section-line {
  display: block;
  width: 100%;
  border-top: 1px solid #C1C1C1;
}
.stories-container .sub-heading {
  padding-top: 10px;
  font-size: 24px;
}

.learners-container {
  display: flex;
  justify-content: space-evenly;
}

.learner {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  padding: 30px;
  width: 25%;
}

.learner .image-container {
  border-radius: 200px;
  margin-bottom: 26px;
  background-color: transparent;
}
/*
.learner:hover .image-container img,
.learner:focus .image-container img {
  opacity: 0.6;
}
*/
.learner img {
  /*width: 200px;*/
  border-radius: 200px;
  transition: all .25s ease;
}

.learner .details {
  width: 100%;
  text-align: center;
}

span.author-name {
  text-transform: none;
  font-size: 22px;
  font-weight: 500;
  /*transition: all .25s;*/
  text-decoration: underline;
}

span.author-occupation {
  text-transform: none;
  font-size: 18px;
}

/****** MOBILE ******/
@media only screen and (max-width: 800px){
  .stories-header {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-left: 15px;
  }
  .stories-header .jump-link {
    position: relative;
    display: inline-flex;
    bottom: 1px;
  }
  .stories-header .jump-link a {
    text-decoration: underline;
  }
  .stories-container {
    padding: 20px 0;
  }
  .learners-container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .learner {
    width: 100%;
  }
  .learner .details {
    text-align: center;
  }
}
/****** END MOBILE ******/

/**********************/
/*** IDEO RESOURCES ***/

.ideou-resources {
  float: left;
}

.ideou-resources h2 {
  /*margin: 0;*/
  text-align: left; /*center;*/
  width: 100%;
}

.resource-list {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0!important;
}

.resource-entry {
  float: left;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #dbdbda;
  list-style: none!important;
}

.resource-entry a {
  display: flex;
  align-items: center;
  border-bottom: none!important;
  background-image: none!important;
}

.resource-entry a:hover h3 {
  background-size: 100% 100%;
}

.resource-type {
  text-transform: uppercase;
  font-family: 'Gotham SSm A','Gotham SSm B';
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 16px;
}

.resource-entry h3 {
  display: inline;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(65%,transparent),color-stop(10%,#ffd203));
  background-image: linear-gradient(180deg,transparent 65%,#ffd203 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .25s ease;
  font-size: 20px;
  line-height: 24px;
}

.resource-descr {
  padding-top: 8px;
  font-size: 18px;
  font-weight: 500;
}

.resource-image {
  text-align: right;
}

.resource-text.grid__item.medium-up--four-sixths {
  padding-left: 0;
}

/****** MOBILE ******/
@media only screen and (max-width: 800px){
  .resource-descr {
    display: none;
  }
}

/*********************/
/*** TOPICS FILTER ***/
#topic-filtered {
  padding: 0 15px;
}
#topic-filtered .heading {
  background-color: #C7C5D466;
  position: relative;
  padding: 40px 0;
}
#topic-filtered .heading:before, #topic-filtered .heading:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  background: #C7C5D466;
}
#topic-filtered .heading:before {
  left: -1000%;
  right: 100%;
}
#topic-filtered .heading:after {
  left: 100%;
  right: -1000%;
}
#topic-filtered .heading h2 {
  /*text-transform: uppercase;*/
  font-size: 30px;
}
.tag {
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.tag .tag-count {
  font-size: 24px;
  margin-right: 30px;
}
.tag .tag-name {
  min-height: 32px;
  font-size: 12px;
}

/****** MOBILE ******/
@media only screen and (max-width: 800px){
  .tag {
    flex-direction: column;
  }
  .tag span {
    display: block;
    width: 100%;
    float: left;
    margin-right: 0 !important;
  }
}

/****** CONTENT MOBILE ******/
@media only screen and (max-width: 800px) {
.enroll {
    padding: 40px 20px;
    flex-direction: column;
}
.one-half.left {
    width: 100%;
}
.enroll .logo {
    text-align: center;
    padding: 20px 0;
}
