/*

	Search results

*/
/*

	BREAKPOINTS

*/
:root {
  --break-mobile: $break-mobile;
  --break-small: $break-small;
  --break-medium: $break-medium;
  --break-large: $break-large;
  --break-xlarge: $break-xlarge;
  --break-xxlarge: $break-xxlarge;
}

:root {
  --grid-gap: 30px;
}
/*

	CONTAINER UTILITIES

*/
:root {
  --max-width: 100%;
}
@media (min-width: 1210px) {
  :root {
    --max-width: 1210px;
  }
}

/*

	THEME VARIABLES

*/
:root {
  --primary-maroon: #8A1E41;
  --PRIMARY-Maroon: #8A1E41;
  --PRIMARY-Purple: #682571;
  --primary-purple: #682571;
  --secondary-coral: #fc4351;
  --SECONDARY-Orange: #FF9F00;
  --secondary-orange: #FF9F00;
  --secondary-yellow: #ffd400;
  --GRAYS-White: #ffffff;
  --grays-white: #ffffff;
  --grays-lightest-gray: #f5f5f5;
  --GRAYS-Light-Gray: #D9D9D9;
  --grays-light-gray: #d9d9d9;
  --grays-middle-gray: #d0d0d0;
  --GRAYS-Middle-Gray: #d0d0d0;
  --grays-text-gray: #3B3B3B;
  --GRAYS-Text-Gray: #3B3B3B;
  --grayscale-black: #000;
  --grays-black: #000;
}

:root {
  --font-size-default: 1.0625rem;
  --font-size-bigger: calc(20/16 * 1rem);
  --font-size-smaller: calc(14/16 * 1rem);
}

.small-bold-all-caps, .program-card__degree-type, .faculty-card__department, .event-card__category, .blog-card__category, form.searchandfilter label .screen-reader-text {
  color: var(--GRAYS-Text-Gray);
  font-size: calc(12 / 16 * 1rem);
  font-variation-settings: "wght" 600;
  line-height: 1.66;
  letter-spacing: calc(0.6 / 16 * 1rem);
  text-transform: uppercase;
}

.search-page__form-div {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--grid-gap);
}

.search-page__form-div-inner {
  border-bottom: 1px solid var(--PRIMARY-Maroon, #8A1E41);
  background: var(--GRAYS-Lightest-Gray, #F5F5F5);
  padding: 10px;
}
@media screen and (min-width: 782px) {
  .search-page__form-div-inner {
    padding: 50px;
  }
}

.search-page__form {
  background-color: var(--grays-white);
}

input.search-page__form-field[type=search] {
  border: solid 0px transparent;
  outline: solid 0px transparent;
  flex-grow: 1;
}

.search-page__form-submit {
  padding: 10px 15px;
}

.search-results__article,
.search-results__article.post,
.search-results__article.page {
  padding: 0 var(--grid-gap) calc(var(--grid-gap) / 2);
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .search-results__article,
  .search-results__article.post,
  .search-results__article.page {
    padding-right: calc(var(--max-width) * 0.166 + var(--grid-gap));
  }
}

.search-results__h2 a:after {
  content: "";
  position: absolute;
  inset: 0;
}

/*

	Search & filter

*/
form.searchandfilter {
  display: flex;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  form.searchandfilter {
    padding: var(--grid-gap);
    padding-top: 0px;
  }
}

form.searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin-left: 0px;
  gap: var(--grid-gap);
  padding: var(--grid-gap);
  border-bottom: 1px solid var(--PRIMARY-Maroon);
  background: var(--grays-lightest-gray);
}
@media screen and (min-width: 1080px) {
  form.searchandfilter ul {
    padding: 50px;
  }
}

form.searchandfilter li:before {
  content: none;
}

form#search-filter-form-366 .sf-field-search {
  flex-basis: 100%;
}
form#search-filter-form-366 .sf-field-search label {
  width: 100%;
}
form#search-filter-form-366 .sf-field-search input {
  width: 100%;
  padding-left: 50px;
  background-image: url(../imgs/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

form.searchandfilter .sf-field-search, form.searchandfilter .sf-field-category, form.searchandfilter .sf-field-taxonomy-post_format {
  flex-basis: 100%;
}
@media screen and (min-width: 600px) {
  form.searchandfilter .sf-field-search, form.searchandfilter .sf-field-category, form.searchandfilter .sf-field-taxonomy-post_format {
    flex-basis: 48%;
  }
}
form.searchandfilter .sf-field-search label, form.searchandfilter .sf-field-category label, form.searchandfilter .sf-field-taxonomy-post_format label {
  width: 100%;
}
form.searchandfilter .sf-field-search input, form.searchandfilter .sf-field-category input, form.searchandfilter .sf-field-taxonomy-post_format input {
  width: 100%;
  padding-left: 50px;
  background-image: url(../imgs/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
form.searchandfilter .sf-field-search select, form.searchandfilter .sf-field-category select, form.searchandfilter .sf-field-taxonomy-post_format select {
  width: 100%;
}

form#search-filter-form-366 li:nth-child(2) label,
form#search-filter-form-366 li:nth-child(3) label,
form#search-filter-form-366 li:nth-child(4) label {
  width: 100%;
}
form#search-filter-form-366 li:nth-child(2) input, form#search-filter-form-366 li:nth-child(2) select,
form#search-filter-form-366 li:nth-child(3) input,
form#search-filter-form-366 li:nth-child(3) select,
form#search-filter-form-366 li:nth-child(4) input,
form#search-filter-form-366 li:nth-child(4) select {
  width: 100%;
}
@media screen and (min-width: 600px) {
  form#search-filter-form-366 li:nth-child(2),
  form#search-filter-form-366 li:nth-child(3),
  form#search-filter-form-366 li:nth-child(4) {
    flex-basis: calc((100% - var(--grid-gap) * 2) / 3);
  }
}

