/* about-us page unique styles */
.about-us .box-bg {
  /*background: url(./assets/images/how-different.jpg) no-repeat center center;*/
  background-size: cover;
  position: relative;
  min-height: 210px;
  opacity: 1;
  width: 100%;
  cursor: pointer;
}

.about-us .box-bg:hover {
  opacity: 0.7;
  transition: opacity 0.7s ease-out;
}

.about-us .box-txt {
  opacity: 1.8;
  text-decoration: underline !important;
  text-align: center;
  width: 240px;
  font-size: 23px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: absolute;
  padding: 12px 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  max-width: 80%;
}

.about-us .box-txt:hover {
  color: #000;
  opacity: 1;
}

.dialog-pic {
  float: right;
  border-radius: 50%;
  overflow: hidden;
}

picture img, picture source {
  max-width: 100%;
  height: auto;
}

#banner-background {
  background-color: #0C2A4A;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#banner-background div {
  align-self: center;
  width: 100%;
}
#banner-background picture {
  opacity: 1;
  width: 100%;
}

.rt-staff-card {
  padding: 0 !important;
  display: block;
}

.rt-staff-card .headshot {
  background-size: cover;
  position: relative;
  opacity: 1;
}

.rt-staff-card .rt-staff-card-text {
  padding: 18px 18px 18px 18px;
}

.addInfoBox-wrapper {
  display: none;
  max-height: 90vh;
}

.addInfoBox-container {
  width: 900px;
  max-width: 100%;
}

@media (min-width: 1600px) {
  #banner-background div {
    max-width: 2000px;
  }
  #banner-background picture {
    max-width: 2000px;
  }
}

/*# sourceMappingURL=about-us.css.map */
