.btn-main{background: #ed1c24;color: #fff;}

.cke_editable{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif !important;
}
.cke_editable p{
    padding-left: 10%!important;
    padding-right: 10%!important;
}
/*.cke_editable p.insertedCode{background: #f8f8f8; border: 1px dashed #aaa; padding: 10px; color: #ccc;}*/
/*.cke_editable p.insertedCode:hover{}*/

.cke_editable p.insertedCode .removeBlock{display: none;}
.cke_editable p.insertedCode:hover .removeBlock{display: none;}

.cke_editable p img{width: 125% !important;margin-left: -15% !important;margin-right: -15% !important;}
.cke_editable h2, .cke_editable h3, .cke_editable h4{font-family: 'Montserrat', sans-serif;
	padding-left: 10%!important; padding-right: 10%!important;color: #222;font-weight: 500;}
.cke_editable h2 {font-size: 1.5rem;}
.cke_editable h3 {font-size: 1.75rem;}
.cke_editable iframe{width: 100%;}
/*.cke_editable strong {
    color: rgb(0,157,180);
}*/

.cke_editable ul{
    padding-left: 12%!important;
}

.cke_editable blockquote {
    width: 50%;
    margin-left: calc(10% + 43px);
    padding-left: 10px;
    border-left: 3px solid rgb(237,28,36);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #999;
}

.cke_editable figure {
    text-align: left;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}

.cke_editable figure > figcaption {
    text-align: left;
    display: block;
}

/*styles*/
.highlighted{display: block;font-size: 20px;margin: 30px 0;font-weight: 600;color: #5c5c5c;width: 80%;
	border-left: 3px solid rgb(237,28,36);padding-left: 20px;}

p.linkedContent{background: #eee; width: 40%; float: right;padding: 20px!important; margin-left: 10px;}
.linkedContent img{width: 100%; max-width: 100%; margin: 0 10px;}

.authBackground{background: url(/images/bg_3.jpg);}
.overlayer{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5)}
