/**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.programs-listing__item {
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
  flex-direction: column;
  padding-bottom: 0;
  border-radius: 1rem;
  background: #cce9ff;
  text-decoration: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.programs-listing__item__header {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.16;
  min-height: 4.125rem;
  padding: 0.875rem 1rem;
  margin: 0;
}
@media (max-width: 576px) {
  .programs-listing__item__header {
    font-size: 1rem;
  }
}
@media screen and (min-width: 577px) {
  .programs-listing__item__header {
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.15;
    min-height: 6rem;
    padding: 1.25rem 2rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 576px) {
  .programs-listing__item__header {
    font-size: 1.125rem;
  }
}
.programs-listing__item__footer {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1rem;
  margin-top: auto;
  background: #a4d8fc;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .programs-listing__item__footer {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 577px) {
  .programs-listing__item__footer {
    min-height: 3.5rem;
    padding: 1rem 2rem;
  }
}
.programs-listing__item__footer .degrees-list {
  margin: 0 auto 0 0;
}
.programs-listing__item__types {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.programs-listing__item__types__type {
  display: block;
  margin-left: 1rem;
  list-style: none;
}
.programs-listing__item__types img {
  display: block;
  transition: filter 0.2s ease-in-out;
}
.programs-listing__item.workforce-credential-item .programs-listing__item__footer {
  background-color: #000;
}
.programs-listing__item.workforce-credential-item .programs-listing__item__footer .degrees-list {
  color: #cce9ff;
}
.programs-listing__item.workforce-credential-item .programs-listing__item__types img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(77%) saturate(6648%) hue-rotate(175deg) brightness(102%) contrast(103%);
  transition: none;
}
.programs-listing__item:hover {
  background: #3970de;
  color: #fff;
}
.programs-listing__item:hover .programs-listing__item__footer {
  background: #245bc9;
}
.programs-listing__item:hover .programs-listing__item__footer .degrees-list {
  color: #fff;
}
.programs-listing__item:hover .programs-listing__item__footer .programs-listing__item__types img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(101%) contrast(101%);
}

.c-post {
  display: flex;
  flex-direction: column;
}
.c-post__link {
  text-decoration: none;
}
.c-post__image {
  position: relative;
  overflow: hidden;
  padding-top: 65.1731160896%;
  border-radius: 0.5rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 577px) {
  .c-post__image {
    border-radius: 1rem;
  }
}
.c-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-post__image--empty {
  background-color: #cce9ff;
}
.c-post__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.c-post__content .post-tag {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
  display: inline-block;
  padding: 0.5rem 0;
  margin: 0 1.25rem 0 0;
}
@media (max-width: 576px) {
  .c-post__content .post-tag {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1141px) {
  .c-post__content .post-tag {
    margin: 0 0 2.5rem;
  }
}
.c-post__content .post-tag:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
}
@media screen and (min-width: 577px) {
  .c-post__content .post-tag {
    width: -moz-min-content;
    width: min-content;
  }
}
@media screen and (min-width: 769px) {
  .c-post__content .post-tag {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1141px) {
  .c-post__content .post-tag {
    margin: 0 1.25rem 0 0;
  }
}
.c-post__content .post-separator {
  display: inline-block;
  width: 2px;
  height: 1.125rem;
  margin: 0 1.25rem 0 0;
  background-color: #000;
}
.c-post__content .post-separator:first-child {
  display: none;
}
.c-post__content .post-date {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
@media (max-width: 576px) {
  .c-post__content .post-date {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1141px) {
  .c-post__content .post-date {
    margin: 0 0 2.5rem;
  }
}
@media screen and (min-width: 1141px) {
  .c-post__content .post-date {
    margin: 0;
  }
}
.c-post__content .post-title {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 1.5rem;
}
@media (max-width: 576px) {
  .c-post__content .post-title {
    font-size: 1.125rem;
  }
}
.c-post__content .post-excerpt {
  margin: 0 0 1.5rem;
}
.c-post__content .c-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 1.5rem;
}
.c-post__date {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1141px) {
  .c-post__date {
    margin: 0 0 1.5rem;
  }
}

.c-person__container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d3d9dd;
}
@media screen and (min-width: 1141px) {
  .c-person__container {
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-person__name-link {
  text-decoration: none;
}
@media screen and (min-width: 1141px) {
  .c-person__name-link {
    width: 33.55%;
    padding-right: 3rem;
  }
}
.c-person__name {
  display: flex;
  align-items: center;
}
.c-person__name .person-image {
  position: relative;
  overflow: hidden;
  width: 4.125rem;
  height: 6.25rem;
  flex-shrink: 0;
  border-radius: 5rem;
  margin: 0 1.5rem 0 0;
  background-color: #d3d9dd;
}
@media screen and (min-width: 1141px) {
  .c-person__name .person-image {
    width: 7.5rem;
    height: 11.25rem;
    margin: 0 2.26rem 0 0;
  }
}
.c-person__name .person-image .person-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (min-width: 1141px) {
  .c-person__name .person-image .person-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-person__name .person-image img:not(.person-icon) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-person__name .person-data__name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .c-person__name .person-data__name {
    font-size: 0.875rem;
  }
}
.c-person__name .person-data__role {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .c-person__name .person-data__role {
    font-size: 0.875rem;
  }
}
.c-person__name .person-data__office {
  display: flex;
  align-items: center;
  margin: 0;
}
.c-person__name .person-data__office .person-icon {
  margin-right: 0.75rem;
}
.c-person__department {
  margin: 2rem 0;
}
@media screen and (min-width: 1141px) {
  .c-person__department {
    width: 33.88%;
    padding-right: 3rem;
  }
}
.c-person__department .person-departments {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 576px) {
  .c-person__department .person-departments {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1141px) {
  .c-person__contact {
    width: 32.57%;
  }
}
.c-person__contact .person-phone,
.c-person__contact .person-email,
.c-person__contact .person-mailstop {
  display: flex;
  align-items: center;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .c-person__contact .person-phone,
  .c-person__contact .person-email,
  .c-person__contact .person-mailstop {
    font-size: 0.875rem;
  }
}
.c-person__contact .person-phone:last-child,
.c-person__contact .person-email:last-child,
.c-person__contact .person-mailstop:last-child {
  margin: 0;
}
.c-person__contact .person-phone img,
.c-person__contact .person-email img,
.c-person__contact .person-mailstop img {
  margin: 0 0.75rem 0 0;
}
.c-person__contact .person-phone a,
.c-person__contact .person-email a,
.c-person__contact .person-mailstop a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}
.c-person__contact .person-phone a:hover,
.c-person__contact .person-email a:hover,
.c-person__contact .person-mailstop a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
}

main .search-results .container {
  max-width: 62.5rem;
}
main .search-results__header {
  padding: 4rem 0;
  border-bottom: 1px solid #000;
  background: #f2f2f2;
}
main .search-results__header .search-form {
  margin: 0 auto;
  background: #fff;
}
main .search-results__header .search-form .c-input-group {
  padding: 0;
}
main .search-results__header .search-form .c-input-group__label {
  left: 0;
}
main .search-results__results {
  padding: 4rem 0;
}
main .search-results__results__filters {
  display: flex;
  align-items: center;
  padding: 0.625rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
  background: #000;
}
main .search-results__results__filters li {
  display: block;
  padding: 0;
  margin-right: 0.625rem;
  list-style: none;
}
main .search-results__results__filters li:last-child {
  margin: 0;
}
main .search-results__results__filters li a {
  display: block;
  padding: 0.625rem 1.25rem;
  border-radius: 2rem;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
main .search-results__results__filters li a.active {
  background: #fff;
  color: #000;
}
main .search-results__results__phrase {
  margin: 0;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}
main .search-results__results__article {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d3d9dd;
}
main .search-results__results__article:first-of-type {
  padding-top: 0;
}
main .search-results__results__article:last-child {
  border: 0;
}
main .search-results__results__article h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.16;
  margin-bottom: 1.125rem;
}
@media (max-width: 576px) {
  main .search-results__results__article h2 {
    font-size: 1rem;
  }
}
main .search-results__results__article h2 a {
  color: #245bc9;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
main .search-results__results__article h2 a:hover {
  color: #3970de;
}
main .search-results__results .programs-listing__item {
  max-width: 100%;
  margin-bottom: 1.25rem;
}
main .search-results__results .programs-listing__item:first-of-type {
  margin-top: 2.5rem;
}

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