:root {

	/* CSS Root Variables */
	
	
	/* ----------------------------------------------------------------------- */
	/*                        GLOBAL SETTINGS                                  */
	/* ----------------------------------------------------------------------- */
	
	--mtbobj_container-background-color: white;
	--mtbobj_aftermenu-margin-top: 20px;
	
	--mtbobj_font-font-family: franklin-gothic-condensed,
	sans-serif;
	
	/*
	HPE: HPEMetricRegular
	USBancorp: Helvetica Neue
	PPG: Montserrat
	Coke: TCCC-UnityText-Regular
	PSEG: helveticaneueltstd-ltcn
	Pfizer: Noto Sans
	Eaton: Arial
	Elevance: Elevance Sans
	Masco: franklin-gothic-condensed
	XCel Energy: Roboto
	Cal water: Raleway
	US Xpress: Abel
	*/
	
	--mtbobj_font-font-size: 16px;
	--mtbobj_font-color: #4b4b4b;
	--mtbobj_font-line-height: 19px;
	
	--mtbobj_link-color: #008ca0; /* #ff671f; */
	--mtbobj_link-text-decoration: none;
	--mtbobj_link-font-weight: 700;
	
	--mtbobj_link-color__hover: #ff671f;
	--mtbobj_link-text-decoration__hover: underline;
	--mtbobj_link_graphic-background: none;
	/* url(../mtb/mtb_bullet_image.png) no-repeat left 3px; */
	--mtbobj_link_graphic-padding-left: 0;
	/* 20px; */
	
	/* headerbox settings used for all views, unless overrridden */
	--mtbobj_headerbox-background-color: #008ca0; /* #dc4405; */
	--mtbobj_headerbox-color: white;
	--mtbobj_headerbox-color__hover: #aaabae;
	--mtbobj_headerbox-font-size: 22px;
	--mtbobj_headerbox-font-family: var(--mtbobj_font-font-family);
	--mtbobj_headerbox-font-weight: 700;
	--mtbobj_headerbox-height: 47px;
	--mtbobj_headerbox-border-left: none;
	--mtbobj_headerbox-border-right: var(--mtbobj_headerbox-border-left);
	--mtbobj_headerbox-border-top: var(--mtbobj_headerbox-border-left);
	--mtbobj_headerbox-border-bottom: var(--mtbobj_headerbox-border-left);
	
	--mtbobj_content_header-color: #4b4b4b;
	--mtbobj_content_header-background-color: #efefef;
	--mtbobj_content_header-font-size: 17px;
	--mtbobj_content_header-font-family: var(--mtbobj_font-font-family);
	--mtbobj_content_header-font-weight: normal;
	
	--mtbobj_list_bullet-padding-left: 15px;
	--mtbobj_list_bullet-list-style-image: none;
	/* url('../mtb/mtb_bullet_image.png'); */
	
	--mtbobj_list-padding-left: 15px;
	--mtbobj_list-list-style-image: none;
	/* url('../mtb/mtb_bullet_image.png'); */
	--mtbobj_list-list-style-type: disc;
	/* circle  disc  square */
	
	/* ----------------------------------------------------------------------- */
	/*                        MENU                                             */
	/* ----------------------------------------------------------------------- */
	
	/* Main tabs */
	--mtbobj_menu-background-color: #ffffff;
	--mtbobj_menu_tab-background-color: var(--mtbobj_menu-background-color);
	--mtbobj_menu_tab-background-color__hover: #008ca0; /* #dc4405; */
	--mtbobj_menu_border-color: #008ca0; /* #dc4405; */
	--mtbobj_menu_tab-color: #4b4b4b;
	--mtbobj_menu_tab-color__hover: white;
	--mtbobj_menu_tab_arrow-color: var(--mtbobj_menu_tab-color);
	--mtbobj_menu_tab_arrow-color__hover: #ffffff;
	--mtbobj_menu-font-size: var(--mtbobj_font-font-size);
	--mtbobj_menu-font-weight: normal;
	/* var(--mtbobj_link-font-weight); */
	--mtbobj_menu-text-transform: none;
	
	/* Sub Tabs */
	--mtbobj_menu_subtab-background-color: #f4f4f4
	/*var(--mtbobj_menu_tab-background-color)*/
	;
	--mtbobj_menu_subtab-background-color__hover: #f4f4f4
	/*var(--mtbobj_menu_tab-background-color__hover)*/
	;
	--mtbobj_menu_subtab-color: #4b4b4b
	/* var(--mtbobj_menu_tab-color) */
	;
	--mtbobj_menu_subtab-color__hover: #008ca0; /* #dc4405; */
	/* var(--mtbobj_menu_tab-color__hover) */
	;
	--mtbobj_menu_subtab_triangle-color: var(--mtbobj_font-color);
	
	
	
	/* ----------------------------------------------------------------------- */
	/*                        SUMMARY VIEW                                     */
	/* ----------------------------------------------------------------------- */
	
	--mtbobj_summary_memberbox-min-width: 290px;
	--mtbobj_summary_memberbox-padding-bottom: 30px;
	--mtbobj_summary_contentbox-background: #ffffff;
	/* #ffffff url(../mtb/mtb_summary_image.png) no-repeat right bottom;  */
	--mtbobj_summary_contentbox-padding-bottom: 0px;
	
	--mtbobj_summary_bannerbox-border-top: 1px solid black;
	--mtbobj_summary_bannerbox-border-bottom: var(--mtbobj_summary_headerbox-border-top);
	--mtbobj_summary_bannerheader-font-weight: normal;
	--mtbobj_summary_bannerheader-font-size: 15px;
	
	/* headerbox defaults are used, override if necessary: */
	--mtbobj_summary_headerbox-font-size: var(--mtbobj_headerbox-font-size);
	--mtbobj_summary_headerbox-font-family: var(--mtbobj_headerbox-font-family);
	--mtbobj_summary_headerbox-font-weight: var(--mtbobj_headerbox-font-weight);
	--mtbobj_summary_headerbox-height: var(--mtbobj_headerbox-height);
	--mtbobj_summary_headerbox-color: white;
	--mtbobj_summary_headerbox-color__hover: var(--mtbobj_headerbox-color__hover);
	--mtbobj_summary_headerbox-background-color: var(--mtbobj_headerbox-background-color);
	--mtbobj_summary_headerbox-border-left: var(--mtbobj_headerbox-border-left);
	--mtbobj_summary_headerbox-border-right: var(--mtbobj_headerbox-border-right);
	--mtbobj_summary_headerbox-border-top: var(--mtbobj_headerbox-border-top);
	--mtbobj_summary_headerbox-border-bottom: var(--mtbobj_headerbox-border-bottom);
	
	/* next lines are new 1/31 */
	--mtbobj_summary_committeelist-padding-left: 0px;
	/* var(--mtbobj_list-padding-left); */
	--mtbobj_summary_committeelist-list-style-image: url('../mtb/mtb_bullet_image.png');
	/* var(--mtbobj_list-list-style-image); */
	--mtbobj_summary_committeelist-list-style-type: circle;
	/* var(--mtbobj_list-list-style-type); */
	--mtbobj_summary_memberbox_committeelist-color: var(--mtbobj_font-color);
	--mtbobj_summary_memberbox_committeelist_link-color: var(--mtbobj_link-color);
	--mtbobj_summary_memberbox_committeelist_link-color__hover: var(--mtbobj_link-color__hover);
	
	--mtbobj_summary_content-background-color: white;
	--mtbobj_summary_content-font-size: var(--mtbobj_font-font-size);
	--mtbobj_summary_content-border-left: 1px solid var(--mtbobj_headerbox-background-color);
	--mtbobj_summary_content-border-right: var(--mtbobj_summary_content-border-left);
	--mtbobj_summary_content-border-top: none;
	--mtbobj_summary_content-border-bottom: var(--mtbobj_summary_content-border-left);
	
	--mtbobj_summary_photobox-padding: 20px;
	/* changed 1/22 */
	--mtbobj_summary_photo-height: 206px;
	--mtbobj_summary_photo-width: 176px;
	
	--mtbobj_summary_ul-padding-left: 15px;
	
	--mtbobj_return_link-color: var(--mtbobj_link-color);
	--mtbobj_return_link-color__hover: var(--mtbobj_link-color__hover);
	
	
	/* ----------------------------------------------------------------------- */
	/*                        BIO VIEW                                         */
	/* ----------------------------------------------------------------------- */
	
	--mtbobj_bio_headerbox-font-size: var(--mtbobj_headerbox-font-size);
	--mtbobj_bio_headerbox-font-family: var(--mtbobj_headerbox-font-family);
	--mtbobj_bio_headerbox-font-weight: var(--mtbobj_headerbox-font-weight);
	--mtbobj_bio_headerbox-height: var(--mtbobj_headerbox-height);
	--mtbobj_bio_headerbox-color: var(--mtbobj_headerbox-color);
	--mtbobj_bio_headerbox-color__hover: var(--mtbobj_headerbox-color__hover);
	--mtbobj_bio_headerbox-background-color: var(--mtbobj_headerbox-background-color);
	--mtbobj_bio_headerbox-border-left: var(--mtbobj_headerbox-border-left);
	--mtbobj_bio_headerbox-border-right: var(--mtbobj_headerbox-border-right);
	--mtbobj_bio_headerbox-border-top: var(--mtbobj_headerbox-border-top);
	--mtbobj_bio_headerbox-border-bottom: var(--mtbobj_headerbox-border-bottom);
	
	
	--mtbobj_bio_content_header-color: var(--mtbobj_content_header-color);
	--mtbobj_bio_content_header-background-color: var(--mtbobj_content_header-background-color);
	--mtbobj_bio_content_header-font-size: var(--mtbobj_content_header-font-size);
	--mtbobj_bio_content_header-font-family: var(--mtbobj_content_header-font-family);
	--mtbobj_bio_content_header-font-weight: var(--mtbobj_content_header-font-weight);
	
	/* default settings on summary apply to bio */
	--mtbobj_bio_photobox-padding: var(--mtbobj_summary_photobox-padding);
	--mtbobj_bio_photo-height: 294px;
	--mtbobj_bio_photo-width: 344px;
	
	--mtbobj_bio_committeelist-padding-left: var(--mtbobj_summary_committeelist-padding-left);
	--mtbobj_bio_committeelist-list-style-image: var(--mtbobj_summary_committeelist-list-style-image);
	--mtbobj_bio_memberbox_committeelist_link-color: var(--mtbobj_summary_memberbox_committeelist_link-color);
	--mtbobj_bio_memberbox_committeelist_link-color__hover: var(--mtbobj_summary_memberbox_committeelist_link-color__hover);
	
	/* ----------------------------------------------------------------------- */
	/*                        QUALIFICATIONS VIEW                              */
	/* ----------------------------------------------------------------------- */
	
	--mtbobj_skill_photo-width: 115px;
	--mtbobj_skill_photo-height: 150px;
	--mtbobj_skill_photobox-padding: 10px;
	--mtbobj_skill_photobox-min-width: 150px;
	
	--mtbobj_skill_headerbox-font-size: var(--mtbobj_headerbox-font-size);
	--mtbobj_skill_headerbox-font-family: var(--mtbobj_headerbox-font-family);
	--mtbobj_skill_headerbox-font-weight: var(--mtbobj_headerbox-font-weight);
	--mtbobj_skill_headerbox-height: var(--mtbobj_headerbox-height);
	--mtbobj_skill_headerbox-color: var(--mtbobj_headerbox-color);
	--mtbobj_skill_headerbox-color__hover: var(--mtbobj_headerbox-color__hover);
	--mtbobj_skill_headerbox-background-color: var(--mtbobj_headerbox-background-color);
	--mtbobj_skill_headerbox-border-left: var(--mtbobj_headerbox-border-left);
	--mtbobj_skill_headerbox-border-right: var(--mtbobj_headerbox-border-right);
	--mtbobj_skill_headerbox-border-top: var(--mtbobj_headerbox-border-top);
	--mtbobj_skill_headerbox-border-bottom: var(--mtbobj_headerbox-border-bottom);
	
	/* take any modifications from Bio view by default */
	--mtbobj_skill_content_header-color: var(--mtbobj_content_header-color);
	--mtbobj_skill_content_header-background-color: var(--mtbobj_content_header-background-color);
	--mtbobj_skill_content_header-font-size: var(--mtbobj_content_header-font-size);
	--mtbobj_skill_content_header-font-family: var(--mtbobj_content_header-font-family);
	--mtbobj_skill_content_header-font-weight: var(--mtbobj_content_header-font-weight);
	
	/* ----------------------------------------------------------------------- */
	/*                        COMMITTEE VIEW                                   */
	/* ----------------------------------------------------------------------- */
	
	/* take any modifications from Qualifications view by default */
	--mtbobj_committee_photo-width: var(--mtbobj_skill_photo-width);
	--mtbobj_committee_photo-height: var(--mtbobj_skill_photo-height);
	--mtbobj_committee_photobox-padding: var(--mtbobj_skill_photo-padding);
	--mtbobj_committee_photobox-min-width: var(--mtbobj_skill_photobox-min-width);
	
	/* take any modifications from Qualifications view by default */
	--mtbobj_committee_headerbox-font-size: var(--mtbobj_skill_headerbox-font-size);
	--mtbobj_committee_headerbox-font-family: var(--mtbobj_skill_headerbox-font-family);
	--mtbobj_committee_headerbox-font-weight: var(--mtbobj_skill_headerbox-font-weight);
	--mtbobj_committee_headerbox-height: var(--mtbobj_skill_headerbox-height);
	--mtbobj_committee_headerbox-color: var(--mtbobj_skill_headerbox-color);
	--mtbobj_committee_headerbox-color__hover: var(--mtbobj_skill_headerbox-color__hover);
	--mtbobj_committee_headerbox-background-color: var(--mtbobj_skill_headerbox-background-color);
	--mtbobj_committee_headerbox-border-left: var(--mtbobj_skill_headerbox-border-left);
	--mtbobj_committee_headerbox-border-right: var(--mtbobj_skill_headerbox-border-right);
	--mtbobj_committee_headerbox-border-top: var(--mtbobj_skill_headerbox-border-top);
	--mtbobj_committee_headerbox-border-bottom: var(--mtbobj_skill_headerbox-border-bottom);
	
	/* take any modifications from Bio view by default */
	--mtbobj_committee_content_header-color: var(--mtbobj_bio_content_header-color);
	--mtbobj_committee_content_header-background-color: var(--mtbobj_bio_content_header-background-color);
	--mtbobj_committee_content_header-font-size: var(--mtbobj_bio_content_header-font-size);
	--mtbobj_committee_content_header-font-family: var(--mtbobj_bio_content_header-font-family);
	--mtbobj_committee_content_header-font-weight: var(--mtbobj_bio_content_header-font-weight);
	
	/* ----------------------------------------------------------------------- */
	/*                        SNAPSHOTS                                        */
	/* ----------------------------------------------------------------------- */
	
	--mtbobj_snapshot-font-size: 170%;
	--mtbobj_snapshot-font-family: var(--mtbobj_headerbox-font-family);
	--mtbobj_snapshot-font-weight: var(--mtbobj_headerbox-font-weight);
	
	
	/* ----------------------------------------------------------------------- */
	/*                        FOOTER                                           */
	/* ----------------------------------------------------------------------- */
	
	
	--mtbobj_footerbox-height: 50px;
	--mtbobj_footerbox-border-top: 1px solid black;
	--mtbobj_footerbox-border-bottom: var(--mtbobj_footerbox-border-top);
	--mtbobj_footerbox-border-left: none;
	--mtbobj_footerbox-border-right: none;
	
	
	
	/* END of ROOT VARS */

	

}

