  .core-value-links {
  font-family: 'AkkuratLight', Arial, sans-serif;
  font-size: 30px;
  color: white;
}
.header-nav li.depth0 {
  display: none;
}
.cta {
  margin-top: 60px;
  cursor: pointer;
  overflow: hidden;
}
.cta .icon {
  font-size: 60px;
  margin: 0 0 0 0 !important;
}
.cta .icon span {
  color: #fff;
}
.cta .cta-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-left: 8px;
}
.cta .cta-title .title {
  padding: 2px 6px;
  line-height: 28px;
  color: #fff;
}
.cta:nth-child(3) .cta-title {
  margin-top: 15px;
}
.cta-request-info .title {
  background: #888581;
}
.cta-visit .cta-title {
  margin-top: 16px;
}
.cta-visit .title {
  background: #ca2028;
}
.cta-apply .title {
  background: #a6a65e;
}
.cta-explore .title {
  background: #3A7AAB;
}
.homepage-advanced section.deans .feature-inner .feature-text {
  padding-bottom: 0;
}
.homepage-advanced section.deans .feature-inner .feature-text .flex-me {
  display: flex;
  align-items: center;
}
.homepage-advanced section.deans .feature-inner .feature-text article {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage-advanced section.deans .feature-inner .feature-text article .flex-me {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 450px) {
  .homepage-advanced section.deans .feature-inner .feature-text article .flex-me {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
