/* General */
.blur-up {
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  filter: blur(0);
}
.sticky-nav.stuckMenu.isStuck {
  display: none;
}
.contentArea {
  position: relative;
}
#program-container {
  display: flex;
  flex-direction: column;
}
.orderMinusOne {
  order: -1;
}
p,
li {
  color: var(--blue);
}
.bodywrap strong,
strong {
  font-weight: 600;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
:root {
  --light-grey: #F3F3F3;
  --blue: #003e51;
  --teal: #00b0b9;
  --yellow: #ffcd00;
  --teal-dark: #429da1;
  --powder: #9AB7C1;
}
.lightGreyBG {
  background: var(--light-grey);
}
.whitebg * {
  color: var(--blue);
}
.borderTealDark {
  border-left: 6px solid var(--teal-dark);
}
.borderBlue {
  border-left: 6px solid var(--blue);
}
.borderYellow {
  border-left: 6px solid var(--yellow);
}
.borderPowder {
  border-left: 6px solid var(--powder);
}
.programBodyPadding {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* Banner */

img.program-banner-2020 {
  clear: both;
  width: 100%;
}
.banner-with-promo {
  position: relative;
}
.promo-pagelet {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  background: #007b81;
}
.promo-pagelet * {
  color: #ffffff;
}
.promo-pagelet > *:last-child {
  margin-bottom: 0;
}
.promo-pagelet h3,
.promo-pagelet h4,
.promo-pagelet h5 {
  font-weight: 600;
}
.promo-pagelet a,
.promo-pagelet a:link {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.promo-pagelet a:hover,
.promo-pagelet a:active,
.promo-pagelet a:link:hover,
.promo-pagelet a:link:active {
  text-decoration: none;
}

/* Header Under Banner */

.programTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 2rem 1rem;
}
.programTitle h1 {
  margin-top: 0;
  transition: all 0.2s ease-out;
  font-weight: 600;
  padding: 0.25rem 1rem;
  margin-bottom: 2rem;
  border-left: 8px solid var(--teal);
}
.key-message {
  padding-bottom: .5rem;
}
.key-message p {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--blue);
  margin: 0;
  transition: all 0.2s ease-out;
  text-align: center;
}
#program-nav {
  display: none;
}

/* Why Choose TRU? */

