.card-body .card-text {
  overflow: hidden;
}

.card:hover {
  background: #f9f6f6;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.blkcontent-modal .modal-content {
  z-index: 1050 !important;
}

.blkcontent-modal .modal-content h3 {
  color: #00294d;
}

.blkcontent-modal .modal-content h3:after {
  content: "";
  width: 23%;
  position: absolute;
  left: 7%;
  top: 44%;
  z-index: 1;
}

.blkcontent-modal .modal-content h4 {
  font-size: 1.2rem;
}

.blkcontent-modal .modal-content a {
  text-decoration: none;
  color: white !important;
}

.zoom {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  /* Animation */
  z-index: 0;
}

.zoom:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 111;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

@media (max-width: 1200px) {
  .childnav-header {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .childnav-header {
    font-size: 3rem;
  }
}

@media (min-width: 1450px) {
  .childnav-header {
    font-size: 3.5rem;
  }
}

figure.blkcontent {
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative;
  margin-bottom: 30px !important;
}

figure.blkcontent:after {
  display: block;
  position: relative;
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: "";
}

.blkcontent figcaption {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 600px) {
  .blkcontent figcaption {
    padding: 5px 14px;
  }
}

.blkcontent figcaption .ymal-title-container {
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  background: #272b5e9e;
  padding-bottom: 5px;
  border-bottom: 1px solid #EA5631;
  left: 10px;
}

.blkcontent figcaption h3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}

body.high-contrast figure.blkcontent:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#42414200), to(#424142));
  background: linear-gradient(to bottom, #42414200 0%, #424142 100%);
}
/*# sourceMappingURL=variant_content-postblock_v2.css.map */