.transition-highlights img,
.transition-highlights h4,
#removed-contact-info hr.spacer,
#program-nav {
    display: none !important;
}

.transition-highlights {
    padding: 3rem 2rem;
}

.program-page-magellan-container:not(.fixed) dl.program-page-mag#program-navellan {
    margin: 0 auto 5rem;
}

#program-section-1 h4 {
    margin-top: 0;
}

.highlights-majors-minors {
    padding-bottom: 2rem;
}

.highlights {
    justify-content: center;
}

main.program-transition-main #program-nav .out-wrap {
    max-width: 65rem;
}

#contact #removed-contact-info > p {
    padding: 1.5rem 2rem;
    background: white;
    border-left: 8px solid var(--blue);
}

#program-section-2 * {
    color: white;
}

#careers #program-section-2 {
    padding: 3rem 5rem;
    background: #00b0b9;
    margin: 2rem 0;
}

#careers #program-section-2 > * {
    color: #ffffff;
}

#careers #program-section-2 > h4 {
    margin-top: 0;
}

#careers #program-section-2 > p {
    margin-bottom: 0;
}

@media only screen and (min-width: 375px) {
  img.program-banner-2020 {
    min-height: 447px;
    object-fit: cover;
  }
}

@media only screen and (min-width: 414px) {
  img.program-banner-2020 {
    min-height: 493px;
  }
}

@media only screen and (min-width: 640px) {
    .highlights {
        justify-content: flex-start;
    }
    .transition-highlights {
        padding: 4rem 2rem;
    }
    .highlights-majors-minors {
        padding-bottom: 0;
    }
    .transition-highlights dl {
        margin-bottom: 0;
    }
}

@media only screen and (width: 768px) and (height: 1024px) {
  img.program-banner-2020 {
    height: 564px;
  }
}

@media only screen and (min-width: 768px) {
    .program-page-magellan-container:not(.fixed) dl.program-page-magellan {
        margin: 0 auto 7rem;
    }
}

@media only screen and (min-width: 1024px) {

    #contact h4 {
        text-align: center;
    }
}

@media only screen and (min-width: 1366px) {
    img.program-banner-2020 {
      min-height: 650px;
    }
    #program-nav {
        display: block !important;
    }
}

@media only screen and (min-width: 1920px) {
  img.program-banner-2020 {
    min-height: 650px;
  }
}