﻿.titleHeader {
    background-color: #f1f1f1;
    padding-top: 7px;
    color: black;
    margin-right: 2px;
}

.contentWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.titleWrapper {
    display: table;
    font-size: 20px;
    font-weight: bold;
    height: 80px;
}

.titleText {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    color: white;
}

.careerPageLogo {
    padding: 8px;
    max-width: 160px;
    max-height: 80px;
}

.control-label {
    font-weight: bold;
}

.facebook {
    color: #3b5999;
}

.linkedin {
    color: #0077B5;
}

.twitter {
    color: #55acee;
}