
@import url("https://use.typekit.net/vfy8aji.css");
@import url("https://use.typekit.net/vfy8aji.css");
/*      Request ID: d518da08f25329994afab38d19a8d776_1764897403 (12/04/2025 8:17pm) (tY1LDoAgDAWv4gGEGhdexyBWaSxoaJF4ez93cPHyNpMZOF2GWus7y55d3izOBY4yMfkxaGQYKa0ZZ8KkAhowokDf9YOhJEpalPbk2IQ94uFWBNGLH6Qzy6PYSC8rXqRt4L/Wd+YFv9YN)      */



/*      Resource ID: 9a53239c25b1589af7f23e26ba6 (0-flickity.scss, compiled by node-sass, minified by none) (12/01/2025 7:09pm) (A:2103, B:2103, C:2097, D:2097, F:2097, J:2097, K:2097)      */

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*      Resource ID: 0842aa193acb4c61f20a9ec4050 (style-2026.scss, compiled by node-sass, minified by none) (12/04/2025 8:17pm) (A:341, B:341, C:20037, D:20097, F:20097, J:20097, K:20097)      */



.separator {
  width: 100%;
  height: 16px;
  margin: 30px auto;
  background-color: #F47721; }

.ex_clearfix::before, .ex_clearfix::after {
  clear: both;
  content: '';
  display: table; }

.ex_list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ex_wrap {
  overflow-wrap: break-word;
  /* new name */ }

.ex_hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.ex_smooth, .ex_btn-orange {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ex_unsmooth {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.ex_fill-container, .homepage-prefooter .homepage-prefooter_image::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ex_has-img-bg, .homepage-prefooter .homepage-prefooter_image {
  position: relative;
  overflow: hidden; }
  .ex_has-img-bg img, .homepage-prefooter .homepage-prefooter_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none; }

.ex_remove-img-border {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }

.ex_btn-reset {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .ex_btn-reset:focus {
    outline: none; }

.ex_btn-base {
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  padding: 8px 22px 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  transition: all 0.3s ease; }
  .ex_btn-base:hover, .ex_btn-base:focus {
    text-decoration: none; }
  .ex_btn-base:focus:not(:hover) {
    outline: 2px dotted #41a0ff;
    outline: auto 2px #41a0ff;
    outline-color: #41a0ff; }

.ex_btn-orange {
  display: inline-block;
  padding: 14px 35px 12px;
  border-radius: 1px;
  background-color: #cd511c;
  color: #ffffff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  transition: background-color 240ms ease; }
  .ex_btn-orange:hover, .ex_btn-orange:focus {
    color: #ffffff;
    background-color: #b24618;
    text-decoration: none; }
  .ex_btn-orange:focus:not(:hover) {
    outline: 2px dotted #41a0ff;
    outline: auto 2px #41a0ff;
    outline-color: #41a0ff; }

.homepage-prefooter {
  position: relative;
  z-index: 0;
  height: auto;
  min-height: calc(715 / 1440 * 100vw); }
  @media only screen and (min-width: 1600px) {
    .homepage-prefooter {
      min-height: 0;
      height: 790px; } }
  .homepage-prefooter .homepage-prefooter_inner {
    padding-top: 145px;
    padding-bottom: 120px;
    text-align: center; }
  .homepage-prefooter .homepage-prefooter_title {
    background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/large-l-and-c-is.png");
    background-size: contain;
    height: 145px;
    width: 253px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 5px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-prefooter .homepage-prefooter_title {
        background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/small-l-and-c-is.png");
        background-size: contain;
        height: 90px;
        width: 190px;
        background-position: center;
        background-repeat: no-repeat; } }
  .homepage-prefooter .homepage-prefooter_words {
    margin: 0 auto 18px;
    max-width: 1000px;
    color: #ffffff;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-size: 96px;
    line-height: 1.25; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .homepage-prefooter .homepage-prefooter_words {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 82px;
        line-height: 1.33; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-prefooter .homepage-prefooter_words {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 1.33; } }
    @media only screen and (max-width: 435px) {
      .homepage-prefooter .homepage-prefooter_words {
        font-size: 42px; } }
  .homepage-prefooter .homepage-prefooter_name {
    color: #ffffff;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-size: 16px;
    line-height: 1.87;
    text-decoration: underline;
    text-transform: uppercase; }
  .homepage-prefooter .homepage-prefooter_image {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1440px) {
      .homepage-prefooter .homepage-prefooter_image img {
        height: 100%; } }
    .homepage-prefooter .homepage-prefooter_image a {
      display: block;
      line-height: 0;
      pointer-events: none; }
    .homepage-prefooter .homepage-prefooter_image::after {
      content: '';
      display: block;
      background-color: rgba(17, 17, 17, 0.54); }

html body {
  line-height: 1.4; }

.container {
  max-width: 1440px; }

.row {
  margin: 0; }

.section-footer-link {
  display: inline-block;
  float: right;
  margin: 30px 0;
  padding: 4px 8px;
  background-color: #231F20;
  -webkit-font-smoothing: antialiased;
  color: white;
  background-color: #F47721;
  font-size: 18px;
  font-weight: bold; }
  .section-footer-link a, .section-footer-link p, .section-footer-link ul, .section-footer-link ol, .section-footer-link h1, .section-footer-link h2, .section-footer-link h3, .section-footer-link h4, .section-footer-link h5, .section-footer-link h6, .section-footer-link .h1, .section-footer-link .h2, .section-footer-link .h3, .section-footer-link .h4, .section-footer-link .h5, .section-footer-link .h6 {
    color: white; }
  .section-footer-link a:hover {
    color: white; }
  .section-footer-link:is(a, p, ul, ol, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .section-footer-link:has(a, p, ul, ol, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    background-color: #C75000; }
  .section-footer-link:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 8px;
    font-size: .9em;
    content: "\f061"; }

.institutional-header-bar {
  position: fixed;
  width: 100%;
  z-index: 5;
  background-color: #231F20; }
  .institutional-header-bar .container {
    max-width: 1440px; }
  .institutional-header-bar .navbar {
    padding: 0;
    margin: 0 auto; }
    .institutional-header-bar .navbar .navbar-nav {
      padding: 0;
      margin: 0; }
    .institutional-header-bar .navbar .nav-item {
      padding: 0;
      margin: 0; }
    .institutional-header-bar .navbar .nav-link {
      font-family: helvetica-neue-lt-pro-cond, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 700;
      color: white;
      padding: 4px 8px;
      text-transform: uppercase; }
  .institutional-header-bar .site-search {
    width: 90px; }
    .institutional-header-bar .site-search .search-icon {
      position: absolute;
      right: -5px;
      top: -5px;
      z-index: 6;
      width: 60px;
      border-radius: 50%;
      aspect-ratio: 1;
      background-color: white;
      border: 5px solid rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center; }
      .institutional-header-bar .site-search .search-icon .fa {
        font-size: 25px;
        color: #231F20; }

#site-content {
  position: sticky;
  top: 0;
  margin-top: 0; }
  body[data-scroll="500"] #site-content {
    position: relative;
    margin-top: 500px; }

.dark-blur {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4); }
  .dark-blur > * {
    position: relative;
    z-index: 2; }
  .dark-blur:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    z-index: 1; }

.logo {
  width: 100%;
  position: absolute;
  top: 0;
  height: 400px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.video-hero .hero-top {
  height: 400px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4); }
  .video-hero .hero-top > * {
    position: relative;
    z-index: 2; }
  .video-hero .hero-top:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    z-index: 1; }

.video-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0 60px;
  z-index: 1; }
  .video-hero .overlay .logo {
    padding: 100px 0 120px; }
    .video-hero .overlay .logo img {
      width: 50%;
      max-width: 362px;
      height: auto; }
  .video-hero .overlay [class*="border"] {
    border-width: 3px !important;
    border-color: white !important; }
  .video-hero .overlay [class*="padding"] {
    padding: 15px 30px; }
  .video-hero .overlay .h1,
  .video-hero .overlay .h2 {
    font-weight: normal;
    margin: 0;
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    -webkit-font-smoothing: antialiased; }
  .video-hero .overlay .h1 {
    font-size: 96px;
    font-style: italic; }
  .video-hero .overlay .h2 {
    font-size: 64px; }
  @media only screen and (max-width: 1299px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: .8; } }
  @media only screen and (max-width: 991px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: .6; } }
  @media only screen and (max-width: 767px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: .6; } }
  @media only screen and (max-width: 579px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: .5; } }
  .video-hero .overlay .first-word {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center; }
    .video-hero .overlay .first-word > * {
      position: relative;
      z-index: 2; }
    .video-hero .overlay .first-word:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      backdrop-filter: blur(2px);
      z-index: 1; }
  .video-hero .overlay .matrix {
    margin-bottom: 60px;
    position: relative;
    width: 240px;
    height: 300px;
    border-right: 3px solid #fff; }
    .video-hero .overlay .matrix .box {
      position: absolute;
      width: 25%;
      height: 20%;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ffffff33;
      transition: background-color .5s; }
      body[data-scroll="500"] .video-hero .overlay .matrix .box {
        background-color: #00000066; }
      .video-hero .overlay .matrix .box.video-control {
        background-color: #00000033; }
        body[data-scroll="500"] .video-hero .overlay .matrix .box.video-control {
          background-color: #000000cc; }
      .video-hero .overlay .matrix .box button {
        border: none;
        background-color: transparent; }
        .video-hero .overlay .matrix .box button:hover {
          transform: scale(1.2); }
    .video-hero .overlay .matrix .x1 {
      right: 75%; }
    .video-hero .overlay .matrix .x2 {
      right: 50%; }
    .video-hero .overlay .matrix .x3 {
      right: 25%; }
    .video-hero .overlay .matrix .x4 {
      right: 0; }
    .video-hero .overlay .matrix .y1 {
      top: 0; }
    .video-hero .overlay .matrix .y2 {
      top: 20%; }
    .video-hero .overlay .matrix .y3 {
      top: 40%; }
    .video-hero .overlay .matrix .y4 {
      top: 60%; }
    .video-hero .overlay .matrix .y5 {
      top: 80%; }
    .video-hero .overlay .matrix .fa {
      font-size: 28px;
      text-align: center;
      color: white; }

.video-hero.muted .lw_vimeo_mute {
  display: none; }

.video-hero.muted .lw_vimeo_unmute {
  display: block; }

.video-hero:not(.muted) .lw_vimeo_mute {
  display: block; }

.video-hero:not(.muted) .lw_vimeo_unmute {
  display: none; }

.video-hero .lw_vimeo_play {
  display: none; }

.video-hero.paused .lw_vimeo_play {
  display: block; }

.video-hero.paused .lw_vimeo_pause {
  display: none; }

.video-hero-video {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1300px) {
    .video-hero-video {
      min-height: 900px;
      height: 900px !important; } }
  @media only screen and (max-width: 1299px) {
    .video-hero-video {
      min-height: 800px;
      height: 800px !important; } }
  @media only screen and (max-width: 991px) {
    .video-hero-video {
      min-height: 700px;
      height: 700px !important; } }
  @media only screen and (max-width: 767px) {
    .video-hero-video {
      min-height: 75vh;
      height: 75vh !important; } }
  .video-hero-video:has(.fluid-width-video-wrapper) {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .video-hero-video img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

#homepage-video,
#homepage-video > .container-fluid {
  height: 100%; }

.video-hero-video {
  visibility: hidden;
  transition: opacity .5s;
  opacity: 0;
  height: 80vh; }
  .video-hero-video:has(.fluid-width-video-wrapper) {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .video-hero-video .fluid-width-video-wrapper {
    padding-top: 56.25% !important;
    aspect-ratio: 16/9;
    height: 100%;
    width: unset; }
    .video-hero-video .fluid-width-video-wrapper iframe {
      border: none; }
  .video-hero-video:before {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(8deg, rgba(0, 0, 0, 0.5) 3%, rgba(0, 0, 0, 0) 55%);
    pointer-events: none; }
  .video-hero-video .lw_vimeo_pause,
  .video-hero-video .lw_vimeo_play {
    position: absolute;
    top: 3%;
    right: 1%;
    padding: .5rem 1rem;
    border: none;
    background-color: transparent;
    color: white;
    border-radius: 10px;
    line-height: 1; }
    .video-hero-video .lw_vimeo_pause:hover,
    .video-hero-video .lw_vimeo_play:hover {
      background-color: black; }
  .video-hero-video .lw_vimeo_play {
    display: none; }
  .video-hero-video.paused .lw_vimeo_play {
    display: block; }
  .video-hero-video.paused .lw_vimeo_pause {
    display: none; }

.homepage-intro {
  background-color: #231F20;
  -webkit-font-smoothing: antialiased;
  color: white;
  padding-bottom: 30px;
  overflow: hidden; }
  .homepage-intro a, .homepage-intro p, .homepage-intro ul, .homepage-intro ol, .homepage-intro h1, .homepage-intro h2, .homepage-intro h3, .homepage-intro h4, .homepage-intro h5, .homepage-intro h6, .homepage-intro .h1, .homepage-intro .h2, .homepage-intro .h3, .homepage-intro .h4, .homepage-intro .h5, .homepage-intro .h6 {
    color: white; }
  .homepage-intro a:hover {
    color: white; }
  .homepage-intro .intro-first .h2 {
    font-weight: bold;
    font-family: helvetica-neue-lt-pro, sans-serif;
    margin: 0; }

.three-school-links {
  padding-bottom: 60px; }
  .three-school-links .school-image {
    position: relative; }
  .three-school-links .school-name {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: bold;
    color: white; }
  .three-school-links .school-stories ul {
    padding-left: 36px; }
    .three-school-links .school-stories ul li a {
      font-size: 1.1em;
      font-family: helvetica-neue-lt-pro-cond, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 700; }

.news-spotlight {
  overflow: hidden;
  background-color: #231F20;
  -webkit-font-smoothing: antialiased;
  color: white;
  padding-top: 50px; }
  .news-spotlight a, .news-spotlight p, .news-spotlight ul, .news-spotlight ol, .news-spotlight h1, .news-spotlight h2, .news-spotlight h3, .news-spotlight h4, .news-spotlight h5, .news-spotlight h6, .news-spotlight .h1, .news-spotlight .h2, .news-spotlight .h3, .news-spotlight .h4, .news-spotlight .h5, .news-spotlight .h6 {
    color: white; }
  .news-spotlight a:hover {
    color: white; }
  .news-spotlight a {
    color: white !important; }
  .news-spotlight .newsroom-widget-header {
    margin-top: 0 !important; }

.statistics .separator {
  width: 100%;
  height: 16px;
  margin: 30px auto;
  height: 32px;
  background-image: url("/live/resource/image/_ingredients/themes/2026-institutional-homepage/images/separator-wood-texture.png");
  background-size: cover; }

.statistics .h1 {
  font-weight: normal;
  display: block;
  text-align: center;
  color: #F47721; }

.program-finder {
  padding: 50px 0 30px;
  background-color: #231F20;
  -webkit-font-smoothing: antialiased;
  color: white; }
  .program-finder a, .program-finder p, .program-finder ul, .program-finder ol, .program-finder h1, .program-finder h2, .program-finder h3, .program-finder h4, .program-finder h5, .program-finder h6, .program-finder .h1, .program-finder .h2, .program-finder .h3, .program-finder .h4, .program-finder .h5, .program-finder .h6 {
    color: white; }
  .program-finder a:hover {
    color: white; }
  .program-finder .program-finder-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end; }
  .program-finder .program-finder-header {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px; }
    @media only screen and (max-width: 1299px) {
      .program-finder .program-finder-header {
        zoom: .8; } }
    @media only screen and (max-width: 991px) {
      .program-finder .program-finder-header {
        zoom: .6; } }
    @media only screen and (max-width: 767px) {
      .program-finder .program-finder-header {
        zoom: .6; } }
    @media only screen and (max-width: 579px) {
      .program-finder .program-finder-header {
        zoom: .5; } }
    .program-finder .program-finder-header .find-your {
      font-family: helvetica-neue-lt-pro-cond, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 700;
      font-size: 112px;
      text-transform: uppercase;
      color: white; }
      .program-finder .program-finder-header .find-your + span {
        font-family: ltc-goudy-oldstyle-pro, serif;
        font-size: 88px;
        margin-top: -20px;
        color: #F47721;
        font-style: italic;
        min-width: 375px; }
        .program-finder .program-finder-header .find-your + span > span {
          display: none; }
          .program-finder .program-finder-header .find-your + span > span.show {
            display: block; }
  .program-finder .program-finder-form {
    position: relative; }
    .program-finder .program-finder-form fieldset {
      all: unset;
      box-sizing: border-box;
      width: 100%; }
    .program-finder .program-finder-form input[type="text"] {
      font-family: helvetica-neue-lt-pro, sans-serif;
      font-size: 48px;
      padding: 16px; }
    .program-finder .program-finder-form .legend {
      font-weight: bold;
      color: #F47721;
      padding: 12px 0;
      position: absolute;
      top: 100%; }
  .program-finder:has(#program-finder-results > *) .program-finder-form .legend {
    display: none; }

.program-finder-results {
  min-height: 60px; }

#program-finder-results {
  display: block !important;
  padding: 12px 0; }
  #program-finder-results .qa_message, #program-finder-results .qa_category_title {
    margin: 0;
    padding: 0;
    margin-bottom: 16px; }