/******* ANU **********/
#anu-application {
	background: white;
	border-radius: 13px;
	overflow: hidden;
}
/* heading overrides ***/
.MuiBox-root h2,
.MuiBox-root h3,
.MuiBox-root h4,
.MuiBox-root h5,
.MuiBox-root h6,
.MuiBox-root h1 {
	color: black;
	margin-bottom: 10px;
	margin-top: 40px;
  }
/* style overrides */
.MuiLinearProgress-root {
	margin-bottom: 0 !important;
  }
.MuiTypography-body1 {
	font-size: 1rem !important;
	font-family: "Lato", sans-serif !important;
	line-height: 1.4 !important;
}
.MuiTypography-h2 {
	font-size: 1.8rem !important;
	font-family: "Lato", sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
}
.MuiTypography-h3 {
	font-size: 1.4rem  !important;
	font-family: "Lato", sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
  }
#anu-application p strong {
	color: black;
}
.MuiBox-root h2 {
	margin-top: 60px;
	margin-bottom: 20px;
}
.MuiBox-root p {
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}
.MuiTextField-root,
.MuiFormGroup-root {
	margin-top: 20px !important;
	margin-bottom: 80px !important;
}
.MuiTypography-subtitle1 {
	font-size: 1rem !important;
	font-family: "Lato", sans-serif !important;
	line-height: 1.3 !important;
}
.MuiInputBase-root {
	font-family: "Lato", sans-serif !important;
}
.MuiInputLabel-outlined.MuiInputLabel-shrink {
    transform: translate(14px, -30px) scale(0.7) !important;
}
.MuiFormControlLabel-root {
	align-items: center !important;
}
.MuiLinearProgress-root {
	margin-bottom: 110px;
}
/**** nodes overview overrides ***/
.view-group-nodes .view-content table .views-field-title {
	font-family: 'Lato', sans serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.3em;
	text-transform: unset;
}
.view-group-nodes .view-content table {
	width: 100%;
  max-width: 100%;
  min-width: unset;
}