.whyTRUHighlights .columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.highlights {
  padding: 4rem 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.highlights dl,
.highlights dl dd:last-child {
  margin-bottom: 0;
}
.highlights dt {
  font-size: 1.25rem;
  font-weight: 600;
}
.highlights dd + dt {
  margin-top: 2rem;
}

/* What will I learn? */

.whatWillILearn {
  display: flex;
  flex-direction: column;
}
.whatWillILearn h2 {
  padding-top: 2rem;
}

/* Where will this take me? */

.wheretakeme span.number,
.wheretakeme span.statDetails {
  display: block;
  text-align: center;
  font-weight: 600;
}
.wheretakeme span.number {
  font-size: 3rem;
  line-height: 1.1;
}
.wheretakeme span.statDetails {
  margin-top: 1rem;
}
.wheretakeme .circle {
  background: var(--teal);
  color: white;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  text-align: center;
  height: 250px;
  width: 250px;
  border-radius: 125px;
  margin: 0 auto;
}
.flex-block-grid {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.flex-block-grid li + li {
  margin-top: 1rem;
}
p.source {
  font-size: .875rem;
}

/* Program Details */

.programdetails .tabs {
  display: none;
}
.programdetails .tabs .tab-title {
  border: none;
  flex: 1;
}
.programdetails .tabs .tab-title.active a {
  background: var(--teal) !important;
}
.programdetails .tabs .tab-title:first-of-type a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.programdetails .tabs .tab-title:nth-of-type(2) a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.programdetails .tabs .tab-title a {
  border: 2px solid var(--teal) !important;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease-out !important;
  font-size: 1.25rem;
}
.programdetails .tabs .tab-title a:hover {
  background: var(--teal) !important;
}
.programdetails .tabs .tab-title:not(.active) a {
  color: white;
}
.programdetails .programWorks > h4 {
  margin-top: 1rem;
}
.programdetails [id^='accordion'] {
  padding: 0.3rem;
}
.coursesContainer ul {
  margin: 0;
  list-style: none;
}
.programdetails [id^='accordion'] h6 {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  margin: 0.3rem 0 0 0 !important;
  transition: all 0.2s ease-out;
}
.programdetails [id^='accordion'] h6:first-of-type {
  margin: 0 !important;
}
.programdetails .ui-accordion-header:not(.ui-accordion-header-active)::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 1rem;
  font-weight: 500;
}
.programdetails .ui-accordion-header-active::after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 1rem;
  font-weight: 500;
}
.programdetails .ui-accordion-header {
  background-color: white;
}
.programdetails .coursesContainer ul li {
  background: white;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.8125rem;
}
.programdetails .coursesContainer ul li + li {
  margin-top: 0.25rem;
}
.programdetails .coursesContainer .accordion-content {
  margin-left: 0;
}
.programdetails .coursesContainer .accordion-content > p {
  padding: 0.25rem 1rem 0.5rem;
  font-size: 0.8125rem;
  background: white;
  margin-bottom: 0.25rem;
}
.programdetails .coursesContainer h6.borderTealDark + .accordion-content {
  border-left: 6px solid var(--teal-dark);
}
.programdetails .coursesContainer h6.borderBlue + .accordion-content {
  border-left: 6px solid var(--blue);
}
.programdetails .coursesContainer h6.borderYellow + .accordion-content {
  border-left: 6px solid var(--yellow);
}
.programdetails .coursesContainer h6.borderPowder + .accordion-content {
  border-left: 6px solid var(--powder);
}
.entryRequirements span.steps {
  background: var(--teal-dark);
  border-radius: 100%;
  height: 100px;
  width: 100px;
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.stepsColumn {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.programRowTwo span.programOption {
  border-radius: 100%;
  font-size: 1.125rem;
  height: 110px;
  width: 110px;
  margin: auto 0 0;
  flex: 0 0 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.programRowTwo .fullHeight {
  height: 100%;
}
.stepsColumn > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.textColumn {
  padding: 2rem;
  background: var(--light-grey);
}
.textColumn *:last-child {
  margin-bottom: 0;
}
.programRowTwo .fullHeight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.programdetails .coursesContainer .accordion-content > p.noFormat {
  margin-bottom: 0;
}
.programdetails .coursesContainer ul.noFormat li {
  font-weight: 300;
}
.programdetails .coursesContainer ul.noFormat li strong {
  font-weight: 600;
}
.programdetails .coursesContainer ul.noFormat li + li {
  margin-top: 0;
}

/* Testimonials */

.slideNumber {
  background: var(--teal);
  color: white;
  display: inline-block;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  font-size: 1.15rem;
}
.testimonial {
  display: flex;
  align-items: normal;
  flex-direction: column;
}
.testInfo {
  position: relative;
  order: 1;
  padding: 1rem;
  height: auto;
}
.testimonialContent {
  padding: 3rem 0 0rem;
  height: auto;
  position: static;
  transform: none;
}
.testimonialContent > p {
  color: white;
  font-size: 1.35rem;
  font-weight: 600;
}
.testimonialContent > p.testimonialPerson {
  font-size: 1rem;
  padding-top: 1rem;
}
button.slick-prev,
button.slick-next {
  top: 30%;
  margin: 0;
}
button.slick-prev {
  left: 1rem;
}
button.slick-next {
  right: 1rem;
}

/* Faculty Highlights */

.facultyHighlights h2 {
  text-align: center;
  padding-bottom: 3rem;
}

.facultyName {
  text-align: center;
  padding: 0.75rem;
  background: white;
  position: relative;
  top: -3.5rem;
  margin-bottom: -3.5rem;
}

.facultyName p {
  font-weight: 600;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

.facultyHighlights .flexCol {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.facultyHighlights .flexCol > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.facultyHighlights .flexCol > div > div.lightGreyBG.h2pad.v2pad {
  flex: 1;
  border-top: 0.25rem solid var(--blue);
}

/* Fees */

.fees .blueCircleBackground {
  background-image: url("../images/bluecircle.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bluecircle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 2rem 0;
}
.bluecircle * {
  color: white;
}
.widget {
  padding: 0 2rem;
}
.bluecircle .widget form {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 2rem;
}
.bluecircle .radleft {
  padding: 0.7rem 0.8rem 0.7rem 1.1rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.bluecircle .radright {
  padding: 0.7rem 1.1rem 0.7rem 0.8rem;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.fees .button-group .button {
  width: 130px;
}
.fees .button-group > li + li {
  margin-left: 0.1rem;
}
.item-type {
  background: transparent;
  border: 2px solid var(--teal) !important;
  color: var(--teal);
  transition: all 0.1s ease-out;
  font-weight: 600;
}
.item-type-active {
  background: var(--teal);
  border: 2px solid var(--teal) !important;
  color: white;
}
.item-type:hover,
.item-type:active {
  background: var(--teal) !important;
  border: 2px solid var(--teal) !important;
}
.item-type:active {
  transform: scale(0.98);
}
#tuition-table {
  background: transparent;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
#tuition-table tr:nth-child(2),
#tuition-table tr:nth-child(3) {
  border-top: none !important;
}
#tuition-table td {
  font-size: 1.125rem;
  font-weight: 600;
}
#tuition-table tr td:first-of-type {
  padding-left: 1.5rem;
}
#tuition-table tr td:nth-of-type(2) {
  padding-right: 1.5rem;
}
#tuition-table td span.typically {
  color: var(--teal);
}
#tuition-table tbody tr.subheading {
  border-top: none;
}
#tuition-table tbody tr.subheading td,
#tuition-table tbody tr.subheading span.calc-total {
  background: white;
  color: var(--blue);
}
#tuition-table tbody tr.subheading td:first-of-type {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-left: 1rem solid transparent;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  padding-left: 1.1rem;
}
#tuition-table tbody tr.subheading td:nth-of-type(2) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: 1rem solid transparent;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  padding-right: 1.1rem;
}
.irs-bar,
.irs-single {
  background-color: var(--teal) !important;
  cursor: pointer;
}
.irs-handle {
  border: 4px solid var(--teal) !important;
  cursor: pointer;
}
.irs-handle:hover {
  background-color: white;
}
.irs-line {
  background-color: white !important;
  height: 8px !important;
  cursor: pointer;
}
.irs--round .irs-grid-text {
  color: white !important;
  font-weight: 600;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-weight: 600;
}
.irs-grid-pol.small {
  display: none;
}
.irs--round .irs-grid-pol {
  background-color: white !important;
  width: 2px;
}
.irs-bar {
  height: 8px !important;
  cursor: pointer;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: transparent !important;
  background-color: transparent !important;
}

