  .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 .graduation-year-text-view .item-list .list-group .list-group-item {
	color: unset !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;
	padding: 10px 0;
}
.profile-quote-text::before {
  content: '"';
}
.profile-quote-text::after {
  content: '"' !important;
  display: inline !important;
}
.profile-quote-text p {
  display: inline;
}
.profile-component-label {
	font-weight: bold;
	text-transform: uppercase;
}
.profile-component-programs {
	margin-top: 20px;
}
.profile-component-activities {
	margin-top: 20px;
}
.profile-component-major.profile-component-program-set {
    padding: 5px 0;
}
.profile-component-program-label {
	float: left;
	font-weight: bold;
}
.profile-component-programs .field__item {
	display: inline !important;
}
.profile-component-program-label .field {
	float: left;
}
.profile-component-program-label {
	padding-right: 5px;
}
.profile-hero-img img {
	width: 100%;
	height: auto;
}
#profile-body-row p.question {
    font-weight: 700;
    font-size: 24px;
    color: #502d0e;
    margin: 20px 0;
}
#profile-body-row a {
	text-decoration: underline !important;
}
/*End Admissions Profiles CSS*/