/* Remove Social Login Buttons - RDF*/
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}

/* Remove Social Login Buttons from Profile Page - RDF*/
#socialLoginContainer, #idSocialLoginContainer {
    display: none;
}

/* Remove authors name in blog - RDF*/
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

/* Remove administrator names from blog posts - RDF */
SPAN.postedByLink
{
  display: none
}

/* Extend height of blog post container - RDF */
.WaGadgetBlog ul.boxesList li.boxesListItem .boxBodyOuterContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
    overflow: hidden;
    max-height: 200px;
    position: relative;
}

/* Change link button style 1 color (Donation Goal) - RDF*/
.DonationGoalButton {
    color: white;
    background: #003471;
}

/* Change link button style 1 hover color - RDF*/
.DonationGoalButton:hover {
    background: #f59331;
    color: white;
}
/* Change link button style 2 color (Join & Donate) - RDF*/
a.stylizedButton.buttonStyle002 {
    color: white;
    background: #003471;
}

/* Change link button style 2 hover color - RDF*/
a.stylizedButton.buttonStyle002:hover {
    background: #f59331;
    color: white;
}

/* Change link button style 3 color (Contact Us)- RDF*/
a.stylizedButton.buttonStyle003 {
    color: #4d6983;
    background: white;
}

/* Change link button style 3 hover color - RDF*/
a.stylizedButton.buttonStyle003:hover {
    background: white;
    color: #FC9526;
}

/* Ask submenu dots to disappear by changing to "white"*/
.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel>li.dir>.item>a:after {
     background: white;
     margin: -8px 0 0 0;
}


/* Remove "No Recurring Payments" msg on Join page membership levels*/
.levelRecurring {
    display: none;
}

/*hide default instructions on form registration */
.typeInstruction.fixedInstruction {
    display: none;
}

.typeText {
    width: 16rem;
}

#ctl00_content_registrationForm_eventRegistrationFormRepeater_ctl11_TextBox18011222 {
     width: 3rem !important;
}