h1.header {
    display: none;
}

.oom-hero {
    background-image: url('https://www.curryineosgrenadier.com/static/dealer-25458/custom-pages/meet-our-staff/hero-mobile.png');
    background-size: cover;
    background-position: center;
    height: 355px;
    position: relative;
}

.oh-content {
    position: relative;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.oh-line1 {
    color: #fff;
    font-family: 'BarlowCondensed-Bold';
    font-size: 42px;
}

.oh-line2 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    max-width: 630px;
}

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

.oom-top-content-padding {
    padding: 25px 25px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.oom-sec-headline {
    font-family: 'BarlowCondensed-Bold';
    color: #000;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}

.oom-sec-content {
    font-size: 16px;
    line-height: 28px;
}

.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: 91%;
}

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

.emp-info-box {
    position: absolute;
    border: 6px solid #B61715;
    width: 66%;
    height: 140px;
    box-sizing: border-box;
    top: 20px;
    right: 0;
}

.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: 14px;
    color: #B61715;
    text-transform: uppercase;
}

.emp-name {
    font-family: 'BarlowCondensed-Bold';
    color: #00162B;
    font-size: 32px;
    line-height: 34px;
    margin-top: 5px;
}

.emp-cols {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.oom-sec-bottom {
    margin-top: 65px;
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-img {
    width: 100%;
}

.osb-col.two {
    background: #E8E7E7;
}

.osb-col-two-inner {
    padding: 25px 25px;
}

.osb-headline {
    font-family: 'BarlowCondensed-Bold';
    font-size: 29px;
}

.oom-btn {
    background: #B61615;
    font-family: 'BarlowCondensed-Bold';
    color: #fff;
    text-align: center;
    width: 132px;
    padding: 13px 0;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all .1s;
}

.oom-btn:hover {
    background: #921414;
}

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

@media (min-width: 450px) {
    .emp-cols {
        width: 360px;
    }

    .emp-background {
        width: 326px;
    }

    .emp-img {
        width: 232px;
    }

    .emp-info-box {
        width: 238px;
    }
}

@media (min-width: 768px) {
    .oom-hero {
        background-image: url('https://www.curryineosgrenadier.com/static/dealer-25458/custom-pages/meet-our-staff/hero-desktop.png');
        height: 355px;
    }

    .oh-overlay {
        position: absolute;
        width: 100%;
        background: #00000082;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .oh-content {
        padding-top: 75px;
        padding-left: 55px;
        padding-right: 25px;
    }

    .oh-line1 {
        font-size: 62px;
    }

    .oh-line2 {
        font-size: 18px;
        line-height: 28px;
        max-width: 730px;
    }

    .oom-top-content-padding {
        max-width: 900px;
        text-align: center;
    }

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

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

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

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

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

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

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

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

    .osb-cols {
        font-size: 0;
    }

    .osb-col {
        position: relative;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
    }

    .osb-col-two-inner {
        padding: 41px;
        margin: auto;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        max-width: 785px;
    }
}

@media (min-width: 1300px) {
    .emp-cols {
        width: 1236px;
    }
}

@media (min-width: 1400px) {
    .oom-hero {
        height: 400px;
    }

    .oh-content {
        padding-top: 80px;
        padding-left: 155px;
    }

    .osb-headline {
        font-size: 53px;
        margin-bottom: 5px;
    }

    .oom-sec-content {
        font-size: 18px;
        line-height: 28px;
    }

    .oom-top-content-padding {
        max-width: 1275px;
    }

    .oom-sec-headline {
        font-size: 44px;
        line-height: 51px;
    }

    .oom-btn {
        margin-top: 25px;
    }
}

@media (min-width: 1670px) {
    .emp-cols {
        width: 1600px;
    }

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

    .emp-background {
        width: 427px;
    }

    .emp-img {
        width: 305px;
    }

    .emp-info-box {
        width: 312px;
        height: 184px;
        right: -20px;
        border: 9px solid #B61715;
    }

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

    .emp-name {
        font-size: 42px;
        line-height: 41px;
        margin-top: 10px;
    }
}

@media (min-width: 1700px) {
    .oh-overlay {
        display: none;
    }
}

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

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












