/* Custom */
	
.image_link {
	
}

/* Base */
	
.cke_panel_list h1,
.cke_editable h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #999;
  font-family: Sarala, sans-serif;
  color: #137dbf;
  font-size: 2.38rem;
  line-height: 3rem;
  font-weight: 400;
}
.cke_panel_list h2,
.cke_editable h2 {
  margin-top: 1rem;
  margin-bottom: 0.65rem;
  font-family: Sarala, sans-serif;
  color: #5f841d;
  font-size: 1.77rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.cke_panel_list h3,
.cke_editable h3 {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Sarala, sans-serif;
  color: #5f841d;
  font-size: 1.33rem;
  line-height: 1.95rem;
  font-weight: 700;
}
.cke_panel_list h4,
.cke_editable h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Sarala, sans-serif;
  color: #5f841d;
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.cke_panel_list h5,
.cke_editable h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Sarala, sans-serif;
  color: #5f841d;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.cke_panel_list h6,
.cke_editable h6 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-family:'Open Sans', sans-serif;
  color: #423d36;
  font-size: 0.85rem;
  line-height: 1.35rem;
  font-style: italic;
  font-weight: 600;
}
.cke_panel_list p,
.cke_editable p {
  margin-bottom: 0.65rem;
  font-family:'Open Sans', sans-serif;
  color: #423d36;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.cke_panel_list .image_link,
.cke_editable .image_link {
  border-bottom: 0 none;
} 

/* Shared Base */
	
.cke_youtube {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_youtubelogo.gif) no-repeat center center;
}

.cke_audiofile {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/cke_audiofilelogo.gif) no-repeat center center;
}

.cke_chart {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_chart.gif) no-repeat center center;
	max-height: 300px;
}

.cke_slideshow {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_slideshow.jpg) no-repeat center center;
}

.cke_widget_wrapper .ckegripfile-wrapper,
.cke_editable .ckegripfile-preview,
.ckegripfile-data {
	display:none;
	font-size: 0;
	line-height: 0;
}

.cke_widget_wrapper .ckegripfile-widget-preview {
	padding: 8px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: inherit;
	display: block;
	line-height: normal;
}

.ckegripfile-title {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 22px;
	position: relative;
}

	.ckegripfile-title p {
		margin: 0;
		padding: 0;
		line-height: normal;
	}

.ckegripfile-description {
	padding: 0 22px;
}

	.ckegripfile-description p {
		margin: 0;
		padding: 0;
		line-height: normal;
		font-style: italic;
	} .cke_youtube {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_youtubelogo.gif) no-repeat center center;
}

.cke_audiofile {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/cke_audiofilelogo.gif) no-repeat center center;
}

.cke_chart {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_chart.gif) no-repeat center center;
	max-height: 300px;
}

.cke_slideshow {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_slideshow.jpg) no-repeat center center;
}

.cke_widget_wrapper .ckegripfile-wrapper,
.cke_editable .ckegripfile-preview,
.ckegripfile-data {
	display:none;
	font-size: 0;
	line-height: 0;
}

.cke_widget_wrapper .ckegripfile-widget-preview {
	padding: 8px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: inherit;
	display: block;
	line-height: normal;
}

.ckegripfile-title {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 22px;
	position: relative;
}

	.ckegripfile-title p {
		margin: 0;
		padding: 0;
		line-height: normal;
	}

.ckegripfile-description {
	padding: 0 22px;
}

	.ckegripfile-description p {
		margin: 0;
		padding: 0;
		line-height: normal;
		font-style: italic;
	}


/* Plugins */ 