/* imported from IU Indy by Lee */
 .rvt-c-border-left-width-2 {
	 border-left: 2px solid #e2e7e9 !important;
}
.rvt-c-border-color-crimson-000 {
	 border-color: #990000 !important;
}
/* end IU Indy */

h1,h2,h3,h4,h5,h6 {
    color: inherit !important;
}

.rvt-hero--fifty .rvt-hero__title {
    color: #fff !important;
}

.rvt-hero--fifty .rvt-hero__inner {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (min-width: 78.75em) {
  .rvt-hero--fifty {
    position: relative;
    overflow: hidden;
    min-height: 400px;
  }
  .rvt-hero--fifty .rvt-hero__body {
    max-width: 50%;
  }
  .rvt-hero--fifty .rvt-hero__media {
    top: 0;
    position: absolute;
    left: 50%;
    width: 50%;
  }
  .rvt-hero--fifty .rvt-hero__media img {
    border-radius: 0;
    max-width: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
  }
}
/* 
 * Components 
 */
.rvt-c-hero--full {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 40em) {
  .rvt-c-hero--full img {
    width: 100%;
    max-width: 1800px;
  }
  .rvt-c-hero--full img {
    left: 50%;
    top: 0;
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 40em) {
  .rvt-c-hero--full {
    height: 0;
    padding-top: 33%;
    overflow: hidden;
    background: url(img/ajax-loader.gif) center center no-repeat #ededea;
    font-size: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .rvt-c-hero--full {
    padding-top: 600px;
  }
}
.banner.image .bg-image-cover,
.banner.image img,
.banner.text-overlay .bg-image-cover,
.banner.text-overlay img {
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.js .banner.image .bg-image-cover,
.js .banner.image img {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out 0.15s;
  transition: opacity 0.25s ease-in-out 0.15s;
}

.js .banner.image.loaded .bg-image-cover,
.js .banner.image.loaded img {
  opacity: 1;
}

@media screen and (max-width: 39.9375em) {
  .rvt-c-hero--full,
  .rvt-c-hero--full img {
    position: relative;
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .rvt-c-hero--full {
    height: 0;
    padding-top: 33%;
    overflow: hidden;
    background: #ededea url(img/ajax-loader.gif) center center no-repeat;
    font-size: 0;
  }
  .rvt-c-hero--full,
  .rvt-c-hero--full img {
    width: 100%;
    max-width: 1800px;
  }
}
@media only screen and (min-width: 1800px) {
  .rvt-c-hero--full {
    max-width: 1800px;
  }
  .rvt-c-hero--full {
    padding-top: 600px;
  }
}
.rvt-c-teaser {
  display: block;
}

.rvt-c-teaser__image img {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 10px rgba(36, 49, 66, 0.2);
}

.rvt-c-teaser__body {
  margin-top: 1rem;
}

.rvt-c-teaser__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.rvt-c-teaser__title a {
  text-decoration: none;
  color: #243142;
}

.rvt-c-teaser__title a:hover {
  color: #006298;
  text-decoration: underline;
}

.rvt-c-teaser__text {
  margin-top: 1rem;
  font-size: 0.875rem;
}

.rvt-c-teaser__text * {
  margin-top: 0;
  margin-bottom: 0;
}

.rvt-c-teaser__text * + * {
  margin-top: 1rem;
}

.rvt-c-teaser__date {
  display: block;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #243142;
}

@media screen and (min-width: 46.25em) {
  .rvt-c-teaser__title {
    font-size: 1.25rem;
  }
  .rvt-c-teaser__text {
    font-size: 1rem;
  }
  .rvt-c-teaser__date {
    font-size: 0.875rem;
  }
}
.rvt-c-text-intro {
  /**
   * Set a sensible default top margin for all direct child elements except
   * the first direct child. Margin only applied to one side (the top) to
   * help create a consistent flow.
   */
}

.rvt-c-text-intro__heading, .rvt-c-text-intro__heading-large {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 1.5rem;
  position: relative;
}

.rvt-c-text-intro__heading-large {
  font-size: 2.5625rem;
}

.rvt-c-text-intro__heading::before {
  background-color: #990000;
  content: "";
  display: block;
  height: 0.5rem;
  position: absolute;
  top: 0;
  width: 2rem;
}

.rvt-c-text-intro__text {
  margin-top: 1.5rem;
}

.rvt-c-text-intro__text p:only-child {
  margin-bottom: 0;
}

.rvt-c-text-intro__text > * + * {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.rvt-c-text-intro__text h2, .rvt-c-text-intro__text h3, .rvt-c-text-intro__text h4, .rvt-c-text-intro__text h5, .rvt-c-text-intro__text h6 {
  font-weight: 700;
  font-size: 1.125rem;
}

.rvt-c-text-intro--centered {
  text-align: center;
  max-width: 46.25em;
  margin-right: auto;
  margin-left: auto;
}

.rvt-c-text-intro--centered .rvt-c-text-intro__heading {
  display: flex;
  justify-content: center;
}

.rvt-c-text-intro--promo .rvt-c-text-intro__heading {
  font-size: 1.125rem;
  font-weight: 700;
}

.rvt-c-text-intro--promo .rvt-c-text-intro__heading::before {
  content: none;
}

.rvt-c-text-intro--promo .rvt-c-text-intro__links {
  margin-top: 1.5rem;
}

.rvt-c-text-intro--promo .rvt-c-text-intro__links a:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media screen and (min-width: 46.25em) {
  .rvt-c-text-intro__heading {
    font-size: 1.625rem;
  }
  .rvt-c-text-intro--promo .rvt-c-text-intro__heading {
    font-size: 1.125rem;
    font-weight: 700;
    padding-top: 0;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-c-text-intro--promo .rvt-c-text-intro__links a:not(:first-of-type) {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.rvt-c-relative {
  position: relative;
}

.rvt-c-bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rvt-c-card--cta {
  max-width: 75%;
}

@media screen and (min-width: 78.75em) {
  .rvt-layout__feature-slot--apply {
    width: 33.333%;
  }
}
.rvt-card--apply {
  display: block;
}
.rvt-card--apply .rvt-card__title {
  border-top: 4px solid #E2E7E9;
  padding-top: 1em;
}
.rvt-card--apply .rvt-card__list {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 1em;
  padding-right: 1em;
  gap: 0;
}
.rvt-card--apply .rvt-card__list li {
  margin: 0;
  padding: 0;
}
.rvt-card--apply .rvt-card__content {
  border-top: none;
  padding-top: 0;
}
.rvt-card--apply .rvt-button {
  margin-top: 0.5em;
}

.rvt-c-button--crimson {
  background-color: #990000;
  border-color: #990000;
  box-shadow: none;
  height: auto !important;
  line-height: 1.1;
  min-height: 2.5rem !important;
  padding: 0 0.75rem;
}
.rvt-c-button--crimson:hover {
  background-color: maroon;
  border-color: maroon;
}

.rvt-c-button--crimson-nobg {
  background-color: transparent;
  border-color: #990000;
  color: #990000;
  box-shadow: none;
  height: auto !important;
  line-height: 1.1;
  min-height: 2.5rem !important;
  padding: 0 0.75rem;
}
.rvt-c-button--crimson-nobg:hover {
  background-color: maroon;
  border-color: maroon;
}

.rvt-c-button--white-nobg {
  background-color: transparent;
  border-color: white;
  color: white;
  box-shadow: none;
  height: auto !important;
  line-height: 1.1;
  min-height: 2.5rem !important;
  padding: 0 0.75rem;
}
.rvt-c-button--white-nobg:hover {
  background-color: white;
  border-color: white;
  color: #990000;
}

.rvt-c-button--white {
  background-color: white;
  border-color: white;
  color: #990000;
  box-shadow: none;
  height: auto !important;
  line-height: 1.1;
  min-height: 2.5rem !important;
  padding: 0 0.75rem;
}
.rvt-c-button--white:hover {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* Custom and overwrite  */

#start-your-journey-crimson-group-cta {
    color: #fff !important;
}

.rvt-accordion button {
    border-radius: 0 !important;
}

.rvt-accordion h3 {
    margin-bottom: 0;
}

@media screen and (min-width: 40em) {

    .layout ul,
    .layout ol,
    .layout dl {
        padding-left: 1.25em;
    }

}

.breadcrumbs .layout ul {
    padding-left: 0;
}

.bg-dark:not(.bg-crimson) {
  background-color: #006298;
}

.bg-dark:not(.bg-crimson) a:not(.button) {
  color: #92f5f5;
}

.bg-dark a:not(.button):hover, 
.bg-dark a:not(.button):focus {
  color: #5cc5eb;
}

.rvt-link-hub--stacked .rvt-link-hub__link {
    text-decoration: none;
}

.sb-c-card--profile + .sb-c-card--profile {
    margin-top: 1rem;
}
