.elementor-36646 .elementor-element.elementor-element-16a2d02{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-5278885 *//* Standardizing the Terms Page Layout */
.elementor-widget-text-editor {
    padding-right: 50px; /* Gives space between text and sidebar */
    color: #444;
    line-height: 1.7;
}

/* Reducing Main Title Size */
h1.entry-title, .elementor-heading-title {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    color: #002d5b;
}

/* Reducing Numbered Section Headers */
h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    color: #002d5b;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

/* Sub-headers like Consulting/Training */
strong, b {
    color: #002d5b;
    font-size: 16px;
}

/* Formatting the Liability Disclaimer Box */
.legal-disclaimer-box {
    background-color: #f9f9f9;
    border-left: 4px solid #002d5b;
    padding: 20px;
    font-size: 14px;
    margin: 30px 0;
    text-transform: uppercase;
}/* End custom CSS */