:root {

	/* CSS Root Variables */
	
	
	/* ----------------------------------------------------------------------- */
	/*                        GLOBAL SETTINGS                                  */
	/* ----------------------------------------------------------------------- */
	
	--mtbobj_container-background-color: white;
	--mtbobj_aftermenu-margin-top: 20px;
	
	--mtbobj_font-font-family: 'Montserrat',
	sans-serif;
	
	--mtbobj_font-font-size: 16px;
	--mtbobj_font-color: black;
	--mtbobj_font-line-height: 19px;
	
	--mtbobj_link-color: #0073a2;
	--mtbobj_link-text-decoration: none;
	--mtbobj_link-font-weight: 700;
	
	--mtbobj_link-color__hover: #333333;
	--mtbobj_link-text-decoration__hover: underline;
	
	
	
	/* headerbox settings used for all views, unless overrridden */
	--mtbobj_headerbox-background-color: #0e74a3;
	--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: black;
	--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: #8d8d8d;
	--mtbobj_menu_tab-background-color: var(--mtbobj_menu-background-color);
	--mtbobj_menu_tab-background-color__hover: #596472;
	--mtbobj_menu_border-color: white;
	--mtbobj_menu_tab-color: white;
	--mtbobj_menu_tab-color__hover: white;
	--mtbobj_menu_tab_arrow-color: var(--mtbobj_menu_tab-color);
	--mtbobj_menu_tab_arrow-color__hover: var(--mtbobj_menu_tab-color__hover);
	--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: var(--mtbobj_menu_tab-background-color);
	--mtbobj_menu_subtab-background-color__hover: #737373;
	/*var(--mtbobj_menu_tab-background-color__hover)*/
	;
	--mtbobj_menu_subtab-color: var(--mtbobj_menu_tab-color);
	--mtbobj_menu_subtab-color__hover: var(--mtbobj_menu_tab-color__hover);
	--mtbobj_menu_subtab_triangle-color: var(--mtbobj_menu_subtab-background-color);
	
	/* ----------------------------------------------------------------------- */
	/*                        SUMMARY VIEW                                     */
	/* ----------------------------------------------------------------------- */
	
	--mtbobj_summary_memberbox-min-width: 280px;
	--mtbobj_summary_memberbox-padding-bottom: 30px;
	
	--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: var(--mtbobj_font-font-size);
	
	/* 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: var(--mtbobj_headerbox-color);
	--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);
	
	--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: none;
	--mtbobj_summary_content-border-right: var(--mtbobj_summary_content-border-left);
	--mtbobj_summary_content-border-top: none;
	--mtbobj_summary_content-border-bottom: 4px solid #0e74a3
	/* var(--mtbobj_menu-background-color) */
	;
	/* var(--mtbobj_summary_content-border-left); */
	
	--mtbobj_summary_photobox-padding: 20px;
	--mtbobj_summary_photo-height: 242px;
	--mtbobj_summary_photo-width: 242px;
	
	--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: 275px;
	--mtbobj_bio_photo-width: 275px;
	
	--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: 150px;
	--mtbobj_skill_photo-height: 190px;
	--mtbobj_skill_photobox-padding: 10px;
	--mtbobj_skill_photobox-min-width: 180px;
	
	--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 */

	

}

#mtb_summary {
    justify-content: flex-start;
}

.mtbobj_summary_memberbox { padding-right: 10px; }
@media only screen and (max-width: 350px) {
    .mtbobj_summary_memberbox {
        padding-right: 0px;
    }
}


.mtbobj-committee-title-w-icon {
    background-color: #0e74a3;
    padding-left: 0;
}

.kw-skill-title-icon {
    background-color: #ffffff;
}

/* Snapshot */
.mtbobj_snapshot_img {
    max-width: 100%;
}

.mtbobj_snapshot_header {
    line-height: 32px;
}

.mtb-snapshotoneitem {
    width: 450px;
    float: left;
    min-height: 75px;
}

div.mtb-snapshotoneiteminner {
    margin: 10px 10px 10px 10px;
}

div.mtb-snapshotoneitemleft {
    float: left;
    width: 40px;
    text-align: center;
    padding-top: 5px;
}

div.mtb-snapshotoneitemright {
    float: left;
    width: 395px;
    padding-left: 5px;
    margin-top: -50px;
    margin-left: 42px;
    text-align: left;
}

span.snapshot-numdir {
    font-weight: 400;
}

div.mtb_snapshot_onerow {
    font-size: 105%;
}

img.mtb_snapshot_barimg {
    height: 31px;
}

/* Line widths (%) */
img.mtb_snapshot_barimg12 {
    width: 86%;
}

img.mtb_snapshot_barimg10 {
    width: 72%;
}

img.mtb_snapshot_barimg11 {
    width: 79%;
}

img.mtb_snapshot_barimg7 {
    width: 51%;
}

img.mtb_snapshot_barimg10 {
    width: 72%;
}

img.mtb_snapshot_barimg8 {
    width: 58%;
}

@media only screen and (max-width: 350px) {
    .mtb-snapshotoneitem {
        width: 290px;
    }

    div.mtb-snapshotoneitemright {
        width: 230px;
    }
}

/* End Snapshot */