h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.section__intro {
  display: none;
  min-height: 83vh;
}

.section__intro.hero {
  padding-top: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 56, 97, .9), rgba(0, 56, 97, .9));
  background-image: linear-gradient(180deg, rgba(0, 56, 97, .9), rgba(0, 56, 97, .9));
}

.section__intro.hero.rellax {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
}

.nav__top-bar {
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shield {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: auto;
}

.link__caps {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.link__caps:hover {
  color: #999;
}

.nav {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.branding {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav__link-list {
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
}

.nav__link-list__list-item {
  margin-left: 45px;
  float: left;
  font-size: 18px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 1rem;
  line-height: 140%;
}

.cta-primary {
  padding: 16px 33px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #005796, #005796);
  background-image: linear-gradient(180deg, #005796, #005796);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cta-primary:hover {
  background-image: -webkit-linear-gradient(270deg, #0071aa, #0071aa);
  background-image: linear-gradient(180deg, #0071aa, #0071aa);
}

.nav__list-item__link {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav__list-item__link:hover {
  color: #999;
}

.nav-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.areas-interest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e7e7e7;
}

.interest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
}

.interest-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.interest-info__heading {
  font-family: Montserrat, sans-serif;
  color: #333;
}

.interest-info__text {
  width: 100%;
  margin-bottom: 20px;
}

.cta-primary-outline {
  padding: 16px 33px;
  border: 1px solid #1a499b;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #005796;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cta-primary-outline:hover {
  background-image: -webkit-linear-gradient(270deg, #0071aa, #0071aa);
  background-image: linear-gradient(180deg, #0071aa, #0071aa);
  color: #fff;
}

.cta-primary-outline.cta-block {
  display: block;
}

.cta-primary-outline.programs-transfer__cta {
  display: block;
}

.interest-image__block {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: auto;
}

.interest-image__athletics {
  position: relative;
  height: 360px;
  min-width: 50%;
  background-image: url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/lacrosse-athletics.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.interest-image__studyabroad {
  position: relative;
  height: 360px;
  min-width: 50%;
  background-image: url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/connect-with-us.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.interest-image__arts {
  position: relative;
  height: 360px;
  min-width: 50%;
  background-image: url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/new-dancer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.interest-image__studentlife {
  position: relative;
  height: 360px;
  min-width: 50%;
  background-image: url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/interest-studentLife.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.interest__athletics-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.interest__arts-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.interest__studyabroad-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.interest__studentlife-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.section__areas-interest {
  display: block;
}

.slider {
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.interest__mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.slide {
  padding: 80px;
}

.interest-image__block__mobile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.interest-image__mobile {
  width: 100%;
  height: auto;
}

.interest-info__mobile {
  padding: 20px 40px 40px;
  text-align: center;
}

.icon {
  color: #7c0034;
}

.icon-2 {
  color: #7c0034;
}

.section__launch-career {
  padding-top: 100px;
  padding-bottom: 100px;
}

.center-div {
  text-align: center;
}

.section-header {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.career-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.career-block {
  position: relative;
  top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background-image: url('/sebin/l/o/hcc-shield-mono.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('/sebin/l/o/hcc-shield-mono.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 100% 0px, 0px 0px;
  background-size: 187px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.career-block:hover {
  top: 0px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .5);
}

.career__heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.career__paragraph {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #828282;
}

.form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.submit-button {
  height: 38px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #005796, #005796);
  background-image: linear-gradient(180deg, #005796, #005796);
}

.student-profile-block__maroon {
  background-image: -webkit-linear-gradient(270deg, rgba(165, 28, 56, .9), rgba(165, 28, 56, .9)), url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/rcf.jpg');
  background-image: linear-gradient(180deg, rgba(165, 28, 56, .9), rgba(165, 28, 56, .9)), url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/rcf.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.student-profile-container__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.profile-quote__left {
  position: relative;
  width: 80%;
  padding-right: 40px;
}

.profile-person__right {
  position: absolute;
  top: -14px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 20%;
  text-align: right;
}

.block-quote {
  padding: 0px;
  border-left: 0px none transparent;
  color: #fff;
  font-size: 38px;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.strong {
  font-weight: 800;
}

.name-class {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.cite-name-block {
  float: left;
}

.read-more-block {
  float: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #cdb97d;
  text-decoration: underline;
}

.link:hover {
  color: #d6c183;
}

.profile-quote__right {
  position: relative;
  width: 80%;
  padding-left: 40px;
}

.profile-person__left {
  position: absolute;
  left: 0px;
  top: -14px;
  bottom: 0px;
  z-index: 3;
  width: 20%;
}

.student-profile-container__right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.student-profile-block__blue {
  background-image: -webkit-linear-gradient(270deg, rgba(27, 71, 154, .9), rgba(27, 71, 154, .9)), url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/hs-hero.png');
  background-image: linear-gradient(180deg, rgba(27, 71, 154, .9), rgba(27, 71, 154, .9)), url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/hs-hero.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.center-div__paragraph {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: #333;
  font-size: 18px;
  line-height: 140%;
}

.border {
  width: 50px;
  height: 1px;
  margin: 10px auto;
  border-top: 1px solid #7c0034;
}

.maroon {
  color: #a51c37;
}

.section__title-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section__programs-transfer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.programs-transfer__cta-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__save-money {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__early-entrance {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__mobile-nav {
  display: none;
}

.save-money__stats-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.save-money__stat {
  font-family: Montserrat, sans-serif;
  color: #cdb97d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px #000;
}

.save-money__stat-block {
  position: relative;
  top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background-image: url('/sebin/l/o/hcc-shield-mono.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('/sebin/l/o/hcc-shield-mono.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 100% 0px, 0px 0px;
  background-size: 155px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.save-money__stat-block:hover {
  top: 0px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .5);
}

.save-money__stat-info {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: #333;
}

.section-header__border {
  width: 50px;
  height: 1px;
  margin: 30px auto;
  border-top: 1px solid #7c0034;
}

.quote-block__profile__right {
  position: absolute;
  left: 20px;
  top: -30px;
  right: 0px;
  z-index: 0;
}

.blockquote-block {
  position: relative;
  z-index: 1;
}

.quote-block__left-profile {
  position: absolute;
  left: -20px;
  top: -30px;
  right: 0px;
  z-index: 0;
}

.container-flex {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.section__intro-video {
  min-height: 83vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__intro-video.hero {
  min-height: 83vh;
  padding-top: 25vh;
  background-image: none;
}

.large-photo {
  overflow: hidden;
}

.fixed-photo__student-smiling {
  height: 80vh;
  background-image: url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/ClassOutside-1920.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed-photo__commencement {
  height: 80vh;
  background-image: url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/DuncanReading1920.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fixed-photo__students-walking {
  height: 80vh;
  background-image: url('/media/howardcc/admissions-aid/hs-admissions/high-school-admissions-images/InterpersonalCommunication-1920.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.oc-shield {
  position: absolute;
  top: 20vh;
  right: 0px;
  overflow: hidden;
  width: 575px;
  opacity: 0.1;
}

.oc-shield.rellax {
  top: 5vh;
}

.oc-shield-img {
  position: relative;
  left: 25%;
  top: 0px;
  display: none;
  float: right;
}

.from-here-to-anywhere {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 84px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 2px 5px #000;
	line-height: .95;
}

.text-field-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  font-weight: 400;
}

.source {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 120%;
}

html.w-mod-js *[data-ix="load-down-shield"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="hide-nav-fixed"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="scroll-then-load-element"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40%);
  -ms-transform: translate(0px, 40%);
  transform: translate(0px, 40%);
}

@media (max-width: 991px) {
  .nav__top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link__caps {
    display: none;
  }
  .branding {
    text-align: center;
  }
  .nav__link-list {
    display: none;
  }
  .body {
    padding-bottom: 80px;
  }
  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .mobile-nav__list-item {
    min-width: 50%;
    float: left;
  }
  .mobile-nav__list-item__link {
    display: block;
    padding: 30px;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  .mobile-nav__list-item__link:hover {
    background-image: -webkit-linear-gradient(270deg, #7c0034, #7c0034);
    background-image: linear-gradient(180deg, #7c0034, #7c0034);
    color: #fff;
  }
  .interest {
    min-width: 100%;
  }
  .cta-primary-outline.programs-transfer__cta {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .section__areas-interest {
    display: none;
  }
  .slider {
    display: block;
  }
  .interest__mobile {
    box-shadow: 0 10px 30px -10px #000;
  }
  .mask {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section__launch-career {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .profile-quote__left {
    padding-right: 0px;
    padding-left: 40px;
  }
  .profile-person__right {
    position: static;
  }
  .profile-quote__right {
    padding-right: 0px;
    padding-left: 40px;
  }
  .profile-person__left {
    position: static;
  }
  .section__programs-transfer {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section__save-money {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section__early-entrance {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section__mobile-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: block;
    background-color: #fff;
  }
  .save-money__stats-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .save-money__stat-block {
    margin-bottom: 20px;
  }
  .section__intro-video.hero {
    padding-top: 7vh;
  }
  .fixed-photo__student-smiling {
    background-image: url('/sebin/f/f/student-smiling-1020x1080.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .fixed-photo__commencement {
    background-image: url('/sebin/f/t/DuncanReading1191.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .fixed-photo__students-walking {
    background-image: url('/sebin/n/t/two-students-walking-m.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .oc-shield {
    top: 27vh;
    width: 400px;
  }
  .from-here-to-anywhere {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .section__launch-career {
    padding-right: 20px;
    padding-left: 20px;
  }
  .career-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .career-block {
    margin-bottom: 20px;
  }
  .student-profile-container__left {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-quote__left {
    width: 100%;
    padding-left: 0px;
  }
  .profile-person__right {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .profile-quote__right {
    width: 100%;
    padding-left: 0px;
  }
  .profile-person__left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .student-profile-container__right {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section__programs-transfer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section__save-money {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section__early-entrance {
    padding-right: 20px;
    padding-left: 20px;
  }
  .save-money__stat-block {
    margin-bottom: 20px;
  }
  .quote-block__profile__right {
    left: -10px;
  }
  .quote-block__left-profile {
    left: -10px;
  }
  .container-flex {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .body {
    padding-bottom: 100px;
  }
  .interest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .interest-info {
    width: 100%;
    min-width: 100%;
  }
  .interest-image__athletics {
    min-width: 100%;
  }
  .interest-image__studyabroad {
    min-width: 100%;
  }
  .interest-image__arts {
    min-width: 100%;
  }
  .interest-image__studentlife {
    min-width: 100%;
  }
  .slide {
    padding: 20px;
  }
  .slide-nav {
    padding-top: 20px;
  }
  .cite-name-block {
    margin-bottom: 10px;
    float: none;
  }
  .read-more-block {
    float: none;
  }
  .from-here-to-anywhere {
    font-size: 40px;
  }
}



