.playable .fa-play {
	font-size: 1.5rem;
	background-color: #fa4d4d;
	padding: .6rem 1.2rem .7rem 1.6rem;
	border-radius: 10px;
	color: white !important;
	text-shadow: none;
}

/*
.field--name-field-hero-content .carousel .hero-content p.h3 {
	line-height:2.2rem;
}
*/
#cti-banner {
	margin-top:3rem;
}

@media (max-width: 767.98px) {
	.field--name-field-hero-content .carousel .hero-content p.h3 {
		line-height: 1.7rem !important;
		margin-top:-.5rem;
	}
	#cti-banner {
		margin-top:0rem;
	}
}


.accordion .card-body {
	margin-left:-1.5rem !important;
}

.accordion p.accordion-expander {
	margin-top:-1.5rem !important;
}

/* This code is to reduce the dark overlay on the photos... sometimes too dark if photo is dark (normally 70%)*/

@media (min-width: 768px) {

/*
	.field--name-field-hero-content .carousel .carousel-item > .paragraph--type--banner-item.has-image:not(.has-video) .overlay {
    background-image: linear-gradient(to right,rgba(0,0,0,0.6),transparent 50%); 
    z-index: 1;
	}
	*/

	/* CHI */
	.field--name-field-hero-content .carousel#carousel-slides-7095 .carousel-item > .paragraph--type--banner-item.has-image:not(.has-video) .overlay {
    background-image: linear-gradient(to right,rgba(0,0,0,0.6),transparent 40%);
    z-index: 1;
	}
	/* CEI */
	.field--name-field-hero-content .carousel#carousel-slides-30701 .carousel-item > .paragraph--type--banner-item.has-image:not(.has-video) .overlay {
    background-image: linear-gradient(to right,rgba(0,0,0,0.6),transparent 70%);
    z-index: 1;
	}
	/* CIDI */
	.field--name-field-hero-content .carousel#carousel-slides-37714 .carousel-item > .paragraph--type--banner-item.has-image:not(.has-video) .overlay {
    background-image: linear-gradient(to right,rgba(0,0,0,0.6),transparent 30%);
    z-index: 1;
	}
	/* CITRI */
	.field--name-field-hero-content .carousel#carousel-slides-47374 .carousel-item > .paragraph--type--banner-item.has-image:not(.has-video) .overlay {
    background-image: linear-gradient(to right,rgba(0,0,0,0.6),transparent 0%);
    z-index: 1;
	}

}

@media (max-width: 768px) {
	.accordion .card-body {
		margin-left:0rem !important;
	}
	.accordion p.accordion-expander {
		margin-top:0rem !important;
	}
}
