/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

@import "typography.css?2";
body.mceContentBody{font-size:13px;}

.blueText{
    color:#053290;
}
.orangeText{
    color: #fd8000;
}
.lightGreyText{
    color:#222225;
}
.darkGreyText{
    color:#1b1b1d;
}
.noShadow{
    text-shadow: none;
}

.border{
    border: .5rem red solid;
    padding: 1rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 3px 3px 5px rgba(0, 0, 0, 0.5);
}