body {
    font-family: 'Abel', sans-serif!important;
    color: #777777;
    font-weight: bold;
}

#tabs > a {
    border-radius: 0!important;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], textarea, select {
    border-radius: 0px!important;
}

td {
    font-weight: bold;
}

/* Menu Color
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #cb3115;
}

#cssmenu {
    font-family: 'Montserrat', sans-serif!important;
    color: #777777;
    text-transform: uppercase;
}

/* Social Login Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.social_login {
}

    .social_login .social_box {
        display: block;
        clear: both;
        padding: 10px;
        margin-bottom: 10px;
        background: #F4F4F2;
        overflow: hidden;
        border-radius: 10px;
    }

    .social_login .icon {
        display: block;
        width: 10px;
        padding: 5px 10px;
        margin-right: 10px;
        float: left;
        color: #FFF;
        font-size: 16px;
        text-align: center;
    }

    .social_login .fb .icon {
        background: #3B5998;
    }

    .social_login .google .icon {
        background: #DD4B39;
    }

    .social_login .linkedin .icon {
        background: #007BB6;
    }

    .social_login .icon_title {
        display: block;
        padding: 5px 0;
        float: left;
        font-weight: bold;
        font-size: 16px;
        color: #777;
    }

    .social_login .social_box:hover {
        background: #E4E4E2;
    }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #cb3115;
    text-decoration: none;
}

    a:hover {
        color: #b80c00;
        text-decoration: none;
    }

/* Separator
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.separator {
    width:100%;
   text-align: center;
   color: #c8c8c8;
   margin: 50px 0;
}

/* Resume Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.newResumeSecContainer {
    position: absolute;
    display: none;
    top: 0;
    right: 10%;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    width: 70%;
    z-index: 5001;
    border: 4px solid #0a6ea5;
}

.cancelModal, .saveModal {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.cancelModal {
    color: #FFF;
    background-color: #298fc2;
    border-color: #298fc2;
}

    .cancelModal:hover,
    .cancelModal:focus {
        color: #FFF;
        background-color: #0a6ea5;
        border-color: #0a6ea5;
    }

.saveModal {
    color: #FFF;
    background-color: #48a23f;
    border-color: #48a23f;
}

    .saveModal:hover,
    .saveModal:focus {
        color: #FFF;
        background-color: #207a17;
        border-color: #207a17;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2a2a;
    background: hsla(0, 1.2%, 16.7%, 0.89);
    width: 100%;
    height: 100%;
    z-index: 5000;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        color: #FFF;
        border-color: #888;
        outline: 0;
    }

    .button.button-primary,
    button.button-primary,
    input[type="submit"].button-primary,
    input[type="reset"].button-primary,
    input[type="button"].button-primary {
        color: #FFF;
        background-color: #cb3115;
        border-color: #cb3115;
    }

        .button.button-primary:hover,
        button.button-primary:hover,
        input[type="submit"].button-primary:hover,
        input[type="reset"].button-primary:hover,
        input[type="button"].button-primary:hover,
        .button.button-primary:focus,
        button.button-primary:focus,
        input[type="submit"].button-primary:focus,
        input[type="reset"].button-primary:focus,
        input[type="button"].button-primary:focus {
            color: #FFF;
            background-color: #b80c00;
            border-color: #b80c00;
        }

    .button.button-primary-alt,
    button.button-primary-alt,
    input[type="submit"].button-primary-alt,
    input[type="reset"].button-primary-alt,
    input[type="button"].button-primary-alt {
        color: #FFF;
        background-color: #ff9933;
        border-color: #ff9933;
    }

        .button.button-primary-alt:hover,
        button.button-primary-alt:hover,
        input[type="submit"].button-primary-alt:hover,
        input[type="reset"].button-primary-alt:hover,
        input[type="button"].button-primary-alt:hover,
        .button.button-primary-alt:focus,
        button.button-primary-alt:focus,
        input[type="submit"].button-primary-alt:focus,
        input[type="reset"].button-primary-alt:focus,
        input[type="button"].button-primary-alt:focus {
            color: #FFF;
            background-color: #db7c1d;
            border-color: #db7c1d;
        }

.button-box {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 20px;
}

/* Form Focus
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #cb3115;
    outline: 0;
}


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#header {
    padding-top: 15px;
    padding-bottom: 5px;
}

.logo img {
    float: left;
    width: 100%;
    max-width: 320px;
    margin-top: -10px;
    margin-bottom: 5px;
    padding: 5px 0;
}

.headerbuttons {
    float: right;
    margin-top: 5px;
}

    .headerbuttons button {
        display: inline-block;
        height: 28px;
        padding: 0 10px;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: .1rem;
        text-transform: capitalize;
        text-decoration: none;
        white-space: nowrap;
        background-color: #fdb813;
        border-radius: 0px;
        border: 1px solid #000;
        cursor: pointer;
        box-sizing: border-box;
        margin-left: 10px;
    }

        .headerbuttons button:hover,
        .headerbuttons button:focus {
            color: #fff;
            background-color: #cb3115;
            border-color: #cb3115;
        }

        .headerbuttons button.alt {
            display: inline-block;
            height: 28px;
            padding: 0 10px;
            color: #000;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: .1rem;
            text-decoration: none;
            white-space: nowrap;
            background-color: #56bc00;
            border-radius: 0px;
            border: 1px solid #000;
            cursor: pointer;
            box-sizing: border-box;
            margin-left: 10px;
        }

            .headerbuttons button.alt:hover,
            .headerbuttons button.alt:focus {
                color: #fff;
                background-color: #777777;
                border-color: #000;
            }

.menu {
    font-weight: bold;
    font-size: 14px;
    float: right;
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#banner {
    background: url(../images/bannerbg.jpg) top center no-repeat;
    background-size: cover;
    padding: 50px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.35);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.35);
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-section {
    background: rgba(255,255,255,0.6);
    padding: 30px 30px 0px 30px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    min-width: 300px;
}

    .search-section h2 {
        font-size: 35px;
        /*font-weight: bold;*/
        font-family: 'Squada One', cursive;
        text-transform: uppercase;
        color: #282828;
    }

    .search-section .validation-summary-errors ul li {
        font-size: 12px;
        list-style-type: none;
        color: #ff0000;
        line-height: 0px;
        margin-top: -10px;
        margin-bottom: -15px;
    }
    .search-section input[type="text"] {
        height: 50px;
        padding: 10px 20px; /* The 6px vertically centers text on FF, ignored by Webkit */
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border-radius: 0px;
        box-shadow: none;
        box-sizing: border-box;
    }

    .search-section input[type="submit"] {
        display: inline-block;
        height: 48px;
        padding: 0 22px;
        color: #555;
        text-align: center;
        font-size: 11px;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: .1rem;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        background-color: #ff9933;
        background-image: url(../../images/search.png);
        background-position: 10px 7px;
        background-repeat: no-repeat;
        border-radius: 0px;
        border: 2px solid #db7c1d;
        cursor: pointer;
        box-sizing: border-box;
    }

        .search-section input[type="submit"].button-primary:hover,
        .search-section input[type="submit"].button-primary:focus {
            background-color: #db7c1d;
            border-color: #db7c1d;
        }

