.anuform fieldset {
	border:none;
}

.anuform label {
	text-align:left;
	width:100%;
	padding-bottom:10px;
}

.anuform fieldset {
	padding:0;
}

.anuform fieldset div.field {
	display:table-cell;
	flex-direction:column;
}

.anuform select {
	border-radius: 6px;
  height: 35px;
  padding: 5px 10px;
  margin-top:6px;
  max-width:100%;
}

.anuform fieldset div.field div.field-span {
	max-width:100%;
}

.anuform fieldset div.field div.field-span input.text {
	background:none;
	border-radius: 6px;
}

.anuform fieldset div.field div.field-span input.text.tfull {
	height:35px;
	padding:5px 10px;
}

#edit-field-course-code-value--description {
	padding-top:5px;
}

.anuform input.btn-small {
	font-weight:500;
	float:left;
  margin-left:6px;
  margin-top:0;
}

input.anu-btn {
	border-width:2px;
}

.anuform legend {
	display:none;
}


.anuform fieldset div.field div.field-span input.text.tfull {
	background:#fff;
}

#views-exposed-form-course-search-block-1.anuform fieldset div.field, #views-exposed-form-publications-block-1.anuform fieldset div.field{
	display:inline-flex;
}

input[type="text"][data-drupal-selector="edit-field-course-code-value"], input[type="text"][data-drupal-selector="edit-field-col-name-value"], input[type="text"][data-drupal-selector="edit-title"], input[type="text"][data-drupal-selector="edit-combine"], input[type="text"][data-drupal-selector="edit-field-course-col-year-value"] {
 margin-top:6px;

}

.file.file--mime-application-pdf.file--application-pdf {
	margin-right: 10px;
}

/*Course search*/
@media screen and (max-width:375px) {

#edit-field-course-delivery-value, #edit-field-specialisation-target-id, #edit-field-course-availability-target-id {
	max-width:100%;
}
}

@media screen and (min-width:376px) {
	.anuform fieldset div.field div.field-span {
		width:100%;
	}
}

/*Student profiles*/

@media screen and (max-width:767px) {
.anuform fieldset div.field {
	display:inline;
	flex-direction:column;

}
}

#views-exposed-form-research-our-people-page-1 {
	margin-top:20px;
}

.event-speaker-list{
	display: grid;
	grid-template-columns: 25% 75%;
}


@media screen and (min-width:320px) {
.event-speaker-list {
	display: block;
}

.event-photo {
	display: flex;
	justify-content: center;
}
}

@media screen and (min-width:768px) {
.event-speaker-list {
	display: grid;
	grid-template-columns: 35% 65%;
}

.event-photo {
	display: block;
}
}

@media screen and (min-width:992px) {
.event-speaker-list {
	display: grid;
	grid-template-columns: 25% 75%;
}

.event-photo {
	display: block;
}
}