/** read more **/
.read-more-container .read-more-tab { display: none; }
.read-more-container.collapse-all {
	position: relative;
	width: auto;
	margin: 0 -15px;
	max-height: 390px;
	padding-bottom: 80px;
	overflow: hidden;
}
.read-more-container.collapse-all.open { max-height: none; }
.read-more-container.collapse-all .read-more-container-int { padding: 0 22px; margin-bottom: 50px; }
.read-more-container.collapse-all .read-more-tab {
	display: block;
	position: absolute;
	z-index: 100;
	bottom:0;
	left: 0;
	width: 100%;
	background: url("/includes/public/assets/images/handmadepaper.jpg");
	box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.13);
	font:700  14px/14px 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 5px 0 5px;
	text-align: center;
	cursor: pointer;
}
.read-more-container.collapse-all .read-more-tab { display: block; }

/** read more **/
@media (max-width: 64.063em) {
	.read-more-container {
		position: relative;
		width: auto;
		margin: 0 -15px;
		max-height: 390px;
		padding-bottom: 80px;
		overflow: hidden;
	}
	.read-more-container.open { max-height: none; }
	.read-more-container .read-more-container-int { padding: 0 22px; margin-bottom: 50px; }
	.read-more-container .read-more-tab {
		display: block;
		position: absolute;
		z-index: 100;
		bottom:0;
		left: 0;
		width: 100%;
		background: url("/includes/public/assets/images/handmadepaper.jpg");
		box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.13);
		font:700  14px/14px 'Roboto', sans-serif;
		text-transform: uppercase;
		padding: 5px 0 5px;
		text-align: center;
		cursor: pointer;
	}
}

@media (max-width: 40em) {
	/** read more **/
	.contentWrapper .read-more-container {max-height: 670px;}
}


@media (max-width: 64.063em) {
.read-more-container {
    max-height: 750px;
    border-bottom: 1px solid rgba(55,66,74,0.4);
}
.read-more-container .read-more-tab {
    box-shadow: 0px 0px 60px 60px rgba(229,228,223, 0.7);
    border-bottom: 2px solid rgba(55,66,74,0.2);
    padding-bottom: 30px;
}
.read-more-container .read-more-tab.open {
    box-shadow: none;
    background:none;
}
.read-more-button {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    text-transform: lowercase;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #b71234;
    padding: 15px;
    color: #fff !important;
}
.read-more-container.red .title-arrow::before, .read-more-container.blue .title-arrow::before, .read-more-container.green .title-arrow::before, .read-more-container.red .title-arrow::after, .read-more-container.blue .title-arrow::after, .read-more-container.green .title-arrow::after  {
    content: "";
    font-style: normal;
    font-weight: normal;
    margin:0;
}
}

/*-----EMW Added print styles so the content can be displayed when printing -----*/
@media print
{    
.read-more-container .read-more-container-int {
    padding: 0;
    margin-bottom: 0; 
}
.read-more-container {
    border-bottom: none; 
    width: auto; 
    margin: 0; 
    max-height: none; 
    padding-bottom: 0; 
}
.read-more-button {
    display: none;
}
}