/* Menu Customs */
.mtbobj_menu_tab:hover {
    background-color: #008ca0 !important;
}

.mtbcore_captionbox {
    height: 40px;
}

/* Header box customs */
.mtbobj_skill_headerbox,
.mtbobj_committee_headerbox {
    background-color: var(--mtbobj_container-background-color);
    border-bottom: 2px solid var(--mtbobj_headerbox-background-color);
    color: var(--mtbobj_font-color);
    font-style: italic;
}


.mtbobj_committee_photobox,
.mtbobj_committee_photo,
.mtbobj_committee_memberbox {
    padding: 0 !important;
    padding-right: 1px !important
}

.mtbobj_summary_footerbox {
    padding-top: 0px !important;
}

.mtbobj_footnote_fontsize {
    font-size: 15px !important;
}

.mtbobj_summary_attribute_label {
    font-style: italic;
    font-weight: bold;
    display: inline-block;
}


.mtbobj_summary_memberbox {
    padding-right: 30px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 366px) {
    .mtbobj_summary_memberbox {
        padding-right: 0px;
    }
}

.mtbobj_summary_photobox {
    padding-left: 0px;
    padding-bottom: 4px;
}

.mtbobj_summary_contentbox {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.mtbobj_summary_headerbox {
    padding-left: 15px;
    justify-content: left;
}


.position_list_item {
    list-style: none;
}

.board_summary_gery_box {
    background-color: #e6e6e8;
    padding-left: 5px;
}

.board_summary_padded_box {
    padding-left: 5px;
}

.mtbobj_bio_skilllist {
    margin-left: 10px;
}

.mtbobj_summary_textcontent {
    padding-left: 0px;
    padding-right: 0px;
}

.mtbobj_bio_photo {
    margin-left: 8px;
    margin-right: 0px;
}
@media all and (max-width:500px) {
    .mtbobj_bio_photo {     margin-left: 0px; }
}

.mtbobj_bio_name {
    font-size: var(--mtbobj_bio_headerbox-font-size);
    color: #008ca0; /* #dc4405 */
}


/* .mtbobj_bio_photo, */
.mtbobj_summary_photo {
    margin-left: auto;
    margin-right: auto;
}

.mbtobj_bio_content_header {
    padding-bottom: 5px;
}

.mtbobj_committee_memberbox {
    flex-basis: 0%;
    padding-left: 10px;
    padding-right: 10px;
}


.mtbobj_horz_fat_divider {
    background-color: #008ca0; /*#dc4405; */
    max-height: 6px;
    margin-top: 10px;
    height: 10px;
    padding: 0px;
    margin-bottom: 18px;
}


.mtbobj_spaced_hr {
    padding: 0;
    height: 1px;
    max-height: 1px;
    margin-top: 100px;
    margin-bottom: 30px;
    background-color: black;
}

.mtbcore_flex-col-third {
    padding-bottom: 20px;
    min-width: 290px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}







/* START SNAPSHOT CSS */

table.mtb_snapshot {
    margin-top: 10px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid #ff671b;
    border-right: 0px solid #ff671b;
    border-bottom: 0px solid #ff671b;
    width: 100%;
    border-top: 0px solid #ff671b;
}

td.mtb_snapshot {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

.mtb_snapshot {}

.mtb_snapshot_box_outer {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mtb_snapshot_box .mtb_header_ALL {
    color: white;
}

.mtb_snapshot_box {
    background-color: white;
    padding: 0px;
    border-left: 1px solid #ff671b;
    border-right: 1px solid #ff671b;
    border-bottom: 1px solid #ff671b;
    /* width: 92%; */
    border-top: 1px solid #ff671b;
    margin-top: 20px;
    display: inline-block;
}

.mtb_snapshot_box_content {
    padding: 5px;
}

h3.mtb_snapshot_h3 {
    color: #636466;
    padding-top: 10px;
    margin-bottom: 15px;
}

ul.mtb_snapshot_ul {
    list-style-image: url('../mtb/mtb_bullet_image.png');
}

.mtb_snapshot_image {
    vertical-align: middle;
    padding-right: 5px;
}

.mtb_snapshot_col1 {
    float: left;
}

.mtb_snapshot_col2 {
    float: right;
    max-width: 600px;
}

.mtb_snapshot_itembox {
    width: 155px;
    margin-left: auto;
    margin-right: auto;
}

.mtb_snapshot_item {
    clear: both;
    padding: 5px;
}

.mtb_3col,
.mtb_3col_big {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    min-width: 280px;
    text-align: left;
}

.mtb_2col {
    float: left;
    width: 45%;
    margin-right: 10px;
    min-width: 200px;
}

.mtb_3col_leftspacer {
    width: 15px;
    display: inline-block;
}

.dirstatimage {
    padding-bottom: 15px;
    padding-top: 15px;
}

.mtb_snapshot_1unit {
    width: 12px;
}

.mtb_snapshot_3col {
    display: block;
}

.mtb_snapshot_1col {
    display: none;
}

@media all and (max-width: 1300px) {
    .mtb_3col_big {
        width: 94%;
        clear: right;
        min-width: none;
    }

    .mtb_snapshot_3col {
        display: none;
    }

    .mtb_snapshot_1col {
        display: block;
    }
}

@media all and (max-height: 800px) {
    .mtb_3col_big {
        width: 94%;
        clear: right;
        min-width: none;
    }

    .mtb_snapshot_3col {
        display: none;
    }

    .mtb_snapshot_1col {
        display: block;
    }
}

@media all and (max-width:1023px) and (min-width:768px) {
    .mtb_snapshot_1unit {
        width: 10px;
    }

    div.mtb_snapshot_div {
        padding-left: 0px;
        padding-right: 10px;
    }
}

@media all and (max-width: 1024px) {
    .mtb_3col {
        width: 94%;
        clear: right;
    }

    .mtb_snapshot_box .mtb_header_ALL {
        padding: 0px 0px 0px 0px;
    }

    .mtb_snapshot_box {
        margin-left: 0px;
    }

    .mtb_snapshot_box_content {
        padding: 1px;
    }

    .mtb_3col_leftspacer {
        display: none;
    }
}

.mtb_bar3 {
    width: 40px;
    height: 31px;
}

.mtb_bar4 {
    width: 60px;
    height: 31px;
}

.mtb_bar5 {
    width: 80px;
    height: 31px;
}

.mtb_bar6 {
    width: 100px;
    height: 31px;
}

.mtb_bar7 {
    width: 120px;
    height: 31px;
}

.mtb_bar8 {
    width: 140px;
    height: 31px;
}

.mtb_bar9 {
    width: 160px;
    height: 31px;
}

.mtb_bar10 {
    width: 180px;
    height: 31px;
}

.mtb_bar11 {
    width: 200px;
    height: 31px;
}

.mtb_bar12 {
    width: 180px;
    height: 31px;
}

.mtb_bar13 {
    width: 200px;
    height: 31px;
}



@media all and (max-width:500px) {
    .mtb_bar3 {
        width: 30px;
        height: 31px;
    }

    .mtb_bar4 {
        width: 40px;
        height: 31px;
    }

    .mtb_bar5 {
        width: 60px;
        height: 31px;
    }

    .mtb_bar6 {
        width: 80px;
        height: 31px;
    }

    .mtb_bar7 {
        width: 100px;
        height: 31px;
    }

    .mtb_bar8 {
        width: 120px;
        height: 31px;
    }

    .mtb_bar9 {
        width: 140px;
        height: 31px;
    }

    .mtb_bar10 {
        width: 160px;
        height: 31px;
    }

    .mtb_bar11 {
        width: 180px;
        height: 31px;
    }

    .mtb_bar12 {
        width: 160px;
        height: 31px;
    }

    .mtb_bar13 {
        width: 180px;
        height: 31px;
    }
}


/* END SNAPSHOT CSS */


/*   2023  Edits   */

.mtb-greybar,
.mtb-comother02 {
    background-color: #e6e6e8;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

a.mtb_link_ALL.mtb_itembox_captionbox_tex.mtb_Link_BioHiddenN {
    font-weight: 500 !important;
}

.mtb_li_SUMMARY a,
.mtb-greybarbio>ul>li>a,
mtb_return_to_summary,
mtb_return_to_document,
a.mtb_link_ALL.mtb_itembox_captionbox_tex.mtb_Link_BioHiddenN {
    color: #ff671f;
    text-decoration: none;
}

.mtb_box-content_SUMMARY a:not(.mtb_link_SUMMARY):hover,
.mtb-greybarbio>ul>li>a:hover,
mtb_return_to_summary:hover,
mtb_return_to_document:hover,
a.mtb_link_ALL.mtb_itembox_captionbox_tex.mtb_Link_BioHiddenN:hover {
    color: #ff671f;
    text-decoration: underline;
}

.mtb_box-content_SUMMARY .mtb_link_SUMMARY {
    color: #000100;
}


.mtb_orangelink,
.mtb_orangelink:visited {
    color: #ff671f !important;
    text-decoration: none !important;
}

.mtb_orangelink:hover {
    color: #ff671f !important;
    text-decoration: underline !important;
}

.mtb_whitelink,
.mtb_whitelink:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

.mtb_whitelink:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


.mtb_item-content_SUMMARY>div.mtb,
.mtb_item-content_SUMMARY2>.mtb {
    padding-left: 5px;
}

.mtb-greybarbio {
    background-color: #e6e6e8;
    padding-left: 5px;
    padding-right: 5px;
}

.mtb_header-text_BIO {
    padding-left: 0;
}

div.mtb-committeeseparator {
    margin-left: 0px;
    margin-right: 0px;
    height: 6px;
    background-color: #008ca0; /*#dc4405; */
    margin-top: 10px;
}

div.mtb-comothers>div {
    padding-left: 5px;
}

.mtb_boardataglance {
    padding-top: 25px;
    text-align: center;
    border-top: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
}

.mtb_itembox_captionbox>.mtb_itembox_captionbox_text:hover {
    text-decoration: underline !important;
}