.fs-c-breadcrumb {
    font-size: 1.2rem;
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: left;
}

.fs-c-breadcrumb__list {
    padding: 0;
}

.fs-c-breadcrumb a {
    text-decoration: underline;
}

.editable {
	font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85;
}

.editable a {
	text-decoration: underline;
}

.editable h1 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.85;
	margin: 0 0 30px;
}

.editable h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.85;
	margin: 0 0 30px;
}

.editable h3 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.85;
	margin: 0 0 30px;
}

.editable img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.editable p {
	font-size: 1.4rem;
	margin: 0 0 30px;
}

.editable strong {
	font-weight: bold;
}

.editable em {
	font-style: italic;
}

.editable ul {
	display: block;
	list-style-type: disc;
	margin-left: 20px;
}

.editable ul li {
	display: list-item;
}

.editable ol {
	display: block;
	list-style-type: decimal;
	margin-left: 20px;
}

.editable ol li {
	display: list-item;
}

.editable img.alignleft {
	text-align: left;
}

.editable img.aligncenter {
	 display: block;
	 margin: 1px auto;
}

.editable img.alignright {
	 display: block;
	 margin: 1px 1px 1px auto;
}

.editable iframe {
	max-width: 100%
}