.news-and-events-preview .views-row {
	margin-bottom: 10px;
}
/* Adds underline to all links (links must be distinguishable from regular text at all times) */
a {
        text-decoration: underline !important;
}
/* Removes underline applied from previous css rule to the navigation bar */
.menu__link--wrapper a {
        text-decoration: none !important;
}
/* Adds a thick grey background to the input fields for login page (forms must be easily visible) */
.form-text, .form-search{
        border-style: solid !important;
        border-color: grey !important;
        border-width: 2px !important;
}
/* Makes the border black when input field is typed in/focused (elements must indicate that they are being selected) */
.form-text:focus, .form-search:focus{
        border-color: black !important;
}
.LeadPeopleView .views-view-responsive-grid__item-inner {
	display: flex;
}
.LeadPeopleView .views-field-field-profile-photo {
	flex: 1;
}
.LeadPeopleView .field-content {
	height: 100%;
	align-items: center;
	display: flex;
}
.LeadPeopleView .views-field-nothing {
	flex: 4;
	border-left: 1px solid grey;
}
.LeadPeopleView .views-view-responsive-grid__item {
	border: 1px solid grey;
	border-bottom: none;
}
.LeadPeopleView .views-view-responsive-grid__item:last-child {
        border: 1px solid grey;
        border-bottom: 1px solid grey;
}
.LeadPeopleView .views-view-responsive-grid {
	gap: 0 !important;
}
.LeadPeopleView .views-field-nothing span {
	margin: 8px;
}
.member-only-list li {
	margin-bottom: 10px;
}
