/*Force Poppins Everywhere*/
body, .tsAppBodyText{
   font-family: "Poppins", sans-serif !important;
}

/*card-link class is used in https://msba.prod.membercentral.com/?pg=boardofgovernors
 *This style hides the default underline for the anchor tag and set the default text color for the card content.
 *Start ### */
.card-link {
  text-decoration: none;
  color: #2b2f32;
}
.card-link:hover {
  text-decoration: none;
 }

/* ### End card-link*/

/* CSS for coloring of tabs and header of MSBA,RCBA,HCBA homepages*/

/* HCBA */
.headerPageWrapHCBA div.pagenameHCBA #siteTabHCBA a {
    background: #0083a9;
}

.headerPageWrapHCBA .rightMenus a.nav-member-center{
    background: #0083a9;
}

/* RCBA */
.headerPageWrapRCBA div.pagenameRCBA #siteTabRCBA a {
    background: #772583;
}

.headerPageWrapRCBA .rightMenus a.nav-member-center{
    background: #772583;
} 

/* MSBA */
.headerPageWrapMain div.pagenameMain #siteTabMSBA a {
    background: #c4112f;
}

.headerPageWrapMain .rightMenus a.nav-member-center{
    background: #c4112f;
}

/* Border on Main Menu for Homepages*/
/* HCBA */
.headerPageWrapHCBA #navbar-example > div > div > div > div > ul > li > ul { border-top: 5px solid #0083a9; }

/* RCBA */
.headerPageWrapRCBA #navbar-example > div > div > div > div > ul > li > ul { border-top: 5px solid #772583; }

/* Hide Community Center Text */
#Main17401347 > div { display: none; }
#Main17401347 > table > tbody > tr > td > div:nth-child(2) { display: none; }

/* Hide color on border of the dropdown menu */
/*#navbar-example > div > div > div > div > ul > li > ul {border-top: 5px solid #FFFFFF;}*/

/* Hide crosses and title on search fields on Directory */

#Main17316335 > div > div > h2 > small {display: none; }
#Main17316331 > div > div > h2 > small {display: none; }
#Main17316331 > div > div:nth-child(1) > div > h2 {display: none;}
#Main17316335 > div > div:nth-child(1) > div > h2 {display: none;}

/*Remove gap margin on main menu */
#navbar-example > div > div > div > div > ul > li > ul.dropdown-menu {margin: 0px 0 0;}

/* Hide MSBA Communities Link in Community Center */
#Main17401347 > table:nth-child(2) > tbody > tr > td {display: none;}

/* Make text on directory forms the same size as labels */
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    font-size: 17px;
}
