.no-underline:hover {
  text-decoration: none;
}

.acc-card:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: larger;
  float: right;
  color: black;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acc-card[aria-expanded=false]:before {
  content: "\f107";
}

.acc-card[aria-expanded=true]:before {
  content: "\f106";
}

.imgcon {
  object-fit: contain;
  max-height: 100%;
  height: 100%;
}

.carousel-container {
}

.carpos {
  position: absolute;
}

.carcontcol {
  color: black;
  left: 0;
}

.redhead {
  color: #be4b1a;
  font-weight: bold;
}

