.view-profiles-new .views-exposed-form .form-row {
	width: 100% !important;
}
.view-profiles-new .views-exposed-form .form-row label {
	font-weight: bold !important;
}
.view-profiles-new .views-exposed-form .form-row fieldset {
	width: 60% !important;
}

.view-profiles-new .grid img {
	width: 100%;
	height: auto;
}
.view-profiles-new .grid .views-field-title {
	padding-top: 15px !important;
}
.view-profiles-new .grid .col-12 {
	padding-bottom: 35px;
}
/*Media Queries*/
 @media screen and (max-width: 767px) {
  .view-profiles-new .grid img {
  	width: auto;
  	height: 400px;
  }
}
/*End Media Queries*/

/*Admissions Profiles CSS*/
#profile-image-quote-row {
	border-bottom: 1px solid #d0cbc3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#profile-components-row {
	border-bottom: 1px solid #d0cbc3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.profile-quote-headline {
	font-weight: bold;
	text-transform: uppercase;
}
.profile-quote-text::before {
  content: '"';
}
.profile-quote-text::after {
  content: '"';
}
.profile-component-label {
	font-weight: bold;
	text-transform: uppercase;
}
.profile-component-programs {
	margin-top: 20px;
}
.profile-component-activities {
	margin-top: 20px;
}
.profile-component-program-label {
	float: left;
}
.profile-component-program-label .field {
	float: left;
}
.profile-component-program-label {
	padding-right: 5px;
}
/*View CSS*/
.admissions-profiles-page-view .profile-page-view-title {
	font-size: 22px;
	line-height: 1.0;
	margin-bottom: 10px;
	padding-top: 10px;
}
.admissions-profiles-page-view .profile-page-view-secondary {
	line-height: 1.0;
	margin-bottom: 10px;
}
.admissions-profiles-page-view .profile-page-view-quote-header {
	line-height: 1.0;
	margin-bottom: 10px;
	font-weight: bold;
}
/*End View CSS*/
/*End Admissions Profiles CSS*/