/* Contact Us */

.contactUs h2,
.contactUs p,
.contactUs h5 {
  text-align: center;
}
.contactUs h2 {
  padding-bottom: 1rem;
}
.contactUs .contactTypes {
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.contactUs .contactTypes ul {
  max-width: 400px;
  margin: 0 auto;
}
.contactUs .contactTypes h5 {
  margin-top: 1rem;
}
.contactUs .contactLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: white;
  flex-direction: column;
}
.contactUs .contactLink p:nth-of-type(2) {
  text-align: center;
}
.contactUs .contactLink + .contactLink {
  margin-top: 1rem;
}
.contactUs a[href^="tel:"]::after {
  content: "\f095";
  font: normal normal 300 .9rem/1 Font Awesome\ 5 Pro;
  display: inline-block;
  text-decoration: none !important;
  padding: 0 0.25rem;
}
.contactUs a[href^="mailto:"] {
  color: var(--blue) !important;
}
.contactUs .contactLink p {
  text-align: center;
  color: var(--blue);
  margin: 0;
}

/* Next Steps */

.nextSteps a[href$=".pdf"] {
  color: white !important;
  text-decoration: underline !important;
}
.nextSteps a[href$=".pdf"]:hover {
  text-decoration: none !important;
}
.nextSteps a[href$=".pdf"]:after {
  content: none !important;
}
.flexRow {
  display: flex;
  flex-direction: column;
}
.flexRow a .aboutTRU,
.flexRow a .aboutKamloops {
  position: relative;
}
.flexRow a .aboutTRU:after,
.flexRow a .aboutKamloops:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  transition: background 0.2s ease-out;
}
.flexRow a:active .aboutTRU:after,
.flexRow a:hover .aboutTRU:after,
.flexRow a:active .aboutKamloops:after,
.flexRow a:hover .aboutKamloops:after {
  background: rgba(0, 62, 81, 0.3);
}
.flexWrap {
  display: flex;
  flex-direction: column;
}
.programPackage,
.applyNow,
.program-website {
  width: 100%;
  height: 5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-out;
}
a.applyNowLink,
a.programPackageLink,
a.program-website-link {
  margin-bottom: 1rem;
}
a.programPackageLink,
a.program-website-link {
  color: #ffffff !important;
}
a.applyNowLink:active,
a.programPackageLink:active,
.aboutTRULink:active,
.aboutKamloopsLink:active {
  transform: scale(0.98);
}
.aboutTRULink,
.aboutKamloopsLink {
  flex: 1;
}
.aboutTRULink h5,
.aboutKamloopsLink h5 {
  background: var(--blue);
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: underline !important;
  transition: all 0.1s ease-out;
}
.aboutTRULink:hover h5,
.aboutTRULink:active h5,
.aboutKamloopsLink:active h5,
.aboutKamloopsLink:hover h5 {
  text-decoration: none !important;
}
.relatedContainer {
  padding: 1rem;
  background: var(--blue);
}
ul.related {
  list-style: none;
}
ul.related li {
  padding: 0.5rem;
  text-align: center;
  background: white;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
}
ul.related li + li {
  margin-top: 1rem;
}
.typesOfQuestions .columns + .columns {
  margin-top: 1rem;
}

