/* Custom */
	
.accent_p {
	
}

.button {
	color: #ffffff;
	background-color: #336699;
	padding: 12px;
	
}

.demo {
	color: #326dd2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 12px;
	
}

.secondary {
	
}

/* Base */
	
.cke_panel_list h1,
.cke_editable h1 {
	font-family: Roboto,sans-serif;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 10px;
    padding-right: 20px;
    line-height: 1.25em;
    color: #333;
}
.cke_panel_list h2,
.cke_editable h2 {
	color: #296f9e;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.25em;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: Roboto,sans-serif;
}
.cke_panel_list h3,
.cke_editable h3 {
	color: #296f9e;
    font-weight: 500;
    font-size: 1.35em;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: Roboto,sans-serif;
}
.cke_panel_list h4,
.cke_editable h4 {
    color: #296f9e;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 10px;
	font-family: Roboto,sans-serif;
}
.cke_panel_list h5,
.cke_editable h5 {
    color: #296f9e;
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.35em;
    margin-bottom: 15px;
    margin-top: 10px;
	font-family: Roboto,sans-serif;
}
.cke_panel_list h6,
.cke_editable h6 {
    color: #296f9e;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 10px;
	font-family: Roboto,sans-serif;
}
.cke_panel_list p,
.cke_editable p {
	font-size: 1em;
    line-height: 1.55em;
    margin-bottom: 10px;
    margin-top: 0;
    color: #333;
    font-family: Roboto,sans-serif;
    font-weight: 400;
}
.cke_editable hr {
    border-color: #65aedf;
    border: 0px;
    color: #65aedf;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    border-top: 1px solid;
}
.cke_editable blockquote {
    border-left: 5px solid #e2e2e2;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-left: 0;
}
.cke_editable blockquote p {
    color: #616161;
    font-size: 1.15em;
    line-height: 1.35em;
    margin-bottom: 0;
    margin-top: 0;
    font-family: Roboto,sans-serif;
}
.cke_panel_list .accent_p,
.cke_editable .accent_p {
    display: block;
    border-bottom: 1px solid #65aedf;
    border-top: 1px solid #65aedf;
    color: #333;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.55em;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: Roboto,sans-serif;
}
.cke_panel_list h1,
.cke_panel_list h2,
.cke_panel_list h3,
.cke_panel_list h4,
.cke_panel_list h5,
.cke_panel_list h6,
.cke_panel_list p,
.cke_panel_list .accent_p {
	margin: 0;
}


.cke_panel_list .secondary,
.cke_editable .secondary {
    padding: 10px 15px;
    border: 0 none;
    color: #fff;
    font-size: 1em;
    line-height: 1.15em;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    background-color: #296f9e;
    text-decoration: none;
}

.cke_panel_list .secondary a,
.cke_editable .secondary a{
    text-decoration: none;
    color: #fff;
}

.cke_panel_list .secondary:hover,
.cke_editable .secondary:hover {
    background-color: #0f486f;
    color: #fff;
}

.cke_panel_list .secondary{
   margin-top: 10px;
    margin-bottom: 10px;
}


/* 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 */ 