/**
 * Document: YMAL SCSS
 * DESC:
 */
.sgr-ymal h5 {
    font-size: 22px;
}
.sgr-ymal a {
    text-decoration: none;
}
.sgr-ymal .card-body {
    min-height: 90px;
    font-weight: bold;
    font-family: ubuntu;
    padding: 1.25rem 0rem;
}
.sgr-ymal:hover {
    text-decoration: none;
}
.sgr-ymal .zoom {
    transition: transform 0.4s;
    /* Animation */
    z-index: 0;
}
.sgr-ymal .zoom:hover {
    transform: scale(1.15);
    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;
}
.sgr-ymal .zoom:hover .ymal-title-container {
    width: 73%;
}
.sgr-ymal .ymal-title-container {
    transition: width 0.5s ease;
    padding-bottom: 5px;
    left: 10px;
}
.sgr-ymal .ymal-excerpt {
    font-weight: normal;
    line-height: 20px;
    font-size: smaller;
    height: 80px;
}
.sgr-ymal .ymal-button {
    height: 50px;
}
.sgr-ymal .ymal-button i {
    -webkit-animation: bounce-left 0.8s both;
    animation: bounce-left 0.8s both;
}
.sgr-ymal figure.blkymal {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
    margin-bottom: 30px; !important;
    max-width: 490px !important;
    border-right: 12px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-bottom: 2px solid #EA5631;
}
/*.sgr-ymal figure.blkymal:after {*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-top: -150px;*/
/*    height: 150px;*/
/*    width: 100%;*/
/*    content: "";*/
/*}*/
.sgr-ymal .blkymal {
    background: #ffffff;
}
.sgr-ymal .blkymal figcaption {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 11px 16px;
    z-index: 1;
    cursor: pointer;
}
.sgr-ymal .blkymal figcaption h3 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #272B5E;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 4px;
}
@media (max-width: 768px) {
    .sgr-ymal .blkymal figcaption h3 {
        font-size: 1.1rem;
        font-weight: 600;
    }
}
@media (max-width: 450px) {
    .sgr-ymal .blkymal figcaption h3 {
        font-size: 1rem;
        font-weight: 600;
    }
}
@media (min-width: 768px) {
    .sgr-ymal .blkymal figcaption {
        padding: 15px 35px;
        font-weight: 600;
    }
}
@media (min-width: 450px) {
    .sgr-ymal .blkymal figcaption {
        padding: 15px 25px;
        font-weight: 600;
    }
}

body.high-contrast figure.blkymal:after {
    background: linear-gradient(to bottom, #42414200 0%, #424142 100%);
}