  .site-nav,
.page-title,
.unc-mega-nav .contain-to-grid,
.unc-mega-nav .cta-wrap .cta,
.breadcrumb-row {
  display: none;
}

.unc-mega-nav .hide-for-small-only {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.unc-mega-nav .hide-for-small-only .cta-wrap {
  padding: 0;
  float: none;
}

.unc-mega-nav .hide-for-small-only .cta-wrap .rfi a {
  color: #ffffff;
  background-color: #013c65;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  border-radius: 25px;
  text-decoration: none;
}

.unc-mega-nav .hide-for-small-only .cta-wrap .rfi a:hover {
  color: #000000;
  background-color: #f6b000;
}

@media (max-width: 640px) {
  .unc-mega-nav .hide-for-small-only {
    display: none;
  }
}

.content .wide-row:first-of-type {
  padding: 2rem 0 3rem 0;
}

h1 {
  border-bottom: 3px solid #f6b000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

h1 strong {
  font-weight: 600px !important;
}

.site-header {
  border-top: 6px solid #013c65;
}

.site-header:before {
  display: block;
  content: '';
  height: 5px;
  background-color: #f6b000;
}

.site-header .images .slick-list .slick-track {
  max-height: 500px;
  display: flex;
}

.site-header .images .slick-list .slick-track img {
  display: block;
  height: auto;
  float: none;
  object-position: top;
  object-fit: cover;
}

.content h3 {
  margin-bottom: 1rem;
}

p a.button {
  color: #ffffff;
  background-color: #013c65;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  border-radius: 25px;
  text-decoration: none;
}

p a.button:hover {
  color: #000000;
  background-color: #f6b000;
}

.stats {
  background-color: #013c65;
  padding: 3rem 0;
}

.stats h3 {
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.stats h3 span {
  display: block;
}

.stats p {
  color: #ffffff;
  margin-bottom: 0;
}

.stats .stat {
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  border: 1px solid #ffffff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.stats .stat:not(:last-child) {
  margin-bottom: 1rem;
}

.stats .stat p {
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
}

.stats .stat p:first-child {
  color: #f6b000;
  font-size: 2rem;
  margin-right: 1rem;
}

.stats .stat p:first-child span {
  font-size: 1rem;
}

.admissions,
.degree-cta {
  max-height: 350px;
  overflow: hidden;
}

.admissions__inner,
.degree-cta__inner {
  display: flex;
  width: 100%;
}

.admissions__inner__single,
.degree-cta__inner__single {
  background-position: center;
  height: 350px;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.admissions__inner__single:before,
.degree-cta__inner__single:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(1, 60, 101, 0.6);
}

.admissions__inner__single__content,
.degree-cta__inner__single__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.admissions__inner__single__content__label,
.degree-cta__inner__single__content__label {
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
}

.admissions__inner__single__content__cta,
.degree-cta__inner__single__content__cta {
  color: #ffffff;
  display: flex;
  align-items: center;
  opacity: 0;
  font-size: 0;
  margin: 0;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  padding-bottom: .2rem;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
}

.admissions__inner__single__content__cta img,
.degree-cta__inner__single__content__cta img {
  width: 0;
  transition: all .25s ease-in-out;
  margin-left: 0.5rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

.admissions__inner__single:hover,
.degree-cta__inner__single:hover {
  flex: 1.25;
}

.admissions__inner__single:hover .admissions__inner__single__content__cta,
.degree-cta__inner__single:hover .admissions__inner__single__content__cta {
  opacity: 1;
  font-size: 1rem;
}

.admissions__inner__single:hover .admissions__inner__single__content__cta img,
.degree-cta__inner__single:hover .admissions__inner__single__content__cta img {
  width: 20px;
}

@media (max-width: 1024px) {
  .admissions,
  .degree-cta {
    max-height: unset;
  }
  .admissions .admissions__inner,
  .admissions .degree-cta__inner,
  .degree-cta .admissions__inner,
  .degree-cta .degree-cta__inner {
    flex-direction: column;
  }
  .admissions .admissions__inner__single,
  .admissions .degree-cta__inner__single,
  .degree-cta .admissions__inner__single,
  .degree-cta .degree-cta__inner__single {
    height: auto;
    min-height: 100px;
    padding: 3rem 0;
  }
  .admissions .admissions__inner__single__content__cta,
  .admissions .degree-cta__inner__single__content__cta,
  .degree-cta .admissions__inner__single__content__cta,
  .degree-cta .degree-cta__inner__single__content__cta {
    opacity: 1;
    font-size: 1rem;
  }
  .admissions .admissions__inner__single__content__cta img,
  .admissions .degree-cta__inner__single__content__cta img,
  .degree-cta .admissions__inner__single__content__cta img,
  .degree-cta .degree-cta__inner__single__content__cta img {
    width: 20px;
  }
}

.commitment {
  position: relative;
  background-color: #333333;
  padding: 3rem 0;
}

.commitment .image-container {
  display: block;
  min-height: 100%;
  min-width: 49%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.commitment .row a {
  color: #ffffff;
  text-decoration: underline;
  transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
}

.commitment .row a:hover {
  color: #f6b000;
}

.commitment .row div:nth-of-type(2) {
  float: right;
}

.commitment .row div:nth-of-type(2) h5 {
  font-size: 2rem;
  color: #ffffff;
}

.commitment .row div:nth-of-type(2) h6 {
  color: white;
  text-transform: none;
  font-family: 'Open sans';
  font-weight: 500 !important;
  margin-bottom: 1rem;
}

.commitment .row div:nth-of-type(2) ul li {
  color: #ffffff;
  line-height: 1.5;
}

.commitment .row div:nth-of-type(2) ul li:not(:last-child) {
  margin-bottom: .75rem;
}

.commitment .row div:nth-of-type(2) > a {
  color: #013c65;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: .8rem;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.commitment .row div:nth-of-type(2) > a:hover {
  color: #000000;
  background-color: #f6b000;
}

.stories {
  padding: 3rem 0;
}

.stories .columns > h6 {
  font-family: 'Open Sans';
  font-weight: 500 !important;
  font-size: 1.5rem;
  text-transform: none;
  margin-bottom: 1.5rem;
}

.stories__single {
  display: flex;
  border: 1px solid #013c65;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
  min-height: 200px;
}

.stories__single:not(:last-child) {
  margin-bottom: 2rem;
}

.stories__single__image {
  flex: 1;
}

.stories__single__image a {
  display: flex;
  height: 100%;
}

.stories__single__image a img {
  object-fit: cover;
  object-position: center;
}

.stories__single__copy {
  flex: 2;
  padding: 1rem;
}

.stories__single__copy button {
  color: #ffffff;
  background-color: #013c65;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: .8rem;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.stories__single__copy button:hover {
  color: #000000;
  background-color: #f6b000;
}

.stories__single__copy h5 {
  font-weight: 600 !important;
  margin-bottom: 1rem;
}

.stories__single:nth-child(even) .stories__single__image {
  order: 1;
}

@media (max-width: 500px) {
  .stories__single {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .stats > .row > .medium-6:first-of-type {
    margin-bottom: 1rem;
  }
  .commitment {
    padding-top: 0;
  }
  .commitment .image-container {
    position: relative;
    z-index: 1;
    top: unset;
    min-height: 100px;
    margin-bottom: 1rem;
  }
}

.degree-cta__inner {
  position: relative;
}

.degree-cta__inner:before, .degree-cta__inner:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 5px;
  -webkit-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  z-index: 1;
}

.degree-cta__inner:after {
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  right: 0;
  left: auto;
}

.degree-cta__inner:hover:before, .degree-cta__inner:hover:after {
  content: "";
  width: 100%;
  background-color: #f6b000;
}

.degree-cta__inner:hover:before {
  left: 50%;
}

.degree-cta__inner:hover:after {
  bottom: 0;
  right: -50%;
}

.degree-cta__inner__single:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.degree-cta__inner__single__content__label {
  margin-bottom: .75rem;
}

.degree-cta__inner__single__content__cta {
  color: #013c65;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: .8rem;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 1rem;
  opacity: 1;
}

.degree-cta__inner__single__content__cta:hover {
  color: #000000;
  background-color: #f6b000;
}

@media (max-width: 768px) {
  .degree-cta__inner .degree-cta__inner__single {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .degree-cta__inner .degree-cta__inner__single__content__label {
    font-size: 1rem;
  }
  .degree-cta__inner .degree-cta__inner__single__content__cta {
    font-size: .75rem;
  }
}

.degree-worth {
  padding: 3rem 0;
}

@media (max-width: 1075px) {
  .degree-worth {
    padding: 3rem 1rem;
  }
}

.degree-worth__inner {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}

@media (max-width: 768px) {
  .degree-worth__inner {
    flex-direction: column;
    gap: .5rem;
  }
  .degree-worth__inner .degree-worth__inner__image-container {
    display: flex;
    position: relative;
    max-height: 250px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #eeeeee;
  }
  .degree-worth__inner .degree-worth__inner__image-container img {
    object-fit: contain;
    height: unset;
    box-shadow: unset;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
  }
}

.degree-worth__inner__info {
  flex: 1;
}

.degree-worth__inner__info h4 {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 3px solid #f6b000;
}

.degree-worth__inner__info p {
  margin-bottom: .75rem;
}

.degree-worth__inner__image-container {
  margin-bottom: 1rem;
  flex: 1.25;
}

.degree-worth__inner__image-container img {
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 24px 24px 0px #013c65;
}

.footer {
  padding: 0;
}

.footer .row:first-child {
  display: flex;
  justify-content: center;
}

.footer .row:first-child .columns:not(.small-6) {
  display: none;
}

@media (max-width: 640px) {
  .footer .row:first-child .small-6 {
    margin: 0 !important;
    padding-top: 3rem;
  }
  .footer .row:first-child .small-6 img {
    display: block;
    max-height: 75px;
    margin: 0 auto;
    display: block;
  }
}


.single-cta {
  max-height: 350px;
  overflow: hidden;
}

.single-cta__inner {
  display: flex;
  width: 100%;
}

.single-cta__inner__single {
  background-position: center;
  height: 350px;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  background-size: cover;
}

.single-cta__inner__single:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(1, 60, 101, 0.6);
}

.single-cta__inner__single__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.single-cta__inner__single__content__label {
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
}

.single-cta__inner__single__content__message {
  font-weight: 500 !important;
  color: #ffffff;
}

.single-cta__inner__single__content__cta {
  color: #ffffff;
  display: flex;
  align-items: center;
  opacity: 0;
  font-size: 0;
  margin: 0;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  padding-bottom: .2rem;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
}

.single-cta__inner__single__content__cta img {
  width: 0;
  transition: all .25s ease-in-out;
  margin-left: 0.5rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
  .single-cta {
    max-height: unset;
  }
  .single-cta .single-cta__inner {
    flex-direction: column;
  }
  .single-cta .single-cta__inner__single {
    height: auto;
    min-height: 100px;
    padding: 3rem 0;
  }
  .single-cta .single-cta__inner__single__content__cta {
    opacity: 1;
    font-size: 1rem;
  }
  .single-cta .single-cta__inner__single__content__cta img {
    width: 20px;
  }
}

.single-cta__inner {
  position: relative;
}

.single-cta__inner:before, .single-cta__inner:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 5px;
  -webkit-transition: all 0.24s ease-in-out;
  -o-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  -ms-transition: all 0.24s ease-in-out;
  z-index: 1;
}

.single-cta__inner:after {
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  right: 0;
  left: auto;
}

.single-cta__inner:hover:before, .single-cta__inner:hover:after {
  content: "";
  width: 100%;
  background-color: #f6b000;
}

.single-cta__inner:hover:before {
  left: 50%;
}

.single-cta__inner:hover:after {
  bottom: 0;
  right: -50%;
}

.single-cta__inner__single:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.single-cta__inner__single__content__label {
  margin-bottom: .75rem;
}

.single-cta__inner__single__content__cta {
  color: #013c65;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: .8rem;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  opacity: 1;
}

.single-cta__inner__single__content__cta:hover {
  color: #000000;
  background-color: #f6b000;
}

@media (max-width: 768px) {
  .single-cta__inner .single-cta__inner__single {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .single-cta__inner .single-cta__inner__single__content__label {
    font-size: 1rem;
  }
  .single-cta__inner .single-cta__inner__single__content__cta {
    font-size: .75rem;
  }
}
