:root {
  --ochre-oxide: #551516;
  --ochre-ikota: #E2E7E8;
  --ochre-sinuka: #9773A4;
  --ochre-amber: #CB5027;
  --ochre-yellow: #CB892C;
  --ochre-earth: #496049;
  --ochre-red: #831E1E;
  --ochre-dune: #B45649;
  --ochre-stone: #827144;
}


body {
    color: #080821 !important;
}
p {
  font-family: Helvetica, sans-serif;
  line-height: 1.68;
}

h1, h2, h3, h4, h5, h6 {
  font-family:  Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.08;
}
.latest-positions h1 {

 color: #551516;

}
.wsu-career-carousel {
    background: var(--ochre-oxide);
}

.wsu-career-carousel .carousel-item {
    min-height: 520px;
    overflow: hidden;
    background: var(--ochre-oxide);
}

.wsu-career-carousel .carousel-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.1) contrast(1.05);
}

.wsu-career-carousel .carousel-item::before,
.wsu-career-carousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.wsu-career-carousel .carousel-item::before {
    background:
        linear-gradient(90deg, rgba(85, 21, 22, 0.92) 0%, rgba(85, 21, 22, 0.76) 34%, rgba(85, 21, 22, 0.44) 68%, rgba(85, 21, 22, 0.14) 100%),
        linear-gradient(90deg, rgba(203, 80, 39, 0.16) 0%, rgba(203, 137, 44, 0.08) 58%, rgba(203, 137, 44, 0) 100%);
}

.wsu-career-carousel .carousel-item::after {
    background-image: radial-gradient(rgba(85, 21, 22, 0.82) 1px, transparent 1px);
    background-size: 4px 4px;
    opacity: 0.82;
}

.wsu-career-carousel .carousel-caption {
    right: auto;
    bottom: auto;
    left: 8%;
    top: 50%;
    z-index: 2;
    max-width: 680px;
    padding: 0;
    text-align: left;
    transform: translateY(-50%);
}

.wsu-career-carousel .carousel-caption h1 {
    margin: 0 0 18px;
    color: var(--ochre-ikota);
    font-size: 56px;
    line-height: 1.02;
    text-shadow: 0 4px 18px rgba(85, 21, 22, 0.42);
}

.wsu-career-carousel .carousel-caption p {
    max-width: 560px;
    margin: 0;
    color: var(--ochre-ikota);
    font-size: 22px;
    line-height: 1.42;
    font-weight: 700;
    text-shadow: 0 3px 12px rgba(85, 21, 22, 0.44);
}

.wsu-career-carousel .carousel-indicators {
    right: 8%;
    bottom: 28px;
    left: auto;
    z-index: 3;
    width: auto;
    margin: 0;
}

.wsu-career-carousel .carousel-indicators li {
    width: 46px;
    height: 5px;
    margin: 0 4px;
    border: 0;
    background-color: rgba(226, 231, 232, 0.62);
}

.wsu-career-carousel .carousel-indicators .active {
    background-color: var(--ochre-yellow);
}

.wsu-career-carousel .carousel-control-prev,
.wsu-career-carousel .carousel-control-next {
    z-index: 3;
    width: 78px;
    opacity: 1;
}

.wsu-career-carousel .carousel-control-prev-icon,
.wsu-career-carousel .carousel-control-next-icon {
    width: 44px;
    height: 44px;
    padding: 22px;
    border: 2px solid rgba(226, 231, 232, 0.88);
    border-radius: 50%;
    background-color: rgba(85, 21, 22, 0.34);
    background-size: 48%;
}

.wsu-career-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.wsu-career-carousel .carousel-control-next:hover .carousel-control-next-icon {
    border-color: var(--ochre-yellow);
    background-color: rgba(131, 30, 30, 0.88);
}

.section {
    padding: 76px 60px;
}

.top-strip {
    line-height: 0;
    margin: 0;
}

.blurb {
    background-color: var(--ochre-ikota);
    color: var(--ochre-oxide);
    text-align: left;
}

.wsu-intro {
    position: relative;
    overflow: hidden;
}

.wsu-intro::before {
    content: "";
    position: absolute;
    top: 54px;
    bottom: 54px;
    left: 0;
    width: 9px;
    background: var(--ochre-yellow);
}

