body {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #636363;
    background-color: #fafafa; /* #f0f4f7; */
    -webkit-font-smoothing: antialiased;
}
section {
    background-color: #ffffff;
    padding: 50px 0;
    position: relative;
}
.header-cover-image {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 450px;
    z-index: -1;
}
.header-cover-image .overlay {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #222933;
    opacity: 0.6;
    position: absolute;
    z-index: 0;
}
.header-section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    background-color: transparent;
}
.header-section .cover .content {
    height: 450px;
}
.spacing {
    height: 0; /* 25px; */
    background-color: #ffffff;
    position: relative;
}
.spacing.half {
    height: 25px;
}
.header-section .cover .top-liner {
    padding: 25px 0;
}
.header-section h1.brand {
    margin: -3px 0 0 0;
    padding: 0px;
    font-size: 22px;
    line-height: 30px;
}
.header-section .cover h1.brand a {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}
.header-section .cover h1.brand a:hover,
.header-section .cover h1.brand a:focus {
    text-decoration: none;
}
.header-section .cover .content .info-container {
    height: 360px;
}
.header-section .content .info-container {
    text-align: center;
    color: #fff;
    position: relative;
    display: table;
    width: 100%;
    height: 420px;
}
.header-section .content .info-container .info {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.header-section .content .info-container h2 {
    margin-top: 0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
.header-section .content .info-container h3 {
    font-size: 22px;
    line-height: 1.4;
}
h3.section-title {
    font-size: 35px;
    color: #404b58;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
}
h4.section-subtitle {
    font-size: 16px;
    color: #8aa2ad;
    font-weight: 600;
    margin-bottom: 30px;
}

.panel-job .panel-heading {
    padding: 1.5em;            
}
.panel-job .panel-title {
    font-size: 22px;
}
.panel-job .panel-body {
    font-size: 15px;
}
.panel-job .panel-body .actions {
    padding-top: 0.5em;
    overflow: hidden;
}
.badge-success {
    background-color: #dff0d8;
}
.job-details .job-location {
    font-size: 16px;
    margin-bottom: 1em;
}
.job-details .job-location i.ion {
    font-size: 24px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.job-details h3 {
    color: #000;
}