.childnav a {
    text-decoration: none;
}
.childnav .zoom {
    transition: transform 0.4s;
    /* Animation */
    z-index: 0;
}
.childnav .zoom:hover {
    transform: scale(1.05);
    z-index: 111;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
@media (max-width: 1200px) {
    .childnav .childnav-header {
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .childnav .childnav-header {
        font-size: 3rem;
    }
}
@media (min-width: 1450px) {
    .childnav .childnav-header {
        font-size: 3.5rem;
    }
}
.childnav figure.blkchildnav {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
    margin: 0 !important;
}
.childnav figure.blkchildnav:after {
    display: block;
    position: relative;
    background: linear-gradient(to bottom, #e7344600 0%, #e73446 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: "";
}
.childnav .blkchildnav figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    cursor: pointer;
}
.childnav .blkchildnav figcaption h3 {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
}
body.high-contrast figure.blkchildnav:after {
    background: linear-gradient(to bottom, #42414200 0%, #424142 100%);
}