.block {
	margin: 20px 0 20px 0;
}

.rich-text-block,
.trix-content,
trix-editor {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #262626;
}

	trix-editor, trix-editor div {
		overflow-y: scroll;
		max-height: 300px;
	}

	.rich-text-block strong,
	.trix-content strong,
	trix-editor strong {
		font-weight: 600;
	}

.rich-text-block h1,
.rich-text-block h2,
.trix-content h1,
.trix-content h2,
trix-editor h1,
trix-editor h2 {
	font-size: 28px;
	line-height: 1.5;
}

.image-block {
}

	.image-block img {
	}

	.image-block .image-caption {
		background: #efefef;
		padding: 5px 5px 5px 5px;
		font-size: 12px;
		line-height: 1.25;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		color: #9A9A9A;
	}

.carousel-block {
	margin-bottom: 60px;
}

	.carousel-block .carousel {
	}

		.carousel-block .carousel .slider-item {
		}

			.carousel-block .carousel .slider-item .slider-image {
				width: 100%;
			}

	.carousel-block .image-caption {
		background: #efefef;
		padding: 5px 5px 5px 5px;
		font-size: 12px;
		line-height: 1.25;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		color: #9A9A9A;
	}

.blockquote-block {
	background: #efefef;
	padding: 20px 20px 20px 20px;
}