
ul.pureCssMenu ul ul {
	position: relative !important;
	left: 15px;
	top: 0;
	padding: 15px;
	max-width: calc(100% - 25px);
	min-width: calc(100% - 25px);
	box-shadow: none;
	border: 1px solid #e1e1e1;
}
ul.pureCssMenu ul {
	padding: 20px 20px;
}

/*fix collapse/expand arrow position*/
li.pureCssMenui  > a > i{
	display: contents;
	width: 16px;
	display: block;
	margin: 5px 0;
}
/*fix - causes submenu to appear outside of menu area*/
.UWW2025Top1 ul.pureCssMenu ul ul ,
.UWW2025Top1 ul.pureCssMenu ul {
	left: 0 !important;
}

/*show menu in footer on separate line*/
.general-footer .PortletMenu ul li {
  display: inline !important;
}

.bottom-logo img {
	max-width: 100%;
	margin-bottom:0;
}
.general-footer {
	padding-top: 50px;

}
.UWW2025Footer .Footer{
	text-align:center;
}
/* correct main type color from grey to black for legibility -CP-20250701*/
html, body, 
#EventCalendar .table-striped > tbody > tr:nth-of-type(2n+1) > *, 
#EventCalendar .table a,
#EventCalendar .table p,
.Body-Page-Dashboard .table-sm td,
.Body-Page-Dashboard .table-sm th,
.DashboardAppDetail table th,
.DashboardAppDetail table td,
.Page-BioTab .table-sm td,
.Page-BioTab .table-sm th,
.Page-BioTab table th{
	color: black;
}
@media only screen and (max-width: 768px) {

	.bottom-logo img {
		max-width: 200px;
		
	}
}
@media screen and (max-width: 1160px) {
	.social-icons i {
		margin: 0 24px 20px 0;
	}
}
@media screen and (max-width: 480px) {
  body .UWW20251PLogo .PortletNote, 
  body .UWW20251LLogo .PortletNote, 
  body .UWW20251NLogo .PortletNote {
    display: block !important;
  }
}

.UWW2025Bottom1 .box {
	padding: 30px 30px;
}
.UWW2025Bottom1 h2 {
	text-align: center;
}

/*fix issue with banner caption in UWW2025Bottom4 area disappearing in mobile.*/
.banner-caption {
	top: 50%;
	transform: translate(-15%,-50%);
	right: 0;
	max-width:35% ;
}
@media screen and (max-width: 992px) {
	.banner-caption {
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		left: 0;
	}

	.banner-caption {
		transform: initial !important;
	}
}


/* fix special events page buttons*/

.Body-Page-SpecialEventRegPledge .isEmployeeSEOptions label:hover, 
.Body-Page-SpecialEventRegPledge .isEmployeeSEOptions input[type="radio"]:checked + span + label{
	font-size:16px;
	display: block;
	margin:0;
}

.Body-Page-SpecialEventRegPledge .isEmployeeSEOptions label {
	padding: 8px 14px;
	border-radius: 2.5rem;
	font-size:16px;
	letter-spacing: 0.0625rem;
	padding: 0.8em 1.6em;
}
.Body-Page-SpecialEventRegPledge .radio.isEmployeeSEYes .form-check {
	padding-left:0;
	
}

