#lastBlock {
    padding-bottom: 20px;
}

.companyBios {
    padding-bottom: 20px;
}


.bioBlockItem {
    display: inline-block;
    width: 216px;
    margin-left: 20px;
    vertical-align: top;
}

.bioBlockImage {
    width: 216px;
    height: 147px;
    background-color: #d8d8d8;
    background: transparent url(/images/company/default.png) no-repeat top left;
}

.bioBlockName {
    margin-top: 24px;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 18px;
}

.bioBlockTitle {
    color: #4a4a4a;
    font-size: 14px;
    margin-top:3px;
}

.bioBlockQuote {
    margin-top: 8px;
    font-size: 16px;
    font-style: italic;
    color: #4a4a4a;
}

.bioLink {
    color: #4ecdc4;
    padding-right: 5px;
}

.logoDiv img {
    height: 100px;
    width: 172px;
    border: 0px;
    margin-left: 20px;
}
#contactBlurbHolder {
    height: 187px;
    display: inline-block;
}

#contactBlurbHolder .lefthalfpanewhite p {
    background-image: linear-gradient(85deg, #1659bc, #3EACC2) ;
    -webkit-background-clip: text;
      background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: bold;
}
#contactBlurbHolder .lefthalfpanewhite,
#contactBlurbHolder .righthalfpanegrey {
    height: 187px;
}
