.box {
  position: relative;
  border: solid 2px rgba(0, 146, 208, 0.5);
  border-radius: 7px;
}

.carousel-caption {
  position: relative;
  left: auto;
  right: auto;
}

.carousel-item {
  margin-bottom: 10px;
}

.carousel-indicators {
  top: 50px;
  margin:0;
  padding-left:15px;
  padding-right:15px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
/*
span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
*/
.image {
  display: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#aac {
  display: none;
}

#aaac {
  display: none;
}

#acsr {
  display: none;
}

#opgw {
  display: none;
}

.imgbox {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
}

.innertext {
  font-size: 1.3vw;
  font-weight: bold;
  color: white !important;
}

.undertab {
  padding-left: 10px;
  font-size: 150%;
  font-weight: bold;
  color: white !important;
  background: rgba(0, 146, 208, 0.5);
}

.label {
  color: black;
  text-align: center;
  font-size: x-large;
  font-family: "Calibri", sans-serif;
  font-weight: 500;
}

.rotate {
  transform: rotate(45deg);
}

.clickable {
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  opacity: 0.9;
  background: rgba(102, 153, 204, 0.7);
}

.image {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  top: 10vh;
  left: 0;
  width: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.close {
  color: #aaa;
  float: right;
  font-size: 50px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  background-color: #fefefe;
  /*margin: 15% auto;  15% from the top and centered */
  padding: 0 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
}

#CSDEoverlay{
  cursor: pointer;
}

#PMoverlay{
  cursor: pointer;
}

#CSDEoverlay:hover img {
  transform: scale(1.25);
}

#PMoverlay:hover img {
  transform: scale(1.25);
}

.box:hover .text {
  display: block;
}

.box:hover .overlay {
  display: block;
  transition: all 0.4s ease-in-out;
}

#CSDEoverlay:hover .text {
  display: block;
}

#CSDEoverlay:hover .overlay {
  display: block;
}

#PMoverlay:hover .text {
  display: block;
}

#PMoverlay:hover .overlay {
  display: block;
}

.box:hover .label {
  z-index: 3;
}

.text {
  display: none;
  color: white;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 1;
  font-family: "Calibri", sans-serif;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
