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

      :root {
        --font: Montserrat;
        --alt-font: Montserrat;
        --accent-color: #00a69b;
        --secondary-color: #000000;
        --link-color: #a9a9a9;
        --accent-highlight-color: #00403c;
        --accent-highlight-background-color: #00f3e2;
        --accent-tinted-color-70: #b3e4e1;
        --accent-tinted-color-80: #ccedeb;
        --accent-tinted-color-90: #e6f6f5;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #00d9cb;
        --secondary-hover-color: #1a1a1a;
        --secondary-contrast-color: #fff;
        --link-hover-color: #767676;
      }
      

.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/v1510240869/ve2crhinjedg6rtzmfkm.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Home Hero*/
.hero .hero__caption {
  background: rgba(0,0,0,.6);
  max-width: 100%;
  bottom: 0rem;
}
.webinar{
	display: none;
}
#learner .hero__caption h2 {
    color: #fff;
    font-size: 2.5rem
}
.home.index {
  background: #fff;
}

.home.index .container {
  box-shadow: none;
}
.header__promo {
  display: none;
}

.home.index .widget--featured-content h3{
	font-size: 54px;
	margin-bottom: 0;
	padding-bottom: 23px;
	font-weight: 300;
}
.index.home .hr__accent{
	display: none;
}

#learner .widget--featured-content .featured-content-article-item__title{
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    padding-top: 13px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    padding-bottom: 40px;
	margin-top: 0;
}

.home.index #learner .widget--featured-content~.widget--featured-content .featured-content-article-item h4{
    padding-top: 0;
    font-size: 26px;
    margin-bottom: 0;
	font-family: 'Playfair Display', serif;
	padding-bottom: 0;
	letter-spacing: 0;
	margin-top: 26px;
}
.featured-content-article-item{
	border: none;
}
/* 3 icons section */
.three-icons-section .editor-content{
	text-align: center;
}
#learner .three-icons-section .editor-content h3{
	padding-top: 9px;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 8px;
}
.image-left{
	display: block;
	background-color: #e5e5e5;
}
.image-left--image-holder{
	width: 100%;
}
.image-left--content-holder{
	width: 100%;
	padding: 1rem;
}
.image-left--button,
.image-right--button{
	background-color: #3ea761;
	-webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1.1rem 3.2rem 1.1rem;
    font-size: .6rem;
    background-color: #4aba6f;
    border-color: #71a130;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    border-radius: 22px;
    letter-spacing: .32em;
	text-transform: uppercase;
}

.image-right{
	display: block;
}
.image-right--image-holder{
	width: 100%;
}
.image-right--image-holder img,
.image-left--image-holder img{
	width: 100%;
}
.image-right--content-holder{
	width: 100%;
	padding: 1rem;
}
#learner .image-left--content-holder h1,
#learner .image-right--content-holder h1{
	font-weight: 300;
	margin-bottom: 10px;
}
.image-left--content-holder p,
.image-right--content-holder p{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 200;
}
/* 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;
}

.home-quotes--quote{
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(//d36ai2hkxl16us.cloudfront.net/m/crowd-culture/quote.svg);
    background-size: 9.3%;
    padding-top: 62px;
    padding-left: 30px;
    font-weight: 200;
    margin-bottom: 1px;
}
.home-quotes--holder .home-quotes--author{
    color: #fff;
    padding-top: 16px;
    font-size: 22px;
    font-weight: 100;
}
.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%;
	padding-left: 50px;
}
.home-quotes--holder h1{
	font-size: 36px;
}
.home-quotes--holder .home-quotes--author{
	padding-left: 30px;
}
/* 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/m/crowd-culture/prev-arrow.svg);
	left: 15px;
}
.home-quotes .slick-arrow.slick-next{
	background-image: url(//d36ai2hkxl16us.cloudfront.net/m/crowd-culture/fwd-arrow.svg);
	right: 15px;
}

.home-hero .hero .hero__caption a{
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}
.hero .hero__caption span{
	color: #fff;
}

/* Image Block -- Courses */
.image-block--courses .image-block__overlay,
.image-block--instructor .image-block__overlay {
  background-color: #fff;
  left: 0px;
  bottom: 0px;
  padding: 1rem;
  width: 100%;
  top: auto;
  height: auto;
}
.image-block--instructor .image-block__overlay {
  width: 85%;
}
.image-block--courses p,
.image-block--instructor p {
  color: #0e0e0e;
  font-size: .75rem;
  text-align: left;
}