.wsu-intro .container {
    position: relative;
    z-index: 1;
}

.intro-heading {
    padding: 42px;
    background: var(--ochre-yellow);
    border-left: 9px solid var(--ochre-oxide);
}

.intro-heading span {
    display: block;
    margin-bottom: 18px;
    color: var(--ochre-oxide);
    font-size: 14px;
    font-weight: 800;
}

.intro-heading h2 {
    margin: 0;
    color: var(--ochre-oxide);
    font-size: 38px;
}

.intro-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.intro-primary,
.intro-secondary,
.positions_button {
    padding: 12px 18px;
    border-radius: 0;
    font-weight: 800;
}

.intro-primary {
    background: var(--ochre-oxide);
    color: var(--ochre-ikota);
}

.intro-primary:hover {
    background: var(--ochre-red);
    color: var(--ochre-ikota);
}

.intro-secondary {
    background: transparent;
    color: var(--ochre-oxide);
    border: 2px solid var(--ochre-oxide);
}

.intro-secondary:hover {
    background: var(--ochre-oxide);
    color: var(--ochre-ikota);
}

.intro-copy {
    padding-left: 70px;
}

.intro-copy p {
    max-width: 690px;
    margin-bottom: 22px;
    color: var(--ochre-oxide);
    font-size: 16px;
}

.intro-copy .intro-lead {
    color: var(--ochre-oxide);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.34;
}

.footer {
    background-color: var(--ochre-oxide);
    color: var(--ochre-ikota);
    text-align: center;
    border-top: 8px solid var(--ochre-yellow);
}

.positions_button {
    background-color: var(--ochre-yellow);
    color: #fff;
    border: none;
	border-radius: 4px;
}

.positions_button:hover{
    background-color: var(--ochre-amber);
    color: var(--ochre-ikota);
    border: none;
}

.latest-positions {
    background: var(--ochre-ikota);
}

.whiteback {
    background-color: #ffffff;
}

.whiteback .latest-positions {
    background: transparent;
}

.latest-positions h2 {
    margin-bottom: 34px;
    color: var(--ochre-oxide);
    font-size: 42px;
}

.campus_text,
.mission_text {
  background-color: var(--ochre-oxide);
  color: var(--ochre-ikota);
  padding: 60px 70px !important;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  box-sizing: border-box;
}

.campus_text h3,
.mission_text h3 {
  margin-bottom: 28px;
  color: var(--ochre-ikota);
  font-size: 34px;
}

.campus_text h5,
.mission_text h5 {
  margin-top: 18px;
  margin-bottom: 8px;
  color: var(--ochre-yellow);
  font-size: 16px;
}

.campus_image img,
.mission_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 450px;
}

@media (max-width: 768px) {
  .wsu-career-carousel .carousel-item,
  .wsu-career-carousel .carousel-item img {
    height: 460px;
    min-height: 460px;
  }

  .wsu-career-carousel .carousel-caption {
    left: 28px;
    right: 28px;
    max-width: none;
  }

  .wsu-career-carousel .carousel-caption h1 {
    font-size: 34px;
  }

  .wsu-career-carousel .carousel-caption p {
    font-size: 17px;
  }

  .wsu-career-carousel .carousel-control-prev,
  .wsu-career-carousel .carousel-control-next {
    width: 54px;
  }

  .wsu-career-carousel .carousel-indicators {
    right: 28px;
    bottom: 20px;
  }

  .section {
    padding: 52px 28px;
  }

  .wsu-intro::before {
    top: 0;
    bottom: auto;
    width: 100%;
    height: 8px;
  }

  .intro-heading {
    padding: 32px 28px;
    margin-bottom: 34px;
  }

  .intro-heading h2 {
    font-size: 31px;
  }

  .intro-actions {
    display: block;
  }

  .intro-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .intro-copy {
    padding-left: 0;
  }

  .intro-copy p {
    max-width: none;
  }

  .intro-copy .intro-lead {
    font-size: 21px;
  }

  .campus_text,
  .mission_text {
    padding: 40px 30px !important;
  }
}

.logo-large {

    max-width: 270px !important;
  
}

.listingcard-title {

    font-weight: 600;
    text-decoration: underline;
}
