/* ----------------------------------------------------------------
	FAO MFA Custom CSS
-----------------------------------------------------------------*/
.MFA {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#content h3 {
	text-transform: uppercase;
}

/* Grey page section*/
.grey {
  background-color: #F5F5F5;
  border-bottom: 1px solid eeeeee;
}

/* White page section*/
.white {
  background-color: #FFFFFF;
  border-bottom: 1px solid #eeeeee;
}

/* image class for page display (feedback form)*/
.page {
	border: 1px solid #A9A9A9;
	box-shadow: 5px 5px 5px #A9A9A9;
}

.form-p {
	margin-top: 20pt;
}

.content-wrap {
	position: relative;
	padding: 80px 0 0 0 ;
	overflow: hidden;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Noto Sans display', sans-serif;
	text-transform: none;
	letter-spacing: 0;
	color: #555;
	margin-bottom: 10px;
	cursor: pointer;
}

textarea, input {
	margin-bottom:20px;
}

.btn-outline-noconcern {
  --bs-btn-color: #c1c1c1;
  --bs-btn-border-color: #c1c1c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c1c1c1;
  --bs-btn-hover-border-color: #c1c1c1;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c1c1c1;
  --bs-btn-active-border-color: #c1c1c1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c1c1c1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c1c1c1;
  --bs-gradient: none;
}