form.searchandfilter label .screen-reader-text {
  clip: none;
  clip-path: none;
  width: unset;
  height: unset;
  overflow: auto;
  position: relative !important;
}
form.searchandfilter input, form.searchandfilter select {
  border: solid 0px transparent;
  font-style: 1rem;
  line-height: 1.25;
  padding: 10px 20px;
  width: 100%;
}
form.searchandfilter select {
  border-right: solid 20px var(--grays-white);
}

#results-container {
  width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
#results-container .no-results {
  padding-left: calc(30 / 16 * 1rem);
}

.program-cards, .faculty-cards, .event-cards, .blog-cards {
  display: grid;
  padding: var(--grid-gap);
  gap: calc(var(--grid-gap) + 10px);
  max-width: var(--max-width);
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .program-cards, .faculty-cards, .event-cards, .blog-cards {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .program-cards, .faculty-cards, .event-cards, .blog-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.program-card, .faculty-card, .event-card, .blog-card {
  position: relative;
}
.program-card img, .faculty-card img, .event-card img, .blog-card img {
  box-sizing: border-box;
  display: block;
}

.event-card p {
  font-size: calc(14 / 16 * 1rem);
  padding-top: calc(5 / 16 * 1rem);
  padding-bottom: calc(5 / 16 * 1rem);
}
.event-card .event-info * {
  font-size: calc(16 / 16 * 1rem);
  color: var(--grays-text-gray);
}
.event-card .event-info__date {
  padding-top: calc(0 / 16 * 1rem);
  padding-bottom: calc(0 / 16 * 1rem);
  margin-top: calc(5 / 16 * 1rem);
  margin-bottom: calc(5 / 16 * 1rem);
  color: var(--grays-text-gray);
}
.event-card .event-info__date span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(16 / 16 * 1rem);
}
.event-card .event-info__date::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: calc(16 / 16 * 1rem);
  width: calc(16 / 16 * 1rem);
  margin-right: calc(10 / 16 * 1rem);
  background-image: url("../imgs/icon-calendar.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.event-card .event-info__location {
  color: var(--grays-text-gray);
  padding-top: calc(0 / 16 * 1rem);
  padding-bottom: calc(0 / 16 * 1rem);
  margin-top: calc(5 / 16 * 1rem);
  margin-bottom: calc(5 / 16 * 1rem);
}
.event-card .event-info__location span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(16 / 16 * 1rem);
}
.event-card .event-info__location::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: calc(15 / 16 * 1rem);
  width: calc(15 / 16 * 1rem);
  margin-right: calc(10 / 16 * 1rem);
  background-image: url("../imgs/icon-address.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.faculty-card:nth-of-type(3n+1) img, .event-card:nth-of-type(3n+1) img, .blog-card:nth-of-type(3n+1) img {
  border-top: 10px solid var(--secondary-yellow);
  border-left: 10px solid var(--secondary-yellow);
}