.image-block--courses:hover p,
.image-block--instructor:hover p {
  display: block;
}

.image-block--instructor p {
  font-size: .75rem;
}
.image-block--instructor p.lead {
  line-height: 1.33;
  margin-bottom: 0;
}

.social__links {
  margin-top: 2rem;
}
.social__links li {
  float: left;
  margin-right: .5rem;
}
.social__links a {
  background: url('//d36ai2hkxl16us.cloudfront.net/handyman/social_icons.png') no-repeat;
  background-size: 180px 36px;
  display: block;
  height: 36px;
  width: 36px;
}
.social__links .facebook {
  background-position: 0 0;
}
.social__links .gplus {
  background-position: -36px 0;
}
.social__links .instagram {
  background-position: -72px 0;
}
.social__links .pinterest {
  background-position: -108px 0;
}
.social__links .twitter {
  background-position: -144px 0;
}

.home.index .widget--benefits,
.home.index .widget--instructors {
  background: url('//d36ai2hkxl16us.cloudfront.net/tasteofhome/v2/pattern_bg.png');
}
.home.index .widget--benefits > .row {
  margin: 0 auto;
  max-width: 1144px;
}

.home.index .widget--courses {
  background: url('//d36ai2hkxl16us.cloudfront.net/channelone/courses_bg.jpg') center top;
  background-size: cover;
  box-shadow: inset 0 0 250px rgba(0,0,0,.75);
}
.home.index .widget--courses > .row,
.home.index .widget--instructors > .row,
.home.index .widget--footer > .row{
  margin: 0 auto;
  max-width: 1200px;
}
.home.index .widget--courses > .row {
  margin-bottom: 2rem;
}
.home.index .widget--courses .widget__title {
  color: #fff;
  text-shadow: 0 3px 15px rgba(0,0,0,.65);
}
.home.index .widget--courses .btn--primary {
  color: #fff;
}
.home.index .widget--instructors .widget__title {
  color: #666;
}

