@media screen and (max-width:1024px) {
#main-banner {
	margin-top: 94px;
	min-height: 30px;
}
#header-menu .col-lg-3, #header-menu .col-md-3 {
	margin-top: 18px !important;
}
}

/*remove profile on verification page, confirmation page completed page*/
.Page-IPledgeAddInfo .profilePicRow,
.Page-IPledgeConfirm .profilePicRow,
.Page-IProfile .profilePicRow,
.Page-IPledgeNoGift .profilePicRow,
.Page-IPledgeConfirmDisplay .profilePicRow {
  display:none;
}

.Page-IPledgeAddInfo .form-group.RosterName2Info{
  display: none;
}

.Page-IProfile .RosterName .RosterName2Info{
  display: none;
  
}


}
