/* New CSS Updates */
.ml4 {
    position: relative;
    opacity: 0;
}
.ml4 .letters {
    display: inline-block;
    line-height: 1em;
}
.label_wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.career_article {
    box-shadow: none;
    transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
}
.career_article:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
}
.career_article a {
    display: block;
    padding-bottom: 1px;
    border-bottom: none;
}
.career_article .letters {
    border-bottom: 1px solid transparent;
}
.career_article a:hover .letters {
    border-color: inherit;
}
.wallpaper {
    background-color: #ffffff !important;
}
.block_image_overlay::before {
    content: '';
    position: absolute;
    top: -1.9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.block_image_overlay_white::before {
    content: '';
    position: absolute;
    top: -1.9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 1;
}
figure.block_image {
    background-color: #fff;
}
figure.block_image > h1 {
    width: 100%;
    position: absolute ;
    top: 35%;
    text-align: center;
    z-index: 2;
}
blockquote {
    width: 90%;
}
blockquote pre {
    margin-right: 3rem;
}
.random-quote p {
    text-align: justify;
}
@media screen and (max-width: 979px) {
    blockquote {
        width: 80%;
    }
}
@media screen and (max-width: 979px) and (min-width: 740px) {
    .industries article {
        height: 180px;
    }
    .industries article:nth-of-type(1),
    .industries article:nth-of-type(2) {
        margin-bottom: 1rem;
    }
    figure.block_image > h1 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 739px) {
    .industries article {
        height: 180px;
    }
    .industries article:nth-of-type(1),
    .industries article:nth-of-type(2) {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 576px) {
    figure.block_image > h1 {
        top: 30%;
    }
    blockquote:before,
    blockquote:after {
        font-size: 4rem;
        width: auto;
        height: auto;
    }
    blockquote:before {
        left: -50px;
    }
    blockquote:after {
        right: -40px;
    }
    blockquote pre {
        margin-right: auto;
    }
}
@media screen and (max-width: 499px) {
    figure.block_image > h1 {
        top: 20%;
    }
    .industries article.mobile-half {
        height: auto;
        float: none !important;
        width: 100% !important;
    }
    .industries article:nth-of-type(1),
    .industries article:nth-of-type(2),
    .industries article:nth-of-type(3) {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 454px) {
    figure.block_image > h1 {
        top: 7%;
    }
}
