.tri-delta-card-inner:after {
  height: 50px;
}

.distinguished-delta-modal-inner {
  min-height: 500px;
}

.distinguished-delta-modal .tri-delta-modal-inner .bt-background-size-cover {
  flex: 1 0 440px;
}

.card-modal .distinguished-delta-modal-inner-content:before,
.distinguished-delta-legend-text-woa:before,
.distinguished-delta-legend-text-33:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 100px;
  left: 0;
  top: 36px;
  background-color: #ffffff;
}

.distinguished-delta-legend-text-woa:before,
.distinguished-delta-legend-text-33:before {
  height: 100%;
  width: 10px;
  left: -20px;
  top: 0;
}

.card-modal.ready .distinguished-delta-modal-inner-content:before {
  background-color: #f1c400;
}

.tri-delta-card.category-distinguished-delta .tri-delta-card-inner:after {
  background-color: #ffffff;
}

.card-modal.ready .category-women-of-achievement .distinguished-delta-modal-inner-content:before,
.tri-delta-card.category-women-of-achievement .tri-delta-card-inner:after,
.distinguished-delta-legend-text-woa:before {
  background-color: #f1c400;
}

.card-modal.ready .category-33-under-33 .distinguished-delta-modal-inner-content:before,
.tri-delta-card.category-33-under-33 .tri-delta-card-inner:after,
.distinguished-delta-legend-text-33:before {
  background-color: #0047BA;
}

.distinguished-delta-legend-text-woa,
.distinguished-delta-legend-text-33 {
  position: relative;
}




@media only screen and (max-width: 960px) {
  .distinguished-delta-modal-inner {
    flex-direction: column-reverse;
  }

  .distinguished-delta-modal .tri-delta-modal-inner .bt-background-size-cover {
    margin-left: auto;
    flex: auto;
    height: 400px;
    height: 45vh;
    width: 100%;
  }

  .distinguished-delta-modal .tri-delta-modal-inner .xs-overflow-container {
    height: 55vh;
    overflow: scroll;
  }
}
