h1.header {
    display: none;
}

.oom-page-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oom-page-wrapper-inner {
    padding: 25px 25px;
}

.oom-page-headline {
    font-family: 'CorporateACondProRegular',Arial,Helvetica,sans-serif;
    color: #333333;
    font-size: 23px;
    text-align: center;
}

.oom-page-headline span {
    font-style: italic;
}

.departments-container {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.department-col {
    display: inline-block;
}

.department-col:nth-child(1) {
    padding-right: 15px;
}

.department-col:nth-child(2) {
    padding-left: 15px;
}

.department {
    font-size: 24px;
    cursor: pointer;
    letter-spacing: 2.4px;
}

.department.active {
    border-bottom: 3px solid #6DD0FE;
    font-weight: 600;
}

.employees-container {
    margin-top: 60px;
}

.emp-col {
    margin-bottom: 40px;
}

.emp-container {
    position: relative;
}

.emp-background {
    width: 224px;
}

.emp-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 205px;
    z-index: 1;
}

.emp-info-box {
    position: absolute;
    border: 4px solid #000;
    width: 209px;
    height: 180px;
    box-sizing: border-box;
    top: 20px;
    right: -10px;
}

.emp-info-box-inner {
    margin: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 35px;
    right: 0;
}

.emp-title {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.8px;
    color: #383838;
    text-transform: uppercase;
}

.emp-name {
    font-family: 'CorporateACondProRegular', Arial, Helvetica, sans-serif;
    color: #383838;
    font-size: 31px;
    line-height: 34px;
    margin-top: 15px;
}

.emp-cols {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 414px) {
    .oom-page-headline {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .oom-page-wrapper-inner {
        padding: 45px 25px;
    }

    .oom-page-headline {
        font-size: 37px;
    }

    .emp-cols {
        width: 718px;
    }

    .emp-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 310px;
        margin: 0 24px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .emp-cols {
        width: 942px;
    }

    .emp-col {
        margin: 0 80px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .oom-page-wrapper-inner {
        padding: 90px 50px;
    }

    .oom-page-headline {
        font-size: 44px;
        line-height: 57px;
    }

    .departments-container {
        margin-top: 40px;
        margin-bottom: 45px;
    }

    .emp-cols {
        width: 1100px;
    }

    .emp-col {
        margin: 0 28px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1500px) {
    .emp-cols {
        width: 1400px;
    }

    .emp-col {
        margin: 0 38px;
        margin-bottom: 50px;
        width: 390px;
    }

    .emp-background {
        width: 270px;
    }

    .emp-img {
        width: 269px;
    }

    .emp-info-box {
        width: 236px;
        height: 193px;
    }

    .emp-title {
        font-size: 15px;
        letter-spacing: 0.8px;
        line-height: 22px;
    }

    .emp-name {
        font-size: 35px;
        line-height: 38px;
        margin-top: 20px;
    }
}

@media (min-width: 1900px) {
    .emp-cols {
        width: 1800px;
    }

    .emp-col {
        margin: 0 30px;
        margin-bottom: 60px;
    }
}












