﻿.employee-bio-page > .hero-containe {
    min-height: unset !important;
}
#heroBackground{
    min-height:500px;
}
.bioHero {
    height: 500px;
    padding: 126px 0 68px;
}
.bioHero > .table{
    bottom:100px;
}
.employee-detail > h2 {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
}
.employee-detail > p > span {
    color: white;
}
.employee-detail__positionFix {
    padding-left: 480px;
    padding-bottom: 0px;
}
.employee-detail__positionFix > .employee-detail {
     text-align:left;   
}
@media (max-width: 1170px) {
    #heroBackground {
        min-height: 390px;
    }
    .bioHero {
        max-height: 391px;
        height: 391px;
        padding: 82px 0 54px;
    }
        .employee-detail__positionFix {
        padding-left: 390px;
        padding-bottom: 0px;
    }
    .employee-detail > h2 {
        margin-bottom: 5px;
    }
    .bioHero > .table {
        bottom: 45px;
    }
}
@media (max-width: 700px) {
    #heroBackground {
        display:none;
    }
}
.optionalFormRow{
    display:flex;
    flex-direction:row;
}
.optionalText {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    margin-left: 5px;
    vertical-align: top !important;
    text-indent: 7px;
    line-height: 48px;
}
@media (max-width: 700px) {
    .optionalText {
        text-indent: 4px;
        line-height: 51px;
    }
}