
.PanelBody {
	padding: 0;
}

/* My Account Sidebar */
#MainHtml a.btn {
	color: #fff;
}
.BigButtonLinkList {
	display:flex;
	flex-direction: column;
}
 
 #adForgotSigninWrapper a {
	color: rgb(224,172,40) !important;
	text-decoration: underline;
}

#adForgotSigninWrapper label, #adForgotSigninWrapper a  {
	color: rgb(224,172,40) !important;
	font-size: 17px;
}

/* Borough title on Member Profile */
#ctl01_TemplateBody_WebPartManager1_gwpciMiniProfile_ciMiniProfile_contactName_InstituteNameLink {
    font-size: 24px;
    font-weight: bold;
    color: #FF2B19 !important;
}

/* Hide PayPal on Checkout */
.HidePayPal {}
#ctl01_TemplateBody_WebPartManager1_gwpciPaymentDetails_ciPaymentDetails_PanelPayPal {
	display:none;
}



/* Events/Event_Display.aspx START */
.StandardPanel {
	border: none;
}
.PanelBody  input[type=button].TextButton,
.PanelField input[type=button].TextButton {
	transition: all .2s;
	padding: 10px 15px !important;
}


/* Events/Event_Display.aspx END */


/* My Account Tabs */

.RadTabStrip_Aspen .rtsLast .rtsLink {
	border-right-width: 1px;
}
.RadTabStrip_Aspen .rtsLevel1 {
    border-bottom: none;
}

/* Impersonation Controls */
#ctl01_TemplateMainNavigation_Primary_NavMenu {
	pointer-events: none;

}
#ctl01_TemplateMainNavigation_Primary_NavMenu ul.rmHorizontal {
	pointer-events: none;
}
#ctl01_TemplateMainNavigation_Primary_NavMenu ul.rmHorizontal .rmItem {
	pointer-events: auto;
}
#masterMainImpersonation .ProxyPanelContact {
	background: transparent;
	border: 1px solid rgba(155,155,150,0.5);
	box-shadow: none;
}

/* Renew Checkout */
#ctl01_TemplateBody_WebPartManager1_gwpciNewGeneralProductDisplayCommon_ciNewGeneralProductDisplayCommon_DynamicProductDisplay_DataPanel,
#ctl01_TemplateBody_WebPartManager1_gwpciGeneralProductDisplay_ciGeneralProductDisplay_DynamicProductDisplay_DataPanel {
	width: 100% !important;
	max-width: 100% !important;
}
#masterTopBarAuxiliary .cartCenter span {
	color:white;
}
/* Title above Table */
.PanelHead.Distinguish {
    margin-bottom: 10px;
}

/* Fix modal window title buttons from going to two lines */
.RadWindow .rwControlButtons {
    width:95px !important;
}
.rgRow .rgSorted, .rgAltRow .rgSorted
{

background-color: inherit !important;

}

#home_head {
margin-top: -30px;
}

/* Hide extra label that should be invisible on FindMe iPart */
div[id*="BPMembershipFindMeCommon"] label[for*="PrimaryOrganizationComboBox_Input"] {
    display: none !important;
}

div[id*="BPMembershipFindMeCommon"] .PanelField {
    padding-top: 0 !important;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNewContactAccountCreatorCommon_ciNewContactAccountCreatorCommon_Email
{
.Required !important;
}


