/*Custom CKeditor Styles*/
@import url("common.css");
body,a,p{font-family: ProximaNovaRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;color: #34393d;}
a,p{line-height: 23px;}
a{color: #005dab;}
h1 a:hover, h1 a:focus,h2 a:hover, h2 a:focus{}
h1, h2, h3, h4, h5, h1 a, h2 a,h3 a{font-family: ProximaNovaBold, "Helvetica Neue", Helvetica, Arial, sans-serif;color:#34393d}
h1,h1 a{font-size: 26px;}
h2{font-size: 20px;}
h3{font-size: 16px;}

.blue-title{color: #005dab;font-family: ProximaNovaRegular}
.sub-title{color: #34393d !important}
.quote{padding: 23px 0;margin: 23px 0;font-size: 24px;border-top: 1px solid #0493AA;border-bottom: 1px solid #0493AA; color: #0493AA;}
.highlight-parag{color: #005dab; font-family: 'flamalight',sans-serif; font-weight: bold;}


/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}
