  .discover-more-container .paragraph--type--discover-more-item > span {
  	width:62%;
  	left:25%;
  	padding-bottom:20px;
  	text-align:left;
  }
    .discover-more-container .paragraph--type--discover-more-item > span span {
  	width:100%;
  }

/* Flex layout for the search form */
#search-block-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Square, modern input */
#edit-keys {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #aaa;
  background-color: #fff;
  height: 40px;
  width: 260px;
  max-width: 100%;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#edit-keys:focus {
  border-color: #e57200;
  box-shadow: inset 0 0 0 1px #e57200;
}

/* Button with sharp corners and bold contrast */
#edit-submit {
  background-color: #e57200;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

#edit-submit:hover,
#edit-submit:focus {
  background-color: #cc5e00;
  transform: translateY(-1px);
}

/* Accessibility: hide label visually */
#search-block-form label.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.intranet-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #232d4b; /* UVA Blue */
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  height: 38px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.intranet-button i {
  font-size: 1rem;
}

/* Hover effect */
.intranet-button:hover,
.intranet-button:focus {
  background-color: #1a2340; /* Darker on hover */
  transform: translateY(-1px);
}

.site-footer {
	padding-bottom:0;
}


@media screen and (min-width: 768px) {
	#block-mainmenu-2,
	#block-disclaimer {
			display:block;
			margin-left:0 !important;
			/*margin-left:-25% !important;*/
	}
}