

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600&subset=latin,latin-ext');

body {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7857;
	color: #000;
	background-color: #fff;
	margin: 15px;
}

.cke_editable {
	font-size: 13px;
	line-height: 1.6154;
}

p {
	margin: 0 0 20px;
}

blockquote {
	font-style: italic;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a:link,
a:visited {
	color: #de3f53;
	font-weight: 600;
	text-decoration: underline;
}

ol, ul, dd {
	padding: 0 40px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	color: #de3f53;
	font-size: 2.5em;
	margin: 0.5em 0;
	font-weight: 600;
}

hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

/* Justify plugin default classes */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}

/* Module, Asset, Image plugin default "alignment" classes */
.figure-left {
	float: left;
	margin: 0 38px 38px 0;
}
.figure-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.figure-right {
	float: right;
	margin: 0 0 38px 38px;
}
.figure-block {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.figure {
	padding: 6px 0 0;
}
.figure > img {
	display: block;
	
}
.figure-caption {
	font-size: 1em;
	line-height: 1.5;
	font-style: italic;
	padding: 15px 22px 0;
}

.figure-left .figure-left,
.figure-right .figure-right {
	float: none;
	margin: 0;
}

/* Clear plugin class */
.clear-both {
	height: 0.1px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.cke_editable .clear-both {
	border-top: 3px dashed rgba(127,127,127,0.125); /* this should be in the wysiwyg only */
}

/* Wysiwyg only classes */
.ckeditor-jnp-asset,
.ckeditor-jnp-module {
	background-color: rgba(127,127,127,0.125);
}

/* Tables */

table {
	border-collapse: collapse;
	border: 0;
	margin: 0 -0.5em;
}
td, th {
	line-height: 1.3333;
	text-align: left;
	padding: 0.25em 0.5em;
	border: 0;
	vertical-align: top;
}
thead th {
	border-bottom: 3px solid #222;
	vertical-align: bottom;
}

/* Formatted links */

a.link {
	text-decoration: none;
}
.link-icon {
	vertical-align: middle;
	display: inline-block;
	font-size: 0.5em;
	width: 27px;
	height: 26px;
	margin: 0 8px 0 5px;
	overflow: hidden;
	position: relative;
}
.link-icon:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('/public/26/45/1/87_542_files.png') no-repeat 0 0;
}
.link-icon-pdf:after {
	background-position: -54px 0;
}
.link-icon-doc:after,
.link-icon-docx:after {
	background-position: -27px 0;
}
.link-label {
	text-decoration: underline;
}
.link-icon,
.link-info {
	color: #787878;
}


.checklist {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.checklist > li {
	margin: 0 0 20px 80px;
	position: relative;
	min-height: 53px;
}
.checklist > li:before {
	content: " ";
	display: block;
	width: 50px;
	height: 49px;
	background: #de3f53 url('/public/3b/f9/ac/89_544_check.png') no-repeat 0 0;
	position: absolute;
	left: -80px;
	top: 4px;

	-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
}

/* Content font */

body.ckeditor-jnp-attr-body, .body,
body.ckeditor-jnp-attr-customPerex {
	/* color: #222;
	font-size: 18px; */
}
body.ckeditor-jnp-attr-perex, .perex {
	font-size: 1.25em;
	line-height: 1.5
}