@media only screen and (min-width: 352px) {
  .widget {
    padding: 0 2rem;
  }
}
@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 (max-width: 640px) {
  main {
    background: var(--light-grey);
  }
  .contentArea {
    margin-top: 0;
  }
  .bodywrap {
    background: transparent;
    padding: 0;
  }
  .column, .columns {
      padding-left: 1rem;
      padding-right: 1rem;
  }
  .programTitle h1 {
    padding-left: 1rem;
    background: white;
  }
  .highlights dl {
    margin: 0 auto;
  }
  .programdetails.bluebg {
    background: var(--teal) !important;
  }
  .programdetails > .row > .columns > h2 {
      padding-bottom: 0;
  }
  .programdetails #tab-1 {
    padding-bottom: 0;
  }
  .programdetails #tab-2 {
    padding-top: 0;
  }
  .row .row {
    margin: 0 -1rem;
  }
  .programdetails .programWorks,
  .programRowTwo > .columns,
  .programRowThree > .columns {
    border-left: 1rem solid var(--teal);
    border-right: 1rem solid var(--teal);
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .programRowTwo .fullHeight,
  .programRowThree .columns .whitebg {
    padding-left: 0;
    padding-right: 0;
  }
  .programdetails #tab-2 > .row > .columns {
    border-left: 1rem solid var(--teal);
    border-right: 1rem solid var(--teal);
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    background: white;
  }
  .programdetails .tabs-content > .content {
    display: block;
    float: none;
  }
  .programdetails .tabs-content .content .row.m1top {
    margin-top: 0 !important;
    background: var(--teal);
  }
  .programRowTwo,
  .programRowThree {
    background: white;
  }
  .programRowTwo .fullHeight ul {
    flex: 0 1 250px;
    padding-left: 2.5rem;
    padding-right: 0;
    margin-top: 0;
  }
  .programRowThree .coursesContainer {
    padding: 0;
    padding-bottom: 0.5rem;
  }
  .entryRequirements {
    padding-bottom: 0.5rem;
  }
  .entryRequirements > .row.m1bottom {
    margin-bottom: 0.5rem !important;
  }
  .entryRequirements > .row > .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .medium-3.columns.stepsColumn {
    background: var(--blue);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contactUs .lastContactUs {
    padding-bottom: 2rem;
  }
  .contactUs .contactLink p + p {
    margin-top: 1rem;
  }
  .whyTRU {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
  .whyTRU h2 + a + ul {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 641px) {
  .programTitle {
    padding: 0.65rem 1rem 3rem;
  }
  .programTitle h1 {
    border-left: 8px solid #00b0b9;
  }
  .key-message p {
    font-size: 1.35rem;
  }
  .whyTRU {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .whyTRUHighlights h2 {
    text-align: left;
  }
  .highlights {
    padding: 2rem;
    text-align: left;
  }
  .wheretakeme span.number {
    font-size: 4rem;
  }
  .wheretakeme .circle {
    height: 280px;
    width: 280px;
    border-radius: 190px;
    margin: 0 auto;
  }
  .programdetails .tabs {
    display: flex;
    border: none;
  }
  .programdetails .textColumn {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .programRowTwo .fullHeight {
    display: block;
  }
  .programRowThree > .columns:first-child {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .programRowThree > .columns:nth-child(2) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .entryRequirements > .row,
  .programRowTwo {
    display: flex;
  }
  .programRowTwo .columns:first-child {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .programRowTwo .columns:nth-child(2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .programRowTwo .columns:nth-child(3) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .programRowTwo span.programOption {
    height: 130px;
    width: 130px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 auto;
  }
  .testimonial {
    align-items: center;
    flex-direction: row;
  }
  .testimonial > * {
    flex: 1;
  }
  .testInfo {
    padding: 5rem;
    height: 850px;
  }
  .testimonialContent {
    padding: 0 5rem;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
  }
  .contactUs .contactLink {
    flex-direction: row;
    padding: 1.5rem 2rem;
    border-left: 8px solid var(--blue);
  }
  .contactUs .contactTypes {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .contactUs .contactTypes ul {
    max-width: none;
    margin: 2rem auto;
  }
  .contactUs .contactLink p:nth-of-type(2) {
    text-align: right;
  }
  .contactUs .contactTypes h5 {
    margin-top: 1rem;
  }
  .flexRow {
    flex-direction: row;
  }
  .flexRow > a:first-of-type {
    margin-right: 0.5rem;
  }
  .flexRow > a:nth-of-type(2) {
    margin-left: 0.5rem;
  }
  .relatedContainer {
    padding: 2rem;
  }
  .slideNumber {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  ul.flex-block-grid {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 1rem;
  }
  .flex-block-grid li {
    width: calc(50% - .5rem);
  }
  .flex-block-grid li > div {
    height: 100%;
  }
  .flex-block-grid li {
    margin-top: 1rem;
  }
  .flex-block-grid li:first-child {
    padding-right: .5rem;
  }
  .flex-block-grid li:nth-child(2) {
    padding-left: .5rem;
  }
  .flex-block-grid li:nth-child(3) {
    padding-right: .5rem;
  }
  .flex-block-grid li:last-child {
    padding-left: .5rem;
  }
  .portfolio {
    padding: 2rem;
    background-color: var(--light-grey);
  }
  button.slick-prev,
  button.slick-next {
    top: 50%;
  }
  .contactUs .contactLink p {
      text-align: left;
  }
  .typesOfQuestions .columns + .columns {
      margin-top: 0;
  }
}
@media only screen and (min-width: 741px) {
  .fees .blueCircleBackground {
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) {
  img.program-banner-2020 {
    height: 564px;
  }
}
@media only screen and (max-width: 1024px) {
  .facultyHighlights .flexCol > div {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .key-message {
    padding-top: 0;
    margin-bottom: -1rem;
  }
  .whyTRU {
    padding: 4rem 2rem;
  }
  .whatWillILearn img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .highlights {
    padding: 5rem;
  }
  .testInfo {
    padding: 6rem;
    height: 900px;
  }
  .testimonialContent {
      padding: 0 6rem;
  }
  .facultyName {
    top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .relatedContainer {
    padding: 3rem;
  }
  .contactUs .contactTypes {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .wheretakeme {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .contactLinksContainer {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1365px) {
  .programTitle {
    margin-bottom: -3rem;
  }
  .whyTRUcontainer {
    /* position: relative;
    top: -6rem; */
  }
}
@media only screen and (min-width: 1366px) {
  img.program-banner-2020 {
    min-height: 650px;
  }
  #program-nav {
    display: block;
  }
  .program-page-magellan-container {
    padding: 1rem 0;
    background: white;
    transition: all 0.2s ease-out;
  }
  .program-page-magellan-container.fixed {
    box-shadow: 0 4px 4px -4px #858585;
  }
  .out-wrap {
    max-width: 95rem;
    margin: 0 auto;
    transition: all 0.2s ease-out;
    padding: 0 1rem;
    transition: border-color 0.2s ease-out;
  }
  dl.program-page-magellan {
    display: flex;
    justify-content: space-between;
    background: var(--light-grey);
    border-radius: 10rem;
    margin-bottom: 0;
    flex: 1;
    scrollbar-width: none;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    transition: background 0.2s ease-out;
    padding: 0 1rem;
  }
  dl.program-page-magellan::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .program-page-magellan-container.fixed dl.program-page-magellan {
    background: var(--blue);
  }
  .program-page-magellan-container.fixed dl.program-page-magellan dd a {
    color: white;
  }
  dl.program-page-magellan dd {
    padding: 0.8rem 0.5rem;
    text-align: center;
    margin: 0;
    font-size: 1rem;
  }
  dl.program-page-magellan dd.active a {
    color: var(--teal) !important;
  }
  dl.program-page-magellan dd a {
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.1s ease-out;
  }

  dl.program-page-magellan dd a:hover,
  dl.program-page-magellan dd a:active {
    text-decoration: underline !important;
    transition: all 0.1s ease-out;
  }
  dl.program-page-magellan dd + dd {
    display: flex;
  }
  .program-page-magellan-container a.magellanCTA {
    flex-basis: 140px;
    margin-left: 2rem;
    border-radius: 50px;
    font-weight: 600;
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.1s ease-out !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .program-page-magellan-container a.magellanCTA:active {
    transform: scale(0.98);
  }
  .program-page-magellan-container a.magellanCTA:active,
  .program-page-magellan-container a.magellanCTA:hover {
    background: var(--blue) !important;
    color: white !important;
    text-decoration: underline !important;
  }
  .whatWillILearn {
    flex-direction: row;
  }
  .whatWillILearnChildImageContainer {
    width: 50%;
  }
  .whatWillILearnTextContainer {
    width: 50%;
  }
  .whatWillILearn h2 {
    padding-top: 3rem;
  }
  .flex-block-grid li {
    width: calc(25%);
  }
  .flex-block-grid li:nth-child(2) {
    padding-right: .5rem;
  }
  .flex-block-grid li:nth-child(3) {
    padding-left: .5rem;
  }
}
@media only screen and (min-width: 1920px) {
  img.program-banner-2020 {
    min-height: 650px;
  }
  .promo-pagelet {
    width: 35%;
    right: 0;
    bottom: 1rem;
    padding: 2rem 1rem;
  }
  .whatWillILearn {
    max-width: 2000px;
    margin: 4rem auto;
  }
  .whatWillILearn h2 {
      padding-top: 1rem;
  }
  .whatWillILearnTextContainer {
    padding-left: 2rem;
    display: flex;
    align-items: center;
  }
  .whatWillILearnTextContainer .flexCenter *:last-child {
    margin-bottom: 1rem !important;
  }
  .whatWillILearnChildImageContainer {
    width: 40%;
  }
  .whatWillILearnTextContainer {
    width: 60%;
  }
  .wheretakeme {
    margin-top: 2rem;
  }
}
