/* buttons used on home page */
a.stylizedButton {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    line-height: 1em;
    font-size: 24pt;
    padding: 7px 23px 9px; 
    width: 135px;
    font-family: 'Arial';
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: lightgrey;
    border-width: 1px;
	box-shadow: 5px 3px 3px grey;
}
a.stylizedButton.buttonStyle000{
    color: #FFFFFF;
    background: #1B5643;
}
a.stylizedButton.buttonStyle001{
    color: #800000;
    background: #E4C635;
}
a.stylizedButton.buttonStyle002{
    color: #FFFFFF;
    background: #4C5816;
}
a.stylizedButton.buttonStyle003{
    color: #FFFFFF;
    background: #3C685A;
}
a.stylizedButton.buttonStyle004{
    color: #FFFFFF;
    background: #744e37;
}
a.stylizedButton.buttonStyle001:hover{
    color: #FFFFFF;
    background: #800000;
}
a.stylizedButton.buttonStyle002:hover,
a.stylizedButton.buttonStyle003:hover,
a.stylizedButton.buttonStyle004:hover,
a.stylizedButton.buttonStyle000:hover
 {background: #800000}


/* Remove donations link from profile */
#donationsShowLink {display: none;}
#ctl00_ContentArea_donationsTabLabel {display: none;}

/* Hide warning box for membership level change */
#FunctionalBlock1_ctl00_ctl00_stepTemplate_upgradeWarningBox_idConfirmWindow {
  display: none !important;
}

/* Right-align all text in login box */
.WaGadgetLoginButton a.loginBoxChangePassword {
display:block;}

/* Hide photo upload date and author */
.infoContainer {
  display: none !important;
}

/* Hide 'Powered by Wild Apricot */
#idFooterPoweredByWA {
  display: none !important;
} 

/* Remove the name from the recent blog posts gadget */
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

/* Remove the post date and time from the recent blog posts gadget */
.WaGadgetRecentBlogPosts ul li .date
{ display: none; }

/* Remove social platform authenticators 
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 

#socialLoginContainer, #idSocialLoginContainer {
 display: none !important;
} 

/* Modify caption overlay on photos */
.camera_caption {
  font-size: 8pt;
}

/* Remove fuzzy overlay on background sutures */
.zoneBranding{
  background: none;
}

.waPaymentSystemIcon.Discover {
display: none;
}

.waPaymentSystemIcon.Amex {
display: none;
