﻿.river-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
  padding-top: 60px;
}

body {
  padding: 0;
  margin: 0;
}

main {
  position: relative;
}

h1 {
  font-family: "obviously", system-ui, sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 64px;
}

h2 {
  font-family: "obviously", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

h3 {
  font-family: "obviously", system-ui, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

.mt-50 {
  margin-top: 50px;
}

.pd-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.carousel {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
}

.navbar {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.carousel-item {
  height: 100Vh !important;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 20;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.carousel-item-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.bd-placeholder-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent !important;
}

.carousel .carousel-inner .carousel-item:nth-child(3) .bd-placeholder-img {
  background-position: top left -40px;
}

.carousel .carousel-inner .carousel-item:nth-child(2) .bd-placeholder-img {
  background-position: top left -80px;
}

.carousel-indicators button,
.carousel-indicators [data-bs-target] {
  width: 32px;
  height: 4px;
  margin-right: 8px;
  margin-left: 8px;
  border: none;
  border-radius: 2px;
  background-clip: border-box;
  box-sizing: inherit;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s;
}

.carousel-indicators .active {
  background-color: #ffffff;
  border: none;
}

.carousel-caption p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}

.carousel-caption {
  left: 3%;
  right: 3%;
  bottom: 2rem;
  padding-bottom: 0;
  top: auto;
  width: 60%;
}

.carousel-caption h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "obviously", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
}

.navbar-toggler {
  border: none;
  font-size: 20px;
  padding-right: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.navbar-toggler-icon::before {
  margin-bottom: 4px;
}

.navbar-toggler-icon::after {
  margin-top: 4px;
}

.navbar-toggler-icon span {
  content: "";
  display: block;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.offcanvas {
  --bs-offcanvas-width: 564px;
  padding-left: 38px;
  padding-right: 0;
  padding-top: 20px;
  background-color: #ffd2e6;
}

.offcanvas-header {
  justify-content: center;
  padding-right: 0;
}

.offcanvas-body {
  padding: 0;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas-header .menu-close {
  color: #0931c8;
  font-size: 46px;
  padding: 0;
  box-shadow: none;
  opacity: 1;
}

.btn-close.menu-close {
  position: relative;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
}

.btn-close.menu-close::before,
.btn-close.menu-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  background-color: #0931c8;
  transform-origin: center;
}

.btn-close.menu-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close.menu-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.btn-close {
  --bs-btn-close-bg: url('data:image/svg+xml,<svg width="51" height="49" viewBox="0 0 51 49" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="2.70259" y1="1.2884" x2="49.4994" y2="47.4929" stroke="%230931C8" stroke-width="2"/><line x1="1.29289" y1="47.7944" x2="47.7945" y2="1.29277" stroke="%230931C8" stroke-width="2"/></svg>');
}

.btn-close:hover {
  --bs-btn-close-bg: url('data:image/svg+xml,<svg width="51" height="49" viewBox="0 0 51 49" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="2.70259" y1="1.2884" x2="49.4994" y2="47.4929" stroke="%230729AB" stroke-width="2"/><line x1="1.29289" y1="47.7944" x2="47.7945" y2="1.29277" stroke="%230729AB" stroke-width="2"/></svg>');
}

.menu-links {
  font-family: "obviously", system-ui, sans-serif;
}

.menu-links .nav-link {
  color: #0931c8;
  padding: 0;
  text-decoration: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  font-family: obviously !important;
}

.menu-links .nav-link.active {
  color: #0931c8;
  text-decoration: none;
}

.menu-links .nav-link:hover {
  font-family: obviously_semi !important;
  font-weight: 500;
}

.address-box {
  position: relative;
  bottom: 2rem;
  width: 100%;
  display: block;
  font-family: "obviously", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  padding-top: 4rem;
}

.address-box address {
  margin-bottom: 30px;
  color: #fff;
}

.address-box .contact-info a {
  color: #fff;
  text-decoration: none;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 78px;
  color: #00e0ba;
}

.footer-container .copyright {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}

.footer-container .managecookie {
  display: flex;
  align-items: flex-end;
}

.footer-container .copyright.manage-cookie {
  font-size: 10px;
}

.footer-container .manage-cookie a {
  color: #00e0ba;
  font-size: 10px;
}

.footer-container .address-box {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  width: auto;
  bottom: auto;
  margin-bottom: 40px;
  font-weight: 400;
}

.footer-container .address-box address {
  color: #00e0ba;
  margin-bottom: 40px;
  line-height: 30px;
}

.footer-container .address-box .contact-info a {
  color: #00e0ba;
  line-height: 30px;
}

.read-more-info {
  display: block;
  margin: 20px 0 0 0;
  color: #0931c8 !important;
}

.read-more-info a {
  text-decoration: underline;
  font-family: "obviously", system-ui, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  display: block;
  text-align: left;
}

.read-more-info a:hover {
  color: #00e0ba;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.read-more-info a:active {
  color: #00e0ba !important;
  background-color: transparent !important;
  border: none;
  outline: none;
  box-shadow: none;
}

.read-more-info .card {
  background-color: transparent;
  color: #0931c8;
  font-family: "obviously", system-ui, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  border: none;
}

.read-more-info a[aria-expanded="false"] {
  background: url("../../images/add-button.svg") center right no-repeat;
  background-size: 24px;
}

.read-more-info a[aria-expanded="true"] {
  background: url("../../images/close-button.svg") center right no-repeat;
  background-size: 24px;
}

.content-info-container {
  width: 100%;
  display: block;
}

.content-info-container .image-box {
  max-height: 1050px;
  overflow: hidden;
  margin-bottom: 30px;
}

.content-info-container .content-info h3 {
  color: #fff;
}

.content-main-container {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-main-container li {
  padding: 0 12px;
  width: 100%;
  margin-bottom: 70px;
}

.river-nav .carousel-control-prev-icon {
  background-image: url("../../Resources/BackButton.svg");
}

.river-nav .carousel-control-prev-icon:hover {
  background-image: url("../../Resources/BackButton-hover.svg");
}

.river-nav .carousel-control-next-icon {
  background-image: url("../../Resources/RightButton.svg");
}

.river-nav .carousel-control-next-icon:hover {
  background-image: url("../../Resources/RightButton-hover.svg");
}

.col-md-6.column {
  width: 100%;
}

@media (min-width: 600px) {
  .navbar {
    padding-top: 60px;
  }

  .navbar-toggler {
    font-size: 28px;
  }

  .offcanvas {
    padding-left: 86px;
    padding-right: 0;
  }

  .navbar-brand {
    display: block;
  }

  .offcanvas-header {
    justify-content: end;
    padding-right: 66px;
  }

  .carousel-caption h1 {
    font-size: 30px;
    line-height: 36.57px;
  }

  .menu-links .nav-link {
    font-size: 40px;
    line-height: 60px;
  }

  .address-box {
    font-size: 20px;
    line-height: 30px;
  }

  .carousel-caption {
    bottom: 5rem;
    width: 80%;
  }

  .col-md-6.column {
    width: 100%;
  }
}

@media (min-width: 753px) {
  .carousel-caption {
    bottom: 60px;
    width: 60%;
  }

  .menu-links .nav-link {
    font-size: 40px;
    line-height: 60px;
  }

  .offcanvas {
    padding-left: 45px;
    padding-right: 0;
    --bs-offcanvas-width: 416px;
  }

  .offcanvas-body {
    padding: 0;
  }

  .offcanvas-header {
    padding-top: 48px;
    padding-right: 45px;
  }

  .content-main-container li {
    width: 50%;
    margin-bottom: 90px;
  }

  .col-md-6.column {
    width: 100%;
  }

  .carousel .carousel-inner .carousel-item:nth-child(3) .bd-placeholder-img {
    background-position: top left;
  }

  .carousel .carousel-inner .carousel-item:nth-child(2) .bd-placeholder-img {
    background-position: top left -80px;
  }
}

@media (min-width: 991px) {
  .carousel-indicators {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
    right: 0;
    left: 0;
  }

  .carousel-caption {
    bottom: 80px;
    width: 60%;
  }

  .offcanvas-body {
    padding: 0;
    padding-top: 0;
  }

  .offcanvas-header {
    padding-top: 10px;
    padding-right: 45px;
  }

  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-container .address-box {
    margin-bottom: 0;
  }

  .footer-container .address-box address {
    margin-bottom: 24px;
  }

  .footer-container .copyright {
    margin-bottom: 0;
  }

  .col-md-6.column {
    width: 100%;
  }

  .carousel .carousel-inner .carousel-item:nth-child(3) .bd-placeholder-img {
    background-position: top left;
  }

  .carousel .carousel-inner .carousel-item:nth-child(2) .bd-placeholder-img {
    background-position: top left -80px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1199px) {
  .col-md-6.column {
    width: 50%;
  }

  .carousel .carousel-inner .carousel-item:nth-child(3) .bd-placeholder-img {
    background-position: center 5%;
  }

  .carousel .carousel-inner .carousel-item:nth-child(2) .bd-placeholder-img {
    background-position: center 30%;
  }
}

@media (min-width: 1400px) {
  .footer-container .copyright {
    margin-bottom: 0;
  }

  .col-md-6.column {
    width: 50%;
  }
}

@media (min-width: 1920px) {
  .col-md-6.column {
    width: 50%;
  }
}

.horizontal-line {
  display: block;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

.run-header-bg {
  background-color: transparent;
}

.run-header-bg .navbar-toggler-icon span,
.run-header-bg .navbar-toggler-icon::before,
.run-header-bg .navbar-toggler-icon::after {
  background-color: #ffffff !important;
}

.run-header-bg .river-logo svg {
  fill: #ffffff !important;
}

.image-box img {
  min-height: 296px !important;
  object-fit: cover !important;
  object-position: center 20% !important;
  width: 100% !important;
  background: #fff;
}

.content-info {
  color: #0931c8 !important;
}

.content-info h3 {
  font-weight: bold !important;
  color: #0931c8 !important;
}

.content-info a {
  color: #0931c8 !important;
}

.job-position-row h4 {
  font-size: 1rem;
}

.runrun-footer-bg .footer-text,
.runrun-footer-bg .footer-links {
  font-size: 1rem;
  line-height: 1.5rem;
}

#river-home-Carousel .river-overlay {
  position: absolute;
  top: 85%;
  left: 65%;
  width: 654px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
}

#river-home-Carousel .river-overlay img {
  width: 64%;
  height: auto;
  display: block;
}

@media (max-width: 1259px) {
  .carousel {
    height: 100vh !important;
  }

  .carousel-item {
    height: 100vh !important;
  }

  #river-home-Carousel .river-overlay {
     width: 100%;
        top: 100%;
    left: 50%;

  }
}

@media (max-width: 766px) {
  .carousel {
    height: 100vh !important;
  }

  .carousel-item {
    height: 100vh !important;
  }

  #river-home-Carousel .river-overlay {
    width: 100%;
        top: 100%;
    left: 50%;
  }


  .carousel .carousel-inner .carousel-item:nth-child(2) .bd-placeholder-img {
    background-position: top center;
  }
}

@media (max-width: 820px) {
  .carousel-indicators {
    bottom: 10px;
  }

  #river-home-Carousel .river-overlay {
    width: 1000px;
    top: 100%;
    bottom: 10px;
    left: 52%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .bg-transparent {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #river-home-Carousel .river-overlay {
    width: 500px;
    top: 100%;
    bottom: 10px;
    left: 50%;
  }
}

@media (max-width: 2266px) {
  .carousel-item {
    height: 100vh;
  }
}