.feedback-item .feedback-item__actions .voted {
  	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #3f46ad;
	background: #3f46ad;
	color: #fff;
 }

.card .result__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
    margin-top: 22px; }
.card .result__progress-bar {
      height: 12px;
      width: 100%;
      max-width: 117px;
      background: #ebebec;
      position: relative; }
.card .result__progress-bar-value {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: #45c693; }


.course-asset__content p.active{
  color: #3f46ad;
}

.article-single .legacy_article__head .article__title{
  line-height: 1.55;
  margin-bottom: 25px;
  font-size: 40px;
  text-align: unset;
}

.article-newsletter .article__figure--size-1 {
    width: 100%;
    max-width: 250px; }

.article-newsletter .article__entry .article__figure--size-1 + .article__text {
    width: calc(100% - 200px);
    padding-left: 47px;
}

.article-newsletter .square-ornament{
  display: none;
}

.feedback-item .feedback-item__actions .upvote-vote-match {
      border-color: #3f46ad;
      background: #3f46ad;
      color: #fff;
}
/***
Subscribers form
****/

.btn.disabled, .btn:disabled {
  opacity: 0.15!important;
}

/**
Search autocomplete
**/

.search-autocomplete .easy-autocomplete .easy-autocomplete-container{
  z-index: 200!important;
}

/**
Courses Search detail page
**/

.article-preview .h2 a{
  text-decoration: none;
}

.article-preview .h2 a:hover{
  color:#57c1b6;
}

.article-preview .article__figure{
  margin-bottom:20px;
}

.article-preview .resource__progress {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
    margin-bottom: 14px;
    font-size: 15px; }
.article-preview .resource__progress > span {
      margin-left: 15px; }
.article-preview .resource__progress-bar {
      height: 14px;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background: #ebebec;
      position: relative; }
.article-preview .resource__progress-bar-value {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: #45c693; }

/*****
Contributors Search detail page
******/

.section-contributors .section__bar-outer {
    position: relative;
    z-index: 2; }
.section-contributors .section__bar {
    background-color: #f5f5f5;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
.section-contributors .section__bar.is-fixed {
      position: fixed;
      top: 80px;
      left: 0;
      right: 0; }
.section-contributors .section__group {
    padding-top: 47px;
    max-width: 802px;
    margin: 0 auto; }
.section-contributors .section__group-title {
    margin-bottom: 20px;
    text-transform: uppercase; }
/* Mobile */
@media (max-width: 767.98px) {
  .section-contributors {
    padding-bottom: 220px; }
    .section-contributors .section__head {
      padding: 50px 0; }
    .section-contributors .section__bar {
      position: static !important; } }
/*****
Long read page
******/

.article-single .dark__image h1.h1.article__title, .article-single .dark__image h4.h4, .article-single .dark__image h5.h5.article__author-name, .article-single .dark__image h5.h5.article__title_postDate{
  color:#fff!important;
}
.article-single .article__entry .ornament-position-1{
  z-index: -1;
}

.article-single blockquote {
    color: #57c1b6;
    font-size: 44px;
    line-height: 1.41;
    font-style: italic;
    font-family: "IBM Plex Serif", serif;
    margin: 82px 0 90px;
    position: relative;
    padding-left: 60px; }
.article-single blockquote:before {
      content: '“';
      font-size: 96px;
      line-height: 62px;
      position: absolute;
      top: 8px;
      left: -8px; }
.article-single blockquote:after {
      content: '”';
      font-size: 96px;
      display: inline-block;
      line-height: 1px;
      position: relative;
      top: 50px; }


.article-case-study .shell {
  background-color: rgba(87, 193, 182, 0.20);
  padding:50px;
}

.article-case-study .shell a {
  color:#111111;
  font-weight: bold;
  text-decoration: underline;
}

/** reverse blocks in articleTextWithOrnament **/
.article-single .article__entry .square-ornament + .article__text.reversed {
  width: calc(100% - 210px);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 30px;
  padding-right: 0px; }

.article-single .article__entry .ornament-position-4-reversed{
    position: absolute;
    top: 221px;
    left: 0;
}
/*****
Handbook page
******/
.handbook-disabled{
  opacity: 0.25;
}


/*****
Course Section page
******/

.enrol-notification{
  width:802px;
  height: 452px;
  text-align: center;
  vertical-align: middle;
  background-image: url("/assets/images/temp/course-placeholder.png");
  background-size: contain;
}
.enrol-notification h4{
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .enrol-notification{
    width: 100%;
    max-width:450px;
    height: 252px;
  }
}

/****
Course Cover pages
*****/

.highlight-box--xlarge .highlight-box__meta h6 {
  font-size: 15px; }
.highlight-box--xlarge .highlight-box__title {
  font-size: 25px; }
.highlight-box--xlarge .highlight-box__foot p {
  font-size: 15px; }


/****
Profile goodies pages
*****/

.profile-callout .visit-website {
    width: 202px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    background: #3f46ad;,
    color: white;
    font-weight:bold;
    border: 1px solid #4A14AC; }

.profile-callout .visit-website a{
  color:white;
  text-decoration:none;
}

.profile-callout .visit-website a:hover{
  text-decoration:underline;
}

/***
Read Landing page
****/

.book--reversed .book__image{
  padding-top:35px;
}

/*****
ul,ol fixes
****/
.article-newsletter .article__entry .shell ul, .article-single .article__entry .shell ul, .article-single .article__entry .shell ol,.article-single .article__entry .shell dl, .course-body .course__entry .shell ul,.course-body .course__entry .shell ol,.course-body .course__entry .shell dl{
  margin: 20px 0 40px 35px;
}


/** Article Cookie Consent Disclaimer **/
.article-single .social-embed .social-cookie-disclaimer{
  display: inline-block;
  max-width: 468px;
  font-size:12px;
  text-align: left;
}


/** Twitter styles **/

.article-single .social-embed{
  text-align: center;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 16px 16px 16px 16px;
  max-width: 468px;
  color: #323648;
  font-style: unset;
  text-align: right;
}

blockquote.twitter-tweet p {
  margin-bottom:15px!important;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}

blockquote.twitter-tweet a {
  color: #7A3C84;
  font-weight: normal;
  text-decoration: underline;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

blockquote.twitter-tweet::before{
  content: none;
}

blockquote.twitter-tweet::after{
  content: none;
}


















