/*** Hide recurring info *****/
DIV#idSectionMembershipLevelContainer DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelRecurring
{   display: none; }

/*** Hide bundle info ***************/
DIV#idSectionMembershipLevelContainer DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelBundle
{  display: none; }

/***Hide renewal info on app. form****/
DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelRenewal
{ display: none; }

/*** Hide Price info ***/
/***DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelPrice
{
 display: none;
}*****/

/*** Customize level description - change the values accordingly  ***/
div.generalFieldsContainer span.extraInfo
{
  font-size: 0.9em;
  line-height:1.2em;
/***  font-weight: bold; ***/
  color: blue;
} 

/***Hide level info on 2nd stage of app form***/
DIV.WaGadgetMembershipApplication #idInfoContainer SPAN.levelRenewal,
DIV.WaGadgetMembershipApplication #idInfoContainer SPAN.levelRecurring
{ display: none; }


/***********Hide Apricot Footer********/
.cnFooterPoweredByContainer {
  display: none;
}


/************Hide Edit Button on Member Profile**********/
#FunctionalBlock1_ctl00_ctl00_editButtonTop {
  display: none;
}


/************REMOVE MANDATORY FIELD ON RENEWALS WHETHER TO UPDATE PROFILE OR NOT*************/
#idUpdateProfileSectionContainer {display:none;}