@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    picture.careers_card_picture {
        overflow: hidden;
    }
    img.careers_card_image {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        left: -50%;
    }
}
#header-page-title {
    display: none;
}
#page > div > div > div.col-sm-12 {
    width: 100%;
}
.js-careers-modal a {
    color : #3D2725;
    padding-bottom : .15em;
    border-bottom : 1px solid #7C332A;
}

.link-copied-wrapper {
    border-radius: 4px;
    font-weight:bold;
    padding: 4px;
    font-size: 12px;
    z-index: 999999;
    background: black;
    color: white;
    opacity: 1;
}

.link-copied-wrapper.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.alum-link-container {
    position: relative;
}

.link-copied-wrapper {
    display: inline;
    margin-left: 10px;
}
