/* CMS pages ****************************************************************************** */
@media screen and (max-width: 1199px) {
	.cms .block-cms {
		padding: 16px;
	}
}
.cms .rte img {
	max-width: 100%;
	height: auto;
}

.cms .rte p,
.cms .rte ul,
.cms .rte ol {
	font-size: 1.2em;
}

.cms .rte a {
	word-break: break-all;
}

#cms #center_column ul,
#cms #center_column ol,
#cms #center_column dl { 
	margin-left: 25px; 
	margin-bottom: 20px;
}

@media screen and (max-width: 619px) {
	#cms #center_column ul,
	#cms #center_column ol,
	#cms #center_column dl { 
		margin-left: 10px; 
	}
}

#cms #center_column li { 
	margin-bottom: 5px;
}

#cms #center_column .rte {
	padding: 2em 3em;
}

#cms #center_column h2 {
	font-size: 1.4em;
	margin-top: 2em;
}

#cms #center_column h1 {
	font-size: 2.2em;
	font-weight: bold
}