.elementor-1091 .elementor-element.elementor-element-c395ac9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1091 .elementor-element.elementor-element-14cb34e{--spacer-size:115px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}.elementor-1091 .elementor-element.elementor-element-7b3a3bb{font-family:"ivyjournal", Sans-serif;font-weight:400;color:var( --e-global-color-1b88ad0 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7b3a3bb *//* Heading row style */
table thead th {
    background-color: #2f4f6f;  /* light navy */
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 10px 12px;
}

/* Optional: lighten small sub text in headings */
table thead th small {
    color: rgba(255,255,255,0.75);
    font-weight: 400;
}

/* First column bold labels in body (CHAIRMAN, SECRETARY, etc) */
table tbody td:first-child b {
    color: #2f4f6f;
}

/* Every second column gets very light gray background */
table tbody td:nth-child(2) {
    background-color: #f5f5f5;  /* very light gray */
    padding: 8px 12px;
}/* End custom CSS */