@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

      :root {
        --font: Lato;
        --alt-font: Lato;
        --accent-color: #0a5192;
        --secondary-color: #222222;
        --link-color: #a9a9a9;
        --accent-highlight-color: #0a5192;
        --accent-highlight-background-color: #eaf4fe;
        --accent-tinted-color-70: #b6cbde;
        --accent-tinted-color-80: #cedce9;
        --accent-tinted-color-90: #e7eef4;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #0d6bc2;
        --secondary-hover-color: #3c3c3c;
        --secondary-contrast-color: #fff;
        --link-hover-color: #767676;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1499701412/zazd71fdlwwp9ucucoac.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/eb3c9de7-3aac-491d-9263-1b5040e5160a/rpo8yikm4b06-PVALogoHorizontal.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.manager-title-search .selectize-dropdown {
  display: none !important;
}

.home-quotes--quote{
    color: #000000;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(//d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1502992067/h7brbvjntdktknrz4cjp.png);
    padding-top: 80px;
	font-weight: 300;
}
.home-quotes--holder .home-quotes--author{
	font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #000000;
    padding-top: 16px;
    font-size: 22px;
    font-weight: 300;
	text-align: center;
	position: relative;
	margin-bottom: 0;
}
.home-quotes--holder .home-quotes--author:before{
	content: '';
	position: absolute;
	top: 0;
	height: 0;
	min-width: 180px;
	border-top: 1px solid #000000;
	margin-left: calc(50% - 90px);
	display: block;
}
.home-quotes--item.slick-slide{
    min-height: 489px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.home-quotes--holder{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.home-quotes--holder h1{
	font-size: 1.75rem;
	text-align: center;
}
.home-quotes--holder .home-quotes--author-info{
	color: #000000;
	font-style: italic;
	text-align: center;
	font-weight: 100;
}
/* carousel styling */
.slick-initialized .home-quotes--item.slick-slide{
  display: flex;
}
.home-quotes .slick-arrow{
  position: absolute;
  z-index: 5;
  border: none;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  width: 36px;
  text-indent: 110%;
  line-height: 60px;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
  margin: 0;
  padding: 0;
}
.home-quotes .slick-arrow:hover{
  opacity: 0.9;
}
.home-quotes .slick-arrow.slick-prev{
  background-image: url(//d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1502992209/l0vlulakuujrbzf1kngy.png);
  left: 15px;
}
.home-quotes .slick-arrow.slick-next{
  background-image: url(//d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1502992275/w012zm8b2tgmrtxsvuk6.png);
  right: 15px;
}

.home-hero .hero .hero__caption a{
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}
.hero .hero__caption .hero__title{
	text-align: center;
	font-weight: 300;
}
/* footer */
.footer{
  background-color: #666;
}
.footer__inner{
  border: none;
  
}
.footer__company__info,
.footer__company__name,
.footer__powered-by,
.footer__powered-by a{
  color: #fff;
}
.footer__links strong{
  display: none;
}
.footer__links a{
  display: block;
  overflow: hidden;
  height: 30px;
  width: 30px;
  background-image: url(//d36ai2hkxl16us.cloudfront.net/m/crowd-culture/question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: 110%;
  line-height: 30px;
}
@media only screen and (min-width: 24em){
  .header--microsite .company__logo, .header--microsite .company__beta-logo {
    float: left;
    margin-bottom: .5rem;
    width: 300px;
    height: 110px;
    margin-top: -9px;
    margin-left: 11px;
  }
}
@media only screen and (min-width: 30.063em) {

}
@media only screen and (min-width: 40.063em) {

}
@media only screen and (min-width: 48.063em) {
  /* transparent nav */
  .index.home .header.header--microsite{
    position: absolute;
    top: 42px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    width: 100%;
  }

  .top-bar{
    border: none;
    background: transparent;
      float: right;
      /* padding-right: 58px; */
      margin-top: -75px;
  }
  .top-bar-section ul li{
    background: transparent;
  }
  .top-bar-section li:not(.has-form) a:not(.button){
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 1em;
    line-height: 36px;
    padding:1em;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover,
  .top-bar-section li:not(.has-form) a:not(.button):focus{
    background-color: transparent;
  }
  .top-bar-section li:not(.has-form) a:not(.button){
    background-color: transparent;
  }
  .top-bar-section ul li:hover:not(.has-form)>a{
    background-color: transparent;
  }
  .top-bar-section .left li .dropdown {
      right: auto;
      left: -60px;
  }
  /* nav specific */
  .nav--top {
    margin-top: -16px! important;
  }
  /* replace the cart link with cart icon 
  .nav--top ul a{
    position: absolute;
    top: 0;
    right: 5px;
  }
  
   .nav--top ul li:last-of-type a{
    overflow: hidden;
    background-image: url(//d36ai2hkxl16us.cloudfront.net/m/crowd-culture/cart.svg);
    background-repeat: no-repeat;
      background-size: 90%;
      background-position: 50% 50%;
      text-indent: 400%;
      width: 36px;
      height: 36px;
      position: absolute;
      right: 39px;
      top: 49px;
    z-index: 4;
  }
  .nav ul>li:not(.has-form) a:not(.button):focus,
  .nav--top ul li:last-of-type a:focus{
    background-color: transparent;

  }*/
  /* dropdown */
  .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button),
  .top-bar-section .dropdown li a{
      width: auto;
      height: auto;
    text-indent: 0;
    overflow: visible;
      margin-left: 0;
      text-align: right;
      padding-right: 15px;
      color: #000;
      font-size: 14px;
      font-weight: normal;
  }
  
  .home-hero .hero:before{
    content: '';
    position: absolute;
    bottom: 0;
    top: 44%;
    left: 0;
    right: 0;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.60+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: top 0.3s ease-in;
  }
  .home-hero .hero .hero__caption{
      background-color: transparent;
      z-index: 5;
      color: #fff;
      width: 90%;
      left: 50%;
	  transform: translateX(-50%);
  }
  .home-hero .hero .hero__caption h2{
    color: #fff;
    font-size: 48px;
  }
  #learner .home-hero .hero .hero__caption .h4{
    color: #fff;
    font-weight: 200;
    font-size: 23px;
    display: block;
	text-align: center;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
  }

  .layout__content .home-hero .hero{
    margin-bottom: 15;
  }
  .home-quotes--item,
  .home-quotes--item.slick-slide{
      min-height: 489px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .slick-initialized .home-quotes--item.slick-slide{
    display: flex;
  }
  .home-quotes--holder{
    width: 80%;
  }
  .home-quotes--holder h1{
    font-size: 2.25rem;
    
  }
  /* footer */
  .footer .footer__powered-by{
    border: none;
    display: block;
      padding: 7px 0 0 0;
      margin: 0;
  }
}
@media only screen and (min-width: 55em){
  .header--microsite .company__logo {
      float: left;
      margin-bottom: 0.3rem;
      width: 326px;
      height: 110px;
      margin-top: 3px;
      margin-left: -9px;
  }
  .home-hero .hero .hero__caption{
      width: 80%;
  }
  .home-hero .hero .hero__caption h2{
    font-size: 53px;
  }
}
@media only screen and (min-width: 60.063em){

}
@media only screen and (min-width: 64.063em){
  .header--microsite .company__logo {
      float: left;
      margin-bottom: .3rem;
      width: 361px;
      height: 110px;
      margin-top: -5px;
      margin-left: 0;
  }

}
@media only screen and (min-width: 70em){
  .header--microsite .company__logo,
  .header--microsite .company__beta-logo {
      float: left;
      margin-bottom: .5rem;
      width: 300px;
      height: 110px;
      margin-top: -9px;
      margin-left: 11px;
  }

}
@media only screen and (min-width: 72.063em){
  .home-hero .hero:before{
    top: 44%;
  }
}
@media only screen and (min-width: 80.063em) {

}
/* 3 icons section */
.three-icons-section .editor-content{
	text-align: center;
}
#learner .three-icons-section .editor-content h3{
	padding-top: 12px;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 8px;
}
.hero__caption {
    text-align: center;
    width: 200px;
    display: block;
}

/* Added by Paras */
/* reset.css */
.myrow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
 @media (min-width:576px) {
.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-sm-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-sm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (min-width:768px) {
.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-md-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-md-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (min-width:992px) {
.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-lg-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-lg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-lg-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-lg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (min-width:1200px) {
.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-xl-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-xl-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-xl-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-xl-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-xl-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}

/* style.css */
/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
a.button-one {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 50px;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
	text-decoration:none;
	background: #1c558c;
}
a.button-one:hover {
	background: #1c558c;
	color: #fff;
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
}
section.page-banner-section {
	background-color: #1C558C;
	padding: 2rem 0;
}
section.page-banner-section h1 {
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin: 0;
	text-align: center;
}
/*------------------------------------------------- */
/* =  Sidebar */
/*------------------------------------------------- */
.sidebar .widget {
	background-color: #f4f4f4;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 1.75rem;
	margin-bottom: 1.75rem;
}
.sidebar .widget.course-widget {
	background-color: #dfeffd;
}
.sidebar div.course-widget p.title {
	margin-bottom: 24px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
.sidebar div.course-widget h3 {
	font-weight: 500;
	margin-bottom: 4px;
}
.sidebar .profile-widget .top-part {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.sidebar .profile-widget .top-part img {
	max-width: 100%;
	width: 80px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.sidebar .profile-widget .top-part .name {
	line-height: normal;
	flex-grow: 1;
	padding-left: 20px;
}
.sidebar .profile-widget .top-part .name h3 {
	margin-bottom: 4px;
}
.sidebar .profile-widget .top-part .name span {
	color: #0A5192;
}
.sidebar .profile-widget p {
	line-height: 28px;
}
/*------------------------------------------------- */
/* =  single course section */
/*------------------------------------------------- */
section.content-section {
	padding: 2rem 0;
	background-color: #f8f9fa;
}
section.content-section h1 {
	text-align: center;
	color: #1c558c;
	font-weight: 700;
}
section.content-section h2.video-title {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 1.5rem;
}

section.content-section .course-detail {
	background-color: #f4f4f4;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}
section.content-section .single-course-content {
	padding: 1rem;
}
section.content-section .single-course-content h1 {
	font-size: 2em;
	font-weight: 700;
	color: #1c558c;
	line-height: 1;
	margin: 0;
	text-align: center;
}
section.content-section .single-course-content h2 {
	font-weight: 700;
}
section.content-section .single-course-content p {
	line-height: 28px;
	margin-bottom: 30px;
}
section.content-section .single-course-content ul.list {
	padding-left: 20px;
	margin-bottom: 30px;
}
section.content-section .single-course-content ul.list li {
	line-height: 28px;
	font-size: 15px;
}
section.content-section .course-section {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 1.75rem;
	margin-bottom: 1.75rem;
}

section.content-section .course-section h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
.single-course-content .course-info {
	display: block;
	background-color:#f4f4f4;
	margin-bottom:30px;
}
.single-course-content .course-info .course-author {
	display: flex;
	align-items: center;
	font-size: 15px;
	margin-bottom: 20px;
}
.single-course-content .course-info .course-author:last-child {
	padding-right: 0;
	border-right: 0;
}
.single-course-content .course-info .course-author .icon {
	margin-right: 15px;
	color: #0A5192;
}
.single-course-content .course-info .course-author .icon  img {
	max-width: 100%;
	width: 80px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.single-course-content .course-info .course-author .info span.alabel {
	color: #0A5192;
	font-size:24px;
	font-weight:700;
}
.single-course-content .course-info .course-author .info div.value a {
	color: #2f2f32;
}
.single-course-content .course-info .course-author .info div.value a:hover {
	color: #4783f3;
}
.single-course-content .course-info .course-category {
    margin: 0 auto;
}

section.content-section .course-section .course-panel-heading {
	border-top: 1px solid #e9ecef;
	display: flex;
	align-items: center;
	padding: 15px 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
section.content-section .course-section .course-panel-heading .panel-heading-left {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon {
	line-height: 1;
	margin-right: 15px;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon i {
	color: #d4d9dd;
	font-size: 20px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon span {
	color: #d4d9dd;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item {
	background-color: #e9ecef;
	padding: 2px 6px;
	display: inline-block;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 6px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #fff;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.video {
	background-color: #65bded;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.practice {
	background-color: #FDC731;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.free {
	background-color: #8be669;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.lecture {
	background-color: #68e8b7;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.quiz {
	background-color: #bd83ef;
}
section.content-section .course-section .course-panel-heading .panel-heading-left .title p {
	font-size: 14px;
	color: #adb5bd;
	margin: 0;
	line-height: 1;
}
section.content-section .course-section .course-panel-heading:hover .panel-heading-left .course-lesson-icon i {
	color: #f9a134;
}
section.content-section .course-section .course-panel-heading:hover .panel-heading-left .course-lesson-icon span {
	color: #0A5192;
}
section.content-section .course-section .course-panel-heading:hover, section.content-section .course-section .course-panel-heading.active {
	background-color: #f8f9fa;
}
section.content-section .course-section .panel-content {
	max-height: 0;
	overflow: hidden;
	background-color: #f8f9fa;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
section.content-section .course-section .panel-content .panel-content-inner {
	padding: 0 15px 20px 15px;
	font-size: 15px;
	color: #7d7e7f;
	line-height: 26px;
}
section.content-section .course-section .course-panel-heading.active + .panel-content {
	max-height: 106px;
}
/* Rules for sizing the icon. */
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-24 {
	font-size: 24px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
.material-icons.md-75 {
	font-size: 75px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}
.video-container {
	height: 0;
	padding-bottom: 56.25%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width:576px) {
	.icon {display:none;}
}
.panorama-dashboard .analytics-labels {
display: none;}
}


.panorama-client .large-8 .btn--alt {
	visibility: hidden; 
	position: relative;	
	content: 'Preview Course'
}
	
.panorama-client .large-8 .btn--alt:after {
	visibility: visible; 
	content: 'Preview Courses - Not For Credit';
	position: absolute; top: 0;
	border: solid 0.8px #d0d0d0;
	background-color: #f8fafc;
	padding: 8px;
   	right: 0;
}

.panorama-client .large-8 .icon-help {
	display:none;
}

/* Remove login logo */
a.btn--link.company__beta-logo {display: none;}


/* hide last active from Course screen*/

/*.sort-header--active-sort {visibility:hidden;}*/
.user .flex-table__col:nth-of-type(3), .users .flex-table__col:nth-of-type(3)
{visibility:hidden;}




/* =========================================
   PVA Featured Content — Corrected Premium Version
========================================= */

.pva-featured-content {
  background: #f4f6fa !important;
  padding: 24px 18px 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Widget title */
.pva-featured-content h2,
.pva-featured-content .widget__title,
.pva-featured-content .widget-title,
.pva-featured-content .title {
  color: #111827 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  margin: 0 0 22px !important;
}

/* Try to hide only the top badge/ribbon */
.pva-featured-content .badge,
.pva-featured-content [class*="badge"],
.pva-featured-content [class*="ribbon"] {
  display: none !important;
}

/* Card shell */
.pva-featured-content .catalog-grid-item,
.pva-featured-content [class*="catalog-grid-item"] {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Hover */
.pva-featured-content .catalog-grid-item:hover,
.pva-featured-content [class*="catalog-grid-item"]:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10) !important;
  border-color: #d7dee8 !important;
}

/* Image */
.pva-featured-content .catalog-grid-item img,
.pva-featured-content [class*="catalog-grid-item"] img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* Body */
.pva-featured-content .catalog-grid-item__body,
.pva-featured-content [class*="catalog-grid-item__body"] {
  padding: 22px 22px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  background: transparent !important;
  border: 0 !important;
  min-height: 0 !important;
  gap: 10px !important;
}

/* Remove leftover TI inner styling, but DO NOT hide text elements */
.pva-featured-content .catalog-grid-item__body *,
.pva-featured-content [class*="catalog-grid-item__body"] * {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Title */
.pva-featured-content .catalog-grid-item h3,
.pva-featured-content .catalog-grid-item h4,
.pva-featured-content [class*="catalog-grid-item"] h3,
.pva-featured-content [class*="catalog-grid-item"] h4 {
  color: #0b1320 !important;
  font-size: 18px !important;
  line-height: 1.32 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Description */
.pva-featured-content .catalog-grid-item p,
.pva-featured-content .catalog-grid-item__description,
.pva-featured-content .catalog-grid-item__body-copy,
.pva-featured-content [class*="catalog-grid-item"] p {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
  font-weight: 400 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: 100% !important;
}

/* Divider before CTA */
.pva-featured-content .catalog-grid-item__body::after,
.pva-featured-content [class*="catalog-grid-item__body"]::after {
  content: "" !important;
  display: block !important;
  flex: 1 1 auto !important;
  min-height: 14px !important;
  border-bottom: 1px solid #edf2f7 !important;
}

/* CTA area */
.pva-featured-content .catalog-grid-item__cta-container,
.pva-featured-content [class*="catalog-grid-item__cta-container"] {
  padding: 18px 22px 22px !important;
  margin-top: 0 !important;
  border: 0 !important;
  background: transparent !important;
  min-height: 0 !important;
  display: block !important;
}

/* Remove inner CTA wrappers, but keep text visible */
.pva-featured-content .catalog-grid-item__cta-container > *,
.pva-featured-content [class*="catalog-grid-item__cta-container"] > * {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* Button */
.pva-featured-content .btn,
.pva-featured-content .btn--link,
.pva-featured-content .btn--primary {
  display: inline-flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #1e80f0 0%, #156fe0 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(30, 128, 240, 0.24) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease !important;
}

/* Force button text visible */
.pva-featured-content .btn *,
.pva-featured-content .btn--link *,
.pva-featured-content .btn--primary * {
  display: inline !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
}

/* Button hover */
.pva-featured-content .btn:hover,
.pva-featured-content .btn--link:hover,
.pva-featured-content .btn--primary:hover {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(30, 128, 240, 0.32) !important;
  filter: brightness(1.02) !important;
}

/* Spacing between cards */
.pva-featured-content .columns,
.pva-featured-content .column,
.pva-featured-content [class*="col-"] {
  margin-bottom: 18px !important;
}

@media (max-width: 1024px) {
  .pva-featured-content {
    padding: 20px 14px 24px !important;
  }

  .pva-featured-content .catalog-grid-item__body,
  .pva-featured-content [class*="catalog-grid-item__body"] {
    padding: 18px 18px 0 !important;
  }

  .pva-featured-content .catalog-grid-item__cta-container,
  .pva-featured-content [class*="catalog-grid-item__cta-container"] {
    padding: 16px 18px 18px !important;
  }
}

/* =========================================
   🔥 REMOVE ALL INNER "BUBBLE" BOXES
========================================= */

.pva-featured-content .catalog-grid-item__body > div,
.pva-featured-content .catalog-grid-item__body > span,
.pva-featured-content .catalog-grid-item__body > p,
.pva-featured-content [class*="catalog-grid-item__body"] > div,
.pva-featured-content [class*="catalog-grid-item__body"] > span,
.pva-featured-content [class*="catalog-grid-item__body"] > p {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
/* Remove subtle pill outlines TI sneaks in */
.pva-featured-content [class*="meta"],
.pva-featured-content [class*="description"] {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}