


/*
    Site wide
*/

header {
    background-color: white;
}

body, button, input, select, textarea {
    /*color: #5a5d60;*/
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-size: 1em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-weight: 400;
    line-height: 1.7857;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    /*color: #313539;*/
    font-weight: 700;
    hyphens: auto;
    margin: 0.89286em 0;
}

h1 {
    font-size: 1.78571rem;
    line-height: 2em;
}

#navbarSupportedContent {
    padding-top: 3vh;
}

.color2-background-color {
    background-color: #0d47a1 !important;
}

.color-2-text-contrast {
    color: #FFF !important;
}

.color4-background-color {
    background-color: #eeeeee !important;
}

.color-4-text-contrast, .color-4-text-contrast-hover:hover {
    color: #000 !important;
}

.bg-box-cover {
    margin-right: -15px;
    margin-left: -15px;
}

#siteContainer {
    min-height: 76.5vh;
}

#logoPic {
    height: 130px;
}

.login-item {
    font-weight: 600;
    color: #313539;
}

#top-bar {
    background: #313539;
}

#top-bar span.email a:before {
    content: "\f0e0";
}

#top-bar span.phone a:before {
    content: "\f095";
}

#top-bar span {
    color: #acaeaf;
    display: inline-block;
    font-size: 11.99996px;
    font-size: 0.85714rem;
    line-height: 38px;
    margin-right: 1.78571em;
    white-space: nowrap;
}

#top-bar span a {
    color: #acaeaf;
    display: inline-block;
    text-decoration: none;
}

#top-bar a {
    color: #acaeaf;
    display: inline-block;
    text-decoration: none;
}

    #top-bar button {
        color: #acaeaf;
        display: inline-block;
        text-decoration: none;
    }

#top-bar span:before, #top-bar span a:before {
    display: block;
    float: left;
    font-family: "FontAwesome";
    margin-right: 0.5em;
}

.logon-table {
    float: right;
}

.logon-table td {
    line-height: 38px;
    text-align: right;
    padding-left: 10px;
}

main {
}

#mainPic {
    color: #ffffff;
    box-shadow: #cecece 0px 0px 0px 0px;
    background-image: url('/Custom/img/mainPic.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

#mainPic2 {
    padding: 75px 2em 4em;
    background-image: url('/Custom/img/mainPic2.jpg');
    background-size: cover;
    background-position: 50% 26%;
}

#mainContiner3 {
    background-color: #131313 !important;
    color: white;
}

#mainPic3 {
    background-image: url('/Custom/img/mainPic3.jpg');
    padding: 4em;
    background-size: cover;
    background-position: 50% 50%;
}

#mainPnt1 {
    padding: 3em 4em 4em;
    background-color: #eeeeee !important;
}

#mainPnt2 {
    padding: 3em 4em 4em;
    background-color: #0d47a1 !important;
    color: white;
}

#mainPnt3 {
    padding: 3em 4em 4em;
    background-color: #131313 !important;
    color: white;
}

.frontTopLink {
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff;
    padding: 1.5em;
}
    .frontTopLink a {
        color: white;
        text-decoration: none;
        margin-top: 20px;
    }

footer {
    background: #313539;
    color: #acaeaf !important;
    text-align: center;
    line-height: 2.6;
}


/*
    Services
*/

#mainContainer {
    border-bottom: 10px solid;
    color: #1d1d1d;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/Custom/img/services1.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.service-callout {
    padding: 1em;
    z-index: 1;
    position: relative;
    margin-top: -60px;
    background-color: #eeeeee !important;
    color: #000 !important;
    min-height: 35vh;
    box-sizing: border-box;
    padding: 14px;
    text-align: center;
    line-height: 25px;
}

.service-callout-container img {
    border-color: white !important;
    padding: 0;
    box-shadow: 0 0 1px 0 #555, 0 5px 5px 0 #555;
    margin-top: 20px;
    border: 10px solid;
}

/*
    Employer
*/

#empMainBG {
    padding-bottom: 35px;
    padding-top: 40px;
    box-shadow: #cecece 0px 0px 0px 0px;
    background-image: url('/Custom/img/employer1.jpg');
    background-size: cover;
    background-position: 50% 61%;
}

#empService {
    padding-bottom: 0px;
    padding-top: 0px;
    background-image: url('/Custom/img/employer2.jpg');
    background-size: cover;
    background-position: 50% 82%;
}


/*
    Candidate
*/

#candTopRow {
    padding-top: 50px;
    padding-bottom: 150px;
    background-image: url('/Custom/img/candidate1.jpg');
    background-size: cover;
    background-position: 50% 65%;
}

#candMidRow {
    background-image: url('/Custom/img/candidate2.jpg');
    background-size: cover;
    background-position: 50% 50%;
}


#candLastRow {
    padding: 3em;
    background-image: url('/Custom/img/candidate3.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

.candInfoBox {
    background-color: #0d47a1 !important;
}

.candJobBox {
    background-color: #2196f3 !important;
    padding: 40px 20%;
    margin-right: -15px;
    margin-left: -15px;
    color: white;
}

    .candJobBox h2 {
        color: #bbdefb !important;
    }


/*
    Our Process
*/

.about-list li {
    padding-bottom: 15px;
}
    /*
    Bootstrap Overrides
*/
/*    .bg-light {
    background-color: white !important;
}*/


/*
    Submit Resume
*/

.submit-resume-form {
    padding: 10px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #eeeeee !important;
}

.submit-resume-form label{
    padding-top: 10px;
}

.submit-resume-form button{
    margin-top: 10px;
}

#business-form {
    background-color: white;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control, .form-select {
    border-radius: .3rem !important;
}

.nav-tabs .nav-link {
    border-radius: .3rem !important;
}

#extNav .nav-link{
    font-size: 1.3rem;
}

/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. 

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}*/