/* CTA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#cta {
    background: #f3f3f3;
    padding-top: 30px;
    margin-bottom: 30px;
}

    #cta h4 {
        font-size: 24px;
        line-height: 21px;
        /*font-weight: bold;*/
        margin-bottom: 5px;
        font-family: 'Squada One', cursive;
        text-transform: uppercase;
        color: #282828;
    }

    #cta button {
        display: inline-block;
        height: 48px;
        padding: 0 22px;
        color: #fff;
        text-align: center;
        font-size: 21px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: .1rem;
        text-transform: capitalize;
        text-decoration: none;
        white-space: nowrap;
        background-color: #ff9933;
        border-radius: 0px;
        border: 2px solid #db7c1d;
        cursor: pointer;
        box-sizing: border-box;
        float: right;
    }

        #cta button:hover,
        #cta button:focus {
            background-color: #db7c1d;
            border-color: #db7c1d;
        }

/* Page Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#pageheader {
    background: #f3f3f3;
    padding-top: 30px;
    margin-bottom: 30px;
}

    #pageheader h2 {
        font-size: 31px;
        line-height: 46px;
        /*font-weight: bold;*/
        margin-bottom: 20px;
        font-family: 'Squada One', cursive;
        text-transform: uppercase;
        color: #282828;
    }

    #pageheader h3 {
        font-size: 21px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    #pageheader h4 {
        font-size: 31px;
        line-height: 36px;
        font-weight: bold;
        margin-bottom: 0px;
    }

/* Main Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#main-content {
    margin-bottom: 30px;
}

.resume-table {
    background-color: #ff9933;
    border-color: #ff9933;
    color: #000;
}

/* Featured Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-jobs {
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    background: #f3f3f3;
    margin-bottom: 10px;
}

    .featured-jobs h2 {
        font-size: 20px;
        /*font-weight: bold;*/
        padding: 10px;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        color: #777777;
    }

.jobs {
    margin-left: 0%;
}

/* Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidebar h4 {
    font-size: 21px;
    font-weight: bold;
}

.sidebar .search-section {
    padding: 0px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    width: 100%;
}

    .sidebar .search-section h2 {
        font-size: 35px;
        font-weight: bold;
    }

    .sidebar .search-section input[type="text"] {
        height: 50px;
        padding: 10px 20px; /* The 6px vertically centers text on FF, ignored by Webkit */
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border-radius: 10px;
        box-shadow: none;
        box-sizing: border-box;
    }

    .sidebar .search-section input[type="submit"] {
        display: inline-block;
        height: 48px;
        padding: 0 22px;
        color: #555;
        text-align: center;
        font-size: 11px;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: .1rem;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        background-color: #ff9933;
        background-image: url(../images/search.png);
        background-position: 10px 7px;
        background-repeat: no-repeat;
        border-radius: 10px;
        border: 2px solid #db7c1d;
        cursor: pointer;
        box-sizing: border-box;
    }

        .sidebar .search-section input[type="submit"].button-primary:hover,
        .sidebar .search-section input[type="submit"].button-primary:focus {
            background-color: #db7c1d;
            border-color: #db7c1d;
        }

.sidebar .browse {
    margin-bottom: 20px;
}

.sidebar .jobactions {
    margin-bottom: 20px;
}

.sidebar .browse-icon {
    background-color: #298fc2;
    border-radius: 100px;
    font-size: 11px;
    padding-top: 3px;
    padding-left: 2px;
    color: #fff;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 5px;
}

    .sidebar .browse-icon.road {
        font-size: 9.7px;
        padding-top: 3px;
        padding-left: 3px;
    }

    .sidebar .browse-icon.user {
        font-size: 11px;
        padding-left: 6px;
        padding-top: 1px;
    }

    .sidebar .browse-icon.truck {
        font-size: 9.7px;
        padding-top: 4px;
        padding-left: 3px;
    }

    .sidebar .browse-icon.wrench {
        font-size: 9px;
        padding-top: 5px;
        padding-left: 7px;
    }

    .sidebar .browse-icon.cog {
        font-size: 12px;
        padding-top: 1px;
        padding-left: 4px;
    }

    .sidebar .browse-icon.email {
        font-size: 9px;
        padding-top: 4px;
        padding-left: 5px;
    }

    .sidebar .browse-icon.link {
        font-size: 10px;
        padding-top: 4px;
        padding-left: 5px;
    }

.sidebar .browse-text {
    height: 38px;
    background-color: #f3f3f3;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    margin-left: 10px;
}

.sidebar .job-alert {
    background-color: #f3f3f3;
    border-radius: 0px;
    border: 1px solid #d6d6d6;
    padding: 20px;
    text-align: center;
    clear: both;
}

.sidebar .jobapply {
    background-color: #f3f3f3;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    padding: 20px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}

.sidebar button {
    display: inline-block;
    height: 48px;
    padding: 0 22px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: .1rem;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    background-color: #cb3115;
    border-radius: 0px;
    border: 2px solid #b80c00;
    cursor: pointer;
    box-sizing: border-box;
}

    .sidebar button:hover,
    .sidebar button:focus {
        color: #fff;
        background-color: #b80c00;
        border-color: #b80c00;
    }


/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination button {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f3f3f3;
    border-radius: 10px;
    border: 2px solid #d6d6d6;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: 10px;
}

    .pagination button a:link {
        color: #000;
    }

    .pagination button:hover,
    .pagination button:focus {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }

    .pagination button.current {
        display: inline-block;
        height: 28px;
        padding: 0 10px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: .1rem;
        text-decoration: none;
        white-space: nowrap;
        background-color: #cb3115;
        border-radius: 10px;
        border: 2px solid #b80c00;
        cursor: pointer;
        box-sizing: border-box;
        margin-left: 10px;
    }

        .pagination button.current:hover,
        .pagination button.current:focus {
            background-color: #b80c00;
            border-color: #b80c00;
        }

    .pagination button.inactive {
        display: inline-block;
        height: 28px;
        padding: 0 10px;
        color: #898989;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: .1rem;
        text-decoration: none;
        white-space: nowrap;
        background-color: #f8f8f8;
        border-radius: 10px;
        border: 2px solid #e6e6e6;
        cursor: default;
        box-sizing: border-box;
        margin-left: 10px;
    }


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer {
    background: #f3f3f3;
    padding: 20px 0;
}

.footer-menu a {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.copyright {
    font-size: 14px;
    line-height: 30px;
}

    .copyright a {
        font-weight: bold;
        color: #cb3115;
    }
