.survey .survey-question,
.survey .survey-submit-bar {
  margin-bottom: 1rem;
}

.survey .survey-question .survey-question-text label {
  font-size: 1.2rem;
  font-weight: bold;
}

.survey .survey-question .survey-question-text label .description {
  font-size: 1rem;
  font-weight: normal;
}

/*
.survey .survey-question .survey-question-widget input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: none;
  max-width: 50rem;
  margin-top: 0.25rem;
  height: fit-content;
}
*/
.survey .survey-question .survey-question-widget select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: max-content;
  transition: none;
}


.survey .survey-submit-bar input[type="submit"] {
  color: #000;
  font-family: var(--united-sans-cond);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.5;
  box-shadow: 0 1px 2px 0 var(--box-shadow-color);
  border-radius: 4px;
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  width: fit-content;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  text-align:center;
  margin: 0.5rem 0.5rem 0.5rem 0;
  margin-left:50%;
}

.survey .survey-submit-bar input[type="submit"]:hover {
  text-decoration: none;
}

/* BUTTON COLORS */
.survey .survey-submit-bar input[type="submit"]  {
  background-color: var(--boiler-gold) !important;
  color: black !important;
  border: 1px solid var(--boiler-gold);
}

.survey .survey-submit-bar input[type="submit"]:hover  {
  background-color: black !important;
  color: white !important;
}




.area-projects section {
  margin-bottom: 3.5em;
}

.area-projects .project a {
  display: block;
  text-decoration: none;
}

.area-projects .project a:hover {
  background-color: #ddd !important;
}

.area-projects .project a * {
  background-color: transparent;
}

.area-projects .project h3 {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}

.area-projects .project img {
  max-width: 100%;
}

/*** Changes to the display of Interdisciplinary Areas on event detail layouts ***/

.event-content .event-details,
.event-content .event-details tr,
.event-content .event-details th,
.event-content .event-details td {
  display: block;
}