.home.index .widget--footer {
  background: url('//d36ai2hkxl16us.cloudfront.net/handyman/footer_bg.jpg');
  box-shadow: inset 0 0 120px rgba(0,0,0,.25);
}
.home.index .widget--footer ul {
  list-style: none;
  margin-left: 0;
}
.home.index .widget--footer p,
.home.index .widget--footer a {
  color: #fff;
  font-size: .75rem;
}
.home.index .widget--footer a {
  text-decoration: underline;
}
.home.index .widget--footer .links p {
  margin-bottom: 0;
}
body.learn.course{
	background-image: url('//d36ai2hkxl16us.cloudfront.net/m/ti-knowledge-center/bg_knowledge.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.expandable-sidebar__toggle,
.tools__content__sections__list a.active{
	background-color: #8dc63f;
}
.heading.heading--primary{
	color: #8dc63f;
}
.tools__content__sections__list{
	border-color: #8dc63f;
}
.learner-section__title{
	display: block;
	text-align: center;
}
.learner-section__title__slash{
	display: none;
}
.learner-lesson__title{
	display: block;
	text-align: center;
}
.learner__container__toggle button span{
	display: none;
}

.header--student{
	background-color: transparent;
	box-shadow: none;
	position: relative;
	background-image: url(//d36ai2hkxl16us.cloudfront.net/m/ti-knowledge-center/knowledge-logo.png);
	background-repeat: no-repeat;
    background-position: 50% 44px;
    background-size: 15.4%;
	margin-bottom: 28px;
}
.header--student .header__left{
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	
}
.header--student .header__right{
	z-index: 6;
}
.header--student .header__left__copy{
	float: none;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 64px;
}
.header--student .header__left__copy .course-title{
	color: #231f20;
	font-size: 2rem;
}
.header--student .header__left__icon{
	background-color: transparent;
	font-size: 19px;
}

.learner__container__toggle .icon-list::before{
	content: '';
	background-image: url(//d36ai2hkxl16us.cloudfront.net/m/ti-common/hamburger-menu.svg);
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.learner__container__toggle .icon-list{
    line-height: 0.5;
    padding-right: 0;
    padding: 4px 0;
    display: block;
}
.layout-panel{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 26px;
}
.directional__nav .directional__nav__button{
	background-color: transparent;
}
.directional__nav{
	padding-bottom: 50px;
}
.directional__nav .directional__nav__button__container{
	margin-top: -87px;
}
.directional__nav .icon-navigateright::before{
	content: '';
	background-image: url(//d36ai2hkxl16us.cloudfront.net/m/ti-knowledge-center/right-arrow-green.svg);
    width: 18px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.directional__nav .icon-navigateleft::before{
	content: '';
	background-image: url(//d36ai2hkxl16us.cloudfront.net/m/ti-knowledge-center/left-arrow-green.svg);
    width: 18px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.section-progress-bar span{
	height: 6px;
}
.learner-section__title__container .learner-section__title{
	text-transform: uppercase;
	color: #8dc63f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.learner-section__title__container .learner-lesson__title{
	color: #231f20;
	font-size: 36px;
	font-weight: 300;
}
@media only screen and (min-width: 24em){

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

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

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

	.header__inner .top-bar .toggle-topbar{
		display: block;
	}
	
	.top-bar-section ul li{
		float: none;
	}
	.top-bar {
	    border-top: none;
	    clear: none;
	    margin-left: 2rem;
	    margin-top: .25rem;
	    position: absolute;
	    right: 0;
	    top: 45px;
	}
	.index.home .nav--top {
	    margin-top: .35rem;
	    position: absolute;
	    right: 0;
	    top: -82px;
	}
	.header--student .header__left__icon {
	    height: 5rem;
	    padding: 20px 1px 1px;
	    width: 5%;
	}
	.hero{
		position: relative;
		z-index: 0;
	}
	.hero:after{
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		height: 33%;
		z-index: 1;
		display: block;
		position: absolute;
	}
	.hero__caption{
		padding: 1rem 2rem;
		background-color: transparent;
		text-align: center;
	    bottom: 9.9%;
		z-index: 4;
	}
	.hero .hero__caption span{
		color: #fff;
	}
	.hero__caption .hero__title{
	    max-width: 870px;
	    margin-left: auto;
		margin-right: auto;
	}
	#learner .hero__caption .h4{
		font-size: 20px;
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
		font-weight: 300;
		line-height: 1.2;
		color: #fff;
		display: block;
	}
    .header--microsite {
      background-color: #fff;
      margin-top: 0;
    }
    .header--microsite .header__inner {
      max-width: 1200px;
      margin: 0 auto;
    }
    .home.index .header--microsite {
      box-shadow: 0 0 14px 0 rgba(0,0,0,.25);
      min-height: 102px;
      margin-top: 0;
      position: absolute;
      top: 2.25rem;
      left: 0;
      width: 100%;
      z-index: 1;
	  background-color: rgba(255, 255, 255, 0.8);
    }
	.company__school-name__divider{
		display: none;
	}
	.company__school-name {
	    font-size: .75rem;
	    display: block;
	    font-weight: 600;
	    text-transform: uppercase;
	    margin-bottom: .5em;
	    position: absolute;
	    left: 50%;
	    width: 216px;
	    background-color: transparent;
	    transform: translateX(-50%);
	    overflow: hidden;
	    height: 42px;
	    top: 28px;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	    background-size: contain;
		background-image: url(//d36ai2hkxl16us.cloudfront.net/m/ti-knowledge-center/knowledge-logo.png);
	    text-indent: 120%;
	    line-height: 42px;
	}
	
	.home.index .company__school-name{
		top: 40px;
	}
	.learn.article .company__school-name{
		top: 12px;
	}
    .header--microsite .company__logo {
      float: left;
      height: 65px;
      margin: -0.2rem 0 0;
	  width: 68px;
    }
    .home.index .header--microsite .company__logo {
	    height: 65px;
	    margin: 0.2rem 0 0 5.5rem;
		width: 68px;
    }

    .nav--top {
        margin-top: .35rem;
    }

		.header__inner .top-bar .toggle-topbar{
		display: block;
		
	}
	.header__inner .top-bar .toggle-topbar.menu-icon {
	    top: 50%;
	    margin-top: -5px;
	    left: -114px;
	}
	
	.header__inner .top-bar .toggle-topbar.menu-icon button {
		display: block;
		margin: 1em;
		position: absolute;
		width: 36px;
		transform: translate(-50%,-50%);
	}
	.header__inner .top-bar .toggle-topbar.menu-icon button span{
		display: none;
	}
	.header__inner .top-bar .toggle-topbar.menu-icon button:before,
	.header__inner .top-bar .toggle-topbar.menu-icon button:after {
	  background-color: #000;
	  content: '';
	  display: block;
	  height: 4px;
	  transition: all 200ms ease-in-out;
	  text-indent: 0;
	  width: 36px;
	}
	.header__inner .top-bar .toggle-topbar.menu-icon button:before {
	  box-shadow: 0 10px 0 #000;
	  margin-bottom: 16px;
	  text-indent: 0;
	}
	
	.header__inner .top-bar .toggle-topbar.menu-icon button.open:before {
	  box-shadow: 0 0 0 #000;
	  transform: translateY(10px) rotate(45deg);
	}
	.header__inner .top-bar .toggle-topbar.menu-icon button.open:after{
	  transform: translateY(-10px) rotate(-45deg);
	}
	/* learner specific */
	.learn.dashboard .top-bar .toggle-topbar.menu-icon{
	    top: 0;
	    margin-top: -112px;
	    margin-left: 65px;
	}
	
	.top-bar-section ul{
	    position: absolute;
	    top: 53px;
	    right: 0;
	    background-color: rgba(255,255,255,0.8);
	    min-width: 332px;
	    padding-left: 33px;
		padding-right: 33px;
		padding-top: 5px;
		padding-bottom: 20px;
	}
	.learn.dashboard .top-bar-section ul{
		top: -53px;
	}
	.home.catalog .top-bar-section ul{
		top: 45px;
	}
	
	.top-bar-section ul li{
		float: none;
	}
	.top-bar-section{
		z-index: 10;
	}
	.top-bar-section .left{
		display: none;
	}
	.top-bar-section .left.open{
		display: block;
	}
	.top-bar {
	    border-top: none;
	    clear: none;
	    margin-left: 2rem;
	    margin-top: .25rem;
	    position: absolute;
	    right: 0;
	    top: 33px;
	}
	.index.home .top-bar{
		top: 45px;
	}
	.nav--top{
	    position: absolute;
	    right: 0;
	    top: -46px;
	}
	.home.index .nav--top {
	    margin-top: .35rem;
	    position: absolute;
	    right: 0;
	    top: -82px;
	}
	.learn.article .header__inner .medium-6 {
		width: 100%;
	}
    .top-bar,
    .top-bar-section ul li,
    .top-bar-section li a,
    .top-bar-section li:not(.has-form) a:not(.button) {
      background-color: transparent;
      color: #000;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 2.4rem;
      font-weight: 500;
    }
	.top-bar-section ul li:hover:not(.has-form)>a{
		background-color: transparent;
	}
    .top-bar-section ul li > a {
      font-size: 20px;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
      background-color: transparent;
      color: #000;
    }

    .nav--top ul a {
      font-size: .75rem;
      text-transform: none;
	  padding-bottom: 7px;
    }
	.layout__content .widget.three-icons-section{
		padding-top: 42px;
		padding-bottom: 114px;
	}
	
	/* right left images */
	.image-left{
		display: flex;
		justify-content: center;
	}
	.image-left--image-holder{
		width: 50%;
	}
	.image-left--content-holder{
		width: 50%;
	    align-items: center;
	    display: flex;
	}
	.image-left--wrapper{
	    max-width: 490px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.image-right{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	.image-right--image-holder{
		width: 50%;
	}
	.image-right--content-holder{
		width: 50%;
	    align-items: center;
	    display: flex;
	}
	.image-right--wrapper{
	    max-width: 490px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	
	/* footer */
	.footer .footer__powered-by{
		border: none;
		display: block;
		padding: 7px 0 0 0;
		margin: 0;
	}
	.home-quotes--holder{
		padding-left: 80px;
	}
	
	.webinar{
		display: block;
		position: relative;
		line-height: 1;
	}
	
	.webinar:before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		border: 1px #d6d6d6 solid;
	}
	.webinar .eyebrow{
	    display: block;
	    color: #999;
	    font-size: 11px;
	    line-height: 1;
	    padding-top: 30px;
	}
	.top-bar-section li.webinar:not(.has-form) a:not(.button){
		padding-top: 19px;
	}
	.webinar h3{
	    font-size: 17px;
	    font-weight: 600;
	    padding-top: 5px;
	    margin-bottom: 19px;
	}
	.webinar .description{
		text-transform: none;
		font-weight: 300;
	}
	.webinar p{
		padding-top: 8px;
		font-size: 15px;
	}

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

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

}
@media only screen and (min-width: 64.063em){
    /* Image Blocks */
    .image-block p {
      font-size: 1.125rem;
    }
    .image-block p.lead {
      font-size: 1.625rem;
    }

    .image-block--courses ul {
      list-style: disc;
    }
    .image-block--courses li,
    .image-block--courses p,
    .image-block--instructor p {
      color: #000;
      font-size: .75rem;
      margin-bottom: 0;
    }
    .image-block--courses p.lead {
      margin-bottom: .5rem;
    }
    .image-block--instructor p {
      font-size: .65rem;
    }

    .image-block__overlay {
      position: absolute;
      bottom: 0;
      height: 100%;
      left: 0;
      overflow: hidden;
      padding: 8px;
      width: 100%;
    }
    .image-block__overlay > div {
      background: #fff;
      height: auto;
      margin-top: 50%;
      padding: 2rem 1rem 1.5rem;
      position: relative;
      -webkit-transition: margin .25s ease-in;
      transition: margin .25s ease-in;
    }

    .image-block--courses .image-block__overlay,
    .image-block--instructor .image-block__overlay {
      background-color: #fff;
      box-shadow: 0 0 16px rgba(0,0,0,.35);
      left: 8px;
      bottom: 8px;
      padding: 1rem;
      width: 70%;
      top: auto;
      height: auto;
    }
    .image-block--instructor .image-block__overlay {
      width: 85%;
    }

    .image-block blockquote {
      font-size: 2.25rem;
      margin-top: 20%;
    }
	
    .home.index .widget--footer {
      padding: 2rem;
    }

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

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

}

table td {
    border: none;
}

.new-catalog-grid-item__asset-container
    { display: none; }
.nav.nav--top ul li:last-of-type{
   display: none;
}
.new-catalog-grid-item__cta-container{ 
	display: none;
}
    
.new-catalog-grid-item__hr
    { display: none; }
    
.catalog-grid-item__asset-container{
	display: none;
}

