.infoContainer {
    color: gray;
}

.infoOuterContainer {
    background-color: #FFFFFF;
}

#FunctionalBlock1_ctl00_ctl00_Membership_sharedMembershipLevelView_changeLevelButton {
    font-size: 20pt !important;
}
.navigationOuterContainer .navigationContainer .left input.nextButton{
background-color: #395596; 
}

.navigationOuterContainer .navigationContainer .right input.nextButton{
background-color:#395596; 
}

/*Secondary Menu Font Size*/
.WaGadgetCustomMenu.menuStyleNone .orientationVertical li a 
{
 font-size: smaller   
}
/*Gadget 2 color*/
.gadgetStyle002
{
    border: 5px solid #99cd34; 
}
/*Gadget 3 color*/
.gadgetStyle003
{
   border: 5px solid #192b80; 
}
/*Gadget 5 color*/
.gadgetStyle005
{
    border: 5px solid #ff8811; 
}


/* Menu Dropdown display to open Left*/
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.secondLevel 
{
 left: auto;
 right: 0;
}
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.secondLevel ul.secondLevel
{
 left: auto;
 right: 100%;
}
/*Edit profile button color*/
.WaGadgetContactProfile .topButtonsOuterContainer .inner input.typeButton[type=submit]
{
    color: #FFFFFF;
    background-color: #ff8811
}

/* Announcements container backbround*/
.gadgetStyle001 .gadgetStyleTitle 
{
background: #ffffff!important;
{


/* Forum Gadget Background Color*/
.gadgetStyle005 .gadgetStyleTitle 
{
 background: #FFFFFF!important;
}

/* Upcoming Events Title color*/
.gadgetStyle005 .gadgetStyleTitle h4
{
    font-size: 24px;
 color: #192b60;
}
/*Upcoming Deadlines Font - no Caps*/
.WaGadgetUpcomingEvents ul li .title
{
  text-transform: capitalize;  
}

/*Event titles*/
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a
{
    font-size: 24px;
    color: #192b80;
}
/* Menu Dropdown display to open Left*/
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.secondLevel 
{
 left: auto;
 right: 0%;
}
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.secondLevel ul.secondLevel
{
 left: auto;
 right: 100%;
}
/*Membership Profile and Member Social Login Banner changes */
div#idSocialLoginContainer {
    background-color: #ffffff;
}
div#membershipDetailsContainer {
    background-color: #ffffff;
}
.captionOuterContainer .captionContainer .fieldBody h4 {
    font-size: 24px;
    font-weight: normal;
}
/*Event Gadget Author*/
a.itemAuthor
{
    font-weight: 500;
}
/*Event Font to Normalize*/
.gadgetStyle005
{
   text-transform:capitalize; 
}
/* Mobile Bar Hamburger line color*/
.WaGadgetMenuHorizontal.menuStyle003 .menuInner .menuButton
{
color: #192b80;
}
/*Recent Blog title color and size*/
.gadgetStyleNone .gadgetStyleTitle h4
{
font-size: 24px;
color: #192b80;
}
/*Announcement Container Border*/
.gadgetStyle001 {
    background: white;
    border: 5px solid #192b80;
}

/*Register button background color*/
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton
{
background: #99cd34;
color: #ffffff;
}
/*Save Button Confirm Password*/
.generalFieldsContainer .fieldSubContainer input[type=submit], .generalFieldsContainer .fieldSubContainer input.typeButton 
{
background: #192b80;
color: #fff;
}
/*Log in button color*/
.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton
{
  background: #192b80;  
}
/*Log in button bottom sys page*/
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton
{
    background-color: #192b80;
    color:#fff;
}