.program-finder {
  width: 100vw;
  background-color: #083a81;
  background-size: 100px auto;
  background-image: url("../DocumentDefault/Assets/shield-pattern-repeat.svg");
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
.home .program-finder {
  margin-bottom: 0;
}
.program-finder:last-child {
  margin-bottom: 0;
}
.program-finder__boundary {
  padding: 40px 20px;
  max-width: 902px;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .program-finder__boundary {
    padding: 60px 30px;
    max-width: 922px;
  }
}
.program-finder__rule {
  background-color: #ffffff;
  width: 95px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.2s ease-in-out;
  margin-bottom: 30px;
}
.program-finder__title {
  display: block;
  font-family: "weiss";
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: normal;
  margin: 1em 0;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 900px) {
  .program-finder__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.program-finder__description {
  font-family: "legacy-book";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 38px;
}
@media only screen and (min-width: 900px) {
  .program-finder__description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.program-finder__links-title {
  font-family: "legacy-book";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
  color: #ffffff;
  margin-top: 0;
}
@media only screen and (min-width: 900px) {
  .program-finder__links-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.program-finder__majors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}
.program-finder__major {
  border: 1px solid #ffffff;
  position: relative;
  background-color: transparent;
  color: #ffffff;
  width: 100%;
  height: 60px;
  display: flex;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  padding-right: 45px;
  padding-left: 45px;
  margin-right: 10px;
  margin-left: 10px;
}
.program-finder__major:hover .program-finder__major__label::before, .program-finder__major:focus .program-finder__major__label::before, .program-finder__major:active .program-finder__major__label::before {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 900px) {
  .program-finder__major {
    max-width: 360px;
    width: auto;
  }
}
.program-finder__major__label {
  font-family: "legacy-bold";
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.program-finder__major__label::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: -2px;
  background: #ffffff;
  height: 5px;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@media only screen and (min-width: 420px) {
  .program-finder__major {
    width: auto;
  }
}
.program-finder__links {
  display: inline-flex;
  flex-flow: column wrap;
  align-items: center;
}
.program-finder__link {
  font-family: "legacy-book";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: -15px;
}
.program-finder__link:not(:first-child) {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 900px) {
  .program-finder__link {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.program-finder__link::after {
  background-image: url("../DocumentDefault/Assets/chevron-white.svg");
  width: 6px;
  height: 11px;
  display: inline-block;
  content: " ";
  position: absolute;
  top: 2px;
  right: -18px;
}
.program-finder__link::before {
  opacity: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: " ";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: opacity 0.2s ease-in-out;
}
.program-finder__link:hover::before {
  opacity: 1;
}
@media (min-width: 900px) {
  .program-finder__link {
    font-size: 1.25rem;
  }
}
.program-finder .component-form-search {
  padding: 0 0 20px 0;
  width: 100%;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .program-finder .component-form-search {
    padding: 0 60px;
    margin-bottom: 35px;
    order: 3;
  }
}
.program-finder .component-form-search .searchform {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.program-finder .component-form-search .searchform__close {
  display: none;
}
.program-finder .component-form-search .searchform input[type=text] {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #7d8389;
  padding: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding-right: 74px;
}
.program-finder .component-form-search .searchform input[type=text]::placeholder {
  font-family: "legacy-book";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  color: #d4d8e1;
}
.program-finder .component-form-search .searchform button[type=submit] {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  font-size: 1.25rem;
  background-color: #c8102e;
  right: 0;
  top: 0;
}
.program-finder .component-form-search .searchform button[type=submit] i {
  color: #ffffff;
}
.program-finder .component-form-search .searchform input[type=text] {
  transition: border 0.3s;
}
.program-finder .component-form-search .searchform input[type=text]:focus {
  border: 3px solid #c8102e;
}