.inlinepic {float:right; margin: 0 -35px 30px 40px;}
.cke_button__inlinesave_label {display: inline; color: white; }
.cke_reset_all a.cke_button__inlinesave {background-color: #526bb3; color: white;}
.warning {color:red;}
.ui-widget-header input {color:#000;}
.removeauthor {display: inline-block; }
.removeauthor:hover {cursor: pointer;}
.removetag {display: inline-block; }
.removetag:hover {cursor: pointer;}
div.wsc-badge ul li:before {background-color: none;width:0px; height: 0px;}
div.buttonholders {margin-left:5em;}
.settings {margin-top:1em;}
#deleteheadermedia {padding: 0.5em;margin: 0.5em;}
.highlight {position: relative;
	background-color: #eee;
	color: #111c24;
	margin: 25px 0 45px;
	padding: 35px 35px 45px;
}
@media only screen and (max-width: 600px){
	.inlinepic {
		float:none;
		display:block;
	}
}
@media only screen and (min-width: 1220px){
	.highlight {
		margin-right: -35px;
	}
}
@media only screen and (min-width: 740px){
	.highlight {
	float: right;
	width: 330px;
	margin-top: 0;
	margin-left: 35px;
	padding: 30px 30px 45px;}
}
.highlight_header {
	position: relative;
	align-items: end;
	display:block;
	margin-left:0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.highlight_heading {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: .43px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.highlight_rule {
    width: 60px;
    height: 1px;
    background-color: #3fb3ff;
    margin: 20px 0;
}
.highlight_description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;}
	.highlight_description p {
		margin: 14px 0;
}
.dropcap1 {
    float: left;
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    margin-top:3px;
}

.ckeditor-faculty-card {
    float:right;
    margin: 20px 0 20px 20px;
    max-width: 350px;
}
.ckeditor-faculty-card .faculty_card_wrapper {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}
.ckeditor-faculty-card img.faculty_card_image {
    margin-top: 20px;
}
@media (max-width: 550px) {
    .ckeditor-faculty-card {
        float: none;
        margin: 80px 0px 0px 0px;
        max-width:550px;
    }
}