.read-more__content {
	position: relative;
}

.read-more__wrapper {
	display: inline;
}

.expand {
    display: inline-block;
    position: relative;
    background: none;
    color: #002855;
    border: none;
	text-decoration: none;
    font-size: 16px;
	font-weight: 700;
	margin: 10px 0 35px;
}

.expand:hover {
	color: #8A0F09;
}

.read-more__content.ddd-truncated .expand {
	display: inline-block;
}

.expand--less,
.fx-untruncated .expand--more {
	display: none;
}

.expand--more::after {
	content: "\e900";
    font-family: 'icomoon' !important;
    position: absolute;
    font-weight: normal;
    right: -22px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
}

.expand--less::after {
	content: "\e903";
    font-family: 'icomoon' !important;
    position: absolute;
    font-weight: normal;
    right: -22px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
}

.fx-untruncated .expand--less {
	display: inline;
}

.read-more__box {
	max-height: 500px;
}

.read-more__box.fx-untruncated {
	max-height: 100% !important;
}
