/** This is for floating the Home and Log out buttons to the right **/
.LFArea.Area-LU20131PArea1 {
    float: right;
} 
/** This is for making sure the top of the pledge page (where the car image is) are to the left and not look like they have an indent **/
.Area-Pledge .BlockHeader .col-sm-offset-3.col-sm-9{
                width: 100%;
                margin-left: 0;
}
/** This is for making sure the bottom of the pledge page (the eFlags) are to the left and not look like they have an indent **/
.Area-Pledge .BlockFooter .col-sm-offset-3.col-sm-9{
                width: 100%;
                margin-left: 0;
}

/**Hides the Prefix/ Suffixes on My Profile tab **/
#nameRow .PrefixNameInfo,
#nameRow .SuffixNameInfo {
display: none;
}
/**Fixes the preferred radio buttons **/
.IndEMail.Work, 
.IndEMail.Personal {
position: relative;
padding-bottom: 2em;
}
/** This hides the Address Line 2 **/
.Col-AddressLine2 {
                display: none;
}

/**Fixes work and personal email "titles" (before the textbox) **/
.IndEMail.Work .ProfilePreferred,
.IndEMail.Personal .ProfilePreferred {
position: absolute;
left: 1em;
top: 2em;
}


/**Hides the Top Image in the UWW Blue "Website" template **/
.UWWBlueTop3 {
    display: none;
}
.Area-Survey .page-header{
  display: none;
}