.faculty-card:nth-of-type(3n+2) img, .event-card:nth-of-type(3n+2) img, .blog-card:nth-of-type(3n+2) img {
  border-right: 10px solid var(--secondary-coral);
  border-bottom: 10px solid var(--secondary-coral);
}

.faculty-card:nth-of-type(3n+3) img, .event-card:nth-of-type(3n+3) img, .blog-card:nth-of-type(3n+3) img {
  border-top: 10px solid var(--secondary-orange);
  border-right: 10px solid var(--secondary-orange);
}

.faculty-card__link, .event-card__link, .blog-card__link {
  height: 100%;
}

.program-card__link, .faculty-card__link, .event-card__link, .blog-card__link {
  display: block;
  position: relative;
  text-decoration: none !important;
}
.program-card__link h3, .faculty-card__link h3, .event-card__link h3, .blog-card__link h3 {
  font-family: "transducer-variable", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 50, "slnt" 0;
  margin-bottom: calc(10 / 16 * 1rem);
  margin-top: calc(0 / 16 * 1rem);
  text-transform: none;
  font-size: calc(25 / 16 * 1rem);
  line-height: calc(33 / 16 * 1rem);
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .program-card__link h3, .faculty-card__link h3, .event-card__link h3, .blog-card__link h3 {
    font-size: calc(20 / 16 * 1rem);
    line-height: calc(28 / 16 * 1rem);
  }
}
.program-card__link > span, .faculty-card__link > span, .event-card__link > span, .blog-card__link > span {
  padding: calc(20 / 16 * 1rem);
  padding-top: calc(30 / 16 * 1rem);
  display: block;
  position: relative;
  width: 100%;
}
.program-card__link p, .faculty-card__link p, .event-card__link p, .blog-card__link p {
  color: var(--GRAYS-Text-Gray);
}
.program-card__link .is-style-preheading, .faculty-card__link .is-style-preheading, .event-card__link .is-style-preheading, .blog-card__link .is-style-preheading {
  color: var(--GRAYS-Text-Gray) !important;
}
.program-card__link ul, .faculty-card__link ul, .event-card__link ul, .blog-card__link ul {
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 0px;
  padding-left: 0px;
}
.program-card__link ul li::before, .faculty-card__link ul li::before, .event-card__link ul li::before, .blog-card__link ul li::before {
  display: none !important;
  content: initial;
}
.program-card__link ul li, .faculty-card__link ul li, .event-card__link ul li, .blog-card__link ul li {
  padding-left: 0;
}
.program-card__link ul li span, .faculty-card__link ul li span, .event-card__link ul li span, .blog-card__link ul li span {
  display: inline-block;
  vertical-align: middle;
}
.program-card__link ul li::after, .faculty-card__link ul li::after, .event-card__link ul li::after, .blog-card__link ul li::after {
  content: "";
  height: 100%;
  width: 0 !important;
  border-right: 1px solid var(--grays-middle-gray);
  margin-left: calc(10 / 16 * 1rem);
  margin-right: calc(10 / 16 * 1rem);
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.program-card__link ul li:last-of-type::after, .faculty-card__link ul li:last-of-type::after, .event-card__link ul li:last-of-type::after, .blog-card__link ul li:last-of-type::after {
  display: none;
}
.program-card__link:hover h3, .program-card__link:focus h3, .faculty-card__link:hover h3, .faculty-card__link:focus h3, .event-card__link:hover h3, .event-card__link:focus h3, .blog-card__link:hover h3, .blog-card__link:focus h3 {
  text-decoration: underline !important;
}
.program-card__link:after, .faculty-card__link:after, .event-card__link:after, .blog-card__link:after {
  content: "";
  position: absolute;
  inset: 0;
}

@media screen and (min-width: 600px) {
  .faculty-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .faculty-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 600px) {
  .faculty-featured__section .faculty-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 782px) {
  .faculty-featured__section .faculty-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .faculty-featured__section .faculty-cards {
    display: flex;
  }
  .faculty-featured__section .faculty-cards .faculty-card {
    flex: 1;
  }
}

.faculty-card__link, .event-card__link, .blog-card__link {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) !important;
}

.faculty-card {
  background-color: var(--grays-white);
}

.faculty-card picture {
  background-color: #fafafa;
}

.faculty-card .fallback-image {
  object-fit: contain;
}

/*# sourceMappingURL=search-results.css.map */
