/* 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;
}

body p.small{
    font-size: 12px;
    color: #777;
}

body p.highlight-text {
    background-color: rgba(237, 237, 237, 0.5);
    padding: 20px;
    color: #263646;
}

body p.text-red {
    color: #CF0A2C;
}

body p.text-large {
    color: #263646;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

body h2.main-heading--content {
    font-size: 48px;
    text-align: center;
}

body h3.heading--content {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}

body h2.red-title-text {
    font-size: 34px;
    color: #CF0A2C;
}

body h2.red-title-text strong {
    font-weight: 800;
}

body p.subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
}

body p.blue-text {
    font-size: 17px;
    font-weight: 400;
    color: #263646;
}