@charset "UTF-8";

/* ****************************************************
File name: Content editor.
Created date: 12/01/2011
Last Modified: 12/01/2011
Created by Simplefly
***************************************************** */

.wp-editor {
	
}
.wp-editor blockquote{     font-family: NewBaskervilleStd-Italic;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin: 0px;}
.wp-editor hr { width: 100%; background: url(css/images/bg-row-h2-small.png) no-repeat center center; height: 11px; border: none; display: block; margin:  -10px 0 40px 0}
.wp-editor blockquote > p:last-child { margin-bottom: 0}

.wp-editor a {}
.wp-editor a:hover {}
.wp-editor h1 {}
.wp-editor h2 {
	
}
.wp-editor h3 {
	
}
.wp-editor h4 {
	
}
.wp-editor h5 {}

.wp-editor h6 {}

.wp-editor p {
	
}
.wp-editor p a.link {
	
}

.wp-editor ol {}
.wp-editor ol li {}

.wp-editor ul {}
.wp-editor ul li {
	
}
.wp-editor ul li .social {
	
}
.wp-editor ul li:first-child {
	
}

.wp-editor table {}

.wp-editor table th,
.wp-editor table td {
	
}

.wp-editor img.alignleft {
	
}

.text-capitalize { text-transform: capitalize}
.text-lowercase { text-transform: lowercase}
.text-uppercase { text-transform: uppercase}

.wp-editor img.alignright {
	
}

.wp-editor img.aligncenter {
	
}





.wp-editor-page {
	
}
.wp-editor-page a {
	
}
.wp-editor-page a:hover {}
.wp-editor-page h1 {
	
	
}
.wp-editor-page h2 {
	
}
.wp-editor-page h3 {
	
}
.wp-editor-page h4 {
	
}
.wp-editor-page h5,
.wp-editor-page h6 {
	
}

.wp-editor-page p {
	
}
.wp-editor-page p a.link {
	
}

.wp-editor-page ol {}
.wp-editor-page ol li {}

.wp-editor-page ul {}
.wp-editor-page ul li {
	
}
.wp-editor-page ul li .social {
	
}
.wp-editor-page ul li:first-child {
	
}

.wp-editor-page table {}

.wp-editor-page table th,
.wp-editor-page table td {
	
}

.wp-editor-page img.alignleft {
	
}

.wp-editor-page img.alignright {
	
}

.wp-editor-page img.aligncenter {
	
}
.single-education .wp-editor h3:not(.page-title):not(.logo), 
.page-template-temp-education .wp-editor h3:not(.page-title):not(.logo) { margin-bottom: 20px}
.single-education .wp-editor h2:not(.page-title):not(.logo),
.page-template-temp-education .wp-editor h2:not(.page-title):not(.logo) { margin-bottom: 30px}
.wp-editor.mce-content-body .hide-desktop,
.wp-editor.mce-content-body .hide-mobile { display:block!important; position: relative!important; border:  1px solid red;}
.wp-editor.mce-content-body .hide-mobile { border: 1px solid blue}
.wp-editor.mce-content-body .hide-desktop:after,
.wp-editor.mce-content-body .hide-mobile:after { display: block; content: "This content is hide on mobile"; position: absolute; top: -1em; font-size: 11px; left: 0}
.wp-editor.mce-content-body .hide-desktop:after {content: "This content is hide on desktop";} 
@media (min-width: 768px) {
    .hide-desktop { display: none}
}
@media (max-width: 767px) {
    .hide-mobile { display: none}
    .wp-editor blockquote { font-size: 14px}
}
